aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-18net: psp: update the TCP MSS to reflect PSP packet overheadJakub Kicinski1-2/+2
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski1-1/+13
2025-09-18tcp: accecn: AccECN option send controlChia-Yu Chang1-0/+1
2025-09-18tcp: accecn: AccECN optionIlpo Järvinen1-0/+1
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen1-2/+4
2025-09-11tcp: Free TCP-AO/TCP-MD5 info/keys without RCUDmitry Safonov1-2/+2
2025-09-11tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()Dmitry Safonov1-25/+8
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima1-1/+0
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet1-2/+2
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima1-11/+5
2025-08-25tcp: Remove timewait_sock_ops.twsk_destructor().Kuniyuki Iwashima1-1/+0
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet1-1/+1
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet1-1/+1
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer1-11/+15
2025-07-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-69/+200
2025-07-14bpf: tcp: Avoid socket skips and repeats during iterationJordan Rife1-32/+115
2025-07-14bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch itemsJordan Rife1-10/+14
2025-07-14bpf: tcp: Get rid of st_bucket_doneJordan Rife1-8/+6
2025-07-14bpf: tcp: Make sure iter->batch always contains a full bucket snapshotJordan Rife1-32/+77
2025-07-14bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batchJordan Rife1-4/+5
2025-07-02ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]Eric Dumazet1-1/+1
2025-07-02tcp: move tcp_memory_allocated into net_aligned_dataEric Dumazet1-1/+2
2025-06-27tcp: remove rtx_syn_ack fieldEric Dumazet1-1/+0
2025-06-23net: remove sock_i_uid()Eric Dumazet1-4/+4
2025-05-15tcp: increase tcp_limit_output_bytes default value to 4MBEric Dumazet1-2/+2
2025-04-10tcp: add TCP_RFC7323_TW_PAWS drop reasonJiayuan Chen1-1/+2
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet1-2/+2
2025-03-24tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().Kuniyuki Iwashima1-2/+0
2025-03-17tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOSIlpo Järvinen1-6/+23
2025-03-17tcp: AccECN support to tcp_add_backlogIlpo Järvinen1-1/+2
2025-03-17tcp: extend TCP flags to allow AE bit/ACE fieldIlpo Järvinen1-1/+1
2025-03-03tcp: remove READ_ONCE(req->ts_recent)Eric Dumazet1-1/+1
2025-03-03tcp: convert to dev_net_rcu()Eric Dumazet1-6/+6
2025-03-03tcp: add a drop_reason pointer to tcp_check_req()Eric Dumazet1-1/+2
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-02-20tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca1-1/+1
2025-02-14inet: consolidate inet_csk_clone_lock()Eric Dumazet1-4/+0
2025-02-14tcp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet1-24/+23
2025-02-11tcp: add tcp_rto_max_ms sysctlEric Dumazet1-0/+1
2025-02-11tcp: add the ability to control max RTOEric Dumazet1-1/+1
2025-02-11tcp: use tcp_reset_xmit_timer()Eric Dumazet1-2/+1
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-01-08tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann1-1/+1
2024-12-11tcp: Add sysctl to configure TIME-WAIT reuse delayJakub Sitnicki1-1/+3
2024-12-11tcp: Measure TIME-WAIT reuse delay with millisecond precisionJakub Sitnicki1-2/+3
2024-11-03net/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov1-1/+2
2024-10-14ipv4: tcp: give socket pointer to control skbsEric Dumazet1-2/+2
2024-10-04tcp: annotate data-races around icsk->icsk_pendingEric Dumazet1-4/+6
2024-09-11tcp: RX path for devmem TCPMina Almasry1-0/+16
2024-08-28tcp: annotate data-races around tcptw->tw_rcv_nxtEric Dumazet1-1/+1