index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-08-11
tcp: annotate data-races around fastopenq.max_qlen
Eric Dumazet
1
-1
/
+1
2023-08-11
tcp: annotate data-races around tp->notsent_lowat
Eric Dumazet
1
-2
/
+2
2023-08-11
tcp: annotate data-races around rskq_defer_accept
Eric Dumazet
1
-5
/
+6
2023-06-09
tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set
Cambda Zhu
1
-1
/
+2
2022-10-26
inet: fully convert sk->sk_rx_dst to RCU rules
Eric Dumazet
1
-2
/
+1
2022-10-26
tcp: annotate data-race around tcp_md5sig_pool_populated
Eric Dumazet
1
-4
/
+10
2022-10-26
tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
Neal Cardwell
1
-0
/
+2
2022-03-23
tcp: make tcp_read_sock() more robust
Eric Dumazet
1
-4
/
+6
2020-07-22
tcp: make sure listeners don't initialize congestion-control state
Christoph Paasch
1
-0
/
+3
2020-07-22
tcp: md5: allow changing MD5 keys in all socket states
Eric Dumazet
1
-4
/
+1
2020-07-22
tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriers
Eric Dumazet
1
-3
/
+3
2020-07-22
tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()
Eric Dumazet
1
-2
/
+5
2020-05-20
net: tcp: fix rx timestamp behavior for tcp_recvmsg
Kelly Littlepage
1
-2
/
+4
2020-02-15
tcp: clear tp->segs_{in|out} in tcp_disconnect()
Eric Dumazet
1
-0
/
+2
2020-02-15
tcp: clear tp->data_segs{in|out} in tcp_disconnect()
Eric Dumazet
1
-0
/
+2
2020-02-15
tcp: clear tp->delivered in tcp_disconnect()
Eric Dumazet
1
-0
/
+1
2020-02-15
tcp: clear tp->total_retrans in tcp_disconnect()
Eric Dumazet
1
-0
/
+1
2020-01-27
tcp: annotate lockless access to tcp_memory_pressure
Eric Dumazet
1
-2
/
+2
2019-11-10
net: use skb_queue_empty_lockless() in busy poll contexts
Eric Dumazet
1
-1
/
+1
2019-11-10
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
1
-1
/
+1
2019-09-21
tcp: Don't dequeue SYN/FIN-segments from write-queue
Christoph Paasch
1
-1
/
+2
2019-09-21
tcp: Reset send_head when removing skb from write-queue
Christoph Paasch
1
-2
/
+1
2019-09-10
tcp: remove empty skb from write queue in error cases
Eric Dumazet
1
-9
/
+20
2019-07-31
tcp: Reset bytes_acked and bytes_received when disconnecting
Christoph Paasch
1
-0
/
+2
2019-07-31
tcp: fix tcp_set_congestion_control() use from bpf hook
Eric Dumazet
1
-1
/
+3
2019-06-17
tcp: limit payload size of sacked skbs
Eric Dumazet
1
-0
/
+1
2019-02-23
tcp: clear icsk_backoff in tcp_write_queue_purge()
Eric Dumazet
1
-1
/
+0
2019-01-31
tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT state
Willem de Bruijn
1
-1
/
+1
2018-12-01
tcp: do not release socket ownership in tcp_close()
Eric Dumazet
1
-8
/
+3
2018-09-26
tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY
Vincent Whitchurch
1
-1
/
+1
2018-08-24
tcp: identify cryptic messages as TCP seq # bugs
Randy Dunlap
1
-2
/
+2
2018-07-25
net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort
Lorenzo Colitti
1
-2
/
+1
2018-05-19
tcp: ignore Fast Open on repair mode
Yuchung Cheng
1
-1
/
+2
2018-05-16
tcp: fix TCP_REPAIR_QUEUE bound checking
Eric Dumazet
1
-1
/
+1
2018-04-29
tcp: clear tp->packets_out when purging write queue
Soheil Hassas Yeganeh
1
-1
/
+0
2018-04-29
tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets
Eric Dumazet
1
-2
/
+4
2018-03-31
tcp: purge write queue upon aborting the connection
Soheil Hassas Yeganeh
1
-0
/
+1
2018-02-13
tcp: release sk_frag.page in tcp_disconnect
Li RongQing
1
-0
/
+6
2018-01-31
net: tcp: close sock if net namespace is exiting
Dan Streetman
1
-0
/
+3
2018-01-02
tcp: invalidate rate samples during SACK reneging
Yousuk Seung
1
-0
/
+1
2017-09-02
net: prepare (struct ubuf_info)->refcnt conversion
Eric Dumazet
1
-2
/
+0
2017-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-08-30
tcp: Revert "tcp: remove header prediction"
Florian Westphal
1
-1
/
+3
2017-08-26
tcp: fix hang in tcp_sendpage_locked()
Eric Dumazet
1
-2
/
+1
2017-08-26
tcp: fix refcnt leak with ebpf congestion control
Sabrina Dubroca
1
-1
/
+1
2017-08-24
tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg
Mike Maloney
1
-0
/
+65
2017-08-17
tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.
David S. Miller
1
-0
/
+2
2017-08-04
tcp: enable MSG_ZEROCOPY
Willem de Bruijn
1
-1
/
+31
2017-08-02
proto_ops: Add locked held versions of sendmsg and sendpage
Tom Herbert
1
-13
/
+26
2017-08-01
tcp: add related fields into SCM_TIMESTAMPING_OPT_STATS
Wei Wang
1
-1
/
+19
[next]