1. 627b94f gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlers by Eric Dumazet · 3 years, 2 months ago
  2. fc1ca33 gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlers by Eric Dumazet · 3 years, 2 months ago
  3. 4721031 net: move gro definitions to include/net/gro.h by Eric Dumazet · 3 years, 2 months ago
  4. 6876a18 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 9 months ago
  5. d13f048 net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skb by Phillip Potter · 3 years, 9 months ago
  6. 8203c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  7. 6628ddf net: geneve: check skb is large enough for IPv4/IPv6 header by Phillip Potter · 3 years, 9 months ago
  8. 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  9. 61630c4 geneve: allow UDP L4 GRO passthrou by Paolo Abeni · 3 years, 10 months ago
  10. 68c1a943e geneve: do not modify the shared tunnel info when PMTU triggers an ICMP reply by Antoine Tenart · 3 years, 10 months ago
  11. 18423e1 geneve: add NETIF_F_FRAGLIST flag for dev features by Xin Long · 4 years ago
  12. dedc33e7 udp_tunnel: remove REGISTER/UNREGISTER handling from tunnel drivers by Jakub Kicinski · 4 years ago
  13. 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  14. c02bd11 Revert "geneve: pull IP header before ECN decapsulation" by Jakub Kicinski · 4 years, 1 month ago
  15. 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  16. 4179b00 geneve: pull IP header before ECN decapsulation by Eric Dumazet · 4 years, 2 months ago
  17. cc69837 net: don't include ethtool.h from netdevice.h by Jakub Kicinski · 4 years, 2 months ago
  18. 56495a2 Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  19. 9c2e14b ip_tunnels: Set tunnel option flag when tunnel metadata is present by Yi-Hung Wei · 4 years, 2 months ago
  20. b220a4a net: switch to dev_get_tstats64 by Heiner Kallweit · 4 years, 2 months ago
  21. 1e84527 geneve: use dev_sw_netstats_rx_add() by Fabian Frederick · 4 years, 3 months ago
  22. 34beb21 geneve: add transport ports in route lookup for geneve by Mark Gray · 4 years, 4 months ago
  23. c1a800e geneve: Support for PMTU discovery on directly bridged links by Stefano Brivio · 4 years, 6 months ago
  24. 4cb47a8 tunnels: PMTU discovery support for directly bridged IP packets by Stefano Brivio · 4 years, 6 months ago
  25. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  26. 32818c0 geneve: fix an uninitialized value in geneve_changelink() by Cong Wang · 4 years, 6 months ago
  27. cc4e383 udp_tunnel: add central NIC RX port offload infrastructure by Jakub Kicinski · 4 years, 6 months ago
  28. 9e06e85 geneve: move all configuration under struct geneve_config by Sabrina Dubroca · 4 years, 6 months ago
  29. 56c09de geneve: allow changing DF behavior after creation by Sabrina Dubroca · 4 years, 7 months ago
  30. 9d14904 geneve: change from tx_error to tx_dropped on missing metadata by Jiri Benc · 4 years, 8 months ago
  31. 9a7b5b5 geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTR by Sabrina Dubroca · 4 years, 9 months ago
  32. 0fda760 geneve: move debug check after netdev unregister by Florian Westphal · 4 years, 10 months ago
  33. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  34. 6c8991f net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup by Sabrina Dubroca · 5 years ago
  35. 842841e Convert usage of IN_MULTICAST to ipv4_is_multicast by Dave Taht · 5 years ago
  36. 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
  37. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  38. eccc73a geneve: Don't assume linear buffers in error handler by Stefano Brivio · 6 years ago
  39. 3616d08 ipv6: Move ipv6 stubs to a separate header file by David Ahern · 6 years ago
  40. 974eff2 net: Move the definition of the default Geneve udp port to public header file by Moshe Shemesh · 6 years ago
  41. cf1c9cc geneve: correctly handle ipv6.disable module parameter by Jiri Benc · 6 years ago
  42. c0a47e4 geneve: should not call rt6_lookup() when ipv6 was disabled by Hangbin Liu · 6 years ago
  43. 8a962c4 geneve: Initialize addr6 with memset by Nathan Chancellor · 6 years ago
  44. a025fb5 geneve: Allow configuration of DF behaviour by Stefano Brivio · 6 years ago
  45. a079664 geneve: ICMP error lookup handler by Stefano Brivio · 6 years ago
  46. d0522f1 net: Add extack argument to rtnl_create_link by David Ahern · 6 years ago
  47. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  48. 6b4f92a geneve, vxlan: Don't set exceptions if skb->len < mtu by Stefano Brivio · 6 years ago
  49. 7463e4f geneve, vxlan: Don't check skb_dst() twice by Stefano Brivio · 6 years ago
  50. a97d97b geneve: allow to clear ttl inherit by Hangbin Liu · 6 years ago
  51. 52d0d404 geneve: add ttl inherit support by Hangbin Liu · 6 years ago
  52. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  53. 603d4cf net: fix use-after-free in GRO with ESP by Sabrina Dubroca · 7 years ago
  54. 256c87c net: check tunnel option type in tunnel flags by Pieter Jansen van Vuuren · 7 years ago
  55. d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
  56. c40e89f geneve: configure MTU based on a lower device by Alexey Kodanev · 7 years ago
  57. 321acc1 geneve: check MTU for a minimum in geneve_change_mtu() by Alexey Kodanev · 7 years ago
  58. 5edbea6 geneve: cleanup hard coded value for Ethernet header length by Alexey Kodanev · 7 years ago
  59. 4c52a88 geneve: remove white-space before '#if IS_ENABLED(CONFIG_IPV6)' by Alexey Kodanev · 7 years ago
  60. 3e3ab9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  61. f15ca72 net: don't call update_pmtu unconditionally by Nicolas Dichtel · 7 years ago
  62. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  63. 52a589d geneve: update skb dst pmtu on tx path by Xin Long · 7 years ago
  64. 2843a25 geneve: speedup geneve tunnels dismantle by Haishuang Yan · 7 years ago
  65. f9094b7 geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6 by Hangbin Liu · 7 years ago
  66. fd7eafd geneve: fix fill_info when link down by Hangbin Liu · 7 years ago
  67. ab384b6 geneve: exit_net cleanup check added by Vasily Averin · 7 years ago
  68. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  69. 3fa5f11 geneve: Get rid of is_all_zero(), streamline is_tnl_info_zero() by Stefano Brivio · 7 years ago
  70. 772e97b geneve: Fix function matching VNI and tunnel ID on big-endian by Stefano Brivio · 7 years ago
  71. c5ebc44 geneve: use netlink_ext_ack for error reporting in rtnl operations by Girish Moodalbail · 7 years ago
  72. 3b2b69e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  73. 04db70d9 geneve: maximum value of VNI cannot be used by Girish Moodalbail · 7 years ago
  74. 0458495 geneve/vxlan: offload ports on register/unregister events by Sabrina Dubroca · 7 years ago
  75. 2d2b13f geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFO by Sabrina Dubroca · 7 years ago
  76. 5b861f6 geneve: add rtnl changelink support by Girish Moodalbail · 7 years ago
  77. 4b4c21f geneve: fix hlist corruption by Jiri Benc · 8 years ago
  78. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
  79. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
  80. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  81. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  82. fe741e2 geneve: add missing rx stats accounting by Girish Moodalbail · 8 years ago
  83. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  84. 9a1c44d geneve: fix needed_headroom and max_mtu for collect_metadata by Eric Garver · 8 years ago
  85. 11387fe geneve: fix fill_info when using collect_metadata by Eric Garver · 8 years ago
  86. 5e0740c geneve: fix incorrect setting of UDP checksum flag by Girish Moodalbail · 8 years ago
  87. a717e3f geneve: lock RCU on TX path by Jakub Kicinski · 8 years ago
  88. 31ac1c1 geneve: fix ip_hdr_len reserved for geneve6 tunnel. by Haishuang Yan · 8 years ago
  89. 2e0b26e geneve: Optimize geneve device lookup. by pravin shelar · 8 years ago
  90. bcceeec geneve: Remove redundant socket checks. by pravin shelar · 8 years ago
  91. c3ef5aa geneve: Merge ipv4 and ipv6 geneve_build_skb() by pravin shelar · 8 years ago
  92. 9b4437a geneve: Unify LWT and netdev handling. by pravin shelar · 8 years ago
  93. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  94. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  95. fceb9c3 geneve: avoid using stale geneve socket. by pravin shelar · 8 years ago
  96. 9157208 net: use core MTU range checking in core net infra by Jarod Wilson · 8 years ago
  97. fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
  98. e5de25d drivers/net: fixup comments after "Future-proof tunnel offload handlers" by Sabrina Dubroca · 9 years ago
  99. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  100. d5d5e8d geneve: fix max_mtu setting by Haishuang Yan · 9 years ago