aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong1-12/+2
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet1-7/+0
2022-06-10net: add per_cpu_fw_alloc field to struct protoEric Dumazet1-0/+2
2022-06-10net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet1-2/+2
2022-05-20net: Add a second bind table hashed by port and addressJoanne Koong1-2/+12
2022-05-12net: inet: Retire port only listening_hashMartin KaFai Lau1-1/+0
2022-04-29Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.kernel.org/pub/scm/linux/kernel/git/kuba/linuxJakub Kicinski1-6/+10
2022-04-29tcp: pass back data left in socket after receiveJens Axboe1-6/+10
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet1-24/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-11/+8
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet1-4/+4
2022-03-09tcp: autocork: take MSG_EOR hint into considerationEric Dumazet1-1/+2
2022-03-09skb: make drop reason booleanableJakub Kicinski1-12/+9
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+6
2022-03-02tcp: make tcp_read_sock() more robustEric Dumazet1-4/+6
2022-02-24net/tcp: Merge TCP-MD5 inbound callbacksDmitry Safonov1-0/+70
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+19
2022-02-04tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) caseEric Dumazet1-14/+19
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2022-02-01tcp: fix mem under-charging with zerocopy sendmsg()Eric Dumazet1-2/+5
2022-01-25net: Adjust sk_gso_max_size once when setDavid Ahern1-2/+1
2022-01-20tcp: add a missing sk_defer_free_flush() in tcp_splice_read()Eric Dumazet1-0/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2021-12-20inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-2/+1
2021-12-07tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelayMaxim Galaganov1-2/+2
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-11-16tcp: do not call tcp_cleanup_rbuf() if we have a backlogEric Dumazet1-2/+1
2021-11-16tcp: check local var (timeo) before socket fields in one testEric Dumazet1-2/+2
2021-11-16tcp: defer skb freeing after socket lock is releasedEric Dumazet1-2/+25
2021-11-16tcp: avoid indirect calls to sock_rfreeEric Dumazet1-5/+15
2021-11-16tcp: tp->urg_data is unlikely to be setEric Dumazet1-5/+5
2021-11-16tcp: annotate races around tp->urg_dataEric Dumazet1-8/+9
2021-11-16tcp: annotate data-races on tp->segs_in and tp->data_segs_inEric Dumazet1-2/+4
2021-11-16tcp: small optimization in tcp recvmsg()Eric Dumazet1-2/+1
2021-11-16net: cache align tcp_memory_allocated, tcp_sockets_allocatedEric Dumazet1-2/+2
2021-11-16net: remove sk_route_forced_capsEric Dumazet1-1/+0
2021-11-12tcp: Fix uninitialized access in skb frags array for Rx 0cp.Arjun Roy1-0/+3
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+20
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu1-1/+0
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad1-2/+20
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski1-20/+2
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad1-2/+20
2021-11-01tcp: rename sk_wmem_free_skbTalal Ahmad1-3/+3
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+1
2021-10-28tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet1-1/+0
2021-10-28tcp: do not clear skb->csum if already zeroEric Dumazet1-1/+0
2021-10-28tcp: factorize ip_summed settingEric Dumazet1-2/+1
2021-10-28tcp: no longer set skb->reserved_tailroomEric Dumazet1-5/+0
2021-10-28tcp: cleanup tcp_remove_empty_skb() useEric Dumazet1-4/+5