index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
tcp: replace tcp_time_stamp_raw()
Eric Dumazet
1
-2
/
+2
2023-10-23
tcp: introduce tcp_clock_ms()
Eric Dumazet
1
-4
/
+2
2023-10-20
net: do not leave an empty skb in write queue
Eric Dumazet
1
-3
/
+5
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+8
2023-10-13
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
1
-8
/
+8
2023-10-10
tcp: record last received ipv6 flowlabel
David Morley
1
-2
/
+2
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+2
2023-10-01
tcp: derive delack_max from rto_min
Eric Dumazet
1
-1
/
+2
2023-09-29
bpf: tcp_read_skb needs to pop skb regardless of seq
John Fastabend
1
-8
/
+2
2023-09-16
tcp: new TCP_INFO stats for RTO events
Aananth V
1
-0
/
+9
2023-09-07
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-2
/
+2
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
1
-2
/
+2
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-7
/
+4
2023-08-18
mm: allow per-VMA locks on file-backed VMAs
Matthew Wilcox (Oracle)
1
-7
/
+4
2023-08-16
inet: move inet->defer_connect to inet->inet_flags
Eric Dumazet
1
-5
/
+7
2023-08-06
tcp: set TCP_DEFER_ACCEPT locklessly
Eric Dumazet
1
-7
/
+6
2023-08-06
tcp: set TCP_LINGER2 locklessly
Eric Dumazet
1
-10
/
+9
2023-08-06
tcp: set TCP_KEEPCNT locklessly
Eric Dumazet
1
-8
/
+2
2023-08-06
tcp: set TCP_KEEPINTVL locklessly
Eric Dumazet
1
-8
/
+2
2023-08-06
tcp: set TCP_USER_TIMEOUT locklessly
Eric Dumazet
1
-13
/
+10
2023-08-06
tcp: set TCP_SYNCNT locklessly
Eric Dumazet
1
-9
/
+6
2023-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-27
/
+30
2023-07-20
tcp: annotate data-races around fastopenq.max_qlen
Eric Dumazet
1
-1
/
+1
2023-07-20
tcp: annotate data-races around icsk->icsk_user_timeout
Eric Dumazet
1
-3
/
+3
2023-07-20
tcp: annotate data-races around tp->notsent_lowat
Eric Dumazet
1
-2
/
+2
2023-07-20
tcp: annotate data-races around rskq_defer_accept
Eric Dumazet
1
-5
/
+6
2023-07-20
tcp: annotate data-races around tp->linger2
Eric Dumazet
1
-4
/
+4
2023-07-20
tcp: annotate data-races around icsk->icsk_syn_retries
Eric Dumazet
1
-3
/
+3
2023-07-20
tcp: annotate data-races around tp->keepalive_probes
Eric Dumazet
1
-2
/
+3
2023-07-20
tcp: annotate data-races around tp->keepalive_intvl
Eric Dumazet
1
-2
/
+2
2023-07-20
tcp: annotate data-races around tp->keepalive_time
Eric Dumazet
1
-1
/
+2
2023-07-20
tcp: annotate data-races around tp->tsoffset
Eric Dumazet
1
-2
/
+2
2023-07-20
tcp: annotate data-races around tp->tcp_tx_delay
Eric Dumazet
1
-2
/
+2
2023-07-18
tcp: get rid of sysctl_tcp_adv_win_scale
Eric Dumazet
1
-5
/
+6
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-39
/
+4
2023-06-24
net/tcp: optimise locking for blocking splice
Pavel Begunkov
1
-1
/
+1
2023-06-18
tcp: Use per-vma locking for receive zerocopy
Arjun Roy
1
-8
/
+37
2023-06-15
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
1
-2
/
+3
2023-06-12
tcp: remove size parameter from tcp_stream_alloc_skb()
Eric Dumazet
1
-3
/
+3
2023-06-12
tcp: let tcp_send_syn_data() build headless packets
Eric Dumazet
1
-1
/
+1
2023-06-08
ipv4, ipv6: Use splice_eof() to flush
David Howells
1
-0
/
+16
2023-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+8
2023-05-29
tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set
Cambda Zhu
1
-1
/
+2
2023-05-29
tcp: deny tcp_disconnect() when threads are waiting
Eric Dumazet
1
-0
/
+6
2023-05-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-3
/
+6
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+1
2023-05-23
tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
David Howells
1
-14
/
+7
2023-05-23
tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
David Howells
1
-151
/
+7
2023-05-23
tcp: Support MSG_SPLICE_PAGES
David Howells
1
-7
/
+36
2023-05-23
bpf, sockmap: Incorrectly handling copied_seq
John Fastabend
1
-9
/
+1
[prev]
[next]