summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-2/+2
* net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai2016-09-101-21/+2
* gre: set inner_protocol on xmitSimon Horman2016-08-151-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-11/+15
|\
| * gre: fix error handlerEric Dumazet2016-06-151-8/+4
| * ovs/gre: fix rtnl notifications on iface deletionNicolas Dichtel2016-06-141-0/+4
| * ovs/gre,geneve: fix error path when creating an ifaceNicolas Dichtel2016-06-141-3/+7
* | ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet2016-06-181-1/+4
* | gre: better support for ICMP messages for gre+ipv6Eric Dumazet2016-06-181-0/+6
* | net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville2016-06-151-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/+3
* | 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-021-47/+5
* | gre: Move utility functions to common headersTom Herbert2016-05-021-129/+20
* | ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-161-14/+6
|/
* 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-161-3/+10
* | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-2/+1
* | 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-251-4/+3
* net: remove unnecessary mroute.h includesNikolay Aleksandrov2015-11-301-1/+0
* openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-221-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-271-16/+5
* route: move lwtunnel state to dst_entryJiri Benc2015-08-201-1/+1
* ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc2015-08-201-4/+4
* ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-201-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