aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_gre.c
AgeCommit message (Expand)Author
2023-08-11net:ipv6: check return value of pskb_trim()Yuanjun Gong
2023-05-30erspan: get the proto with the md version for collect_mdXin Long
2023-05-30ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye
2023-05-30ip6_gre: Make o_seqno start from 0 in native modePeilin Ye
2023-05-30ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye
2023-04-05erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet
2023-02-06ipv6: ensure sane device mtu in tunnelsEric Dumazet
2022-07-02erspan: do not assume transport header is always setEric Dumazet
2022-05-12ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye
2021-05-22ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet
2021-05-22ip6_gre: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2020-12-08net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart
2020-07-31ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun
2020-06-30ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo
2020-01-29net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom
2020-01-27ip6erspan: remove the incorrect mtu limit for ip6erspanHaishuang Yan
2020-01-04ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-12-05net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretapLorenzo Bianconi
2019-11-10erspan: fix the tun_info options_len check for erspanXin Long
2019-09-21ip6_gre: fix a dst leak in ip6erspan_tunnel_xmitXin Long
2019-08-09ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6Haishuang Yan
2019-04-20net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_versionLorenzo Bianconi
2019-04-17net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi
2019-02-23net: ip6_gre: initialize erspan_ver just for erspan tunnelsLorenzo Bianconi
2019-02-06net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi
2019-02-06net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi
2019-01-31ip6_gre: update version related info when changing linkHangbin Liu
2019-01-31erspan: build the header with the right proto according to erspan_verXin Long
2019-01-31ip6_gre: fix tunnel list corruption for x-netnsOlivier Matz
2019-01-09ip: validate header length on virtual device xmitWillem de Bruijn
2018-08-27erspan: set erspan_ver to 1 by default when adding an erspan devXin Long
2018-08-09net: ipv6_gre: Fix GRO to work on IPv6 over GRE tapMaria Pasechnik
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-16net: ip6_gre: get ipv6hdr after skb_cow_head()Prashant Bhole
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-19net: ip6_gre: fix tunnel metadata device sharing.William Tu
2018-05-17net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata
2018-05-17net: ip6_gre: Split up ip6gre_changelink()Petr Machata
2018-05-17net: ip6_gre: Split up ip6gre_newlink()Petr Machata
2018-05-17net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata
2018-05-17net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata
2018-05-17net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()Petr Machata
2018-05-17net: ip6_gre: Request headroom in __gre6_xmit()Petr Machata
2018-05-17erspan: fix invalid erspan version.William Tu
2018-05-11erspan: auto detect truncated ipv6 packets.William Tu
2018-05-07net: ipv6/gre: Add GRO supportEran Ben Elisha
2018-05-03ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() commentSun Lianwen
2018-04-30erspan: auto detect truncated packets.William Tu