1. 08bb751 mac802154: use dev_addr_set() - manual by Jakub Kicinski · 3 years, 2 months ago
  2. 659f4e0 mac802154: use dev_addr_set() by Jakub Kicinski · 3 years, 2 months ago
  3. 0f77f2d ieee802154: Remove redundant initialization of variable ret by Colin Ian King · 3 years, 4 months ago
  4. 1165aff net: mac802154: Fix general protection fault by Pavel Skripkin · 3 years, 10 months ago
  5. b5bd8b6 net: mac802154: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 2 months ago
  6. 6fd40d3 Merge tag 'ieee802154-for-davem-2020-09-08' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan by David S. Miller · 4 years, 4 months ago
  7. 0ff4628 mac802154: tx: fix use-after-free by Eric Dumazet · 4 years, 4 months ago
  8. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  9. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  10. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  11. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  12. 3103f4a mac802154: Remove VLA usage of skcipher by Kees Cook · 6 years ago
  13. f9c5283 net: mac802154: tx: expand tailroom if necessary by Alexander Aring · 6 years ago
  14. 14624a9 net/mac802154: disambiguate mac80215 vs mac802154 trace events by Alexei Starovoitov · 7 years ago
  15. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  16. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  17. 3e49626 mac802154: Fix MAC header and payload encrypted by Diogenes Pereira · 7 years ago
  18. 91f4aa97 mac802154: replace hardcoded value with macro by Diogenes Pereira · 7 years ago
  19. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  20. 282ccf6 drivers: add explicit interrupt.h includes by Florian Westphal · 8 years ago
  21. b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 8 years ago
  22. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  23. 6bdf1e0e Makefile: drop -D__CHECK_ENDIAN__ from cflags by Michael S. Tsirkin · 8 years ago
  24. bd89bb6 mac802154: use rate limited warnings for malformed frames by Aristeu Rozanski · 8 years ago
  25. ca1de81 mac802154: don't warn on unsupported frames by Aristeu Rozanski · 8 years ago
  26. abbcc34 mac802154: set phy net namespace for new ifaces by Alexander Aring · 8 years ago
  27. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  28. aef00c1 mac802154: Fixes kernel oops when unloading a radio driver by Koen Zandberg · 9 years ago
  29. 9695371 mac802154: Use skcipher by Herbert Xu · 9 years ago
  30. 29663b0 mac802154: constify ieee802154_llsec_ops structure by Julia Lawall · 9 years ago
  31. c383835 mac802154: tx: fix synced xmit deadlock by Alexander Aring · 9 years ago
  32. 56f9ebe mac802154: Delete an unnecessary check before the function call "kfree_skb" by Markus Elfring · 9 years ago
  33. 71cd2aa mac802154: llsec: use kzfree by Alexander Aring · 9 years ago
  34. b40988c ieee802154: change mtu size behaviour by Alexander Aring · 9 years ago
  35. d58a2fa mac802154: add comments for llsec issues by Alexander Aring · 9 years ago
  36. a26c5fd nl802154: add support for security layer by Alexander Aring · 9 years ago
  37. c2d5ecf mac802154: iface: assume big endian for af_packet by Alexander Aring · 9 years ago
  38. 02c7b69 mac802154: tx: add warning if MTU exceeds by Alexander Aring · 9 years ago
  39. 87a93e4 ieee802154: change needed headroom/tailroom by Alexander Aring · 9 years ago
  40. 838b83d ieee802154: introduce wpan_dev_header_ops by Alexander Aring · 9 years ago
  41. cdd38b2 mac802154: llsec: fix device deletion from list by Alexander Aring · 9 years ago
  42. c91208d ieee802154: add ack request default handling by Alexander Aring · 9 years ago
  43. 89c7d78 mac802154: change frame_retries behaviour by Alexander Aring · 9 years ago
  44. 91f02b3 mac802154: cfg: remove test and set checks by Alexander Aring · 9 years ago
  45. 09095fd mac802154: fix wpan mac setting while lowpan is there by Alexander Aring · 9 years ago
  46. c22ff7b mac802154: Fix memory corruption with global deferred transmit state. by Lennert Buytenhek · 9 years ago
  47. d10270c mac802154: fix ieee802154_rx handling by Varka Bhadram · 9 years ago
  48. 729a898 mac802154: do not export ieee802154_rx() by Varka Bhadram · 9 years ago
  49. 3cf24cf mac802154: cfg: add suspend and resume callbacks by Alexander Aring · 10 years ago
  50. c4227c8 mac802154: util: add stop_device utility function by Alexander Aring · 10 years ago
  51. 927e031 mac802154: remove unused macro by Varka Bhadram · 10 years ago
  52. 8f45182 mac802154: use WARN_ON() macro by Varka Bhadram · 10 years ago
  53. d77b485 mac802154: add llsec address update workaround by Alexander Aring · 10 years ago
  54. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  55. 44d21c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  56. 5c698e8 mac802154: iface: cleanup stack variable by Alexander Aring · 10 years ago
  57. 95c0aa1 mac802154: iface: fix order while interface up by Alexander Aring · 10 years ago
  58. ed2e627 mac802154: iface: flush workqueue before stop by Alexander Aring · 10 years ago
  59. b4ee194 mac802154: iface: fix hrtimer cancel on ifdown by Alexander Aring · 10 years ago
  60. 1bc1754 mac802154: rx packet handle cleanup by Varka Bhadram · 10 years ago
  61. 9a4d3d4 mac802154/iface: remove superfluous WARN_ON call in slave_open() by Stefan Schmidt · 10 years ago
  62. ed65963 mac802154: remove unneeded vif struct by Alexander Aring · 10 years ago
  63. 0ecc4e6 mac802154: add trace functionality for driver ops by Varka Bhadram · 10 years ago
  64. daf4e2c ieee802154: Fix EUI-64 station address validation. by Lennert Buytenhek · 10 years ago
  65. 25528fd mac802154: Switch to new AEAD interface by Herbert Xu · 10 years ago
  66. b69644c nl802154: add support to set cca ed level by Alexander Aring · 10 years ago
  67. 0f999b0 ieee802154: add set transmit power support by Varka Bhadram · 10 years ago
  68. 641459c mac802154: mac802154_mlme_start_req() optimisation. by Lennert Buytenhek · 10 years ago
  69. e34fd87 mac802154: Avoid rtnl deadlock in mac802154_wpan_ioctl(). by Lennert Buytenhek · 10 years ago
  70. c947f7e mac802154: remove mib lock by Alexander Aring · 10 years ago
  71. 344f8c1 mac802154: use atomic ops for sequence incrementation by Alexander Aring · 10 years ago
  72. 4a3a8c0 mac802154: remove pib lock by Alexander Aring · 10 years ago
  73. 4a669f7 mac802154: fix hold rtnl while ioctl by Alexander Aring · 10 years ago
  74. 73e85ed mac802154: select CRYPTO when needed by Arnd Bergmann · 10 years ago
  75. 3862eba mac802154: tx: allow xmit complete from hard irq by Alexander Aring · 10 years ago
  76. 6531868 ieee802154: add iftypes capability by Alexander Aring · 10 years ago
  77. edea8f7 cfg802154: introduce wpan phy flags by Alexander Aring · 10 years ago
  78. 8329fcf mac802154: remove check if operation is supported by Alexander Aring · 10 years ago
  79. 791021b mac802154: check for really changes by Alexander Aring · 10 years ago
  80. fea3318 ieee802154: add several phy supported handling by Alexander Aring · 10 years ago
  81. 32b2355 ieee802154: change cca ed level to mbm by Alexander Aring · 10 years ago
  82. e2eb173 ieee802154: change transmit power to mbm by Alexander Aring · 10 years ago
  83. 1a19cb6 ieee802154: change transmit power to s32 by Alexander Aring · 10 years ago
  84. 673692f ieee802154: move validation check out of softmac by Alexander Aring · 10 years ago
  85. 0a80144 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 10 years ago
  86. 5b4a1039 cfg802154: pass name_assign_type to rdev_add_virtual_intf() by Varka Bhadram · 10 years ago
  87. 89eb6d0 mac802154: llsec: fix return value check in llsec_key_alloc() by Wei Yongjun · 10 years ago
  88. 2b4d413 mac802154: fix ieee802154_register_hw error handling by Alexander Aring · 10 years ago
  89. 8a1a2b7 mac802154: Include crypto/aead.h by Herbert Xu · 10 years ago
  90. 8bf9538 mac802154: cleanup concurrent check by Alexander Aring · 10 years ago
  91. ea6edfb mac802154: fix typo in header guard by Nicolas Iooss · 10 years ago
  92. 3f3c4bb mac802154: correct max sifs size handling by Alexander Aring · 10 years ago
  93. 36cf942 mac802154: fix kbuild test robot warning by Alexander Aring · 10 years ago
  94. cd1c566 ieee802154: iface: move multiple node type check by Alexander Aring · 10 years ago
  95. bd37a78 mac802154: iface: check concurrent ifaces by Alexander Aring · 10 years ago
  96. ba2a950 nl802154: introduce support for cca settings by Alexander Aring · 10 years ago
  97. 7fe9a38 ieee802154: rework cca setting by Alexander Aring · 10 years ago
  98. bcb47aa mac802154: use goto label on failure by Varka Bhadram · 10 years ago
  99. 1db9960 net/mac802154: No need for an extra space when casting by Stefan Schmidt · 10 years ago
  100. a4dc1321 net/mac802154: Remove extra blank lines. by Stefan Schmidt · 10 years ago