1. 2d66503 net: ip6_gre: Fix ip6erspan hlen calculation by Petr Machata · 7 years ago
  2. c8632fc net: ip6_gre: Split up ip6gre_changelink() by Petr Machata · 7 years ago
  3. 7fa38a7 net: ip6_gre: Split up ip6gre_newlink() by Petr Machata · 7 years ago
  4. a646535 net: ip6_gre: Split up ip6gre_tnl_change() by Petr Machata · 7 years ago
  5. a483373 net: ip6_gre: Split up ip6gre_tnl_link_config() by Petr Machata · 7 years ago
  6. 5691484 net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit() by Petr Machata · 7 years ago
  7. 01b8d06 net: ip6_gre: Request headroom in __gre6_xmit() by Petr Machata · 7 years ago
  8. 02f99df erspan: fix invalid erspan version. by William Tu · 7 years ago
  9. 5f42df0 ip6_gre: better validate user provided tunnel names by Eric Dumazet · 7 years ago
  10. ec12589 ip6_gre: remove redundant 'tunnel' setting in ip6erspan_tap_init() by Alexey Kodanev · 7 years ago
  11. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  12. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  13. 1574639 gre: fix TUNNEL_SEQ bit check on sequence numbering by Colin Ian King · 7 years ago
  14. e41c7c6 ip6erspan: make sure enough headroom at xmit. by William Tu · 7 years ago
  15. d6aa711 ip6erspan: improve error handling for erspan version number. by William Tu · 7 years ago
  16. 3b04caa ip6gre: add erspan v2 to tunnel lookup by William Tu · 7 years ago
  17. 79134e6 net: do not create fallback tunnels for non-default namespaces by Eric Dumazet · 7 years ago
  18. 77a5196 gre: add sequence number for collect md mode. by William Tu · 7 years ago
  19. b75cc8f net/ipv6: Pass skb to route lookup by David Ahern · 7 years ago
  20. d1b2a6c net: GRE: Add is_gretap_dev, is_ip6gretap_dev by Petr Machata · 7 years ago
  21. 5c155c5 net: Convert ip6gre_net_ops by Kirill Tkhai · 7 years ago
  22. 39f57f6 net: erspan: fix erspan config overwrite by William Tu · 7 years ago
  23. 3df19283 net: erspan: fix metadata extraction by William Tu · 7 years ago
  24. c69de58 net: erspan: use bitfield instead of mask and offset by William Tu · 7 years ago
  25. 8565d26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  26. 128bb97 ip6_gre: init dev->mtu and dev->hard_header_len correctly by Alexey Kodanev · 7 years ago
  27. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  28. 214bb1c net: erspan: remove md NULL check by William Tu · 7 years ago
  29. e5a9336 ip6_gre: fix device features for ioctl setup by Alexey Kodanev · 7 years ago
  30. fba961a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  31. afb4c97 ip6_gre: fix potential memory leak in ip6erspan_rcv by Haishuang Yan · 7 years ago
  32. a734321 ip6_gre: fix error path when ip6erspan_rcv failed by Haishuang Yan · 7 years ago
  33. 293a199 ip6_gre: fix a pontential issue in ip6erspan_rcv by Haishuang Yan · 7 years ago
  34. 2c52129 ip6_gre: remove the incorrect mtu limit for ipgre tap by Xin Long · 7 years ago
  35. d91e8db5 net: erspan: reload pointer after pskb_may_pull by William Tu · 7 years ago
  36. ae3e133 net: erspan: fix wrong return value by William Tu · 7 years ago
  37. 94d7d8f ip6_gre: add erspan v2 support by William Tu · 7 years ago
  38. 1d7e2ed net: erspan: refactor existing erspan code by William Tu · 7 years ago
  39. ef7baf5 ip6_gre: add ip6 erspan collect_md mode by William Tu · 7 years ago
  40. 6712abc ip6_gre: add ip6 gre and gretap collect_md mode by William Tu · 7 years ago
  41. 5a963eb ip6_gre: Add ERSPAN native tunnel support by William Tu · 7 years ago
  42. 898b2979 ip6_gre: Refactor ip6gre xmit codes by William Tu · 7 years ago
  43. 981542c gre6: use log_ecn_error module parameter in ip6_tnl_rcv() by Alexey Kodanev · 7 years ago
  44. fe1a4ca ip6_gre: process toobig in a better way by Xin Long · 7 years ago
  45. 929fc03 ip6_gre: add the process for redirect in ip6gre_err by Xin Long · 7 years ago
  46. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  47. 8aec495 ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmit by Xin Long · 7 years ago
  48. f8d20b4 ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_err by Xin Long · 7 years ago
  49. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  50. 2d40557 ip6_gre: ip6gre_tap device should keep dst by Xin Long · 7 years ago
  51. 1f8d31d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  52. bb401ca ipv6: speedup ipv6 tunnels dismantle by Eric Dumazet · 7 years ago
  53. 76cc0d3 ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header by Xin Long · 7 years ago
  54. 5c25f30 ip6_gre: update mtu properly in ip6gre_err by Xin Long · 7 years ago
  55. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
  56. ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 8 years ago
  57. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
  58. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  59. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  60. 0e9a709 ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets by Peter Dawson · 8 years ago
  61. 0a473b8 ip6_tunnel: Allow policy-based routing through tunnels by Craig Gallek · 8 years ago
  62. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  63. 7892032 ip6_gre: fix ip6gre_err() invalid reads by Eric Dumazet · 8 years ago
  64. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  65. 45ce0fd net/ipv6: support more tunnel interfaces for EUI64 link-local generation by Felix Jia · 8 years ago
  66. 21b995a ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit() by Eric Dumazet · 8 years ago
  67. c10aa71 gre6: Clean up unused struct ipv6_tel_txoption definition by Jakub Sitnicki · 8 years ago
  68. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  69. e2d118a net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  70. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  71. c2675de gre: use nla_get_be32() to extract flowinfo by Lance Richardson · 8 years ago
  72. db32e4e ip6_gre: fix flowi6_proto value in ip6gre_xmit_other() by Lance Richardson · 8 years ago
  73. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  74. 3d7b332 gre: set inner_protocol on xmit by Simon Horman · 8 years ago
  75. e87a8f2 net: resolve symbol conflicts with generic hashtable.h by Jiri Kosina · 8 years ago
  76. e582615ad gre: fix error handler by Eric Dumazet · 9 years ago
  77. 0a46baa ip6gre: Allow live link address change by Shweta Choudaha · 9 years ago
  78. 252f3f5 ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path. by Haishuang Yan · 9 years ago
  79. 1b227e5 ip6_gre: Fix MTU setting for ip6gretap by Haishuang Yan · 9 years ago
  80. 6a55368 ip6_gre: Do not allow segmentation offloads GRE_CSUM is enabled with FOU/GUE by Alexander Duyck · 9 years ago
  81. 1faf3d9 ip6_gre: Add support for fou/gue encapsulation by Tom Herbert · 9 years ago
  82. da73b4e gre: Fix wrong tpi->proto in WCCP by Haishuang Yan · 9 years ago
  83. 23f7221 ip6_gre: Fix get_size calculation for gre6 tunnel by Haishuang Yan · 9 years ago
  84. b45bd1d ip6_gre: Use correct flags for reading TUNNEL_SEQ by Tom Herbert · 9 years ago
  85. d27bff9 ip6_gre: Set inner protocol correctly in __gre6_xmit by Tom Herbert · 9 years ago
  86. f41fe3c gre6: Fix flag translations by Tom Herbert · 9 years ago
  87. db2ec95 ip6_gre: Fix MTU setting by Tom Herbert · 9 years ago
  88. f132ae7 gre: change gre_parse_header to return the header length by Jiri Benc · 9 years ago
  89. b05229f gre6: Cleanup GREv6 transmit path, call common GRE functions by Tom Herbert · 9 years ago
  90. 308edfdf gre6: Cleanup GREv6 receive path, call common GRE functions by Tom Herbert · 9 years ago
  91. 3a80e1f ip6gre: Add support for GSO by Alexander Duyck · 9 years ago
  92. ac4eb00 ip6gre: Add support for basic offloads offloads excluding GSO by Alexander Duyck · 9 years ago
  93. a9e242c ip6gretap: Fix MTU to allow for Ethernet header by Alexander Duyck · 9 years ago
  94. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  95. 5146d1f tunnel: Clear IPCB(skb)->opt before dst_link_failure called by Bernie Harris · 9 years ago
  96. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  97. d13b161 gre: clear IFF_TX_SKB_SHARING by Jiri Benc · 9 years ago
  98. 607f725 net: replace dst_cache ip6_tunnel implementation with the generic one by Paolo Abeni · 9 years ago
  99. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  100. 6a61d4d gre6: allow to update all parameters via rtnl by Nicolas Dichtel · 9 years ago