aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
7 daystcp: rstreason: handle timewait cases in the receive pathJason Xing1-1/+1
11 daystcp: get rid of twsk_unique()Eric Dumazet1-1/+0
12 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2024-05-02tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima1-1/+7
2024-04-26rstreason: make it work in trace worldJason Xing1-1/+1
2024-04-26tcp: support rstreason for passive resetJason Xing1-4/+7
2024-04-26rstreason: prepare for passive resetJason Xing1-5/+7
2024-04-25tcp: avoid premature drops in tcp_add_backlog()Eric Dumazet1-2/+11
2024-04-12tcp: small optimization when TCP_TW_SYN is processedEric Dumazet1-1/+1
2024-04-09tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet1-2/+3
2024-04-09tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet1-1/+2
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski1-3/+1
2024-04-03trace: tcp: fully support trace_tcp_send_resetJason Xing1-4/+3
2024-04-01tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet1-1/+1
2024-02-28tcp: make dropreason in tcp_child_process() workJason Xing1-5/+7
2024-02-28tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing1-1/+2
2024-02-28tcp: directly drop skb in cookie check for ipv4Jason Xing1-1/+1
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov1-2/+2
2023-10-27net/tcp: Wire up l3index to TCP-AODmitry Safonov1-3/+7
2023-10-27net/tcp: Add static_key for TCP-AODmitry Safonov1-11/+14
2023-10-27net/tcp: Ignore specific ICMPs for TCP-AO connectionsDmitry Safonov1-0/+7
2023-10-27net/tcp: Add TCP-AO SNE supportDmitry Safonov1-1/+2
2023-10-27net/tcp: Add TCP-AO segments countersDmitry Safonov1-1/+1
2023-10-27net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov1-5/+5
2023-10-27net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov1-0/+1
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov1-8/+58
2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov1-19/+73
2023-10-27net/tcp: Add AO sign to RST packetsDmitry Safonov1-13/+56
2023-10-27net/tcp: Add tcp_parse_auth_options()Dmitry Safonov1-5/+10
2023-10-27net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov1-0/+1
2023-10-27net/tcp: Calculate TCP-AO traffic keysDmitry Safonov1-0/+1
2023-10-27net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov1-3/+11
2023-10-27net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov1-2/+8
2023-10-27net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov1-41/+56
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet1-0/+1
2023-10-23tcp: replace tcp_time_stamp_raw()Eric Dumazet1-2/+2
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-10-19tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni1-0/+1
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2023-10-16tcp: Set pingpong threshold via sysctlHaiyang Zhang1-0/+2
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer1-1/+1
2023-10-01inet: implement lockless IP_TOSEric Dumazet1-4/+5
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-09-12tcp: defer regular ACK while processing socket backlogEric Dumazet1-0/+1
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-03Merge 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