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