aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-18tcp: Fix data-races around sysctl_tcp_fastopen.Gravatar Kuniyuki Iwashima 1-2/+4
2022-07-18tcp: Fix data-races around some timeout sysctl knobs.Gravatar Kuniyuki Iwashima 1-1/+1
2022-07-18tcp: Fix data-races around sysctl_tcp_reordering.Gravatar Kuniyuki Iwashima 1-1/+1
2022-07-18tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Gravatar Kuniyuki Iwashima 1-1/+2
2022-07-08tcp: Fix a data-race around sysctl_tcp_max_orphans.Gravatar Kuniyuki Iwashima 1-1/+2
2022-06-16Revert "net: Add a second bind table hashed by port and address"Gravatar Joanne Koong 1-12/+2
2022-05-20net: Add a second bind table hashed by port and addressGravatar Joanne Koong 1-2/+12
2022-05-12net: inet: Retire port only listening_hashGravatar Martin KaFai Lau 1-1/+0
2022-04-29Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Gravatar Jakub Kicinski 1-6/+10
2022-04-29tcp: pass back data left in socket after receiveGravatar Jens Axboe 1-6/+10
2022-04-26net: generalize skb freeing deferral to per-cpu listsGravatar Eric Dumazet 1-24/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesGravatar Oliver Hartkopp 1-11/+8
2022-04-06tcp: add accessors to read/set tp->snd_cwndGravatar Eric Dumazet 1-4/+4
2022-03-09tcp: autocork: take MSG_EOR hint into considerationGravatar Eric Dumazet 1-1/+2
2022-03-09skb: make drop reason booleanableGravatar Jakub Kicinski 1-12/+9
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+6
2022-03-02tcp: make tcp_read_sock() more robustGravatar Eric Dumazet 1-4/+6
2022-02-24net/tcp: Merge TCP-MD5 inbound callbacksGravatar Dmitry Safonov 1-0/+70
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-14/+19
2022-02-04tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) caseGravatar Eric Dumazet 1-14/+19
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+5
2022-02-01tcp: fix mem under-charging with zerocopy sendmsg()Gravatar Eric Dumazet 1-2/+5
2022-01-25net: Adjust sk_gso_max_size once when setGravatar David Ahern 1-2/+1
2022-01-20tcp: add a missing sk_defer_free_flush() in tcp_splice_read()Gravatar Eric Dumazet 1-0/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+1
2021-12-20inet: fully convert sk->sk_rx_dst to RCU rulesGravatar Eric Dumazet 1-2/+1
2021-12-07tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelayGravatar Maxim Galaganov 1-2/+2
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+3
2021-11-16tcp: do not call tcp_cleanup_rbuf() if we have a backlogGravatar Eric Dumazet 1-2/+1
2021-11-16tcp: check local var (timeo) before socket fields in one testGravatar Eric Dumazet 1-2/+2
2021-11-16tcp: defer skb freeing after socket lock is releasedGravatar Eric Dumazet 1-2/+25
2021-11-16tcp: avoid indirect calls to sock_rfreeGravatar Eric Dumazet 1-5/+15
2021-11-16tcp: tp->urg_data is unlikely to be setGravatar Eric Dumazet 1-5/+5
2021-11-16tcp: annotate races around tp->urg_dataGravatar Eric Dumazet 1-8/+9
2021-11-16tcp: annotate data-races on tp->segs_in and tp->data_segs_inGravatar Eric Dumazet 1-2/+4
2021-11-16tcp: small optimization in tcp recvmsg()Gravatar Eric Dumazet 1-2/+1
2021-11-16net: cache align tcp_memory_allocated, tcp_sockets_allocatedGravatar Eric Dumazet 1-2/+2
2021-11-16net: remove sk_route_forced_capsGravatar Eric Dumazet 1-1/+0
2021-11-12tcp: Fix uninitialized access in skb frags array for Rx 0cp.Gravatar Arjun Roy 1-0/+3
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-2/+20
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+0
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hGravatar Mianhan Liu 1-1/+0
2021-11-03net: avoid double accounting for pure zerocopy skbsGravatar Talal Ahmad 1-2/+20
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Gravatar Jakub Kicinski 1-20/+2
2021-11-01net: avoid double accounting for pure zerocopy skbsGravatar Talal Ahmad 1-2/+20
2021-11-01tcp: rename sk_wmem_free_skbGravatar Talal Ahmad 1-3/+3
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+1
2021-10-28tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroGravatar Eric Dumazet 1-1/+0
2021-10-28tcp: do not clear skb->csum if already zeroGravatar Eric Dumazet 1-1/+0
2021-10-28tcp: factorize ip_summed settingGravatar Eric Dumazet 1-2/+1