summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2025-03-31Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"Eric Dumazet
2025-03-25tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet
2025-03-25tcp: support TCP_RTO_MIN_US for set/getsockopt useJason Xing
2025-03-24tcp: move icsk_clean_acked to a better locationEric Dumazet
2025-03-17tcp: Pass flags to __tcp_send_ackIlpo Järvinen
2025-03-17tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOSIlpo Järvinen
2025-03-17tcp: helpers for ECN mode handlingIlpo Järvinen
2025-03-17tcp: extend TCP flags to allow AE bit/ACE fieldIlpo Järvinen
2025-03-17tcp: use BIT() macro in include/net/tcp.hChia-Yu Chang
2025-03-07tcp: ulp: diag: more info without CAP_NET_ADMINMatthieu Baerts (NGI0)
2025-03-03tcp: add a drop_reason pointer to tcp_check_req()Eric Dumazet
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callbackJason Xing
2025-02-20bpf: Prevent unsafe access to the sock fields in the BPF timestamping callbackJason Xing
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-20tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca
2025-02-11tcp: add the ability to control max RTOEric Dumazet
2025-02-11tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()Eric Dumazet
2025-02-11tcp: remove tcp_reset_xmit_timer() @max_when argumentEric Dumazet
2025-02-07tcp: rename inet_csk_{delete|reset}_keepalive_timer()Eric Dumazet
2025-01-29bpf: Fix wrong copied_seq calculationJiayuan Chen
2024-12-09net: reformat kdoc return statementsJakub Kicinski
2024-10-30tcp: add more warn of socket in tcp_send_loss_probe()Jason Xing
2024-10-30tcp: add a common helper to debug the underlying issueJason Xing
2024-10-01tcp: Fix spelling mistake "emtpy" -> "empty"Colin Ian King
2024-09-23tcp: check skb is non-NULL in tcp_rto_delta_us()Josh Hunt
2024-09-11net: add support for skbs with unreadable fragsMina Almasry
2024-06-12net/tcp: Move tcp_inbound_hash() from headersDmitry Safonov
2024-06-12net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefsDmitry Safonov
2024-06-05net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing
2024-06-04tcp: add a helper for setting EOR on tail skbJakub Kicinski
2024-06-04tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()Jakub Kicinski
2024-05-29tcp: add tcp_done_with_error() helperEric Dumazet
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-06net: create tcp_gro_header_pull helper functionFelix Fietkau
2024-05-06net: create tcp_gro_lookup helper functionFelix Fietkau
2024-05-02tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu
2024-04-30tcp: move tcp_out_of_memory() to net/ipv4/tcp.cEric Dumazet
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-26rstreason: prepare for active resetJason Xing
2024-04-25bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu
2024-04-25tcp: move tcp_skb_cb->sacked flags to enumPhilo Lu
2024-04-12tcp: increase the default TCP scaling ratioHechao Li
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-01tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet
2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet
2024-02-28tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing