aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_vti.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30ip6_vti:Remove the space before the commaHongbin Wang1-1/+1
2022-08-22ipv6: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-2/+2
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-12-27ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao1-0/+2
2021-12-06ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet1-2/+2
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski1-1/+1
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann1-10/+11
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2021-03-31ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet1-1/+0
2021-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+4
2021-03-29ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-1/+1
2021-03-03vti6: fix ipv4 pmtu check to honor ip header dfEyal Birger1-2/+4
2021-03-01net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld1-3/+3
2020-11-09vti: switch to dev_get_tstats64Heiner Kallweit1-1/+1
2020-11-02net: ipv6: For kerneldoc warnings with W=1Xin Long1-0/+1
2020-10-06ipv6: use dev_sw_netstats_rx_add()Fabian Frederick1-7/+1
2020-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+51
2020-07-21xfrm: Make the policy hold queue work with VTI.Steffen Klassert1-1/+5
2020-07-17ip6_vti: use IS_REACHABLE to avoid some compile errorsXin Long1-4/+4
2020-07-14ip6_vti: not register vti_ipv6_handler twiceXin Long1-3/+10
2020-07-09ip6_vti: support IP6IP tunnel processingXin Long1-2/+8
2020-07-09ip6_vti: support IP6IP6 tunnel processing with .cb_handlerXin Long1-0/+33
2020-06-30net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+1
2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca1-2/+16
2020-03-16vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich1-1/+1
2020-02-06vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel1-7/+25
2020-01-14vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel1-2/+11
2019-12-24vti: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-08xfrm: store xfrm_mode directly, not its addressFlorian Westphal1-1/+1
2019-04-08xfrm: make xfrm modes builtinFlorian Westphal1-1/+1
2019-04-08xfrm: prefer family stored in xfrm_mode structFlorian Westphal1-1/+1
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn1-4/+4
2018-12-21ipv6: tunnels: fix two use-after-freeEric Dumazet1-0/+1
2018-08-29vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev1-1/+1
2018-08-19ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan1-1/+2
2018-08-19ip6_vti: fix creating fallback tunnel device for vti6Haishuang Yan1-0/+2
2018-08-18ip6_vti: simplify stats handling in vti6_xmitHaishuang Yan1-11/+3
2018-06-07vti6: fix PMTU caching and reporting on xmitEyal Birger1-5/+6
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-05-01change the comment of vti6_ioctlSun Lianwen1-1/+1
2018-04-27vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 tooStefano Brivio1-2/+2
2018-04-05vti6: better validate user provided tunnel namesEric Dumazet1-2/+5
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+23
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-19vti6: Fix dev->max_mtu settingStefano Brivio1-1/+1
2018-03-19vti6: Keep set MTU on link creation or change, validate itStefano Brivio1-8/+16
2018-03-19vti6: Properly adjust vti6 MTU from MTU of lower deviceStefano Brivio1-4/+6
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern1-1/+1