summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/n...Stephen Rothwell2023-05-181-0/+1
|\
| * tcp: make the first N SYN RTO backoffs linearDavid Morley2023-05-111-0/+1
* | tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet2023-05-121-2/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-131-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-021-0/+1
* tcp: use 2-arg optimal variant of kfree_rcu()Eric Dumazet2022-12-021-2/+2
* net/tcp: Do cleanup on tcp_md5_key_copy() failureDmitry Safonov2022-12-011-7/+2
* net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov2022-12-011-13/+58
* net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()Dmitry Safonov2022-12-011-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-221-2/+1
| * dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-221-16/+4
| * dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-11-221-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-111-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-08-311-2/+4
* | net: Add a bhash2 table hashed by port and addressJoanne Koong2022-08-241-2/+21
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-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-06-301-1/+5
|\ \ | |/
| * tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet2022-06-241-1/+5
* | net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-101-0/+3
|/
* net: ipv4: Avoid bounds check warninghuhai2022-05-301-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
* | net: tcp: reset 'drop_reason' to NOT_SPCIFIED in tcp_v{4,6}_rcv()Menglong Dong2022-05-161-0/+1
* | net: inet: Retire port only listening_hashMartin KaFai Lau2022-05-121-12/+9
* | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-261-1/+0
* | ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault2022-04-221-3/+2
* | tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-04-061-1/+1
|/
* tcp: adjust TSO packet sizes based on min_rttEric Dumazet2022-03-091-0/+1
* skb: make drop reason booleanableJakub Kicinski2022-03-091-5/+7
* net/tcp: Merge TCP-MD5 inbound callbacksDmitry Safonov2022-02-241-73/+5
* net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()Menglong Dong2022-02-201-1/+4