summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_vti.c
Commit message (Expand)AuthorAgeFilesLines
* ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao2023-07-111-2/+2
* ipv6: tunnels: use DEV_STATS_INC()Eric Dumazet2022-11-161-9/+7
* ip6_vti:Remove the space before the commaHongbin Wang2022-09-301-1/+1
* ipv6: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-1/+1
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-0/+2
|\
| * ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao2021-12-271-0/+2
* | ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet2021-12-061-2/+2
|/
* ip: use dev_addr_set() in tunnelsJakub Kicinski2021-10-131-1/+1
* ip_tunnel: use ndo_siocdevprivateArnd Bergmann2021-07-271-10/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-2/+4
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-03-311-2/+4
| |\
| | * vti6: fix ipv4 pmtu check to honor ip header dfEyal Birger2021-03-031-2/+4
* | | ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet2021-03-311-1/+0
* | | ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-03-291-1/+1
|/ /
* / net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld2021-03-011-3/+3
|/
* vti: switch to dev_get_tstats64Heiner Kallweit2020-11-091-1/+1
* net: ipv6: For kerneldoc warnings with W=1Xin Long2020-11-021-0/+1
* ipv6: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-7/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-07-301-1/+51
|\
| * xfrm: Make the policy hold queue work with VTI.Steffen Klassert2020-07-211-1/+5
| * ip6_vti: use IS_REACHABLE to avoid some compile errorsXin Long2020-07-171-4/+4
| * ip6_vti: not register vti_ipv6_handler twiceXin Long2020-07-141-3/+10
| * ip6_vti: support IP6IP tunnel processingXin Long2020-07-091-2/+8
| * ip6_vti: support IP6IP6 tunnel processing with .cb_handlerXin Long2020-07-091-0/+33
* | net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1
|/
* xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca2020-04-281-2/+16
* vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich2020-03-161-1/+1
* vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2020-02-061-7/+25
* vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2020-01-141-2/+11
* vti: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* xfrm: store xfrm_mode directly, not its addressFlorian Westphal2019-04-081-1/+1
* xfrm: make xfrm modes builtinFlorian Westphal2019-04-081-1/+1
* xfrm: prefer family stored in xfrm_mode structFlorian Westphal2019-04-081-1/+1
* ip: validate header length on virtual device xmitWillem de Bruijn2019-01-011-4/+4
* ipv6: tunnels: fix two use-after-freeEric Dumazet2018-12-211-0/+1
* vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev2018-08-291-1/+1
* ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan2018-08-191-1/+2
* ip6_vti: fix creating fallback tunnel device for vti6Haishuang Yan2018-08-191-0/+2
* ip6_vti: simplify stats handling in vti6_xmitHaishuang Yan2018-08-181-11/+3
* vti6: fix PMTU caching and reporting on xmitEyal Birger2018-06-071-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-111-2/+2
|\
| * vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 tooStefano Brivio2018-04-271-2/+2
* | change the comment of vti6_ioctlSun Lianwen2018-05-011-1/+1
|/
* vti6: better validate user provided tunnel namesEric Dumazet2018-04-051-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-13/+23
|\
| * vti6: Fix dev->max_mtu settingStefano Brivio2018-03-191-1/+1
| * vti6: Keep set MTU on link creation or change, validate itStefano Brivio2018-03-191-8/+16
| * vti6: Properly adjust vti6 MTU from MTU of lower deviceStefano Brivio2018-03-191-4/+6