summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_gre.c
AgeCommit message (Expand)Author
2024-03-29erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-09net: fill in MODULE_DESCRIPTION()s for ipv4 modulesBreno Leitao
2024-02-07ip_tunnel: use exit_batch_rtnl() methodEric Dumazet
2023-12-06ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida
2023-07-19ipv4: ip_gre: fix return value check in erspan_xmit()Yuanjun Gong
2023-07-19ipv4: ip_gre: fix return value check in erspan_fb_xmit()Yuanjun Gong
2023-06-02ip_gre: clean up some inconsistent indentingJiapeng Chong
2023-03-21erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-06ip_gre: do not report erspan version on GRE interfaceHangbin Liu
2022-11-16ipv4: tunnels: use DEV_STATS_INC()Eric Dumazet
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2022-08-18ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger
2022-06-20erspan: do not assume transport header is always setEric Dumazet
2022-06-08ip_gre: test csum_start instead of transport headerWillem de Bruijn
2022-05-02ip_gre: Make GRE and GRETAP 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-25ip_gre: Make o_seqno start from 0 in native modePeilin Ye
2022-04-15net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern
2022-01-11gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()Guillaume Nault
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski
2021-09-05ip_gre: validate csum_start only on pullWillem de Bruijn
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-22ip_gre: add validation for csum_startShreyansh Chouhan
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann
2021-06-28gre: let mac_header point to outer header only when necessaryGuillaume Nault
2020-11-09ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit
2020-10-13ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig
2020-05-12erspan: Check IFLA_GRE_ERSPAN_VER is set.William Tu
2020-05-05erspan: Add type I version 0 support.William Tu
2020-03-16net: ip_gre: Accept IFLA_INFO_DATA-less configurationPetr Machata
2020-03-15net: ip_gre: Separate ERSPAN newlink / changelink callbacksPetr Machata
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-20ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recvwenxu
2019-10-29erspan: fix the tun_info options_len check for erspanXin Long
2019-09-30erspan: remove the incorrect mtu limit for erspanHaishuang Yan
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-08net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-21net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-30net: ip_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-26ip_gre: Refactor collect metatdata mode tunnel xmit to ip_md_tunnel_xmitwenxu
2019-01-22net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi
2019-01-16erspan: build the header with the right proto according to erspan_verXin Long
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn