summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet2023-07-191-1/+1
* tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet2023-07-191-1/+2
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-251-1/+0
* tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com2023-06-171-0/+2
* ipv4, ipv6: Use splice_eof() to flushDavid Howells2023-06-091-0/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-271-4/+3
|\
| * bpf: Add bpf_sock_destroy kfuncAditi Ghag2023-05-201-1/+1
| * bpf: tcp: Avoid taking fast sock lock in iteratorAditi Ghag2023-05-201-3/+2
* | net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart2023-05-251-5/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-181-2/+3
|\ \ | |/ |/|
| * tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet2023-05-121-2/+3
* | tcp: make the first N SYN RTO backoffs linearDavid Morley2023-05-111-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-141-2/+2
|\
| * bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcpMartin KaFai Lau2023-03-281-2/+2
* | tcp: annotate lockless access to sk->sk_errEric Dumazet2023-03-171-2/+2
* | tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-171-3/+3
|/
* tcp: add TCP_MINTTL drop reasonEric Dumazet2023-02-031-0/+1
* tcp: use 2-arg optimal variant of kfree_rcu()Eric Dumazet2022-12-031-2/+2
* net/tcp: Do cleanup on tcp_md5_key_copy() failureDmitry Safonov2022-12-021-7/+2
* net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov2022-12-021-13/+58
* net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()Dmitry Safonov2022-12-021-9/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-16/+5
|\
| * dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-231-2/+1
| * dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-231-16/+4
| * dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-11-231-0/+2
* | ipasdv4/tcp_ipv4: remove redundant assignmentxu xin2022-11-141-1/+0
* | tcp: add PLB functionality for TCPMubashir Adnan Qureshi2022-10-281-1/+1
* | tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi2022-10-281-0/+8
|/
* tcp: fix a signed-integer-overflow bug in tcp_add_backlog()Lu Wei2022-10-241-1/+3
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-121-2/+2
* tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima2022-09-201-6/+32
* tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima2022-09-201-1/+1
* tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima2022-09-201-29/+43
* tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima2022-09-201-1/+1
* tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima2022-09-201-12/+7
* tcp: Clean up some functions.Kuniyuki Iwashima2022-09-201-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-2/+4
|\
| * tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet2022-09-011-2/+4
* | net: Add a bhash2 table hashed by port and addressJoanne Koong2022-08-251-2/+21
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-291-2/+2
|\
| * tcp: Fix data-races around sysctl_tcp_reflect_tos.Kuniyuki Iwashima2022-07-251-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-1/+1
|\|
| * tcp: Fix a data-race around sysctl_tcp_tw_reuse.Kuniyuki Iwashima2022-07-181-1/+1
* | net: Find dst with sk's xfrm policy not ctl_sksewookseo2022-07-111-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-011-1/+5
|\|
| * tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet2022-06-251-1/+5
* | net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-111-0/+3
|/
* net: ipv4: Avoid bounds check warninghuhai2022-05-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-0/+2
|\
| * Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet2022-05-131-0/+2