index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-17
neighbour: Split pneigh_lookup().
Kuniyuki Iwashima
2
-2
/
+2
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-5
/
+5
2025-07-16
bpf: Clean up individual BTF_ID code
Feng Yang
1
-2
/
+1
2025-07-16
ipv6: mcast: Delay put pmc->idev in mld_del_delrec()
Yue Haibing
1
-1
/
+1
2025-07-16
ipv6: mcast: Simplify mld_clear_{report|query}()
Yue Haibing
1
-8
/
+2
2025-07-15
ipv6: mcast: Remove unnecessary null check in ip6_mc_find_dev()
Yue Haibing
1
-3
/
+0
2025-07-15
ipv6: mcast: Avoid a duplicate pointer check in mld_del_delrec()
Yue Haibing
1
-25
/
+23
2025-07-14
dev: Pass netdevice_tracker to dev_get_by_flags_rcu().
Kuniyuki Iwashima
1
-5
/
+6
2025-07-14
lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()
Eric Biggers
1
-1
/
+1
2025-07-13
rpl: Fix use-after-free in rpl_do_srh_inline().
Kuniyuki Iwashima
1
-4
/
+4
2025-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+2
2025-07-10
gre: Fix IPv6 multicast route creation.
Guillaume Nault
1
-7
/
+2
2025-07-10
net: replace ND_PRINTK with dynamic debug
Wang Liang
1
-96
/
+61
2025-07-08
ipv6: Remove setsockopt_needs_rtnl().
Kuniyuki Iwashima
1
-11
/
+2
2025-07-08
ipv6: anycast: Don't hold RTNL for IPV6_JOIN_ANYCAST.
Kuniyuki Iwashima
2
-12
/
+14
2025-07-08
ipv6: anycast: Unify two error paths in ipv6_sock_ac_join().
Kuniyuki Iwashima
1
-9
/
+16
2025-07-08
ipv6: anycast: Don't hold RTNL for IPV6_LEAVE_ANYCAST and IPV6_ADDRFORM.
Kuniyuki Iwashima
2
-18
/
+20
2025-07-08
ipv6: anycast: Don't use rtnl_dereference().
Kuniyuki Iwashima
2
-11
/
+8
2025-07-08
ipv6: mcast: Remove unnecessary ASSERT_RTNL and comment.
Kuniyuki Iwashima
1
-6
/
+0
2025-07-08
ipv6: mcast: Don't hold RTNL for MCAST_ socket options.
Kuniyuki Iwashima
2
-34
/
+45
2025-07-08
ipv6: mcast: Don't hold RTNL in ipv6_sock_mc_close().
Kuniyuki Iwashima
1
-21
/
+1
2025-07-08
ipv6: mcast: Don't hold RTNL for IPV6_DROP_MEMBERSHIP and MCAST_LEAVE_GROUP.
Kuniyuki Iwashima
2
-22
/
+27
2025-07-08
ipv6: mcast: Don't hold RTNL for IPV6_ADD_MEMBERSHIP and MCAST_JOIN_GROUP.
Kuniyuki Iwashima
2
-13
/
+13
2025-07-08
ipv6: mcast: Use in6_dev_get() in ipv6_dev_mc_dec().
Kuniyuki Iwashima
2
-10
/
+7
2025-07-08
ipv6: mcast: Remove mca_get().
Kuniyuki Iwashima
1
-8
/
+1
2025-07-08
ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc().
Kuniyuki Iwashima
2
-10
/
+8
2025-07-08
ipv6: mcast: Replace locking comments with lockdep annotations.
Kuniyuki Iwashima
1
-54
/
+71
2025-07-08
ipv6: ndisc: Remove __in6_dev_get() in pndisc_{constructor,destructor}().
Kuniyuki Iwashima
1
-6
/
+7
2025-07-08
net: splice: Drop unused @gfp
Michal Luczaj
1
-2
/
+1
2025-07-08
net: replace ADDRLABEL with dynamic debug
Wang Liang
1
-21
/
+11
2025-07-08
Revert "xfrm: destroy xfrm_state synchronously on net exit path"
Sabrina Dubroca
1
-1
/
+1
2025-07-08
xfrm: delete x->tunnel as we delete x
Sabrina Dubroca
2
-1
/
+3
2025-07-03
ipv6: Cleanup fib6_drop_pcpu_from()
Yue Haibing
1
-19
/
+7
2025-07-02
net: ipv6: Fix spelling mistake
Chenguang Zhao
1
-3
/
+3
2025-07-02
net: preserve MSG_ZEROCOPY with forwarding
Willem de Bruijn
1
-0
/
+7
2025-07-02
ipv6: ip6_mc_input() and ip6_mr_input() cleanups
Eric Dumazet
2
-23
/
+15
2025-07-02
ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpers
Eric Dumazet
14
-35
/
+39
2025-07-02
ipv6: adopt dst_dev() helper
Eric Dumazet
16
-45
/
+58
2025-07-02
net: dst: annotate data-races around dst->lastuse
Eric Dumazet
1
-1
/
+2
2025-07-02
net: dst: annotate data-races around dst->expires
Eric Dumazet
1
-7
/
+6
2025-07-02
net: dst: annotate data-races around dst->obsolete
Eric Dumazet
2
-6
/
+5
2025-07-02
udp: move udp_memory_allocated into net_aligned_data
Eric Dumazet
3
-2
/
+3
2025-07-02
tcp: move tcp_memory_allocated into net_aligned_data
Eric Dumazet
1
-1
/
+2
2025-07-02
xfrm: Set transport header to fix UDP GRO handling
Tobias Brunner
1
-0
/
+3
2025-07-01
seg6: fix lenghts typo in a comment
Andrea Mayer
1
-1
/
+1
2025-07-01
ip6_tunnel: enable to change proto of fb tunnels
Nicolas Dichtel
1
-5
/
+36
2025-06-30
ipv6: guard ip6_mr_output() with rcu
Eric Dumazet
1
-1
/
+1
2025-06-27
tcp: remove rtx_syn_ack field
Eric Dumazet
1
-1
/
+0
2025-06-25
net: Remove unnecessary NULL check for lwtunnel_fill_encap()
Yue Haibing
1
-2
/
+1
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
2
-3
/
+3
[prev]
[next]