index
:
pub/scm/linux/kernel/git/kdave/linux.git
master
Btrfs kernel development
David Sterba
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
ip6_vti.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-17
net: ip6_vti: require CAP_NET_ADMIN in the device netns for changelink
Maoyi Xie
1
-0
/
+3
2026-06-10
ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup()
Eric Dumazet
1
-0
/
+2
2026-06-09
ip6_vti: set netns_immutable on the fallback device.
Eric Dumazet
1
-0
/
+1
2026-05-26
ip6: vti: Use ip6_tnl.net in vti6_siocdevprivate().
Maoyi Xie
1
-2
/
+9
2026-05-26
ip6: vti: Use ip6_tnl.net in vti6_changelink().
Kuniyuki Iwashima
1
-5
/
+7
2025-07-02
ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpers
Eric Dumazet
1
-1
/
+1
2025-07-02
ipv6: adopt dst_dev() helper
Eric Dumazet
1
-1
/
+1
2025-04-14
ipv6: Convert tunnel devices' ->exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
1
-20
/
+7
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
1
-0
/
+1
2025-02-21
net: ipv6: Use link netns in newlink() of rtnl_link_ops
Xiao Liang
1
-3
/
+3
2025-02-21
net: ipv6: Init tunnel link-netns before registering dev
Xiao Liang
1
-1
/
+2
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
1
-2
/
+3
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+2
2024-04-16
ip6_vti: fix memleak on netns dismantle
Florian Westphal
1
-0
/
+1
2024-04-08
ip6_vti: Remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-04-08
ip6_vti: Do not use custom stat allocator
Breno Leitao
1
-10
/
+1
2024-02-13
net: add netdev_lockdep_set_classes() to virtual drivers
Eric Dumazet
1
-0
/
+1
2024-02-07
ip6_vti: use exit_batch_rtnl() method
Eric Dumazet
1
-7
/
+5
2023-10-06
xfrm: pass struct net to xfrm_decode_session wrappers
Florian Westphal
1
-2
/
+2
2023-07-11
ip6_vti: fix slab-use-after-free in decode_session6
Zhengchao Shao
1
-2
/
+2
2022-11-16
ipv6: tunnels: use DEV_STATS_INC()
Eric Dumazet
1
-9
/
+7
2022-09-30
ip6_vti:Remove the space before the comma
Hongbin Wang
1
-1
/
+1
2022-08-22
ipv6: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
1
-2
/
+2
2021-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2021-12-27
ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate
William Zhao
1
-0
/
+2
2021-12-06
ipv6: add net device refcount tracker to struct ip6_tnl
Eric Dumazet
1
-2
/
+2
2021-10-13
ip: use dev_addr_set() in tunnels
Jakub Kicinski
1
-1
/
+1
2021-07-27
ip_tunnel: use ndo_siocdevprivate
Arnd Bergmann
1
-10
/
+11
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2021-03-31
ipv6: remove extra dev_hold() for fallback tunnels
Eric Dumazet
1
-1
/
+0
2021-03-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-2
/
+4
2021-03-29
ip6_vti: proper dev_{hold|put} in ndo_[un]init methods
Eric Dumazet
1
-1
/
+1
2021-03-03
vti6: fix ipv4 pmtu check to honor ip header df
Eyal Birger
1
-2
/
+4
2021-03-01
net: always use icmp{,v6}_ndo_send from ndo_start_xmit
Jason A. Donenfeld
1
-3
/
+3
2020-11-09
vti: switch to dev_get_tstats64
Heiner Kallweit
1
-1
/
+1
2020-11-02
net: ipv6: For kerneldoc warnings with W=1
Xin Long
1
-0
/
+1
2020-10-06
ipv6: use dev_sw_netstats_rx_add()
Fabian Frederick
1
-7
/
+1
2020-07-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+51
2020-07-21
xfrm: Make the policy hold queue work with VTI.
Steffen Klassert
1
-1
/
+5
2020-07-17
ip6_vti: use IS_REACHABLE to avoid some compile errors
Xin Long
1
-4
/
+4
2020-07-14
ip6_vti: not register vti_ipv6_handler twice
Xin Long
1
-3
/
+10
2020-07-09
ip6_vti: support IP6IP tunnel processing
Xin Long
1
-2
/
+8
2020-07-09
ip6_vti: support IP6IP6 tunnel processing with .cb_handler
Xin Long
1
-0
/
+33
2020-06-30
net: vti: implement header_ops->parse_protocol for AF_PACKET
Jason A. Donenfeld
1
-0
/
+1
2020-04-28
xfrm: add support for UDPv6 encapsulation of ESP
Sabrina Dubroca
1
-2
/
+16
2020-03-16
vti6: Fix memory leak of skb if input policy check fails
Torsten Hilbrich
1
-1
/
+1
2020-02-06
vti[6]: fix packet tx through bpf_redirect() in XinY cases
Nicolas Dichtel
1
-7
/
+25
2020-01-14
vti[6]: fix packet tx through bpf_redirect()
Nicolas Dichtel
1
-2
/
+11
2019-12-24
vti: do not confirm neighbor when do pmtu update
Hangbin Liu
1
-1
/
+1
[next]