aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek1-7/+17
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-2/+2
2016-09-10net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai1-21/+2
2016-08-15gre: set inner_protocol on xmitSimon Horman1-1/+0
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+15
2016-06-18ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet1-1/+4
2016-06-18gre: better support for ICMP messages for gre+ipv6Eric Dumazet1-0/+6
2016-06-15gre: fix error handlerEric Dumazet1-8/+4
2016-06-15net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville1-9/+33
2016-06-14ovs/gre: fix rtnl notifications on iface deletionNicolas Dichtel1-0/+4
2016-06-14ovs/gre,geneve: fix error path when creating an ifaceNicolas Dichtel1-3/+7
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2016-05-12gre: Fix wrong tpi->proto in WCCPHaishuang Yan1-2/+2
2016-05-11gre: do not keep the GRE header around in collect medata modeJiri Benc1-1/+6
2016-05-04gre: receive also TEB packets for lwtunnelsJiri Benc1-11/+28
2016-05-04gre: move iptunnel_pull_header down to ipgre_rcvJiri Benc1-5/+10
2016-05-04gre: change gre_parse_header to return the header lengthJiri Benc1-6/+3
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+13
2016-05-02gre: Create common functions for transmitTom Herbert1-47/+5
2016-05-02gre: Move utility functions to common headersTom Herbert1-129/+20
2016-05-02gre: do not pull header in ICMP error processingJiri Benc1-3/+8
2016-04-28gre: reject GUE and FOU in collect metadata modeJiri Benc1-0/+5
2016-04-28gre: build header correctly for collect metadata tunnelsJiri Benc1-4/+5
2016-04-28gre: do not assign header_ops in collect metadata modeJiri Benc1-2/+3
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck1-14/+6
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck1-3/+10
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann1-4/+6
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+11
2016-02-18gre: clear IFF_TX_SKB_SHARINGJiri Benc1-2/+3
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc1-1/+1
2016-02-16net/ipv4: add dst cache support for gre lwtunnelsPaolo Abeni1-3/+10
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree1-2/+1
2016-02-12net: gre: Implement LCO for GRE over IPv4Edward Cree1-3/+13
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg1-0/+8
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar1-4/+3
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov1-1/+0
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-9/+37
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc1-1/+2
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc1-1/+1
2015-08-27tunnel: introduce udp_tun_rx_dst()Pravin B Shelar1-16/+5
2015-08-20route: move lwtunnel state to dst_entryJiri Benc1-1/+1
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc1-4/+4
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc1-5/+5
2015-08-10gre: Remove support for sharing GRE protocol hook.Pravin B Shelar1-16/+199
2015-08-10openvswitch: Use regular GRE net_device instead of vportPravin B Shelar1-0/+36
2015-08-10ip_gre: Add support to collect tunnel metadata.Pravin B Shelar1-16/+179
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-2/+2
2015-04-02ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel1-0/+2
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-2/+2