aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_gre.c
AgeCommit message (Expand)Author
2024-04-10erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet
2023-07-27net:ipv6: check return value of pskb_trim()Yuanjun Gong
2023-05-24erspan: get the proto with the md version for collect_mdXin Long
2023-03-30erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet
2022-11-03ipv6: ensure sane device mtu in tunnelsEric Dumazet
2022-06-29erspan: do not assume transport header is always setEric Dumazet
2022-05-09ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye
2022-05-09ip6_gre: Make o_seqno start from 0 in native modePeilin Ye
2022-04-27ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye
2022-04-27ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye
2022-01-27xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour
2021-09-06ip6_gre: Revert "ip6_gre: add validation for csum_start"Willem de Bruijn
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-22ip6_gre: add validation for csum_startShreyansh Chouhan
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann
2021-03-31ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet
2021-03-29ip6_gre: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-03-01net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-02net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart
2020-11-09ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit
2020-09-28ip6gre: avoid tx_error when sending MLD/DAD on external tunnelsDavide Caratti
2020-07-13ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun
2020-06-18ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo
2020-02-20net: ip6_gre: Distribute switch variables for initializationKees Cook
2020-01-20net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom
2019-12-24ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-10-29erspan: fix the tun_info options_len check for erspanXin Long
2019-10-08ip6erspan: remove the incorrect mtu limit for ip6erspanHaishuang Yan
2019-09-16ip6_gre: fix a dst leak in ip6erspan_tunnel_xmitXin Long
2019-07-24ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6Haishuang Yan
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-08net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-22net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_versionLorenzo Bianconi
2019-02-21net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretapLorenzo Bianconi
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-15net: ip6_gre: initialize erspan_ver just for erspan tunnelsLorenzo Bianconi
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-30net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-22net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-18net: ip6_gre: remove gre_hdr_len from ip6erspan_rcvLorenzo Bianconi
2019-01-16erspan: build the header with the right proto according to erspan_verXin Long
2019-01-15ip6_gre: update version related info when changing linkHangbin Liu
2019-01-15ip6_gre: fix tunnel list corruption for x-netnsOlivier Matz
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn