summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_gre.c
AgeCommit message (Expand)Author
2018-08-01ip_gre: remove redundant variables t_hlenYueHaibing
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-17erspan: fix invalid erspan version.William Tu
2018-05-11erspan: auto detect truncated ipv6 packets.William Tu
2018-04-30erspan: auto detect truncated packets.William Tu
2018-04-10ip_gre: clear feature flags when incompatible o_flags are setSabrina Dubroca
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-22gre: fix TUNNEL_SEQ bit check on sequence numberingColin Ian King
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-04gre: add sequence number for collect md mode.William Tu
2018-02-27net: GRE: Add is_gretap_dev, is_ip6gretap_devPetr Machata
2018-02-27ip_gre: fix IFLA_MTU ignored on NEWLINKXin Long
2018-02-27net: Convert ipgre_net_ops, ipgre_tap_net_ops, erspan_net_ops, vti_net_ops an...Kirill Tkhai
2018-02-06net: erspan: fix erspan config overwriteWilliam Tu
2018-02-06net: erspan: fix metadata extractionWilliam Tu
2018-01-25net: erspan: use bitfield instead of mask and offsetWilliam Tu
2017-12-26net: erspan: remove md NULL checkWilliam Tu
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-20ip_gre: fix potential memory leak in erspan_rcvHaishuang Yan
2017-12-20ip_gre: fix error path when erspan_rcv failedHaishuang Yan
2017-12-19ip_gre: remove the incorrect mtu limit for ipgre tapXin Long
2017-12-18net: erspan: reload pointer after pskb_may_pullWilliam Tu
2017-12-18net: erspan: fix wrong return valueWilliam Tu
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-15ip_gre: fix wrong return value of erspan_rcvHaishuang Yan
2017-12-15net: erspan: introduce erspan v2 for ip_greWilliam Tu
2017-12-15net: erspan: refactor existing erspan codeWilliam Tu
2017-12-01ip_gre: Refector the erpsan tunnel code.William Tu
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