summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-11/+15
|\
| * gre: fix error handlerEric Dumazet2016-06-161-8/+4Star
| * ovs/gre: fix rtnl notifications on iface deletionNicolas Dichtel2016-06-151-0/+4
| * ovs/gre,geneve: fix error path when creating an ifaceNicolas Dichtel2016-06-151-3/+7
* | ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet2016-06-191-1/+4
* | gre: better support for ICMP messages for gre+ipv6Eric Dumazet2016-06-191-0/+6
* | net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville2016-06-161-9/+33
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-151-1/+6
|\
| * gre: do not keep the GRE header around in collect medata modeJiri Benc2016-05-111-1/+6
* | gre: Fix wrong tpi->proto in WCCPHaishuang Yan2016-05-121-2/+2
* | gre: receive also TEB packets for lwtunnelsJiri Benc2016-05-041-11/+28
* | gre: move iptunnel_pull_header down to ipgre_rcvJiri Benc2016-05-041-5/+10
* | gre: change gre_parse_header to return the header lengthJiri Benc2016-05-041-6/+3Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-6/+13
|\|
| * gre: do not pull header in ICMP error processingJiri Benc2016-05-021-3/+8
| * gre: reject GUE and FOU in collect metadata modeJiri Benc2016-04-281-0/+5
| * gre: build header correctly for collect metadata tunnelsJiri Benc2016-04-281-4/+5
| * gre: do not assign header_ops in collect metadata modeJiri Benc2016-04-281-2/+3
* | gre: Create common functions for transmitTom Herbert2016-05-031-47/+5Star
* | gre: Move utility functions to common headersTom Herbert2016-05-031-129/+20Star
* | ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-171-14/+6Star
|/
* GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck2016-04-071-3/+10
* bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann2016-03-081-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-2/+11
|\
| * gre: clear IFF_TX_SKB_SHARINGJiri Benc2016-02-181-2/+3
| * vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2016-02-101-0/+8
* | iptunnel: scrub packet in iptunnel_pull_headerJiri Benc2016-02-181-1/+1
* | net/ipv4: add dst cache support for gre lwtunnelsPaolo Abeni2016-02-171-3/+10
* | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-2/+1Star
* | net: gre: Implement LCO for GRE over IPv4Edward Cree2016-02-121-3/+13
|/
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-261-4/+3Star
* net: remove unnecessary mroute.h includesNikolay Aleksandrov2015-11-301-1/+0Star
* openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-231-9/+37
* ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-291-1/+2
* ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2015-08-291-1/+1
* tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2015-08-281-16/+5Star
* route: move lwtunnel state to dst_entryJiri Benc2015-08-211-1/+1
* ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc2015-08-211-4/+4
* ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-211-5/+5
* gre: Remove support for sharing GRE protocol hook.Pravin B Shelar2015-08-101-16/+199
* openvswitch: Use regular GRE net_device instead of vportPravin B Shelar2015-08-101-0/+36
* ip_gre: Add support to collect tunnel metadata.Pravin B Shelar2015-08-101-16/+179
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-2/+2
* ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel2015-04-021-0/+2
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-2/+2
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-2/+2
* gre/ipip: use be16 variants of netlink functionsSabrina Dubroca2015-02-091-6/+6
* tunnels: advertise link netns via netlinkNicolas Dichtel2015-01-191-0/+2
* gre: allow live address changestephen hemminger2014-12-311-0/+1
* gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs2014-12-151-4/+5