1. 4a81f6d net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_work by Daniel Borkmann · 2 years, 11 months ago
  2. 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years ago
  3. 8c8b7aa net: Enable neighbor sysctls that is save for userns root by xu xin · 3 years, 1 month ago
  4. 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  5. e195e9b net, neigh: clear whole pneigh_entry at alloc time by Eric Dumazet · 3 years, 1 month ago
  6. 08d6225 net: add net device refcount tracker to struct neigh_parms by Eric Dumazet · 3 years, 1 month ago
  7. 77a23b1 net: add net device refcount tracker to struct pneigh_entry by Eric Dumazet · 3 years, 1 month ago
  8. 85662c9 net: add net device refcount tracker to struct neighbour by Eric Dumazet · 3 years, 1 month ago
  9. 4177d5b net, neigh: Fix crash in v6 module initialization error path by Daniel Borkmann · 3 years, 1 month ago
  10. 30fc7ef net, neigh: Reject creating NUD_PERMANENT with NTF_MANAGED entries by Daniel Borkmann · 3 years, 3 months ago
  11. c8e80c1 net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attribute by Daniel Borkmann · 3 years, 3 months ago
  12. 507c2f1 net, neigh: Add build-time assertion to avoid neigh->flags overflow by Daniel Borkmann · 3 years, 3 months ago
  13. 7482e38 net, neigh: Add NTF_MANAGED flag for managed neighbor entries by Daniel Borkmann · 3 years, 3 months ago
  14. 2c611ad net, neigh: Extend neigh->flags to 32 bit to allow for extensions by Roopa Prabhu · 3 years, 3 months ago
  15. 3dc20f4 net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE by Daniel Borkmann · 3 years, 3 months ago
  16. e4400bb net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE by Daniel Borkmann · 3 years, 3 months ago
  17. d3432bf net: Support filtering interfaces on no master by Lahav Schlesinger · 3 years, 5 months ago
  18. 1160dfa net: Remove redundant if statements by Yajun Deng · 3 years, 5 months ago
  19. 0547ffe net: Keep vertical alignment by Yajun Deng · 3 years, 5 months ago
  20. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  21. 7a6b1ab neighbour: allow NUD_NOARP entries to be forced GCed by David Ahern · 3 years, 7 months ago
  22. 48de7c0 neighbour: Remove redundant initialization of 'bucket' by Yang Li · 3 years, 8 months ago
  23. eefb45e neighbour: Prevent Race condition in neighbour subsytem by Chinmay Agarwal · 3 years, 8 months ago
  24. d47ec7a neighbour: Disregard DEAD dst in neigh_update by Tong Zhu · 3 years, 9 months ago
  25. d1e1355 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 11 months ago
  26. eb4e8fa neighbour: Prevent a dead entry from updating gc_list by Chinmay Agarwal · 4 years ago
  27. e794e7f neighbor: remove definition of DEBUG by Tom Rix · 4 years ago
  28. a533b70 net: neighbor: fix a crash caused by mod zero by weichenchen · 4 years ago
  29. 8cf8821 net: Exempt multicast addresses from five-second neighbor lifetime by Jeff Dike · 4 years, 1 month ago
  30. 899426b net: neighbor: add fdb extended attribute by Nikolay Aleksandrov · 4 years, 6 months ago
  31. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  32. 96d10d5 neigh: fix ARP retransmit timer guard by Hangbin Liu · 4 years, 7 months ago
  33. 1274e1c vxlan: ecmp support for mac fdb entries by Roopa Prabhu · 4 years, 7 months ago
  34. 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  35. 38212bb neigh: send protocol value in neighbor create notification by Roman Mashak · 4 years, 8 months ago
  36. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  37. 19e16d2 neigh: support smaller retrans_time settting by Hangbin Liu · 4 years, 9 months ago
  38. 94e512d net: neigh: remove unused NEIGH_SYSCTL_MS_JIFFIES_ENTRY by Li RongQing · 4 years, 10 months ago
  39. 1e3f9f0 neigh_stat_seq_next() should increase position index by Vasily Averin · 5 years ago
  40. f394722 neighbour: remove neigh_cleanup() method by Eric Dumazet · 5 years ago
  41. c305c6ae net: add annotations on hh->hh_len lockless accesses by Eric Dumazet · 5 years ago
  42. 9d027e3 net: neigh: use long type to store jiffies delta by Eric Dumazet · 5 years ago
  43. f530eed net: neigh: remove redundant assignment to variable bucket by Colin Ian King · 5 years ago
  44. 5f4fc6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 5 years ago
  45. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  46. 071c379 net: neigh: fix multiple neigh timer scheduling by Lorenzo Bianconi · 5 years ago
  47. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  48. f3e92cb neigh: fix use-after-free read in pneigh_get_next by Eric Dumazet · 6 years ago
  49. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  50. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  51. fc65100 neighbor: Add tracepoint to __neigh_create by David Ahern · 6 years ago
  52. a9e41a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  53. 4b2a2bf neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit by David Ahern · 6 years ago
  54. 64c6f4b neighbor: Reset gc_entries counter if new entry is released before insert by David Ahern · 6 years ago
  55. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  56. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  57. b8fb1ab net ipv6: Prevent neighbor add if protocol is disabled on device by David Ahern · 6 years ago
  58. 56dd18a neigh: hook tracepoints in neigh update code by Roopa Prabhu · 6 years ago
  59. 87fff3ca neighbour: Do not perturb drop profiles when neigh_probe by Yang Wei · 6 years ago
  60. 01b833a net/core/neighbour: fix kmemleak minimal reference count for hash tables by Konstantin Khlebnikov · 6 years ago
  61. 85704cb net/core/neighbour: tell kmemleak about hash tables by Konstantin Khlebnikov · 6 years ago
  62. 463561e neighbour: remove stray semicolon by Colin Ian King · 6 years ago
  63. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  64. a9cd343 neighbor: Use nda_policy for validating attributes in adds and dump requests by David Ahern · 6 years ago
  65. c0fde87 neighbor: NTF_PROXY is a valid ndm_flag for a dump request by David Ahern · 6 years ago
  66. 754d5da neighbor: Initialize protocol when new pneigh_entry are created by David Ahern · 6 years ago
  67. 82cbb5c neighbour: register rtnl doit handler by Roopa Prabhu · 6 years ago
  68. df9b0e3 neighbor: Add protocol attribute by David Ahern · 6 years ago
  69. e997f8a neighbor: Remove externally learned entries from gc_list by David Ahern · 6 years ago
  70. 526f1b5 neighbor: Move neigh_update_ext_learned to core file by David Ahern · 6 years ago
  71. 7e6f182 neighbor: Remove state and flags arguments to neigh_del by David Ahern · 6 years ago
  72. 758a7f0 neighbor: Fix state check in neigh_forced_gc by David Ahern · 6 years ago
  73. 9c29a2f neighbor: Fix locking order for gc_list changes by David Ahern · 6 years ago
  74. 8cc196d neighbor: gc_list changes should be protected by table lock by David Ahern · 6 years ago
  75. 5895631 neighbor: Improve garbage collection by David Ahern · 6 years ago
  76. 7a35a50 neighbor: Add extack messages for add and delete commands by David Ahern · 6 years ago
  77. aab456d net/neigh: fix NULL deref in pneigh_dump_table() by Eric Dumazet · 6 years ago
  78. 21ea1d3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  79. d2fb4fb Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin" by Roopa Prabhu · 6 years ago
  80. 859bd2e net: Evict neighbor entries on carrier down by David Ahern · 6 years ago
  81. 9632d47 net/neighbor: Update neightbl_dump_info for strict data checking by David Ahern · 6 years ago
  82. 51183d2 net/neighbor: Update neigh_dump_info for strict data checking by David Ahern · 6 years ago
  83. dac9c97 net: Add extack to nlmsg_parse by David Ahern · 6 years ago
  84. 6f52f80 net/neigh: Extend dump filter to proxy neighbor dumps by David Ahern · 6 years ago
  85. fc6e807 neighbour: send netlink notification if NTF_ROUTER changes by Roopa Prabhu · 6 years ago
  86. f7aa74e neighbour: allow admin to set NTF_ROUTER by Roopa Prabhu · 6 years ago
  87. f0e0d04 neighbour: confirm neigh entries when ARP packet is received by Vasily Khoruzhick · 6 years ago
  88. e446a27 net: remove blank lines at end of file by Stephen Hemminger · 6 years ago
  89. 8e326289 neighbour: force neigh_invalidate when NUD_FAILED update is from admin by Roopa Prabhu · 7 years ago
  90. f6a6f20 neighbour: skip NTF_EXT_LEARNED entries during forced gc by Roopa Prabhu · 7 years ago
  91. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  92. 71a5053 neigh: switch to proc_create_seq_data by Christoph Hellwig · 7 years ago
  93. 9ce33e4 neighbour: support for NTF_EXT_LEARNED flag by Roopa Prabhu · 7 years ago
  94. 53b76cd net: fix deadlock while clearing neighbor proxy table by Wolfgang Bumiller · 7 years ago
  95. 7dd07c1 net: validate attribute sizes in neigh_dump_table() by Eric Dumazet · 7 years ago
  96. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  97. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  98. 096b985 net: Allow neigh contructor functions ability to modify the primary_key by Jim Westfall · 7 years ago
  99. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  100. 01ccdf1 neigh: make strucrt neigh_table::entry_size unsigned int by Alexey Dobriyan · 7 years ago