1. c22ff7b mac802154: Fix memory corruption with global deferred transmit state. by Lennert Buytenhek · 9 years ago
  2. d10270c mac802154: fix ieee802154_rx handling by Varka Bhadram · 9 years ago
  3. 729a898 mac802154: do not export ieee802154_rx() by Varka Bhadram · 9 years ago
  4. 3cf24cf mac802154: cfg: add suspend and resume callbacks by Alexander Aring · 9 years ago
  5. c4227c8 mac802154: util: add stop_device utility function by Alexander Aring · 9 years ago
  6. 927e031 mac802154: remove unused macro by Varka Bhadram · 9 years ago
  7. d77b485 mac802154: add llsec address update workaround by Alexander Aring · 9 years ago
  8. ed65963 mac802154: remove unneeded vif struct by Alexander Aring · 9 years ago
  9. c947f7e mac802154: remove mib lock by Alexander Aring · 9 years ago
  10. 344f8c1 mac802154: use atomic ops for sequence incrementation by Alexander Aring · 9 years ago
  11. 5b4a1039 cfg802154: pass name_assign_type to rdev_add_virtual_intf() by Varka Bhadram · 9 years ago
  12. b821ecd ieee802154: add del interface command by Alexander Aring · 10 years ago
  13. 0e57547 ieee802154: setting extended address while iface add by Alexander Aring · 10 years ago
  14. 133d3f3 mac802154: remove wpan_dev parameter in if_add by Alexander Aring · 10 years ago
  15. 944742a mac802154: use new nl802154 iftype types by Alexander Aring · 10 years ago
  16. 197304b mac802154: remove unused prototypes by Alexander Aring · 10 years ago
  17. 61f2dcb mac802154: add interframe spacing time handling by Alexander Aring · 10 years ago
  18. be4fd8e mac802154: add ifname change notifier by Alexander Aring · 10 years ago
  19. 6322d50 mac802154: add wpan_phy priv id by Alexander Aring · 10 years ago
  20. 592dfbf mac820154: move interface unregistration into iface by Alexander Aring · 10 years ago
  21. 5fb3f02 mac802154: remove mac_params in sdata by Alexander Aring · 10 years ago
  22. 863e88f mac802154: move mac pib attributes into wpan_dev by Alexander Aring · 10 years ago
  23. 0916c02 mac802154: fix typo promisuous to promiscuous by Alexander Aring · 10 years ago
  24. 7c118c1 mac802154: add ieee802154_vif struct by Alexander Aring · 10 years ago
  25. d5ae67b ieee802154: rework interface registration by Alexander Aring · 10 years ago
  26. 986a8ab mac802154: move interface add handling in iface by Alexander Aring · 10 years ago
  27. b210b18 mac802154: move interface del handling in iface by Alexander Aring · 10 years ago
  28. 776e59d mac802154: set extended address filter on ifup by Alexander Aring · 10 years ago
  29. 4a9a816 cfg802154: convert deprecated iface add and del by Alexander Aring · 10 years ago
  30. 38130c3 mac802154: add basic support for monitor by Alexander Aring · 10 years ago
  31. c7420c3 mac802154: move mac_params functions into mac_cmd by Alexander Aring · 10 years ago
  32. 12439a5 mac802154: remove channel attributes from sdata by Alexander Aring · 10 years ago
  33. e363eca mac802154: move local started handling by Alexander Aring · 10 years ago
  34. 5d65cae mac802154: rename running to started by Alexander Aring · 10 years ago
  35. 0ea3da6 mac802154: rework sdata state change to running by Alexander Aring · 10 years ago
  36. 1630186 mac802154: declare struct ieee802154_ops as const by Alexander Aring · 10 years ago
  37. 19ec690 mac802154: main: move open and close into iface by Alexander Aring · 10 years ago
  38. 4ca18be mac802154: tx: remove monitor receive while xmit by Alexander Aring · 10 years ago
  39. 2a9820c mac802154: rx: move receive handling into rx.c by Alexander Aring · 10 years ago
  40. c5c47e6 mac802154: rx: use tasklet instead workqueue by Alexander Aring · 10 years ago
  41. e5e584f mac802154: tx: change naming convention by Alexander Aring · 10 years ago
  42. 50c6fb9 mac802154: tx: move xmit callback to tx file by Alexander Aring · 10 years ago
  43. f773054 mac802154: rename dev_workqueue to workqueue by Alexander Aring · 10 years ago
  44. 59d19cd mac802154: introduce IEEE802154_DEV_TO_SUB_IF by Alexander Aring · 10 years ago
  45. 6074136 mac802154: introduce hw_to_local function by Alexander Aring · 10 years ago
  46. d98be45 mac802154: rename sdata slaves and slaves_mtx by Alexander Aring · 10 years ago
  47. 04e850f mac802154: rename hw subif_data variable to local by Alexander Aring · 10 years ago
  48. 036562f mac802154: rename mac802154_sub_if_data by Alexander Aring · 10 years ago
  49. a5e1ec5 mac802154: rename mac802154_priv to ieee802154_local by Alexander Aring · 10 years ago
  50. 5a50439 ieee802154: rename ieee802154_dev to ieee802154_hw by Alexander Aring · 10 years ago
  51. 0f1556b mac802154: move mac802154.h to ieee802154_i.h by Alexander Aring · 10 years ago[Renamed (98%) from net/mac802154/mac802154.h]
  52. b3020f0 ieee802154: mac802154: remove FSF address by Alexander Aring · 10 years ago
  53. 29e0237 mac802154: add llsec configuration functions by Phoebe Buckheister · 10 years ago
  54. f30be4d mac802154: integrate llsec with wpan devices by Phoebe Buckheister · 10 years ago
  55. 5d637d5 mac802154: add llsec structures and mutators by Phoebe Buckheister · 10 years ago
  56. e462ded mac802154: make csma/cca parameters per-wpan by Phoebe Buckheister · 10 years ago
  57. 336908f mac802154: allow only one WPAN to be up at any given time by Phoebe Buckheister · 10 years ago
  58. b70ab2e ieee802154: enforce consistent endianness in the 802.15.4 stack by Phoebe Buckheister · 10 years ago
  59. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  60. 2c1bbbf net: mac802154: comparision issue of type cast, finding by EXTRA_CFLAGS=-W by Chen Gang · 11 years ago
  61. 7dd43d3 mac802154: Do not try to resend failed packets by Alan Ott · 11 years ago
  62. 0483546 mac802154: add mac802154_dev_get_dsn() by Tony Cheneau · 11 years ago
  63. e885a47 mac802154: add get short address method by alex.bluesman.smirnov@gmail.com · 12 years ago
  64. 66b69d4 mac802154: page and channel setter by alex.bluesman.smirnov@gmail.com · 12 years ago
  65. 48e44d5 mac802154: short address setter by alex.bluesman.smirnov@gmail.com · 12 years ago
  66. dcbe4f9 mac802154: set and get PAN id by alex.bluesman.smirnov@gmail.com · 12 years ago
  67. 32bad7e mac802154: add wpan device-class support by alex.bluesman.smirnov@gmail.com · 12 years ago
  68. 0606069 mac802154: monitor device support by alex.bluesman.smirnov@gmail.com · 12 years ago
  69. 62610ad mac802154: slaves management support by alex.bluesman.smirnov@gmail.com · 12 years ago
  70. ef2486f mac802154: basic mib support by alex.bluesman.smirnov@gmail.com · 12 years ago
  71. 6e2128d mac802154: basic MAC commands interface support by alex.bluesman.smirnov@gmail.com · 12 years ago
  72. 4d23c9c mac802154: slave interfaces declaration by alex.bluesman.smirnov@gmail.com · 12 years ago
  73. 5b641eb mac802154: TX data path by alex.bluesman.smirnov@gmail.com · 12 years ago
  74. 1010f54 mac802154: allocation of ieee802154 device by alex.bluesman.smirnov@gmail.com · 12 years ago