aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-10tcp: add TCP_RFC7323_TW_PAWS drop reasonJiayuan Chen1-1/+2
2025-03-31Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"Eric Dumazet1-15/+0
2025-03-25tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet1-0/+15
2025-03-25tcp: support TCP_RTO_MIN_US for set/getsockopt useJason Xing1-1/+1
2025-03-24tcp: move icsk_clean_acked to a better locationEric Dumazet1-2/+2
2025-03-17tcp: Pass flags to __tcp_send_ackIlpo Järvinen1-1/+1
2025-03-17tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOSIlpo Järvinen1-1/+2
2025-03-17tcp: helpers for ECN mode handlingIlpo Järvinen1-4/+40
2025-03-17tcp: extend TCP flags to allow AE bit/ACE fieldIlpo Järvinen1-2/+9
2025-03-17tcp: use BIT() macro in include/net/tcp.hChia-Yu Chang1-10/+11
2025-03-07tcp: ulp: diag: more info without CAP_NET_ADMINMatthieu Baerts (NGI0)1-2/+2
2025-03-03tcp: add a drop_reason pointer to tcp_check_req()Eric Dumazet1-1/+1
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+8
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+5
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+8
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callbackJason Xing1-2/+4
2025-02-20bpf: Prevent unsafe access to the sock fields in the BPF timestamping callbackJason Xing1-0/+1
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+14
2025-02-20tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca1-0/+14
2025-02-11tcp: add the ability to control max RTOEric Dumazet1-5/+11
2025-02-11tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()Eric Dumazet1-4/+6
2025-02-11tcp: remove tcp_reset_xmit_timer() @max_when argumentEric Dumazet1-4/+3
2025-02-07tcp: rename inet_csk_{delete|reset}_keepalive_timer()Eric Dumazet1-0/+1
2025-01-29bpf: Fix wrong copied_seq calculationJiayuan Chen1-0/+8
2024-12-09net: reformat kdoc return statementsJakub Kicinski1-1/+1
2024-10-30tcp: add more warn of socket in tcp_send_loss_probe()Jason Xing1-1/+2
2024-10-30tcp: add a common helper to debug the underlying issueJason Xing1-11/+14
2024-10-01tcp: Fix spelling mistake "emtpy" -> "empty"Colin Ian King1-1/+1
2024-09-23tcp: check skb is non-NULL in tcp_rto_delta_us()Josh Hunt1-2/+19
2024-09-11net: add support for skbs with unreadable fragsMina Almasry1-1/+2
2024-06-12net/tcp: Move tcp_inbound_hash() from headersDmitry Safonov1-74/+4
2024-06-12net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefsDmitry Safonov1-10/+4
2024-06-05net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing1-1/+1
2024-06-04tcp: add a helper for setting EOR on tail skbJakub Kicinski1-0/+9
2024-06-04tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()Jakub Kicinski1-0/+7
2024-05-29tcp: add tcp_done_with_error() helperEric Dumazet1-0/+1
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2024-05-06net: create tcp_gro_header_pull helper functionFelix Fietkau1-1/+3
2024-05-06net: create tcp_gro_lookup helper functionFelix Fietkau1-0/+1
2024-05-02tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu1-1/+1
2024-04-30tcp: move tcp_out_of_memory() to net/ipv4/tcp.cEric Dumazet1-9/+1
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+2
2024-04-26rstreason: prepare for active resetJason Xing1-1/+2
2024-04-25bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu1-2/+2
2024-04-25tcp: move tcp_skb_cb->sacked flags to enumPhilo Lu1-9/+13
2024-04-12tcp: increase the default TCP scaling ratioHechao Li1-3/+2
2024-04-09tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet1-5/+5
2024-04-09tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet1-1/+2
2024-04-01tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet1-1/+1
2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet1-1/+1