summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet1-2/+2
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet1-3/+2
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet1-1/+1
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet1-1/+1
2023-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+6
2023-07-20tcp: annotate data-races around tp->tsoffsetEric Dumazet1-2/+3
2023-07-19tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet1-1/+1
2023-07-19tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet1-1/+2
2023-07-13tcp: add a scheduling point in established_get_first()Jian Wen1-0/+3
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-1/+0
2023-06-17tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com1-0/+2
2023-06-09ipv4, ipv6: Use splice_eof() to flushDavid Howells1-0/+1
2023-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-4/+3
2023-05-25net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart1-5/+9
2023-05-20bpf: Add bpf_sock_destroy kfuncAditi Ghag1-1/+1
2023-05-20bpf: tcp: Avoid taking fast sock lock in iteratorAditi Ghag1-3/+2
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2023-05-12tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet1-2/+3
2023-05-11tcp: make the first N SYN RTO backoffs linearDavid Morley1-0/+1
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-03-28bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcpMartin KaFai Lau1-2/+2
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet1-2/+2
2023-03-17tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet1-3/+3
2023-02-03tcp: add TCP_MINTTL drop reasonEric Dumazet1-0/+1
2022-12-03tcp: use 2-arg optimal variant of kfree_rcu()Eric Dumazet1-2/+2
2022-12-02net/tcp: Do cleanup on tcp_md5_key_copy() failureDmitry Safonov1-7/+2
2022-12-02net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov1-13/+58
2022-12-02net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()Dmitry Safonov1-9/+21
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-16/+5
2022-11-23dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima1-2/+1
2022-11-23dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima1-16/+4
2022-11-23dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima1-0/+2
2022-11-14ipasdv4/tcp_ipv4: remove redundant assignmentxu xin1-1/+0
2022-10-28tcp: add PLB functionality for TCPMubashir Adnan Qureshi1-1/+1
2022-10-28tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi1-0/+8
2022-10-24tcp: fix a signed-integer-overflow bug in tcp_add_backlog()Lu Wei1-1/+3
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-2/+2
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima1-6/+32
2022-09-20tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima1-1/+1
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima1-29/+43
2022-09-20tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima1-1/+1
2022-09-20tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima1-12/+7
2022-09-20tcp: Clean up some functions.Kuniyuki Iwashima1-9/+9
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2022-09-01tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet1-2/+4
2022-08-25net: Add a bhash2 table hashed by port and addressJoanne Koong1-2/+21
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-07-25tcp: Fix data-races around sysctl_tcp_reflect_tos.Kuniyuki Iwashima1-2/+2