summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_gre.c
AgeCommit message (Expand)Author
2023-07-19net:ipv6: check return value of pskb_trim()Yuanjun Gong
2023-05-13erspan: get the proto with the md version for collect_mdXin Long
2023-03-21erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet
2022-11-16ipv6: tunnels: use DEV_STATS_INC()Eric Dumazet
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-25ipv6: ensure sane device mtu in tunnelsEric Dumazet
2022-10-18net: ip6_gre: Remove the unused function ip6gre_tnl_addr_conflict()Jiapeng Chong
2022-08-22ipv6: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-13ip6_gre: use actual protocol to select xmitMatthias May
2022-07-13ip6_gre: set DSCP for non-IPMatthias May
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-20erspan: do not assume transport header is always setEric Dumazet
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-05-02ip6_gre: Make IP6GRE and IP6GRETAP devices always NETIF_F_LLTXPeilin Ye
2022-04-25ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye
2022-04-25ip6_gre: Make o_seqno start from 0 in native modePeilin Ye
2022-04-15ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye
2022-04-15ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-06ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet
2021-11-23xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski
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