aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima2-2/+2
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+5
2025-07-16bpf: Clean up individual BTF_ID codeFeng Yang1-2/+1
2025-07-16ipv6: mcast: Delay put pmc->idev in mld_del_delrec()Yue Haibing1-1/+1
2025-07-16ipv6: mcast: Simplify mld_clear_{report|query}()Yue Haibing1-8/+2
2025-07-15ipv6: mcast: Remove unnecessary null check in ip6_mc_find_dev()Yue Haibing1-3/+0
2025-07-15ipv6: mcast: Avoid a duplicate pointer check in mld_del_delrec()Yue Haibing1-25/+23
2025-07-14dev: Pass netdevice_tracker to dev_get_by_flags_rcu().Kuniyuki Iwashima1-5/+6
2025-07-14lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()Eric Biggers1-1/+1
2025-07-13rpl: Fix use-after-free in rpl_do_srh_inline().Kuniyuki Iwashima1-4/+4
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+2
2025-07-10gre: Fix IPv6 multicast route creation.Guillaume Nault1-7/+2
2025-07-10net: replace ND_PRINTK with dynamic debugWang Liang1-96/+61
2025-07-08ipv6: Remove setsockopt_needs_rtnl().Kuniyuki Iwashima1-11/+2
2025-07-08ipv6: anycast: Don't hold RTNL for IPV6_JOIN_ANYCAST.Kuniyuki Iwashima2-12/+14
2025-07-08ipv6: anycast: Unify two error paths in ipv6_sock_ac_join().Kuniyuki Iwashima1-9/+16
2025-07-08ipv6: anycast: Don't hold RTNL for IPV6_LEAVE_ANYCAST and IPV6_ADDRFORM.Kuniyuki Iwashima2-18/+20
2025-07-08ipv6: anycast: Don't use rtnl_dereference().Kuniyuki Iwashima2-11/+8
2025-07-08ipv6: mcast: Remove unnecessary ASSERT_RTNL and comment.Kuniyuki Iwashima1-6/+0
2025-07-08ipv6: mcast: Don't hold RTNL for MCAST_ socket options.Kuniyuki Iwashima2-34/+45
2025-07-08ipv6: mcast: Don't hold RTNL in ipv6_sock_mc_close().Kuniyuki Iwashima1-21/+1
2025-07-08ipv6: mcast: Don't hold RTNL for IPV6_DROP_MEMBERSHIP and MCAST_LEAVE_GROUP.Kuniyuki Iwashima2-22/+27
2025-07-08ipv6: mcast: Don't hold RTNL for IPV6_ADD_MEMBERSHIP and MCAST_JOIN_GROUP.Kuniyuki Iwashima2-13/+13
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