1. 832ba59 net: ip6_gre: set dev->hard_header_len when using header_ops by Antoine Tenart · 4 years, 1 month ago
  2. e5f7e21 ip6gre: avoid tx_error when sending MLD/DAD on external tunnels by Davide Caratti · 4 years, 3 months ago
  3. 46ef5b8 ip6_gre: fix null-ptr-deref in ip6gre_init_net() by Wei Yongjun · 4 years, 6 months ago
  4. dafabb6 ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() by Taehee Yoo · 4 years, 7 months ago
  5. 46d30cb net: ip6_gre: Distribute switch variables for initialization by Kees Cook · 4 years, 11 months ago
  6. 690afc1 net: ip6_gre: fix moving ip6gre between namespaces by Niko Kortstrom · 5 years ago
  7. 675d76a ip6_gre: do not confirm neighbor when do pmtu update by Hangbin Liu · 5 years ago
  8. bd085ef net: add bool confirm_neigh parameter for dst_ops.update_pmtu by Hangbin Liu · 5 years ago
  9. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  10. 2eb8d6d erspan: fix the tun_info options_len check for erspan by Xin Long · 5 years ago
  11. 4123f63 ip6erspan: remove the incorrect mtu limit for ip6erspan by Haishuang Yan · 5 years ago
  12. 28e4860 ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit by Xin Long · 5 years ago
  13. 3bc817d ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 by Haishuang Yan · 5 years ago
  14. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  15. 2a3caba net: ip6_gre: fix possible use-after-free in ip6erspan_rcv by Lorenzo Bianconi · 6 years ago
  16. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  17. efcc9bc net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_version by Lorenzo Bianconi · 6 years ago
  18. 103d024 net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretap by Lorenzo Bianconi · 6 years ago
  19. 375ca54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  20. 4974d5f net: ip6_gre: initialize erspan_ver just for erspan tunnels by Lorenzo Bianconi · 6 years ago
  21. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  22. c706863 net: ip6_gre: always reports o_key to userspace by Lorenzo Bianconi · 6 years ago
  23. 1d68101 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  24. cb73ee4 net: ip_gre: use erspan key field for tunnel lookup by Lorenzo Bianconi · 6 years ago
  25. fa7f3a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  26. a057fed net: ip6_gre: remove gre_hdr_len from ip6erspan_rcv by Lorenzo Bianconi · 6 years ago
  27. 20704bd erspan: build the header with the right proto according to erspan_ver by Xin Long · 6 years ago
  28. 80b3671 ip6_gre: update version related info when changing link by Hangbin Liu · 6 years ago
  29. ab5098f ip6_gre: fix tunnel list corruption for x-netns by Olivier Matz · 6 years ago
  30. cb9f1b7 ip: validate header length on virtual device xmit by Willem de Bruijn · 6 years ago
  31. 0621e6f net: Add netif_is_gretap()/netif_is_ip6gretap() by Oz Shlomo · 6 years ago
  32. 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
  33. a82738a ip6_gre: simplify gre header parsing in ip6gre_err by Haishuang Yan · 6 years ago
  34. 84581bd erspan: set erspan_ver to 1 by default when adding an erspan dev by Xin Long · 6 years ago
  35. eb95f52 net: ipv6_gre: Fix GRO to work on IPv6 over GRE tap by Maria Pasechnik · 6 years ago
  36. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  37. b7ed879 net: ip6_gre: get ipv6hdr after skb_cow_head() by Prashant Bhole · 6 years ago
  38. 256c87c net: check tunnel option type in tunnel flags by Pieter Jansen van Vuuren · 7 years ago
  39. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  40. b80d0b9 net: ip6_gre: fix tunnel metadata device sharing. by William Tu · 7 years ago
  41. 2d66503 net: ip6_gre: Fix ip6erspan hlen calculation by Petr Machata · 7 years ago
  42. c8632fc net: ip6_gre: Split up ip6gre_changelink() by Petr Machata · 7 years ago
  43. 7fa38a7 net: ip6_gre: Split up ip6gre_newlink() by Petr Machata · 7 years ago
  44. a646535 net: ip6_gre: Split up ip6gre_tnl_change() by Petr Machata · 7 years ago
  45. a483373 net: ip6_gre: Split up ip6gre_tnl_link_config() by Petr Machata · 7 years ago
  46. 5691484 net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit() by Petr Machata · 7 years ago
  47. 01b8d06 net: ip6_gre: Request headroom in __gre6_xmit() by Petr Machata · 7 years ago
  48. 02f99df erspan: fix invalid erspan version. by William Tu · 7 years ago
  49. d5db21a erspan: auto detect truncated ipv6 packets. by William Tu · 7 years ago
  50. 0c1dd2a net: ipv6/gre: Add GRO support by Eran Ben Elisha · 7 years ago
  51. 7ccbdff ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() comment by Sun Lianwen · 7 years ago
  52. 1baf5eb erspan: auto detect truncated packets. by William Tu · 7 years ago
  53. 5f42df0 ip6_gre: better validate user provided tunnel names by Eric Dumazet · 7 years ago
  54. ec12589 ip6_gre: remove redundant 'tunnel' setting in ip6erspan_tap_init() by Alexey Kodanev · 7 years ago
  55. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  56. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  57. 1574639 gre: fix TUNNEL_SEQ bit check on sequence numbering by Colin Ian King · 7 years ago
  58. e41c7c6 ip6erspan: make sure enough headroom at xmit. by William Tu · 7 years ago
  59. d6aa711 ip6erspan: improve error handling for erspan version number. by William Tu · 7 years ago
  60. 3b04caa ip6gre: add erspan v2 to tunnel lookup by William Tu · 7 years ago
  61. 79134e6 net: do not create fallback tunnels for non-default namespaces by Eric Dumazet · 7 years ago
  62. 77a5196 gre: add sequence number for collect md mode. by William Tu · 7 years ago
  63. b75cc8f net/ipv6: Pass skb to route lookup by David Ahern · 7 years ago
  64. d1b2a6c net: GRE: Add is_gretap_dev, is_ip6gretap_dev by Petr Machata · 7 years ago
  65. 5c155c5 net: Convert ip6gre_net_ops by Kirill Tkhai · 7 years ago
  66. 39f57f6 net: erspan: fix erspan config overwrite by William Tu · 7 years ago
  67. 3df19283 net: erspan: fix metadata extraction by William Tu · 7 years ago
  68. c69de58 net: erspan: use bitfield instead of mask and offset by William Tu · 7 years ago
  69. 8565d26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  70. 128bb97 ip6_gre: init dev->mtu and dev->hard_header_len correctly by Alexey Kodanev · 7 years ago
  71. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  72. 214bb1c net: erspan: remove md NULL check by William Tu · 7 years ago
  73. e5a9336 ip6_gre: fix device features for ioctl setup by Alexey Kodanev · 7 years ago
  74. fba961a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  75. afb4c97 ip6_gre: fix potential memory leak in ip6erspan_rcv by Haishuang Yan · 7 years ago
  76. a734321 ip6_gre: fix error path when ip6erspan_rcv failed by Haishuang Yan · 7 years ago
  77. 293a199 ip6_gre: fix a pontential issue in ip6erspan_rcv by Haishuang Yan · 7 years ago
  78. 2c52129 ip6_gre: remove the incorrect mtu limit for ipgre tap by Xin Long · 7 years ago
  79. d91e8db5 net: erspan: reload pointer after pskb_may_pull by William Tu · 7 years ago
  80. ae3e133 net: erspan: fix wrong return value by William Tu · 7 years ago
  81. 94d7d8f ip6_gre: add erspan v2 support by William Tu · 7 years ago
  82. 1d7e2ed net: erspan: refactor existing erspan code by William Tu · 7 years ago
  83. ef7baf5 ip6_gre: add ip6 erspan collect_md mode by William Tu · 7 years ago
  84. 6712abc ip6_gre: add ip6 gre and gretap collect_md mode by William Tu · 7 years ago
  85. 5a963eb ip6_gre: Add ERSPAN native tunnel support by William Tu · 7 years ago
  86. 898b2979 ip6_gre: Refactor ip6gre xmit codes by William Tu · 7 years ago
  87. 981542c gre6: use log_ecn_error module parameter in ip6_tnl_rcv() by Alexey Kodanev · 7 years ago
  88. fe1a4ca ip6_gre: process toobig in a better way by Xin Long · 7 years ago
  89. 929fc03 ip6_gre: add the process for redirect in ip6gre_err by Xin Long · 7 years ago
  90. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  91. 8aec495 ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmit by Xin Long · 7 years ago
  92. f8d20b4 ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_err by Xin Long · 7 years ago
  93. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  94. 2d40557 ip6_gre: ip6gre_tap device should keep dst by Xin Long · 7 years ago
  95. 1f8d31d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  96. bb401ca ipv6: speedup ipv6 tunnels dismantle by Eric Dumazet · 7 years ago
  97. 76cc0d3 ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header by Xin Long · 7 years ago
  98. 5c25f30 ip6_gre: update mtu properly in ip6gre_err by Xin Long · 7 years ago
  99. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
  100. ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 8 years ago