Age | Commit message (Expand) | Author |
2022-04-15 | net: Handle l3mdev in ip_tunnel_init_flow | David Ahern |
2021-12-06 | sit: add net device refcount tracking to ip_tunnel | Eric Dumazet |
2021-07-27 | ip_tunnel: use ndo_siocdevprivate | Arnd Bergmann |
2020-11-19 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-11-13 | ip_tunnels: Set tunnel option flag when tunnel metadata is present | Yi-Hung Wei |
2020-11-09 | net: remove ip_tunnel_get_stats64 | Heiner Kallweit |
2020-08-04 | tunnels: PMTU discovery support for directly bridged IP packets | Stefano Brivio |
2020-06-30 | net: ip_tunnel: add header_ops for layer 3 devices | Jason A. Donenfeld |
2020-05-19 | net: add a new ndo_tunnel_ioctl method | Christoph Hellwig |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya |
2019-02-27 | route: Add multipath_hash in flowi_common to make user-define hash | wenxu |
2019-01-26 | ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmit | wenxu |
2019-01-01 | ip: validate header length on virtual device xmit | Willem de Bruijn |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-12-19 | iptunnel: make TUNNEL_FLAGS available in uapi | wenxu |
2018-11-08 | udp: Support for error handlers of tunnels with arbitrary destination port | Stefano Brivio |
2018-06-29 | net: check tunnel option type in tunnel flags | Pieter Jansen van Vuuren |
2018-05-10 | net/ipv4: Update ip_tunnel_metadata_cnt static key to modern api | Davidlohr Bueso |
2018-04-17 | vxlan: add ttl inherit support | Hangbin Liu |
2018-03-09 | net: do not create fallback tunnels for non-default namespaces | Eric Dumazet |
2018-02-27 | ip_tunnel: Rename & publish init_tunnel_flow | Petr Machata |
2017-12-15 | net: erspan: introduce erspan v2 for ip_gre | William Tu |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-19 | ipv4: speedup ipv6 tunnels dismantle | Eric Dumazet |
2017-08-28 | gre: add collect_md mode to ERSPAN tunnel | William Tu |
2017-08-22 | gre: introduce native tunnel support for ERSPAN | William Tu |
2017-04-21 | ip_tunnel: Allow policy-based routing through tunnels | Craig Gallek |
2017-02-03 | ip_tunnels: new IP_TUNNEL_INFO_BRIDGE flag for ip_tunnel_info mode | Roopa Prabhu |
2017-01-08 | net: make ndo_get_stats64 a void function | stephen hemminger |
2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan |
2016-09-17 | ip_tunnel: add collect_md mode to IPIP tunnel | Alexei Starovoitov |
2016-09-10 | net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id() | Amir Vadai |
2016-06-18 | gre: better support for ICMP messages for gre+ipv6 | Eric Dumazet |
2016-06-15 | net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloads | Philip Prindeville |
2016-05-20 | net: Cleanup encap items in ip_tunnels.h | Tom Herbert |
2016-05-04 | gre: receive also TEB packets for lwtunnels | Jiri Benc |
2016-04-16 | ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb | Alexander Duyck |
2016-04-14 | gre: eliminate holes in ip_tunnel | stephen hemminger |
2016-04-06 | ip_tunnel: implement __iptunnel_pull_header | Jiri Benc |
2016-03-20 | tunnels: Remove encapsulation offloads on decap. | Jesse Gross |
2016-03-18 | ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use it | Daniel Borkmann |
2016-03-11 | ip_tunnel: add support for setting flow label via collect metadata | Daniel Borkmann |
2016-03-08 | ip_tunnel, bpf: ip_tunnel_info_opts_{get, set} depends on CONFIG_INET | Daniel Borkmann |
2016-03-08 | bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit | Daniel Borkmann |
2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-02-18 | iptunnel: scrub packet in iptunnel_pull_header | Jiri Benc |
2016-02-16 | net: add dst_cache to ovs vxlan lwtunnel | Paolo Abeni |
2016-02-16 | ip_tunnel: replace dst_cache with generic implementation | Paolo Abeni |
2016-02-12 | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads | Edward Cree |