summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2025-07-14tcp: add LINUX_MIB_BEYOND_WINDOWEric Dumazet
2025-07-14tcp: do not accept packets beyond windowEric Dumazet
2025-07-14net: ipv4: fix incorrect MTU in broadcast routesOscar Maes
2025-07-14bpf: tcp: Avoid socket skips and repeats during iterationJordan Rife
2025-07-14bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch itemsJordan Rife
2025-07-14bpf: tcp: Get rid of st_bucket_doneJordan Rife
2025-07-14bpf: tcp: Make sure iter->batch always contains a full bucket snapshotJordan Rife
2025-07-14bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batchJordan Rife
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-09net: ipconfig: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-07-09tcp: refine sk_rcvbuf increase for ooo packetsEric Dumazet
2025-07-08udp: remove udp_tunnel_gro_init()Eric Dumazet
2025-07-08tcp: update the outdated ref draft-ietf-tcpm-rackXin Guo
2025-07-08net: splice: Drop unused @gfpMichal Luczaj
2025-07-08tcp: Correct signedness in skb remaining space calculationJiayuan Chen
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-07-02net: preserve MSG_ZEROCOPY with forwardingWillem de Bruijn
2025-07-02net: ipv4: fix stat increase when udp early demux drops the packetAntoine Tenart
2025-07-02ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]Eric Dumazet
2025-07-02net: dst: annotate data-races around dst->outputEric Dumazet
2025-07-02net: dst: annotate data-races around dst->inputEric Dumazet
2025-07-02net: dst: annotate data-races around dst->expiresEric Dumazet
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet
2025-07-02udp: move udp_memory_allocated into net_aligned_dataEric Dumazet
2025-07-02tcp: move tcp_memory_allocated into net_aligned_dataEric Dumazet
2025-07-02xfrm: Set transport header to fix UDP GRO handlingTobias Brunner
2025-06-28net: ipv4: guard ip_mr_output() with rcuEric Dumazet
2025-06-27tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo
2025-06-27tcp: remove inet_rtx_syn_ack()Eric Dumazet
2025-06-27tcp: remove rtx_syn_ack fieldEric Dumazet
2025-06-26ipv4: fib: Remove unnecessary encap_type checkYue Haibing
2025-06-25net: Remove unnecessary NULL check for lwtunnel_fill_encap()Yue Haibing
2025-06-23net: remove sock_i_uid()Eric Dumazet
2025-06-23net: annotate races around sk->sk_uidEric Dumazet
2025-06-19tcp: tcp_time_to_recover() cleanupEric Dumazet
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev
2025-06-18tcp: fix passive TFO socket having invalid NAPI IDDavid Wei
2025-06-18tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behaviorNeal Cardwell
2025-06-17net: tcp: tsq: Convert from tasklet to BH workqueueTejun Heo
2025-06-17net: ipv4: Add ip_mr_output()Petr Machata
2025-06-17net: ipv4: ipmr: Split ipmr_queue_xmit() in twoPetr Machata
2025-06-17net: ipv4: ipmr: ipmr_queue_xmit(): Drop local variable `dev'Petr Machata
2025-06-17net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()Petr Machata
2025-06-17tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial()Neal Cardwell
2025-06-17tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hintNeal Cardwell
2025-06-17tcp: remove obsolete and unused RFC3517/RFC6675 loss recovery codeNeal Cardwell
2025-06-13net: arp: use kfree_skb_reason() in arp_rcv()Qiu Yutan
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar