summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_gre.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-01ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov1-3/+3
2024-09-09ipv4: ip_gre: Unmask upper DSCP bits in ipgre_open()Ido Schimmel1-1/+2
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-1/+3
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin1-49/+78
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin1-8/+9
2024-03-29erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet1-0/+5
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-02-09net: fill in MODULE_DESCRIPTION()s for ipv4 modulesBreno Leitao1-0/+1
2024-02-07ip_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-21erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet1-2/+2
2022-12-08Merge 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-10-31rtnetlink: 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-08ip_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-15net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern1-2/+2
2022-01-11gre: 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-26Merge 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-09ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit1-3/+3
2020-10-13ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang1-4/+11
2020-05-19net: 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-16net: 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-20ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recvwenxu1-1/+5
2019-10-29erspan: 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-08net: 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-21net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi1-16/+17