aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-08ipv6: mcast: Use in6_dev_get() in ipv6_dev_mc_dec().Kuniyuki Iwashima2-10/+7
2025-07-08ipv6: mcast: Remove mca_get().Kuniyuki Iwashima1-8/+1
2025-07-08ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc().Kuniyuki Iwashima2-10/+8
2025-07-08ipv6: mcast: Replace locking comments with lockdep annotations.Kuniyuki Iwashima1-54/+71
2025-07-08ipv6: ndisc: Remove __in6_dev_get() in pndisc_{constructor,destructor}().Kuniyuki Iwashima1-6/+7
2025-07-08net: splice: Drop unused @gfpMichal Luczaj1-2/+1
2025-07-08net: replace ADDRLABEL with dynamic debugWang Liang1-21/+11
2025-07-08Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca1-1/+1
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca2-1/+3
2025-07-03ipv6: Cleanup fib6_drop_pcpu_from()Yue Haibing1-19/+7
2025-07-02net: ipv6: Fix spelling mistakeChenguang Zhao1-3/+3
2025-07-02net: preserve MSG_ZEROCOPY with forwardingWillem de Bruijn1-0/+7
2025-07-02ipv6: ip6_mc_input() and ip6_mr_input() cleanupsEric Dumazet2-23/+15
2025-07-02ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpersEric Dumazet14-35/+39
2025-07-02ipv6: adopt dst_dev() helperEric Dumazet16-45/+58
2025-07-02net: dst: annotate data-races around dst->lastuseEric Dumazet1-1/+2
2025-07-02net: dst: annotate data-races around dst->expiresEric Dumazet1-7/+6
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet2-6/+5
2025-07-02udp: move udp_memory_allocated into net_aligned_dataEric Dumazet3-2/+3
2025-07-02tcp: move tcp_memory_allocated into net_aligned_dataEric Dumazet1-1/+2
2025-07-02xfrm: Set transport header to fix UDP GRO handlingTobias Brunner1-0/+3
2025-07-01seg6: fix lenghts typo in a commentAndrea Mayer1-1/+1
2025-07-01ip6_tunnel: enable to change proto of fb tunnelsNicolas Dichtel1-5/+36
2025-06-30ipv6: guard ip6_mr_output() with rcuEric Dumazet1-1/+1
2025-06-27tcp: remove rtx_syn_ack fieldEric Dumazet1-1/+0
2025-06-25net: Remove unnecessary NULL check for lwtunnel_fill_encap()Yue Haibing1-2/+1
2025-06-23net: remove sock_i_uid()Eric Dumazet2-3/+3
2025-06-23net: annotate races around sk->sk_uidEric Dumazet9-12/+13
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+8
2025-06-19calipso: Fix null-ptr-deref in calipso_req_{set,del}attr().Kuniyuki Iwashima1-0/+8
2025-06-19ipv6: Simplify link-local address generation for IPv6 GRE.Guillaume Nault1-5/+5
2025-06-17net: ipv6: Add ip6_mr_output()Petr Machata2-0/+119
2025-06-17net: ipv6: ip6mr: Split ip6mr_forward2() in twoPetr Machata1-7/+16
2025-06-17net: ipv6: ip6mr: Make ip6mr_forward2() voidPetr Machata1-6/+6
2025-06-17net: ipv6: ip6mr: Fix in/out netdev to pass to the FORWARD chainPetr Machata1-1/+2
2025-06-17net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()Petr Machata2-3/+4
2025-06-17net: ipv6: Make udp_tunnel6_xmit_skb() voidPetr Machata1-8/+7
2025-06-17net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()Petr Machata1-1/+1
2025-06-16seg6: Allow End.X behavior to accept an oifIdo Schimmel1-2/+3
2025-06-16seg6: Call seg6_lookup_any_nexthop() from End.X behaviorIdo Schimmel1-1/+1
2025-06-16seg6: Extend seg6_lookup_any_nexthop() with an oif argumentIdo Schimmel1-7/+10
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-55/+55
2025-06-12ipv6: Move fib6_config_validate() to ip6_route_add().Kuniyuki Iwashima1-55/+55
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar5-5/+5
2025-06-05seg6: Fix validation of nexthop addressesIdo Schimmel1-4/+2
2025-05-30net: Fix checksum update for ILA adj-transportPaul Chaignon1-3/+3
2025-05-26Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni3-11/+14
2025-05-23netfilter: nf_dup{4, 6}: Move duplication check to task_structSebastian Andrzej Siewior2-4/+4
2025-05-23netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal1-3/+1
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-65/+18