1. 08bb751 mac802154: use dev_addr_set() - manual by Jakub Kicinski · 3 years, 2 months ago
  2. f4083a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
  3. 1090340 net: Fix memory leak in ieee802154_raw_deliver by Takeshi Misawa · 3 years, 5 months ago
  4. 1160dfa net: Remove redundant if statements by Yajun Deng · 3 years, 5 months ago
  5. 29c4964 net: socket: rework compat_ifreq_ioctl() by Arnd Bergmann · 3 years, 5 months ago
  6. 373e864 ieee802154: fix error return code in ieee802154_llsec_getparams() by Wei Yongjun · 3 years, 7 months ago
  7. 79c6b8e ieee802154: fix error return code in ieee802154_add_iface() by Zhen Lei · 3 years, 8 months ago
  8. ad6f5cc net/ieee802154: drop unneeded assignment in llsec_iter_devkeys() by Yang Li · 3 years, 8 months ago
  9. 9fdd04918 net: ieee802154: fix null deref in parse dev addr by Dan Robertson · 3 years, 8 months ago
  10. 1534efc7 net: ieee802154: stop dump llsec params for monitors by Alexander Aring · 3 years, 9 months ago
  11. 9dde130 net: ieee802154: forbid monitor for del llsec seclevel by Alexander Aring · 3 years, 9 months ago
  12. 9ec87e3 net: ieee802154: forbid monitor for add llsec seclevel by Alexander Aring · 3 years, 9 months ago
  13. 4c9b4f5 net: ieee802154: stop dump llsec seclevels for monitors by Alexander Aring · 3 years, 9 months ago
  14. 6fb80453 net: ieee802154: forbid monitor for del llsec devkey by Alexander Aring · 3 years, 9 months ago
  15. a347b3b net: ieee802154: forbid monitor for add llsec devkey by Alexander Aring · 3 years, 9 months ago
  16. 080d1a5 net: ieee802154: stop dump llsec devkeys for monitors by Alexander Aring · 3 years, 9 months ago
  17. ad8f9de net: ieee802154: forbid monitor for del llsec dev by Alexander Aring · 3 years, 9 months ago
  18. 5303f95 net: ieee802154: forbid monitor for add llsec dev by Alexander Aring · 3 years, 9 months ago
  19. 5582d64 net: ieee802154: stop dump llsec devs for monitors by Alexander Aring · 3 years, 9 months ago
  20. b6e2949 net: ieee802154: forbid monitor for del llsec key by Alexander Aring · 3 years, 9 months ago
  21. 08470c5 net: ieee802154: forbid monitor for add llsec key by Alexander Aring · 3 years, 9 months ago
  22. fb3c5cd net: ieee802154: stop dump llsec keys for monitors by Alexander Aring · 3 years, 9 months ago
  23. 88c1785 net: ieee802154: forbid monitor for set llsec params by Alexander Aring · 3 years, 9 months ago
  24. 6f7f657 net: ieee802154: nl-mac: fix check on panid by Alexander Aring · 3 years, 10 months ago
  25. 27c7468 net: ieee802154: fix nl802154 del llsec devkey by Alexander Aring · 3 years, 10 months ago
  26. 20d5fe2 net: ieee802154: fix nl802154 add llsec key by Alexander Aring · 3 years, 10 months ago
  27. 3d1eac2 net: ieee802154: fix nl802154 del llsec dev by Alexander Aring · 3 years, 10 months ago
  28. 37feaaf net: ieee802154: fix nl802154 del llsec key by Alexander Aring · 3 years, 10 months ago
  29. cdd38c5 Merge remote-tracking branch 'net/master' by Stefan Schmidt · 3 years, 10 months ago
  30. 872f690 treewide: rename nla_strlcpy to nla_strscpy. by Francis Laniel · 4 years, 1 month ago
  31. 04052a3 net/ieee802154: remove unused macros to tame gcc by Alex Shi · 4 years, 2 months ago
  32. 66a9b92 genetlink: move to smaller ops wherever possible by Jakub Kicinski · 4 years, 3 months ago
  33. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  34. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  35. 8c918ff net: remove compat_sock_common_{get,set}sockopt by Christoph Hellwig · 4 years, 5 months ago
  36. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 6 months ago
  37. 3712c1c ieee802154: 6lowpan: remove unnecessary comparison by Yang Yingliang · 4 years, 8 months ago
  38. 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 8 months ago
  39. b60673c nl802154: add missing attribute validation for dev_type by Jakub Kicinski · 4 years, 10 months ago
  40. 9322cd7 nl802154: add missing attribute validation by Jakub Kicinski · 4 years, 10 months ago
  41. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  42. ab92d68 net: core: add generic lockdep keys by Taehee Yoo · 5 years ago
  43. 75cdbdd net: ieee802154: have genetlink code to parse the attrs during dumpit by Jiri Pirko · 5 years ago
  44. e69dbd4 ieee802154: enforce CAP_NET_RAW for raw sockets by Ori Nimron · 5 years ago
  45. 4feaab0 Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 5 years ago
  46. 12e2e15 Merge branch 'ieee802154-for-davem-2019-08-24' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan by David S. Miller · 5 years ago
  47. 074014a net: ieee802154: remove redundant assignment to rc by Colin Ian King · 5 years ago
  48. 891584f inet: frags: re-introduce skb coalescing for local delivery by Guillaume Nault · 5 years ago
  49. 6cda08a drivers: Introduce device lookup variants by name by Suzuki K Poulose · 5 years ago
  50. d5dd8879 inet: fix various use-after-free in defrags units by Eric Dumazet · 6 years ago
  51. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  52. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  53. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  54. ae7352d inet: frags: call inet_frags_fini() after unregister_pernet_subsys() by Eric Dumazet · 6 years ago
  55. 4907abc net: dynamically allocate fqdir structures by Eric Dumazet · 6 years ago
  56. a39aca6 net: add a net pointer to struct fqdir by Eric Dumazet · 6 years ago
  57. 9cce45f net: rename inet_frags_init_net() to fdir_init() by Eric Dumazet · 6 years ago
  58. d2dfd43 ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_table by Eric Dumazet · 6 years ago
  59. 803fdd9 net: rename struct fqdir fields by Eric Dumazet · 6 years ago
  60. 89fb900 net: rename inet_frags_exit_net() to fqdir_exit() by Eric Dumazet · 6 years ago
  61. 6ce3b4d inet: rename netns_frags to fqdir by Eric Dumazet · 6 years ago
  62. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  63. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  64. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  65. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  66. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  67. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  68. d8cf757 net: remove unused struct inet_frag_queue.fragments field by Peter Oskolkov · 6 years ago
  69. 254c5db 6lowpan: use rbtree for IP frag queue by Peter Oskolkov · 6 years ago
  70. 90cadbbf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  71. 40c3ff6 ieee802154: lowpan_header_create check must check daddr by Willem de Bruijn · 6 years ago
  72. 3a37a96 net: dev: Add extack argument to dev_set_mac_address() by Petr Machata · 6 years ago
  73. 8361962 net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_net by Peter Oskolkov · 6 years ago
  74. a8305bf net: Add and use skb_mark_not_on_list(). by David S. Miller · 6 years ago
  75. 4e54acb net: ieee802154: 6lowpan: remove redundant pointers 'fq' and 'net' by Colin Ian King · 6 years ago
  76. ac74f87 net: 6lowpan: fix reserved space for single frames by Alexander Aring · 6 years ago
  77. a3046108 Merge remote-tracking branch 'net-next/master' by Stefan Schmidt · 6 years ago
  78. e446a27 net: remove blank lines at end of file by Stephen Hemminger · 6 years ago
  79. 99d20a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  80. 70b095c ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module by Florian Westphal · 6 years ago
  81. 811e299 ieee802154: add rx LQI from userspace by Romuald CARI · 7 years ago
  82. b30c122 ieee802154: 6lowpan: set IFLA_LINK by Lubomir Rintel · 6 years ago
  83. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  84. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  85. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  86. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  87. f18fa5d net: ieee802154: 6lowpan: fix frag reassembly by Alexander Aring · 7 years ago
  88. 3d23401 inet: frags: fix ip6frag_low_thresh boundary by Eric Dumazet · 7 years ago
  89. 3e67f10 inet: frags: break the 2GB limit for frags storage by Eric Dumazet · 7 years ago
  90. 2d44ed2 inet: frags: remove inet_frag_maybe_warn_overflow() by Eric Dumazet · 7 years ago
  91. 648700f inet: frags: use rhashtables for reassembly units by Eric Dumazet · 7 years ago
  92. 807f184 inet: frags: refactor lowpan_net_frag_init() by Eric Dumazet · 7 years ago
  93. 093ba72 inet: frags: add a pointer to struct netns_frags by Eric Dumazet · 7 years ago
  94. 787bea7 inet: frags: change inet_frags_init_net() return value by Eric Dumazet · 7 years ago
  95. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  96. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  97. 0801263 net: Convert lowpan_frags_ops by Kirill Tkhai · 7 years ago
  98. ca0edb1 ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event() by Eric Dumazet · 7 years ago
  99. afdd6ae Merge branch 'ieee802154-for-davem-2018-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next by David S. Miller · 7 years ago
  100. f17c9bf net: Convert cfg802154_pernet_ops by Kirill Tkhai · 7 years ago