index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-06-23
net: annotate races around sk->sk_uid
Eric Dumazet
9
-12
/
+13
2025-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+8
2025-06-19
calipso: Fix null-ptr-deref in calipso_req_{set,del}attr().
Kuniyuki Iwashima
1
-0
/
+8
2025-06-19
ipv6: Simplify link-local address generation for IPv6 GRE.
Guillaume Nault
1
-5
/
+5
2025-06-17
net: ipv6: Add ip6_mr_output()
Petr Machata
2
-0
/
+119
2025-06-17
net: ipv6: ip6mr: Split ip6mr_forward2() in two
Petr Machata
1
-7
/
+16
2025-06-17
net: ipv6: ip6mr: Make ip6mr_forward2() void
Petr Machata
1
-6
/
+6
2025-06-17
net: ipv6: ip6mr: Fix in/out netdev to pass to the FORWARD chain
Petr Machata
1
-1
/
+2
2025-06-17
net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()
Petr Machata
2
-3
/
+4
2025-06-17
net: ipv6: Make udp_tunnel6_xmit_skb() void
Petr Machata
1
-8
/
+7
2025-06-17
net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()
Petr Machata
1
-1
/
+1
2025-06-16
seg6: Allow End.X behavior to accept an oif
Ido Schimmel
1
-2
/
+3
2025-06-16
seg6: Call seg6_lookup_any_nexthop() from End.X behavior
Ido Schimmel
1
-1
/
+1
2025-06-16
seg6: Extend seg6_lookup_any_nexthop() with an oif argument
Ido Schimmel
1
-7
/
+10
2025-06-12
Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-55
/
+55
2025-06-12
ipv6: Move fib6_config_validate() to ip6_route_add().
Kuniyuki Iwashima
1
-55
/
+55
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
5
-5
/
+5
2025-06-05
seg6: Fix validation of nexthop addresses
Ido Schimmel
1
-4
/
+2
2025-05-30
net: Fix checksum update for ILA adj-transport
Paul Chaignon
1
-3
/
+3
2025-05-26
Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
3
-11
/
+14
2025-05-23
netfilter: nf_dup{4, 6}: Move duplication check to task_struct
Sebastian Andrzej Siewior
2
-4
/
+4
2025-05-23
netfilter: nf_tables: nft_fib: consistent l3mdev handling
Florian Westphal
1
-3
/
+1
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-65
/
+18
[prev]
[next]