1. e255e11 ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_init by Wang Hai · 4 years, 1 month ago
  2. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  3. d5f6db3 net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request" by Colin Ian King · 6 years ago
  4. 5912a77 net: ipv6: addrlabel: perform strict checks also for doit handlers by Jakub Kicinski · 6 years ago
  5. f2ae64b net/ipv6: Update ip6addrlbl_dump for strict data checking by David Ahern · 6 years ago
  6. a3fde2a rtnetlink: ipv6: convert remaining users to rtnl_register_module by Florian Westphal · 7 years ago
  7. 16feebc rtnetlink: remove __rtnl_register by Florian Westphal · 7 years ago
  8. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  9. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  10. 2809c09 ipv6: addrlabel: remove refcounting by Eric Dumazet · 7 years ago
  11. 66c77ff ipv6: addrlabel: rework ip6addrlbl_get() by Eric Dumazet · 7 years ago
  12. a90c934 ipv6: addrlabel: per netns list by Eric Dumazet · 7 years ago
  13. a6f5702 addrlabel: add/delete/get can run without rtnl by Florian Westphal · 7 years ago
  14. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  15. 87078f2 net, ipv6: convert ip6addrlbl_entry.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  16. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  17. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  18. e459dfe ipv6/addrlabel: fix ip6addrlbl_get() by Andrey Ryabinin · 9 years ago
  19. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 10 years ago
  20. 0c5c9fb net: Introduce possible_net_t by Eric W. Biederman · 10 years ago
  21. efd7ef1 net: Kill hold_net release_net by Eric W. Biederman · 10 years ago
  22. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  23. 1d02328 list: fix order of arguments for hlist_add_after(_rcu) by Ken Helias · 10 years ago
  24. cb6e926 ipv6:fix checkpatch errors with assignment in if condition by Wang Yufen · 11 years ago
  25. 1c8669e ipv6: fix checkpatch errors with space required or prohibited by Wang Yufen · 11 years ago
  26. 22b285d ipv6: fix checkpatch errors with brace and "foo *bar" by Wang Yufen · 11 years ago
  27. 639739b ipv6: fix null pointer dereference in __ip6addrlbl_add by Hannes Frederic Sowa · 11 years ago
  28. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 12 years ago
  29. 22c3521 ipv6: remove superfluous nla_data() NULL pointer checks by Mathias Krause · 12 years ago
  30. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  31. 04a6f82 sections: fix section conflicts in net by Andi Kleen · 12 years ago
  32. 417962a ipv6: Add labels for site-local and 6bone testing addresses (RFC6724) by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  33. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  34. a50feda ipv6: bool/const conversions phase2 by Eric Dumazet · 13 years ago
  35. f321383 net: ipv6: Standardize prefixes for message logging by Joe Perches · 13 years ago
  36. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 14 years ago
  37. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  38. 2cc6d2b ipv6: add a missing unregister_pernet_subsys call by Neil Horman · 14 years ago
  39. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  40. c2d9ba9 net: CONFIG_NET_NS reduction by Eric Dumazet · 15 years ago
  41. 0771275 ipv6 addrlabel: permit deletion of labels assigned to removed dev by Florian Westphal · 15 years ago
  42. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  43. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  44. 0c6ce78 net: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  45. 3de2325 ipv6 netns: Address labels per namespace by Benjamin Thery · 17 years ago
  46. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  47. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  48. 5fe47b8 [IPV6]: Add ORCHID prefix to address label table by Juha-Matti Tapio · 17 years ago
  49. 85040bcb [IPV6] ADDRLABEL: Fix double free on label deletion. by YOSHIFUJI Hideaki · 17 years ago
  50. 40fee36 [IPV6] ADDRLABEL: Sparse: Make several functions static. by YOSHIFUJI Hideaki · 17 years ago
  51. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  52. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 17 years ago
  53. 2a8cc6c [IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table. by YOSHIFUJI Hideaki · 17 years ago