summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
AgeCommit message (Expand)Author
2024-06-12net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefsDmitry Safonov
2024-06-10net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider
2024-06-05tcp: add sysctl_tcp_rto_min_usKevin Yang
2024-06-05tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet
2024-06-04tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()Jakub Kicinski
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-29tcp: fix races in tcp_v[46]_err()Eric Dumazet
2024-05-27tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet
2024-05-23net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan
2024-05-13tcp: rstreason: handle timewait cases in the receive pathJason Xing
2024-05-09tcp: get rid of twsk_unique()Eric Dumazet
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-02tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima
2024-04-26rstreason: make it work in trace worldJason Xing
2024-04-26tcp: support rstreason for passive resetJason Xing
2024-04-26rstreason: prepare for passive resetJason Xing
2024-04-25tcp: avoid premature drops in tcp_add_backlog()Eric Dumazet
2024-04-12tcp: small optimization when TCP_TW_SYN is processedEric Dumazet
2024-04-09tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet
2024-04-09tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski
2024-04-03trace: tcp: fully support trace_tcp_send_resetJason Xing
2024-04-01tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet
2024-02-28tcp: make dropreason in tcp_child_process() workJason Xing
2024-02-28tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing
2024-02-28tcp: directly drop skb in cookie check for ipv4Jason Xing
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov
2023-10-27net/tcp: Wire up l3index to TCP-AODmitry Safonov
2023-10-27net/tcp: Add static_key for TCP-AODmitry Safonov
2023-10-27net/tcp: Ignore specific ICMPs for TCP-AO connectionsDmitry Safonov
2023-10-27net/tcp: Add TCP-AO SNE supportDmitry Safonov
2023-10-27net/tcp: Add TCP-AO segments countersDmitry Safonov
2023-10-27net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov
2023-10-27net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov
2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov
2023-10-27net/tcp: Add AO sign to RST packetsDmitry Safonov
2023-10-27net/tcp: Add tcp_parse_auth_options()Dmitry Safonov
2023-10-27net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov
2023-10-27net/tcp: Calculate TCP-AO traffic keysDmitry Safonov
2023-10-27net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov
2023-10-27net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov
2023-10-27net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet
2023-10-23tcp: replace tcp_time_stamp_raw()Eric Dumazet
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-19tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-16tcp: Set pingpong threshold via sysctlHaiyang Zhang
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer