aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-14tcp: call tcp_measure_rcv_mss() for ooo packetsEric Dumazet1-0/+1
2025-07-14tcp: add LINUX_MIB_BEYOND_WINDOWEric Dumazet2-0/+2
2025-07-14tcp: do not accept packets beyond windowEric Dumazet1-5/+17
2025-07-14net: ipv4: fix incorrect MTU in broadcast routesOscar Maes1-1/+0
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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2025-07-09net: ipconfig: convert timeouts to secs_to_jiffies()Easwar Hariharan1-3/+3
2025-07-09tcp: refine sk_rcvbuf increase for ooo packetsEric Dumazet1-1/+3
2025-07-08udp: remove udp_tunnel_gro_init()Eric Dumazet1-9/+1
2025-07-08tcp: update the outdated ref draft-ietf-tcpm-rackXin Guo2-2/+2
2025-07-08net: splice: Drop unused @gfpMichal Luczaj2-4/+2
2025-07-08tcp: Correct signedness in skb remaining space calculationJiayuan Chen1-1/+1
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca1-0/+2
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+4
2025-07-02net: preserve MSG_ZEROCOPY with forwardingWillem de Bruijn1-0/+6
2025-07-02net: ipv4: fix stat increase when udp early demux drops the packetAntoine Tenart1-3/+4
2025-07-02ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]Eric Dumazet11-31/+35
2025-07-02net: dst: annotate data-races around dst->outputEric Dumazet1-1/+1
2025-07-02net: dst: annotate data-races around dst->inputEric Dumazet1-1/+1
2025-07-02net: dst: annotate data-races around dst->expiresEric Dumazet1-3/+4
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet2-8/+9
2025-07-02udp: move udp_memory_allocated into net_aligned_dataEric Dumazet3-4/+3
2025-07-02tcp: move tcp_memory_allocated into net_aligned_dataEric Dumazet2-3/+2
2025-07-02xfrm: Set transport header to fix UDP GRO handlingTobias Brunner1-0/+3
2025-06-28net: ipv4: guard ip_mr_output() with rcuEric Dumazet1-2/+2
2025-06-27tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo1-1/+2
2025-06-27tcp: remove inet_rtx_syn_ack()Eric Dumazet4-12/+4
2025-06-27tcp: remove rtx_syn_ack fieldEric Dumazet2-2/+1
2025-06-26ipv4: fib: Remove unnecessary encap_type checkYue Haibing1-5/+0
2025-06-25net: Remove unnecessary NULL check for lwtunnel_fill_encap()Yue Haibing3-6/+3
2025-06-23net: remove sock_i_uid()Eric Dumazet7-32/+29
2025-06-23net: annotate races around sk->sk_uidEric Dumazet6-7/+10
2025-06-19tcp: tcp_time_to_recover() cleanupEric Dumazet1-5/+3
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+28
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev2-24/+70
2025-06-18tcp: fix passive TFO socket having invalid NAPI IDDavid Wei1-0/+3
2025-06-18tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behaviorNeal Cardwell1-12/+25
2025-06-17net: tcp: tsq: Convert from tasklet to BH workqueueTejun Heo2-19/+19
2025-06-17net: ipv4: Add ip_mr_output()Petr Machata2-1/+118
2025-06-17net: ipv4: ipmr: Split ipmr_queue_xmit() in twoPetr Machata1-16/+29
2025-06-17net: ipv4: ipmr: ipmr_queue_xmit(): Drop local variable `dev'Petr Machata1-5/+2
2025-06-17net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()Petr Machata3-5/+8
2025-06-17tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial()Neal Cardwell2-3/+0
2025-06-17tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hintNeal Cardwell3-26/+1
2025-06-17tcp: remove obsolete and unused RFC3517/RFC6675 loss recovery codeNeal Cardwell1-127/+10
2025-06-13net: arp: use kfree_skb_reason() in arp_rcv()Qiu Yutan1-3/+7