aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-15tcp: Set rcv zerocopy hint correctly if skb last frag is < PAGE_SIZEArjun Roy1-0/+2
2019-12-10tcp: Cleanup duplicate initialization of sk->sk_state.Kuniyuki Iwashima1-2/+0
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-12/+16
2019-11-15y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann1-12/+16
2019-11-06tcp: fix data-race in tcp_recvmsg()Eric Dumazet1-8/+6
2019-11-06net: silence data-races on sk_backlog.tailEric Dumazet1-1/+1
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet1-1/+1
2019-11-06net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet1-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-1/+1
2019-10-25tcp: add TCP_INFO status for failed client TFOJason Baron1-0/+2
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-30/+45
2019-10-15tcp: fix a possible lockdep splat in tcp_done()Eric Dumazet1-2/+6
2019-10-13tcp: improve recv_skip_hint for tcp_zerocopy_receiveSoheil Hassas Yeganeh1-5/+5
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet1-2/+2
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet1-1/+1
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet1-2/+2
2019-10-13tcp: annotate tp->urg_seq lockless readsEric Dumazet1-2/+3
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet1-1/+2
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet1-8/+12
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet1-10/+10
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet1-2/+2
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-3/+8
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet1-1/+1
2019-10-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet1-2/+2
2019-10-03tcp: fix slab-out-of-bounds in tcp_zerocopy_receive()Eric Dumazet1-4/+2
2019-09-16tcp: Add snd_wnd to TCP_INFOThomas Higdon1-0/+1
2019-09-16tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon1-0/+2
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+20
2019-08-27tcp: remove empty skb from write queue in error casesEric Dumazet1-10/+20
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2019-08-09tcp: batch calls to sk_flush_backlog()Eric Dumazet1-5/+6
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski1-0/+3
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-3/+3
2019-07-22net: Use skb accessors in network coreMatthew Wilcox (Oracle)1-6/+8
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet1-1/+3
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-07-08tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch1-0/+2
2019-06-22net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel1-2/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2019-06-17Merge branch 'tcp-fixes'David S. Miller1-0/+1
2019-06-16tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet1-0/+5
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet1-0/+1
2019-06-12tcp: add optional per socket transmit delayEric Dumazet1-0/+24
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-05-30tcp: add support to TCP_FASTOPEN_KEY for optional backup keyJason Baron1-10/+20
2019-05-30tcp: add backup TFO key infrastructureJason Baron1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-15tcp: do not recycle cloned skbsEric Dumazet1-1/+1