summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_gre.c
Commit message (Expand)AuthorAgeFilesLines
* net:ipv6: check return value of pskb_trim()Yuanjun Gong2023-07-191-1/+2
* erspan: get the proto with the md version for collect_mdXin Long2023-05-131-5/+8
* erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2023-03-211-2/+2
* ipv6: tunnels: use DEV_STATS_INC()Eric Dumazet2022-11-161-7/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-271-5/+7
|\
| * ipv6: ensure sane device mtu in tunnelsEric Dumazet2022-10-251-5/+7
* | net: ip6_gre: Remove the unused function ip6gre_tnl_addr_conflict()Jiapeng Chong2022-10-181-20/+0
|/
* ipv6: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-1/+1
* ip6_gre: use actual protocol to select xmitMatthias May2022-07-131-1/+3
* ip6_gre: set DSCP for non-IPMatthias May2022-07-131-7/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-5/+10
|\
| * erspan: do not assume transport header is always setEric Dumazet2022-06-201-5/+10
* | net: rename reference+tracking helpersJakub Kicinski2022-06-091-4/+4
|/
* ip6_gre: Make IP6GRE and IP6GRETAP devices always NETIF_F_LLTXPeilin Ye2022-05-021-21/+13
* ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2022-04-251-3/+4
* ip6_gre: Make o_seqno start from 0 in native modePeilin Ye2022-04-251-6/+5
* ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye2022-04-151-3/+6
* ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye2022-04-151-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-1/+4
|\
| * xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour2021-11-231-1/+4
* | ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet2021-12-061-4/+4
|/
* ip: use dev_addr_set() in tunnelsJakub Kicinski2021-10-131-2/+2
* ip6_gre: Revert "ip6_gre: add validation for csum_start"Willem de Bruijn2021-09-061-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-261-0/+2
|\
| * ip6_gre: add validation for csum_startShreyansh Chouhan2021-08-221-0/+2
* | ip_tunnel: use ndo_siocdevprivateArnd Bergmann2021-07-271-8/+9
|/
* ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet2021-03-311-3/+0
* ip6_gre: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-03-291-2/+2
* net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld2021-03-011-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-3/+13
|\
| * net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart2020-12-021-3/+13
* | ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit2020-11-091-3/+3
|/
* ip6gre: avoid tx_error when sending MLD/DAD on external tunnelsDavide Caratti2020-09-281-11/+22
* ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun2020-07-131-5/+6
* ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo2020-06-181-3/+6
* net: ip6_gre: Distribute switch variables for initializationKees Cook2020-02-201-3/+5
* net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom2020-01-201-3/+0
* ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-241-1/+1
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
* erspan: fix the tun_info options_len check for erspanXin Long2019-10-291-2/+2
* ip6erspan: remove the incorrect mtu limit for ip6erspanHaishuang Yan2019-10-081-0/+1
* ip6_gre: fix a dst leak in ip6erspan_tunnel_xmitXin Long2019-09-161-1/+1
* ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6Haishuang Yan2019-07-241-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi2019-04-081-7/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-18/+21
|\
| * net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_versionLorenzo Bianconi2019-02-221-0/+3
| * net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretapLorenzo Bianconi2019-02-211-18/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-14/+20
|\|