index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: remove redundant assigment to snd_cwnd
Theodore Dubois
2020-01-21
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-12-22
1
-4
/
+2
|
\
|
*
tcp: refine rule to allow EPOLLOUT generation under mem pressure
Eric Dumazet
2019-12-13
1
-4
/
+2
*
|
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
1
-1
/
+1
|
/
*
Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...
Linus Torvalds
2019-12-01
1
-12
/
+16
|
\
|
*
y2038: socket: use __kernel_old_timespec instead of timespec
Arnd Bergmann
2019-11-15
1
-12
/
+16
*
|
tcp: fix data-race in tcp_recvmsg()
Eric Dumazet
2019-11-06
1
-8
/
+6
*
|
net: silence data-races on sk_backlog.tail
Eric Dumazet
2019-11-06
1
-1
/
+1
*
|
net: annotate lockless accesses to sk->sk_max_ack_backlog
Eric Dumazet
2019-11-06
1
-1
/
+1
*
|
net: annotate lockless accesses to sk->sk_ack_backlog
Eric Dumazet
2019-11-06
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-02
1
-2
/
+2
|
\
\
|
|
/
|
*
net: use skb_queue_empty_lockless() in busy poll contexts
Eric Dumazet
2019-10-28
1
-1
/
+1
|
*
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
2019-10-28
1
-1
/
+1
*
|
tcp: add TCP_INFO status for failed client TFO
Jason Baron
2019-10-25
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-20
1
-30
/
+45
|
\
\
|
|
/
|
*
tcp: fix a possible lockdep splat in tcp_done()
Eric Dumazet
2019-10-15
1
-2
/
+6
|
*
tcp: annotate sk->sk_wmem_queued lockless reads
Eric Dumazet
2019-10-13
1
-2
/
+2
|
*
tcp: annotate sk->sk_sndbuf lockless reads
Eric Dumazet
2019-10-13
1
-1
/
+1
|
*
tcp: annotate sk->sk_rcvbuf lockless reads
Eric Dumazet
2019-10-13
1
-2
/
+2
|
*
tcp: annotate tp->urg_seq lockless reads
Eric Dumazet
2019-10-13
1
-2
/
+3
|
*
tcp: annotate tp->snd_nxt lockless reads
Eric Dumazet
2019-10-13
1
-1
/
+2
|
*
tcp: annotate tp->write_seq lockless reads
Eric Dumazet
2019-10-13
1
-8
/
+12
|
*
tcp: annotate tp->copied_seq lockless reads
Eric Dumazet
2019-10-13
1
-10
/
+10
|
*
tcp: annotate tp->rcv_nxt lockless reads
Eric Dumazet
2019-10-13
1
-2
/
+2
|
*
tcp: add rcu protection around tp->fastopen_rsk
Eric Dumazet
2019-10-13
1
-3
/
+8
|
*
net: annotate sk->sk_rcvlowat lockless reads
Eric Dumazet
2019-10-09
1
-1
/
+1
|
*
tcp: annotate lockless access to tcp_memory_pressure
Eric Dumazet
2019-10-09
1
-2
/
+2
*
|
tcp: improve recv_skip_hint for tcp_zerocopy_receive
Soheil Hassas Yeganeh
2019-10-13
1
-5
/
+5
|
/
*
tcp: fix slab-out-of-bounds in tcp_zerocopy_receive()
Eric Dumazet
2019-10-03
1
-4
/
+2
*
tcp: Add snd_wnd to TCP_INFO
Thomas Higdon
2019-09-16
1
-0
/
+1
*
tcp: Add TCP_INFO counter for packets received out-of-order
Thomas Higdon
2019-09-16
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-02
1
-10
/
+20
|
\
|
*
tcp: remove empty skb from write queue in error cases
Eric Dumazet
2019-08-27
1
-10
/
+20
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-19
1
-0
/
+3
|
\
\
|
|
/
|
*
net/tls: prevent skb_orphan() from leaking TLS plain text with offload
Jakub Kicinski
2019-08-08
1
-0
/
+3
*
|
tcp: batch calls to sk_flush_backlog()
Eric Dumazet
2019-08-09
1
-5
/
+6
*
|
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-30
1
-3
/
+3
*
|
net: Use skb accessors in network core
Matthew Wilcox (Oracle)
2019-07-22
1
-6
/
+8
|
/
*
tcp: fix tcp_set_congestion_control() use from bpf hook
Eric Dumazet
2019-07-18
1
-1
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-07-08
1
-0
/
+2
|
\
|
*
tcp: Reset bytes_acked and bytes_received when disconnecting
Christoph Paasch
2019-07-08
1
-0
/
+2
*
|
net: fastopen: robustness and endianness fixes for SipHash
Ard Biesheuvel
2019-06-22
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
1
-0
/
+6
|
\
\
|
|
/
|
*
Merge branch 'tcp-fixes'
David S. Miller
2019-06-17
1
-0
/
+1
|
|
\
|
|
*
tcp: limit payload size of sacked skbs
Eric Dumazet
2019-06-15
1
-0
/
+1
|
*
|
tcp: fix compile error if !CONFIG_SYSCTL
Eric Dumazet
2019-06-16
1
-0
/
+5
|
|
/
*
|
tcp: add optional per socket transmit delay
Eric Dumazet
2019-06-12
1
-0
/
+24
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
1
-5
/
+1
|
\
\
|
|
/
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
|
tcp: add support to TCP_FASTOPEN_KEY for optional backup key
Jason Baron
2019-05-30
1
-10
/
+20
[next]