summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_gre.c
AgeCommit message (Expand)AuthorFilesLines
12 dayserspan: Initialize options_len before referencing options.Frode Nordahl1-2/+4
12 daysip6_gre: make ip6gre_header() robustEric Dumazet1-1/+8
2025-08-20ipv6: ip6_gre: replace strcpy with strscpy for tunnel nameMiguel García1-5/+5
2025-07-22ip6_gre: Factor out common ip6gre tunnel match into helperYue Haibing1-66/+34
2025-07-03ipv6: adopt dst_dev() helperEric Dumazet1-3/+5
2025-04-15ipv6: Convert tunnel devices' ->exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima1-16/+6
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel1-1/+1
2025-02-22net: ipv6: Use link netns in newlink() of rtnl_link_opsXiao Liang1-8/+6
2025-02-22net: ipv6: Init tunnel link-netns before registering devXiao Liang1-2/+0
2025-02-22rtnetlink: Pack newlink() params into structXiao Liang1-4/+10
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-2/+1
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-1/+3
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