aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_vti.c
AgeCommit message (Expand)Author
2022-01-11ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao
2021-05-22ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet
2021-05-22ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2020-04-02vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich
2020-04-02vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel
2020-02-05vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel
2020-01-04vti: do not confirm neighbor when do pmtu updateHangbin Liu
2019-01-09ipv6: tunnels: fix two use-after-freeEric Dumazet
2018-09-15vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev
2018-09-05vti6: fix PMTU caching and reporting on xmitEyal Birger
2018-05-30vti6: Fix dev->max_mtu settingStefano Brivio
2018-05-09net: don't call update_pmtu unconditionallyNicolas Dichtel
2018-04-12vti6: better validate user provided tunnel namesEric Dumazet
2018-04-08Revert "ip6_vti: adjust vti mtu according to mtu of lower device"Greg Kroah-Hartman
2018-03-24ip6_vti: adjust vti mtu according to mtu of lower deviceAlexey Kodanev
2017-09-26vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev
2017-07-18vti: revert flush x-netns xfrm cache when vti interface is removedFlorian Westphal
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-04-21ip6_tunnel: Allow policy-based routing through tunnelsCraig Gallek
2017-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-02-24vti6: return GRE_KEY for vti6David Forster
2017-02-16vti6: Don't report path MTU below IPV6_MIN_MTU.Steffen Klassert
2017-01-27net/ipv6: support more tunnel interfaces for EUI64 link-local generationFelix Jia
2017-01-06vti6: fix device register to report IFLA_INFO_KINDDavid Forster
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2016-10-20ipv4/6: use core net MTU range checkingJarod Wilson
2016-10-11vti6: flush x-netns xfrm cache when vti interface is removedNicolas Dichtel
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-21vti6: fix input pathNicolas Dichtel
2016-09-09vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at
2016-08-10net: resolve symbol conflicts with generic hashtable.hJiri Kosina
2016-02-16net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman
2015-06-01vti6: Add pmtu handling to vti6_xmit.Steffen Klassert
2015-05-28ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck
2015-05-28ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-07vti6: fix uninit when using x-netnsYao Xiwei
2015-04-02ip6tnl,gre6,vti6: implement ndo_get_iflinkNicolas Dichtel
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel