aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-3/+0
2018-03-22gre: fix TUNNEL_SEQ bit check on sequence numberingColin Ian King1-1/+1
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+0
2018-03-04gre: add sequence number for collect md mode.William Tu1-2/+5
2018-02-27net: GRE: Add is_gretap_dev, is_ip6gretap_devPetr Machata1-0/+6
2018-02-27ip_gre: fix IFLA_MTU ignored on NEWLINKXin Long1-5/+0
2018-02-27net: Convert ipgre_net_ops, ipgre_tap_net_ops, erspan_net_ops, vti_net_ops and ipip_net_opsKirill Tkhai1-0/+3
2018-02-06net: erspan: fix erspan config overwriteWilliam Tu1-9/+0
2018-02-06net: erspan: fix metadata extractionWilliam Tu1-1/+4
2018-01-25net: erspan: use bitfield instead of mask and offsetWilliam Tu1-24/+14
2017-12-26net: erspan: remove md NULL checkWilliam Tu1-5/+0
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-12-20ip_gre: fix potential memory leak in erspan_rcvHaishuang Yan1-1/+3
2017-12-20ip_gre: fix error path when erspan_rcv failedHaishuang Yan1-0/+2
2017-12-19ip_gre: remove the incorrect mtu limit for ipgre tapXin Long1-0/+1
2017-12-18net: erspan: reload pointer after pskb_may_pullWilliam Tu1-1/+3
2017-12-18net: erspan: fix wrong return valueWilliam Tu1-1/+1
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-12-15ip_gre: fix wrong return value of erspan_rcvHaishuang Yan1-1/+1
2017-12-15net: erspan: introduce erspan v2 for ip_greWilliam Tu1-15/+90
2017-12-15net: erspan: refactor existing erspan codeWilliam Tu1-10/+17
2017-12-01ip_gre: Refector the erpsan tunnel code.William Tu1-49/+5
2017-11-10ip_gre: add the support for i/o_flags update via ioctlXin Long1-3/+16
2017-11-10ip_gre: add the support for i/o_flags update via netlinkXin Long1-2/+37
2017-10-07ip_gre: check packet length and mtu correctly in erspan txWilliam Tu1-4/+4
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2017-10-01ip_gre: erspan device should keep dstXin Long1-0/+1
2017-10-01ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long1-1/+3
2017-10-01ip_gre: check packet length and mtu correctly in erspan_xmitXin Long1-1/+1
2017-10-01ip_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-09-19ipv4: speedup ipv6 tunnels dismantleEric Dumazet1-13/+9
2017-08-28gre: add collect_md mode to ERSPAN tunnelWilliam Tu1-4/+98
2017-08-28gre: refactor the gre_fb_xmitWilliam Tu1-15/+40
2017-08-23gre: remove duplicated assignment of iphColin Ian King1-1/+0
2017-08-22gre: fix goto statement typoWilliam Tu1-2/+2
2017-08-22gre: introduce native tunnel support for ERSPANWilliam Tu1-0/+269
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-3/+5
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-26net: 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-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