summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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
2025-06-02net: fix udp gso skb_segment after pull from frag_listShiming Cheng
2025-05-27net: devmem: preserve sockc_errMina Almasry
2025-05-26Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-05-23netfilter: nf_dup{4, 6}: Move duplication check to task_structSebastian Andrzej Siewior
2025-05-23netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-22Merge tag 'ipsec-2025-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-05-20ipv6: Revert two per-cpu var allocation for RTM_NEWROUTE.Kuniyuki Iwashima
2025-05-20inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().Kuniyuki Iwashima
2025-05-16mr: consolidate the ipmr_can_free_table() checks.Paolo Abeni
2025-05-16net: rfs: add sock_rps_delete_flow() helperEric Dumazet
2025-05-15tcp: increase tcp_rmem[2] to 32 MBEric Dumazet
2025-05-15tcp: always use tcp_limit_output_bytes limitationEric Dumazet
2025-05-15tcp: increase tcp_limit_output_bytes default value to 4MBEric Dumazet
2025-05-15tcp: skip big rtt sample if receive queue is not emptyEric Dumazet
2025-05-15tcp: always seek for minimal rtt in tcp_rcv_rtt_update()Eric Dumazet
2025-05-15tcp: fix initial tp->rcvq_space.space value for passive TS enabled flowsEric Dumazet
2025-05-15tcp: remove zero TCP TS samples for autotuningEric Dumazet
2025-05-15tcp: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet
2025-05-15tcp: adjust rcvbuf in presence of reordersEric Dumazet
2025-05-15tcp: fix sk_rcvbuf overshootEric Dumazet
2025-05-15tcp: add tcp_rcvbuf_grow() tracepointEric Dumazet
2025-05-15ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RTSebastian Andrzej Siewior
2025-05-13net: devmem: Implement TX pathMina Almasry
2025-05-05ipv4: ip_tunnel: Replace strcpy use with strscpyRuben Wauters
2025-05-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-05-03ipv4: Honor "ignore_routes_with_linkdown" sysctl in nexthop selectionIdo Schimmel
2025-05-02bpf: udp: Avoid socket skips and repeats during iterationJordan Rife
2025-05-02bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch itemsJordan Rife
2025-05-02bpf: udp: Get rid of st_bucket_doneJordan Rife
2025-05-02bpf: udp: Make sure iter->batch always contains a full bucket snapshotJordan Rife