summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_gre.c
AgeCommit message (Expand)Author
2017-11-10ip_gre: add the support for i/o_flags update via ioctlXin Long
2017-11-10ip_gre: add the support for i/o_flags update via netlinkXin Long
2017-10-07ip_gre: check packet length and mtu correctly in erspan txWilliam Tu
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-01ip_gre: erspan device should keep dstXin Long
2017-10-01ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long
2017-10-01ip_gre: check packet length and mtu correctly in erspan_xmitXin Long
2017-10-01ip_gre: get key from session_id correctly in erspan_rcvXin Long
2017-10-01ip_gre: ipgre_tap device should keep dstXin Long
2017-09-19ipv4: speedup ipv6 tunnels dismantleEric Dumazet
2017-08-28gre: add collect_md mode to ERSPAN tunnelWilliam Tu
2017-08-28gre: refactor the gre_fb_xmitWilliam Tu
2017-08-23gre: remove duplicated assignment of iphColin Ian King
2017-08-22gre: fix goto statement typoWilliam Tu
2017-08-22gre: introduce native tunnel support for ERSPANWilliam Tu
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-09-10net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai
2016-08-15gre: set inner_protocol on xmitSimon Horman
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-18ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet
2016-06-18gre: better support for ICMP messages for gre+ipv6Eric Dumazet
2016-06-15gre: fix error handlerEric Dumazet
2016-06-15net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville
2016-06-14ovs/gre: fix rtnl notifications on iface deletionNicolas Dichtel
2016-06-14ovs/gre,geneve: fix error path when creating an ifaceNicolas Dichtel
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-12gre: Fix wrong tpi->proto in WCCPHaishuang Yan
2016-05-11gre: do not keep the GRE header around in collect medata modeJiri Benc
2016-05-04gre: receive also TEB packets for lwtunnelsJiri Benc
2016-05-04gre: move iptunnel_pull_header down to ipgre_rcvJiri Benc
2016-05-04gre: change gre_parse_header to return the header lengthJiri Benc
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-02gre: Create common functions for transmitTom Herbert
2016-05-02gre: Move utility functions to common headersTom Herbert
2016-05-02gre: do not pull header in ICMP error processingJiri Benc
2016-04-28gre: reject GUE and FOU in collect metadata modeJiri Benc
2016-04-28gre: build header correctly for collect metadata tunnelsJiri Benc
2016-04-28gre: do not assign header_ops in collect metadata modeJiri Benc
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-18gre: clear IFF_TX_SKB_SHARINGJiri Benc
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc