summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
Commit message (Expand)AuthorAgeFilesLines
* gre: add collect_md mode to ERSPAN tunnelWilliam Tu2017-08-291-4/+98
* gre: refactor the gre_fb_xmitWilliam Tu2017-08-291-15/+40
* gre: remove duplicated assignment of iphColin Ian King2017-08-241-1/+0Star
* gre: fix goto statement typoWilliam Tu2017-08-231-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-271-3/+5
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-271-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-271-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-111-21/+2Star
* gre: set inner_protocol on xmitSimon Horman2016-08-151-1/+0Star
* 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