1. 1e84527 geneve: use dev_sw_netstats_rx_add() by Fabian Frederick · 4 years, 3 months ago
  2. 34beb21 geneve: add transport ports in route lookup for geneve by Mark Gray · 4 years, 4 months ago
  3. c1a800e geneve: Support for PMTU discovery on directly bridged links by Stefano Brivio · 4 years, 5 months ago
  4. 4cb47a8 tunnels: PMTU discovery support for directly bridged IP packets by Stefano Brivio · 4 years, 5 months ago
  5. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  6. 32818c0 geneve: fix an uninitialized value in geneve_changelink() by Cong Wang · 4 years, 6 months ago
  7. cc4e383 udp_tunnel: add central NIC RX port offload infrastructure by Jakub Kicinski · 4 years, 6 months ago
  8. 9e06e85 geneve: move all configuration under struct geneve_config by Sabrina Dubroca · 4 years, 6 months ago
  9. 56c09de geneve: allow changing DF behavior after creation by Sabrina Dubroca · 4 years, 7 months ago
  10. 9d14904 geneve: change from tx_error to tx_dropped on missing metadata by Jiri Benc · 4 years, 7 months ago
  11. 9a7b5b5 geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTR by Sabrina Dubroca · 4 years, 9 months ago
  12. 0fda760 geneve: move debug check after netdev unregister by Florian Westphal · 4 years, 10 months ago
  13. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  14. 6c8991f net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup by Sabrina Dubroca · 5 years ago
  15. 842841e Convert usage of IN_MULTICAST to ipv4_is_multicast by Dave Taht · 5 years ago
  16. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  17. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  18. eccc73a geneve: Don't assume linear buffers in error handler by Stefano Brivio · 6 years ago
  19. 3616d08 ipv6: Move ipv6 stubs to a separate header file by David Ahern · 6 years ago
  20. 974eff2 net: Move the definition of the default Geneve udp port to public header file by Moshe Shemesh · 6 years ago
  21. cf1c9cc geneve: correctly handle ipv6.disable module parameter by Jiri Benc · 6 years ago
  22. c0a47e4 geneve: should not call rt6_lookup() when ipv6 was disabled by Hangbin Liu · 6 years ago
  23. 8a962c4 geneve: Initialize addr6 with memset by Nathan Chancellor · 6 years ago
  24. a025fb5 geneve: Allow configuration of DF behaviour by Stefano Brivio · 6 years ago
  25. a079664 geneve: ICMP error lookup handler by Stefano Brivio · 6 years ago
  26. d0522f1 net: Add extack argument to rtnl_create_link by David Ahern · 6 years ago
  27. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  28. 6b4f92a geneve, vxlan: Don't set exceptions if skb->len < mtu by Stefano Brivio · 6 years ago
  29. 7463e4f geneve, vxlan: Don't check skb_dst() twice by Stefano Brivio · 6 years ago
  30. a97d97b geneve: allow to clear ttl inherit by Hangbin Liu · 6 years ago
  31. 52d0d404 geneve: add ttl inherit support by Hangbin Liu · 6 years ago
  32. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  33. 603d4cf net: fix use-after-free in GRO with ESP by Sabrina Dubroca · 7 years ago
  34. 256c87c net: check tunnel option type in tunnel flags by Pieter Jansen van Vuuren · 7 years ago
  35. d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
  36. c40e89f geneve: configure MTU based on a lower device by Alexey Kodanev · 7 years ago
  37. 321acc1 geneve: check MTU for a minimum in geneve_change_mtu() by Alexey Kodanev · 7 years ago
  38. 5edbea6 geneve: cleanup hard coded value for Ethernet header length by Alexey Kodanev · 7 years ago
  39. 4c52a88 geneve: remove white-space before '#if IS_ENABLED(CONFIG_IPV6)' by Alexey Kodanev · 7 years ago
  40. 3e3ab9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  41. f15ca72 net: don't call update_pmtu unconditionally by Nicolas Dichtel · 7 years ago
  42. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  43. 52a589d geneve: update skb dst pmtu on tx path by Xin Long · 7 years ago
  44. 2843a25 geneve: speedup geneve tunnels dismantle by Haishuang Yan · 7 years ago
  45. f9094b7 geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6 by Hangbin Liu · 7 years ago
  46. fd7eafd geneve: fix fill_info when link down by Hangbin Liu · 7 years ago
  47. ab384b6 geneve: exit_net cleanup check added by Vasily Averin · 7 years ago
  48. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  49. 3fa5f11 geneve: Get rid of is_all_zero(), streamline is_tnl_info_zero() by Stefano Brivio · 7 years ago
  50. 772e97b geneve: Fix function matching VNI and tunnel ID on big-endian by Stefano Brivio · 7 years ago
  51. c5ebc44 geneve: use netlink_ext_ack for error reporting in rtnl operations by Girish Moodalbail · 7 years ago
  52. 3b2b69e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  53. 04db70d9 geneve: maximum value of VNI cannot be used by Girish Moodalbail · 7 years ago
  54. 0458495 geneve/vxlan: offload ports on register/unregister events by Sabrina Dubroca · 7 years ago
  55. 2d2b13f geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFO by Sabrina Dubroca · 7 years ago
  56. 5b861f6 geneve: add rtnl changelink support by Girish Moodalbail · 7 years ago
  57. 4b4c21f geneve: fix hlist corruption by Jiri Benc · 8 years ago
  58. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
  59. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
  60. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  61. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  62. fe741e2 geneve: add missing rx stats accounting by Girish Moodalbail · 8 years ago
  63. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  64. 9a1c44d geneve: fix needed_headroom and max_mtu for collect_metadata by Eric Garver · 8 years ago
  65. 11387fe geneve: fix fill_info when using collect_metadata by Eric Garver · 8 years ago
  66. 5e0740c geneve: fix incorrect setting of UDP checksum flag by Girish Moodalbail · 8 years ago
  67. a717e3f geneve: lock RCU on TX path by Jakub Kicinski · 8 years ago
  68. 31ac1c1 geneve: fix ip_hdr_len reserved for geneve6 tunnel. by Haishuang Yan · 8 years ago
  69. 2e0b26e geneve: Optimize geneve device lookup. by pravin shelar · 8 years ago
  70. bcceeec geneve: Remove redundant socket checks. by pravin shelar · 8 years ago
  71. c3ef5aa geneve: Merge ipv4 and ipv6 geneve_build_skb() by pravin shelar · 8 years ago
  72. 9b4437a geneve: Unify LWT and netdev handling. by pravin shelar · 8 years ago
  73. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  74. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  75. fceb9c3 geneve: avoid using stale geneve socket. by pravin shelar · 8 years ago
  76. 9157208 net: use core MTU range checking in core net infra by Jarod Wilson · 8 years ago
  77. fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
  78. e5de25d drivers/net: fixup comments after "Future-proof tunnel offload handlers" by Sabrina Dubroca · 9 years ago
  79. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  80. d5d5e8d geneve: fix max_mtu setting by Haishuang Yan · 9 years ago
  81. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  82. efeb226 geneve: fix tx_errors statistics by Haishuang Yan · 9 years ago
  83. 7c46a64 net: Merge VXLAN and GENEVE push notifiers into a single notifier by Alexander Duyck · 9 years ago
  84. e7b3db5 net: Combine GENEVE and VXLAN port notifiers into single functions by Alexander Duyck · 9 years ago
  85. 86a9805 vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includes by Alexander Duyck · 9 years ago
  86. 4100948 ovs/geneve: fix rtnl notifications on iface deletion by Nicolas Dichtel · 9 years ago
  87. 106da66 ovs/gre,geneve: fix error path when creating an iface by Nicolas Dichtel · 9 years ago
  88. e5aed00 udp: prevent skbs lingering in tunnel socket queues by Hannes Frederic Sowa · 9 years ago
  89. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  90. 229740c udp_offload: Set encapsulation before inner completes. by Jarno Rajahalme · 9 years ago
  91. 43b8448 udp_tunnel: Remove redundant udp_tunnel_gro_complete(). by Jarno Rajahalme · 9 years ago
  92. 681e683 geneve: break dependency with netdev drivers by Hannes Frederic Sowa · 9 years ago
  93. 1ba64fa geneve: testing the wrong variable in geneve6_build_skb() by Dan Carpenter · 9 years ago
  94. aed069d ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb by Alexander Duyck · 9 years ago
  95. 4a0090a geneve: change to use UDP socket GRO by Tom Herbert · 9 years ago
  96. 95caf6f geneve: fix populating tclass in geneve_get_v6_dst by Daniel Borkmann · 9 years ago
  97. c194cf9 gro: Defer clearing of flush bit in tunnel paths by Alexander Duyck · 9 years ago
  98. 8eb3b99 geneve: support setting IPv6 flow label by Daniel Borkmann · 9 years ago
  99. 1346114 ip_tunnel: add support for setting flow label via collect metadata by Daniel Borkmann · 9 years ago
  100. db3c613 bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit by Daniel Borkmann · 9 years ago