summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_gre.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15net: ip6_gre: Remove generic .ndo_get_stats64Breno Leitao1-3/+0
2024-04-15net: ipv6_gre: Do not use custom stat allocatorBreno Leitao1-17/+5
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin1-36/+49
2024-03-29erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet1-0/+3
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-03-07Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska1-1/+1
2024-02-14net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet1-0/+2
2024-02-08ip6_gre: use exit_batch_rtnl() methodEric Dumazet1-7/+5
2023-07-19net:ipv6: check return value of pskb_trim()Yuanjun Gong1-1/+2
2023-05-13erspan: get the proto with the md version for collect_mdXin Long1-5/+8
2023-03-22erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet1-2/+2
2022-11-16ipv6: tunnels: use DEV_STATS_INC()Eric Dumazet1-7/+4
2022-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+7
2022-10-26ipv6: ensure sane device mtu in tunnelsEric Dumazet1-5/+7
2022-10-18net: ip6_gre: Remove the unused function ip6gre_tnl_addr_conflict()Jiapeng Chong1-20/+0
2022-08-23ipv6: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-13ip6_gre: use actual protocol to select xmitMatthias May1-1/+3
2022-07-13ip6_gre: set DSCP for non-IPMatthias May1-7/+32
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+10
2022-06-20erspan: do not assume transport header is always setEric Dumazet1-5/+10
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-4/+4
2022-05-02ip6_gre: Make IP6GRE and IP6GRETAP devices always NETIF_F_LLTXPeilin Ye1-21/+13
2022-04-25ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye1-3/+4
2022-04-25ip6_gre: Make o_seqno start from 0 in native modePeilin Ye1-6/+5
2022-04-15ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye1-3/+6
2022-04-15ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye1-2/+3
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2021-12-07ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet1-4/+4
2021-11-23xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour1-1/+4
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski1-2/+2
2021-09-06ip6_gre: Revert "ip6_gre: add validation for csum_start"Willem de Bruijn1-2/+0
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-08-22ip6_gre: add validation for csum_startShreyansh Chouhan1-0/+2
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann1-8/+9
2021-04-01ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet1-3/+0
2021-03-30ip6_gre: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-2/+2
2021-03-02net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld1-8/+8
2020-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+13
2020-12-02net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart1-3/+13
2020-11-10ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit1-3/+3
2020-09-29ip6gre: avoid tx_error when sending MLD/DAD on external tunnelsDavide Caratti1-11/+22
2020-07-14ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun1-5/+6
2020-06-19ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo1-3/+6
2020-02-20net: ip6_gre: Distribute switch variables for initializationKees Cook1-3/+5
2020-01-20net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom1-3/+0
2019-12-25ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2019-12-25net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-10-30erspan: fix the tun_info options_len check for erspanXin Long1-2/+2