summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2025-07-13rpl: Fix use-after-free in rpl_do_srh_inline().Kuniyuki Iwashima
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-10gre: Fix IPv6 multicast route creation.Guillaume Nault
2025-07-10net: replace ND_PRINTK with dynamic debugWang Liang
2025-07-08ipv6: Remove setsockopt_needs_rtnl().Kuniyuki Iwashima
2025-07-08ipv6: anycast: Don't hold RTNL for IPV6_JOIN_ANYCAST.Kuniyuki Iwashima
2025-07-08ipv6: anycast: Unify two error paths in ipv6_sock_ac_join().Kuniyuki Iwashima
2025-07-08ipv6: anycast: Don't hold RTNL for IPV6_LEAVE_ANYCAST and IPV6_ADDRFORM.Kuniyuki Iwashima
2025-07-08ipv6: anycast: Don't use rtnl_dereference().Kuniyuki Iwashima
2025-07-08ipv6: mcast: Remove unnecessary ASSERT_RTNL and comment.Kuniyuki Iwashima
2025-07-08ipv6: mcast: Don't hold RTNL for MCAST_ socket options.Kuniyuki Iwashima
2025-07-08ipv6: mcast: Don't hold RTNL in ipv6_sock_mc_close().Kuniyuki Iwashima
2025-07-08ipv6: mcast: Don't hold RTNL for IPV6_DROP_MEMBERSHIP and MCAST_LEAVE_GROUP.Kuniyuki Iwashima
2025-07-08ipv6: mcast: Don't hold RTNL for IPV6_ADD_MEMBERSHIP and MCAST_JOIN_GROUP.Kuniyuki Iwashima
2025-07-08ipv6: mcast: Use in6_dev_get() in ipv6_dev_mc_dec().Kuniyuki Iwashima
2025-07-08ipv6: mcast: Remove mca_get().Kuniyuki Iwashima
2025-07-08ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc().Kuniyuki Iwashima
2025-07-08ipv6: mcast: Replace locking comments with lockdep annotations.Kuniyuki Iwashima
2025-07-08ipv6: ndisc: Remove __in6_dev_get() in pndisc_{constructor,destructor}().Kuniyuki Iwashima
2025-07-08net: splice: Drop unused @gfpMichal Luczaj
2025-07-08net: replace ADDRLABEL with dynamic debugWang Liang
2025-07-08Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca
2025-07-03ipv6: Cleanup fib6_drop_pcpu_from()Yue Haibing
2025-07-02net: ipv6: Fix spelling mistakeChenguang Zhao
2025-07-02net: preserve MSG_ZEROCOPY with forwardingWillem de Bruijn
2025-07-02ipv6: ip6_mc_input() and ip6_mr_input() cleanupsEric Dumazet
2025-07-02ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpersEric Dumazet
2025-07-02ipv6: adopt dst_dev() helperEric Dumazet
2025-07-02net: dst: annotate data-races around dst->lastuseEric 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-07-01seg6: fix lenghts typo in a commentAndrea Mayer
2025-07-01ip6_tunnel: enable to change proto of fb tunnelsNicolas Dichtel
2025-06-30ipv6: guard ip6_mr_output() with rcuEric Dumazet
2025-06-27tcp: remove rtx_syn_ack fieldEric Dumazet
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-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-19calipso: Fix null-ptr-deref in calipso_req_{set,del}attr().Kuniyuki Iwashima
2025-06-19ipv6: Simplify link-local address generation for IPv6 GRE.Guillaume Nault
2025-06-17net: ipv6: Add ip6_mr_output()Petr Machata
2025-06-17net: ipv6: ip6mr: Split ip6mr_forward2() in twoPetr Machata
2025-06-17net: ipv6: ip6mr: Make ip6mr_forward2() voidPetr Machata
2025-06-17net: ipv6: ip6mr: Fix in/out netdev to pass to the FORWARD chainPetr Machata
2025-06-17net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()Petr Machata