summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
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)
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-08tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch
2019-06-22net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-06-12tcp: add optional per socket transmit delayEric Dumazet
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30tcp: add support to TCP_FASTOPEN_KEY for optional backup keyJason Baron
2019-05-30tcp: add backup TFO key infrastructureJason Baron
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