aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2022-07-29tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima
2022-03-19tcp: make tcp_read_sock() more robustEric Dumazet
2021-11-17tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell
2021-03-17tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet
2021-01-27tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen
2020-11-01tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy
2020-10-14tcp: use sendpage_ok() to detect misused .sendpageColy Li
2020-10-01net: silence data-races on sk_backlog.tailEric Dumazet
2020-08-19tcp: correct read of TFO keys on big endian systemsJason Baron
2020-07-22tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet
2020-07-22tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet
2020-07-22tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet
2020-07-22tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch
2020-05-20net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage
2020-05-20tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet
2020-05-20tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet
2020-04-01tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet
2020-02-11tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet
2020-02-11tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet
2020-02-11tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet
2020-02-11tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet
2020-01-29tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet
2020-01-23tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet
2020-01-09tcp: fix data-race in tcp_recvmsg()Eric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-15tcp: fix a possible lockdep splat in tcp_done()Eric Dumazet
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2019-10-13tcp: annotate tp->urg_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet
2019-10-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet
2019-10-03tcp: fix slab-out-of-bounds in tcp_zerocopy_receive()Eric Dumazet
2019-09-16tcp: Add snd_wnd to TCP_INFOThomas Higdon
2019-09-16tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-27tcp: remove empty skb from write queue in error casesEric Dumazet
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-09tcp: batch calls to sk_flush_backlog()Eric Dumazet
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-22net: Use skb accessors in network coreMatthew Wilcox (Oracle)