summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_gre.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-29erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet1-0/+5
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-02-10net: fill in MODULE_DESCRIPTION()s for ipv4 modulesBreno Leitao1-0/+1
2024-02-08ip_tunnel: use exit_batch_rtnl() methodEric Dumazet1-9/+15
2023-12-06ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida1-4/+7
2023-07-19ipv4: ip_gre: fix return value check in erspan_xmit()Yuanjun Gong1-1/+2
2023-07-19ipv4: ip_gre: fix return value check in erspan_fb_xmit()Yuanjun Gong1-1/+2
2023-06-02ip_gre: clean up some inconsistent indentingJiapeng Chong1-4/+4
2023-03-22erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet1-2/+2
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-19/+29
2022-12-06ip_gre: do not report erspan version on GRE interfaceHangbin Liu1-19/+29
2022-11-16ipv4: tunnels: use DEV_STATS_INC()Eric Dumazet1-5/+5
2022-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu1-1/+1
2022-08-18ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger1-1/+1
2022-06-20erspan: do not assume transport header is always setEric Dumazet1-5/+10
2022-06-09ip_gre: test csum_start instead of transport headerWillem de Bruijn1-6/+5
2022-05-02ip_gre: Make GRE and GRETAP devices always NETIF_F_LLTXPeilin Ye1-28/+22
2022-04-25ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye1-3/+3
2022-04-25ip_gre: Make o_seqno start from 0 in native modePeilin Ye1-5/+3
2022-04-16net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern1-2/+2
2022-01-12gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()Guillaume Nault1-2/+3
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski1-1/+1
2021-09-05ip_gre: validate csum_start only on pullWillem de Bruijn1-3/+6
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-08-22ip_gre: add validation for csum_startShreyansh Chouhan1-0/+2
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann1-1/+1
2021-06-28gre: let mac_header point to outer header only when necessaryGuillaume Nault1-1/+6
2020-11-10ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit1-3/+3
2020-10-14ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang1-4/+11
2020-05-20net: add a new ndo_tunnel_ioctl methodChristoph Hellwig1-21/+14
2020-05-12erspan: Check IFLA_GRE_ERSPAN_VER is set.William Tu1-1/+2
2020-05-05erspan: Add type I version 0 support.William Tu1-15/+43
2020-03-17net: ip_gre: Accept IFLA_INFO_DATA-less configurationPetr Machata1-0/+2
2020-03-15net: ip_gre: Separate ERSPAN newlink / changelink callbacksPetr Machata1-18/+85
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-11-21ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recvwenxu1-1/+5
2019-10-30erspan: fix the tun_info options_len check for erspanXin Long1-2/+2
2019-09-30erspan: remove the incorrect mtu limit for erspanHaishuang Yan1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-09net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi1-5/+10
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu1-1/+1
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+17
2019-02-22net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi1-16/+17
2019-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2019-01-31net: ip_gre: always reports o_key to userspaceLorenzo Bianconi1-1/+6
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+0
2019-01-26ip_gre: Refactor collect metatdata mode tunnel xmit to ip_md_tunnel_xmitwenxu1-93/+19
2019-01-22net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi1-9/+0
2019-01-17erspan: build the header with the right proto according to erspan_verXin Long1-9/+14
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn1-0/+9