summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_gre.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-20ip_gre: fix parsing gre header in ipgre_errHaishuang Yan1-6/+3
2019-11-10erspan: fix the tun_info options_len check for erspanXin Long1-0/+3
2019-10-07erspan: remove the incorrect mtu limit for erspanHaishuang Yan1-0/+1
2019-05-31net: erspan: fix use-after-freeWilliam Tu1-1/+1
2018-09-26erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan1-0/+2
2018-09-26erspan: fix error handling for erspan tunnelHaishuang Yan1-0/+2
2018-05-30ip_gre: fix IFLA_MTU ignored on NEWLINKXin Long1-5/+0
2018-03-24ip_gre: fix potential memory leak in erspan_rcvHaishuang Yan1-1/+3
2018-03-24ip_gre: fix error path when erspan_rcv failedHaishuang Yan1-0/+2
2018-03-03ip_gre: remove the incorrect mtu limit for ipgre tapXin Long1-0/+1
2017-12-25ip_gre: check packet length and mtu correctly in erspan txWilliam Tu1-4/+4
2017-10-02ip_gre: erspan device should keep dstXin Long1-0/+1
2017-10-02ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long1-1/+3
2017-10-02ip_gre: check packet length and mtu correctly in erspan_xmitXin Long1-1/+1
2017-10-02ip_gre: get key from session_id correctly in erspan_rcvXin Long1-3/+1
2017-10-01ip_gre: ipgre_tap device should keep dstXin Long1-0/+1
2017-08-29gre: add collect_md mode to ERSPAN tunnelWilliam Tu1-4/+98
2017-08-29gre: refactor the gre_fb_xmitWilliam Tu1-15/+40
2017-08-24gre: remove duplicated assignment of iphColin Ian King1-1/+0
2017-08-23gre: fix goto statement typoWilliam Tu1-2/+2
2017-08-23gre: introduce native tunnel support for ERSPANWilliam Tu1-0/+269
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-3/+5
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-2/+3
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
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-11net/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-19ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet1-1/+4
2016-06-19gre: better support for ICMP messages for gre+ipv6Eric Dumazet1-0/+6
2016-06-16gre: fix error handlerEric Dumazet1-8/+4
2016-06-16net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville1-9/+33
2016-06-15ovs/gre: fix rtnl notifications on iface deletionNicolas Dichtel1-0/+4
2016-06-15ovs/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-03gre: Create common functions for transmitTom Herbert1-47/+5
2016-05-03gre: 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-29gre: reject GUE and FOU in collect metadata modeJiri Benc1-0/+5
2016-04-29gre: build header correctly for collect metadata tunnelsJiri Benc1-4/+5
2016-04-29gre: do not assign header_ops in collect metadata modeJiri Benc1-2/+3