summaryrefslogtreecommitdiff
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)Author
2024-08-28tcp: annotate data-races around tcptw->tw_rcv_nxtEric Dumazet
2024-08-28tcp: remove volatile qualifier on tw_substateEric Dumazet
2024-06-19tcp: use sk_skb_reason_drop to free rx packetsYan Zhai
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-10tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet
2024-06-05tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet
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-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan
2024-05-13tcp: rstreason: handle timewait cases in the receive pathJason Xing
2024-05-09tcp: get rid of twsk_unique()Eric Dumazet
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet
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-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-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-03-07ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdataEric 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 ipv6Jason Xing
2024-01-08tcp: Revert no longer abort SYN_SENT when receiving some ICMPShachar Kagan
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov
2023-11-16tcp: no longer abort SYN_SENT when receiving some ICMPEric Dumazet
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-25ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet
2023-10-23tcp: replace tcp_time_stamp_raw()Eric Dumazet