aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2020-08-13tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet
2020-08-13tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet
2020-08-13tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet
2020-08-13tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch
2020-06-08net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage
2020-06-08tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet
2020-06-08tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet
2020-05-21tcp: fix a possible lockdep splat in tcp_done()Eric Dumazet
2020-05-21tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet
2020-05-21tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2020-05-21tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet
2020-05-21tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2020-05-21tcp: annotate tp->urg_seq lockless readsEric Dumazet
2020-05-21tcp: annotate tp->snd_nxt lockless readsEric Dumazet
2020-05-21tcp: annotate tp->write_seq lockless readsEric Dumazet
2020-05-21tcp: annotate tp->copied_seq lockless readsEric Dumazet
2020-05-21tcp: annotate tp->rcv_nxt lockless readsEric Dumazet
2020-05-21tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2020-05-04tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet
2020-05-04tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet
2020-05-04tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet
2020-05-04tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet
2020-04-12tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet
2020-03-20tcp: fix data-race in tcp_recvmsg()Eric Dumazet
2020-03-07tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet
2019-12-16net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-12-16net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-09-10tcp: remove empty skb from write queue in error casesEric Dumazet
2019-08-25net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-07-28tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch
2019-07-28tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-06-17Merge branch 'tcp-fixes'David S. Miller
2019-06-16tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-15tcp: do not recycle cloned skbsEric Dumazet
2019-05-01tcp: refactor setting the initial congestion windowYuchung Cheng
2019-04-19tcp: properly reset skb->truesize for tx recyclingEric Dumazet
2019-03-29tcp: cleanup sk_tx_skb_cache before reuseEric Dumazet
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet
2019-03-23tcp: add one skb cache for rxEric Dumazet
2019-03-23tcp: add one skb cache for txEric Dumazet
2019-03-06tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh
2019-03-06tcp: detecting the misuse of .sendpage for Slab objectsVasily Averin
2019-02-26tcp: convert tcp_md5_needed to static_branch APIEric Dumazet
2019-02-26tcp: get rid of tcp_check_send_head()Eric Dumazet
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-17tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani