| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-04-08 | xfrm: store xfrm_mode directly, not its address | Florian Westphal | 1 | -1/+1 |
| 2019-04-08 | xfrm: make xfrm modes builtin | Florian Westphal | 1 | -1/+1 |
| 2019-04-08 | xfrm: prefer family stored in xfrm_mode struct | Florian Westphal | 1 | -1/+1 |
| 2019-01-01 | ip: validate header length on virtual device xmit | Willem de Bruijn | 1 | -4/+4 |
| 2018-12-21 | ipv6: tunnels: fix two use-after-free | Eric Dumazet | 1 | -0/+1 |
| 2018-08-29 | vti6: remove !skb->ignore_df check from vti6_xmit() | Alexey Kodanev | 1 | -1/+1 |
| 2018-08-19 | ip6_vti: fix a null pointer deference when destroy vti6 tunnel | Haishuang Yan | 1 | -1/+2 |
| 2018-08-19 | ip6_vti: fix creating fallback tunnel device for vti6 | Haishuang Yan | 1 | -0/+2 |
| 2018-08-18 | ip6_vti: simplify stats handling in vti6_xmit | Haishuang Yan | 1 | -11/+3 |
| 2018-06-07 | vti6: fix PMTU caching and reporting on xmit | Eyal Birger | 1 | -5/+6 |
| 2018-05-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2018-05-01 | change the comment of vti6_ioctl | Sun Lianwen | 1 | -1/+1 |
| 2018-04-27 | vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 too | Stefano Brivio | 1 | -2/+2 |
| 2018-04-05 | vti6: better validate user provided tunnel names | Eric Dumazet | 1 | -2/+5 |
| 2018-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -13/+23 |
| 2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
| 2018-03-19 | vti6: Fix dev->max_mtu setting | Stefano Brivio | 1 | -1/+1 |
| 2018-03-19 | vti6: Keep set MTU on link creation or change, validate it | Stefano Brivio | 1 | -8/+16 |
| 2018-03-19 | vti6: Properly adjust vti6 MTU from MTU of lower device | Stefano Brivio | 1 | -4/+6 |
| 2018-03-04 | net/ipv6: Pass skb to route lookup | David Ahern | 1 | -1/+1 |
| 2018-02-27 | net: Convert vti6_net_ops | Kirill Tkhai | 1 | -0/+1 |
| 2018-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-01-25 | net: don't call update_pmtu unconditionally | Nicolas Dichtel | 1 | -1/+1 |
| 2017-12-20 | ip6_vti: adjust vti mtu according to mtu of lower device | Alexey Kodanev | 1 | -0/+20 |
| 2017-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2017-09-26 | vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit | Alexey Kodanev | 1 | -1/+2 |
| 2017-09-19 | ipv6: speedup ipv6 tunnels dismantle | Eric Dumazet | 1 | -9/+14 |
| 2017-07-18 | vti: revert flush x-netns xfrm cache when vti interface is removed | Florian Westphal | 1 | -31/+0 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.validate | Matthias Schiffer | 1 | -1/+2 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.changelink | Matthias Schiffer | 1 | -1/+2 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer | 1 | -1/+2 |
| 2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 1 | -4/+4 |
| 2017-04-21 | ip6_tunnel: Allow policy-based routing through tunnels | Craig Gallek | 1 | -1/+9 |
| 2017-03-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -2/+6 |
| 2017-02-24 | vti6: return GRE_KEY for vti6 | David Forster | 1 | -0/+4 |
| 2017-02-16 | vti6: Don't report path MTU below IPV6_MIN_MTU. | Steffen Klassert | 1 | -2/+6 |
| 2017-01-27 | net/ipv6: support more tunnel interfaces for EUI64 link-local generation | Felix Jia | 1 | -0/+4 |
| 2017-01-06 | vti6: fix device register to report IFLA_INFO_KIND | David Forster | 1 | -1/+1 |
| 2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+31 |
| 2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 1 | -1/+1 |
| 2016-11-04 | net: inet: Support UID-based routing in IP protocols. | Lorenzo Colitti | 1 | -2/+3 |
| 2016-10-20 | ipv4/6: use core net MTU range checking | Jarod Wilson | 1 | -19/+2 |
| 2016-10-11 | vti6: flush x-netns xfrm cache when vti interface is removed | Nicolas Dichtel | 1 | -0/+31 |
| 2016-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+15 |
| 2016-09-21 | vti6: fix input path | Nicolas Dichtel | 1 | -3/+1 |
| 2016-09-09 | vti: use right inner_mode for inbound inter address family policy checks | thomas.zeitlhofer+lkml@ze-it.at | 1 | -1/+14 |
| 2016-08-10 | net: resolve symbol conflicts with generic hashtable.h | Jiri Kosina | 1 | -5/+5 |
| 2016-02-16 | net: replace dst_cache ip6_tunnel implementation with the generic one | Paolo Abeni | 1 | -1/+1 |
| 2015-10-08 | net: Pass net into dst_output and remove dst_output_okfn | Eric W. Biederman | 1 | -1/+1 |
| 2015-09-17 | net: Merge dst_output and dst_output_sk | Eric W. Biederman | 1 | -1/+1 |
| 2015-06-01 | vti6: Add pmtu handling to vti6_xmit. | Steffen Klassert | 1 | -0/+14 |
| 2015-05-28 | ip_vti/ip6_vti: Preserve skb->mark after rcv_cb call | Alexander Duyck | 1 | -2/+7 |
| 2015-05-28 | ip_vti/ip6_vti: Do not touch skb->mark on xmit | Alexander Duyck | 1 | -1/+3 |
| 2015-04-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
| 2015-04-07 | vti6: fix uninit when using x-netns | Yao Xiwei | 1 | -2/+1 |
| 2015-04-02 | ip6tnl,gre6,vti6: implement ndo_get_iflink | Nicolas Dichtel | 1 | -2/+1 |
| 2015-03-31 | netlink: implement nla_get_in_addr and nla_get_in6_addr | Jiri Benc | 1 | -4/+2 |
| 2015-03-31 | netlink: implement nla_put_in_addr and nla_put_in6_addr | Jiri Benc | 1 | -4/+2 |
| 2015-03-31 | ipv6: coding style: comparison for inequality with NULL | Ian Morris | 1 | -3/+3 |
| 2015-03-31 | ipv6: coding style: comparison for equality with NULL | Ian Morris | 1 | -3/+3 |
| 2015-01-19 | tunnels: advertise link netns via netlink | Nicolas Dichtel | 1 | -0/+1 |
| 2014-12-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -0/+17 |
| 2014-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+11 |
| 2014-11-23 | ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic | lucien | 1 | -0/+11 |
| 2014-11-23 | ipv6: coding style improvements (remove assignment in if statements) | Ian Morris | 1 | -2/+2 |
| 2014-11-20 | vti6: Add a lookup method for tunnels with wildcard endpoints. | Steffen Klassert | 1 | -0/+17 |
| 2014-11-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -10/+1 |
| 2014-11-06 | ipv6: Allow sending packets through tunnels with wildcard endpoints | Steffen Klassert | 1 | -2/+8 |
| 2014-11-03 | vti6: Use vti6_dev_init as the ndo_init function. | Steffen Klassert | 1 | -10/+1 |
| 2014-10-07 | net: better IFF_XMIT_DST_RELEASE support | Eric Dumazet | 1 | -1/+1 |
| 2014-09-28 | ip6_vti: Return an error when adding an existing tunnel. | Steffen Klassert | 1 | -1/+5 |
| 2014-07-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -31/+20 |
| 2014-07-15 | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 1 | -2/+2 |
| 2014-06-26 | vti6: Simplify error handling in module init and exit | Mathias Krause | 1 | -31/+20 |
| 2014-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+4 |
| 2014-05-15 | vti6: delete unneeded call to netdev_priv | Julia Lawall | 1 | -3/+0 |
| 2014-05-12 | vti: Use the tunnel mark for lookup in the error handlers. | Steffen Klassert | 1 | -1/+4 |
| 2014-05-12 | vti6: Don't unregister pernet ops twice on init errors | Mathias Krause | 1 | -3/+0 |
| 2014-03-14 | vti6: Enable namespace changing | Steffen Klassert | 1 | -1/+0 |
| 2014-03-14 | vti6: Check the tunnel endpoints of the xfrm state and the vti interface | Steffen Klassert | 1 | -1/+24 |
| 2014-03-14 | vti6: Support inter address family tunneling. | Steffen Klassert | 1 | -15/+34 |
| 2014-03-14 | vti6: Update the ipv6 side to use its own receive hook. | Steffen Klassert | 1 | -27/+149 |
| 2014-03-14 | vti6: Remove caching of flow informations. | Steffen Klassert | 1 | -31/+0 |
| 2014-03-14 | vti6: Remove dst_entry caching | Steffen Klassert | 1 | -24/+18 |
| 2014-02-14 | net: introduce netdev_alloc_pcpu_stats() for drivers | WANG Cong | 1 | -7/+1 |
| 2014-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+6 |
| 2014-01-07 | ipv6: pcpu_tstats.syncp should be initialised in ip6_vti.c | Li RongQing | 1 | -0/+6 |
| 2014-01-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -22/+3 |
| 2014-01-04 | net: unify the pcpu_tstats and br_cpu_netstats as one | Li RongQing | 1 | -5/+5 |
| 2014-01-02 | ipv6: fix the use of pcpu_tstats in ip6_vti.c | Li RongQing | 1 | -21/+3 |
| 2013-10-10 | ipv6: Add support for IPsec virtual tunnel interfaces | Steffen Klassert | 1 | -0/+1056 |