summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
Commit message (Expand)AuthorAgeFilesLines
* ip_gre: add the support for i/o_flags update via ioctlXin Long2017-11-101-3/+16
* ip_gre: add the support for i/o_flags update via netlinkXin Long2017-11-101-2/+37
* ip_gre: check packet length and mtu correctly in erspan txWilliam Tu2017-10-071-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-051-5/+7
|\
| * ip_gre: erspan device should keep dstXin Long2017-10-011-0/+1
| * ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long2017-10-011-1/+3
| * ip_gre: check packet length and mtu correctly in erspan_xmitXin Long2017-10-011-1/+1
| * ip_gre: get key from session_id correctly in erspan_rcvXin Long2017-10-011-3/+1
| * ip_gre: ipgre_tap device should keep dstXin Long2017-10-011-0/+1
* | ipv4: speedup ipv6 tunnels dismantleEric Dumazet2017-09-191-13/+9
|/
* gre: add collect_md mode to ERSPAN tunnelWilliam Tu2017-08-281-4/+98
* gre: refactor the gre_fb_xmitWilliam Tu2017-08-281-15/+40
* gre: remove duplicated assignment of iphColin Ian King2017-08-231-1/+0
* gre: fix goto statement typoWilliam Tu2017-08-221-2/+2
* gre: introduce native tunnel support for ERSPANWilliam Tu2017-08-221-0/+269
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-3/+5
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-2/+3
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek2017-04-211-7/+17
* 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
OpenPOWER on IntegriCloud