Age | Commit message (Expand) | Author |
2016-06-15 | gre: fix error handler | Eric Dumazet |
2016-06-14 | ovs/gre: fix rtnl notifications on iface deletion | Nicolas Dichtel |
2016-06-14 | ovs/gre,geneve: fix error path when creating an iface | Nicolas Dichtel |
2016-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-05-12 | gre: Fix wrong tpi->proto in WCCP | Haishuang Yan |
2016-05-11 | gre: do not keep the GRE header around in collect medata mode | Jiri Benc |
2016-05-04 | gre: receive also TEB packets for lwtunnels | Jiri Benc |
2016-05-04 | gre: move iptunnel_pull_header down to ipgre_rcv | Jiri Benc |
2016-05-04 | gre: change gre_parse_header to return the header length | Jiri Benc |
2016-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-05-02 | gre: Create common functions for transmit | Tom Herbert |
2016-05-02 | gre: Move utility functions to common headers | Tom Herbert |
2016-05-02 | gre: do not pull header in ICMP error processing | Jiri Benc |
2016-04-28 | gre: reject GUE and FOU in collect metadata mode | Jiri Benc |
2016-04-28 | gre: build header correctly for collect metadata tunnels | Jiri Benc |
2016-04-28 | gre: do not assign header_ops in collect metadata mode | Jiri Benc |
2016-04-16 | ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb | Alexander Duyck |
2016-04-07 | GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU | Alexander Duyck |
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 | gre: clear IFF_TX_SKB_SHARING | Jiri Benc |
2016-02-18 | iptunnel: scrub packet in iptunnel_pull_header | Jiri Benc |
2016-02-16 | net/ipv4: add dst cache support for gre lwtunnels | Paolo Abeni |
2016-02-12 | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads | Edward Cree |
2016-02-12 | net: gre: Implement LCO for GRE over IPv4 | Edward Cree |
2016-02-10 | vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices | David Wragg |
2015-12-25 | ip_tunnel: Move stats update to iptunnel_xmit() | Pravin B Shelar |
2015-11-30 | net: remove unnecessary mroute.h includes | Nikolay Aleksandrov |
2015-10-22 | openvswitch: Fix egress tunnel info. | Pravin B Shelar |
2015-08-29 | ip_tunnels: record IP version in tunnel info | Jiri Benc |
2015-08-29 | ip_tunnels: convert the mode field of ip_tunnel_info to flags | Jiri Benc |
2015-08-27 | tunnel: introduce udp_tun_rx_dst() | Pravin B Shelar |
2015-08-20 | route: move lwtunnel state to dst_entry | Jiri Benc |
2015-08-20 | ip_tunnels: use tos and ttl fields also for IPv6 | Jiri Benc |
2015-08-20 | ip_tunnels: add IPv6 addresses to ip_tunnel_key | Jiri Benc |
2015-08-10 | gre: Remove support for sharing GRE protocol hook. | Pravin B Shelar |
2015-08-10 | openvswitch: Use regular GRE net_device instead of vport | Pravin B Shelar |
2015-08-10 | ip_gre: Add support to collect tunnel metadata. | Pravin B Shelar |
2015-04-03 | ipv4: coding style: comparison for equality with NULL | Ian Morris |
2015-04-02 | ipip,gre,vti,sit: implement ndo_get_iflink | Nicolas Dichtel |
2015-03-31 | netlink: implement nla_get_in_addr and nla_get_in6_addr | Jiri Benc |
2015-03-31 | netlink: implement nla_put_in_addr and nla_put_in6_addr | Jiri Benc |
2015-02-08 | gre/ipip: use be16 variants of netlink functions | Sabrina Dubroca |
2015-01-19 | tunnels: advertise link netns via netlink | Nicolas Dichtel |
2014-12-31 | gre: allow live address change | stephen hemminger |
2014-12-15 | gre: fix the inner mac header in nbma tunnel xmit path | Timo Teräs |
2014-11-05 | fou: Fix typo in returning flags in netlink | Tom Herbert |
2014-10-07 | net: better IFF_XMIT_DST_RELEASE support | Eric Dumazet |
2014-10-01 | gre: Set inner protocol in v4 and v6 GRE transmit | Tom Herbert |
2014-09-19 | gre: Setup and TX path for gre/UDP foo-over-udp encapsulation | Tom Herbert |