summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30tcp: avoid premature drops in tcp_add_backlog()Eric Dumazet1-2/+11
2024-05-03tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima1-1/+7
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-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2023-10-17tcp: Set pingpong threshold via sysctlHaiyang Zhang1-0/+2
2023-10-12bpf: 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-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