summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_vti.c
AgeCommit message (Expand)Author
2023-10-06xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal
2023-07-11ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao
2022-11-16ipv6: tunnels: use DEV_STATS_INC()Eric Dumazet
2022-09-30ip6_vti:Remove the space before the commaHongbin Wang
2022-08-22ipv6: move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-27ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao
2021-12-06ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-03-31ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet
2021-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-03-29ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-03-03vti6: fix ipv4 pmtu check to honor ip header dfEyal Birger
2021-03-01net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld
2020-11-09vti: switch to dev_get_tstats64Heiner Kallweit
2020-11-02net: ipv6: For kerneldoc warnings with W=1Xin Long
2020-10-06ipv6: use dev_sw_netstats_rx_add()Fabian Frederick
2020-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-07-21xfrm: Make the policy hold queue work with VTI.Steffen Klassert
2020-07-17ip6_vti: use IS_REACHABLE to avoid some compile errorsXin Long
2020-07-14ip6_vti: not register vti_ipv6_handler twiceXin Long
2020-07-09ip6_vti: support IP6IP tunnel processingXin Long
2020-07-09ip6_vti: support IP6IP6 tunnel processing with .cb_handlerXin Long
2020-06-30net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca
2020-03-16vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich
2020-02-06vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel
2020-01-14vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel
2019-12-24vti: do not confirm neighbor when do pmtu updateHangbin Liu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-08xfrm: store xfrm_mode directly, not its addressFlorian Westphal
2019-04-08xfrm: make xfrm modes builtinFlorian Westphal
2019-04-08xfrm: prefer family stored in xfrm_mode structFlorian Westphal
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn
2018-12-21ipv6: tunnels: fix two use-after-freeEric Dumazet
2018-08-29vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev
2018-08-19ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan
2018-08-19ip6_vti: fix creating fallback tunnel device for vti6Haishuang Yan
2018-08-18ip6_vti: simplify stats handling in vti6_xmitHaishuang Yan
2018-06-07vti6: fix PMTU caching and reporting on xmitEyal Birger
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-01change the comment of vti6_ioctlSun Lianwen
2018-04-27vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 tooStefano Brivio
2018-04-05vti6: better validate user provided tunnel namesEric Dumazet
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-19vti6: Fix dev->max_mtu settingStefano Brivio