| Commit message (Expand) | Author | Age | Files | Lines |
* | ipv4: ip_gre: fix return value check in erspan_xmit() | Yuanjun Gong | 2023-07-19 | 1 | -1/+2 |
* | ipv4: ip_gre: fix return value check in erspan_fb_xmit() | Yuanjun Gong | 2023-07-19 | 1 | -1/+2 |
* | ip_gre: clean up some inconsistent indenting | Jiapeng Chong | 2023-06-02 | 1 | -4/+4 |
* | erspan: do not use skb_mac_header() in ndo_start_xmit() | Eric Dumazet | 2023-03-21 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-12-08 | 1 | -19/+29 |
|\ |
|
| * | ip_gre: do not report erspan version on GRE interface | Hangbin Liu | 2022-12-06 | 1 | -19/+29 |
* | | ipv4: tunnels: use DEV_STATS_INC() | Eric Dumazet | 2022-11-16 | 1 | -5/+5 |
* | | rtnetlink: pass netlink message header and portid to rtnl_configure_link() | Hangbin Liu | 2022-10-31 | 1 | -1/+1 |
|/ |
|
* | ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnels | Eyal Birger | 2022-08-18 | 1 | -1/+1 |
* | erspan: do not assume transport header is always set | Eric Dumazet | 2022-06-20 | 1 | -5/+10 |
* | ip_gre: test csum_start instead of transport header | Willem de Bruijn | 2022-06-08 | 1 | -6/+5 |
* | ip_gre: Make GRE and GRETAP devices always NETIF_F_LLTX | Peilin Ye | 2022-05-02 | 1 | -28/+22 |
* | ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode | Peilin Ye | 2022-04-25 | 1 | -3/+3 |
* | ip_gre: Make o_seqno start from 0 in native mode | Peilin Ye | 2022-04-25 | 1 | -5/+3 |
* | net: Handle l3mdev in ip_tunnel_init_flow | David Ahern | 2022-04-15 | 1 | -2/+2 |
* | gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst() | Guillaume Nault | 2022-01-11 | 1 | -2/+3 |
* | ip: use dev_addr_set() in tunnels | Jakub Kicinski | 2021-10-13 | 1 | -1/+1 |
* | ip_gre: validate csum_start only on pull | Willem de Bruijn | 2021-09-05 | 1 | -3/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-08-26 | 1 | -0/+2 |
|\ |
|
| * | ip_gre: add validation for csum_start | Shreyansh Chouhan | 2021-08-22 | 1 | -0/+2 |
* | | ip_tunnel: use ndo_siocdevprivate | Arnd Bergmann | 2021-07-27 | 1 | -1/+1 |
|/ |
|
* | gre: let mac_header point to outer header only when necessary | Guillaume Nault | 2021-06-28 | 1 | -1/+6 |
* | ipv4/ipv6: switch to dev_get_tstats64 | Heiner Kallweit | 2020-11-09 | 1 | -3/+3 |
* | ip_gre: set dev->hard_header_len and dev->needed_headroom properly | Cong Wang | 2020-10-13 | 1 | -4/+11 |
* | net: add a new ndo_tunnel_ioctl method | Christoph Hellwig | 2020-05-19 | 1 | -21/+14 |
* | erspan: Check IFLA_GRE_ERSPAN_VER is set. | William Tu | 2020-05-12 | 1 | -1/+2 |
* | erspan: Add type I version 0 support. | William Tu | 2020-05-05 | 1 | -15/+43 |
* | net: ip_gre: Accept IFLA_INFO_DATA-less configuration | Petr Machata | 2020-03-16 | 1 | -0/+2 |
* | net: ip_gre: Separate ERSPAN newlink / changelink callbacks | Petr Machata | 2020-03-15 | 1 | -18/+85 |
* | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 2019-12-09 | 1 | -2/+2 |
* | ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recv | wenxu | 2019-11-20 | 1 | -1/+5 |
* | erspan: fix the tun_info options_len check for erspan | Xin Long | 2019-10-29 | 1 | -2/+2 |
* | erspan: remove the incorrect mtu limit for erspan | Haishuang Yan | 2019-09-30 | 1 | -0/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -6/+1 |
* | net: ip_gre: fix possible use-after-free in erspan_rcv | Lorenzo Bianconi | 2019-04-08 | 1 | -5/+10 |
* | route: Add multipath_hash in flowi_common to make user-define hash | wenxu | 2019-02-27 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-24 | 1 | -16/+17 |
|\ |
|
| * | net: ip_gre: do not report erspan_ver for gre or gretap | Lorenzo Bianconi | 2019-02-21 | 1 | -16/+17 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-08 | 1 | -1/+6 |
|\| |
|
| * | net: ip_gre: always reports o_key to userspace | Lorenzo Bianconi | 2019-01-30 | 1 | -1/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-01-27 | 1 | -9/+0 |
|\| |
|
| * | net: ip_gre: use erspan key field for tunnel lookup | Lorenzo Bianconi | 2019-01-22 | 1 | -9/+0 |
* | | ip_gre: Refactor collect metatdata mode tunnel xmit to ip_md_tunnel_xmit | wenxu | 2019-01-26 | 1 | -93/+19 |
|/ |
|
* | erspan: build the header with the right proto according to erspan_ver | Xin Long | 2019-01-16 | 1 | -9/+14 |
* | ip: validate header length on virtual device xmit | Willem de Bruijn | 2019-01-01 | 1 | -0/+9 |
* | net: Add netif_is_gretap()/netif_is_ip6gretap() | Oz Shlomo | 2018-12-10 | 1 | -6/+0 |
* | net: Convert protocol error handlers from void to int | Stefano Brivio | 2018-11-08 | 1 | -23/+25 |
* | net: Add extack argument to rtnl_create_link | David Ahern | 2018-11-06 | 1 | -1/+1 |
* | net-ipv4: remove 2 always zero parameters from ipv4_redirect() | Maciej Żenczykowski | 2018-09-26 | 1 | -2/+2 |
* | net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu() | Maciej Żenczykowski | 2018-09-26 | 1 | -1/+1 |