1. 850f43a at86rf230: correct aret lifs and sifs handling by Alexander Aring · 10 years ago
  2. d06c219 at86rf230: add missing error handling by Alexander Aring · 10 years ago
  3. 464f029 at86rf230: fix errno on tx timeout handling by Alexander Aring · 10 years ago
  4. 01ebd60 at86rf230: add new author by Alexander Aring · 11 years ago
  5. 7a4ef91 at86rf230: add sleep cycle timing by Alexander Aring · 11 years ago
  6. 984e0c6 at86rf230: add timing for channel switch by Alexander Aring · 11 years ago
  7. 09e536c at86rf230: rework reset to trx_off state change by Alexander Aring · 11 years ago
  8. 2e0571c at86rf230: rework state change and start/stop by Alexander Aring · 11 years ago
  9. 1db0558 at86rf230: rework irq_pol setting by Alexander Aring · 11 years ago
  10. 6bd2b13 at86rf230: move RX_SAFE_MODE setting to hw_init by Alexander Aring · 11 years ago
  11. 1d15d6b at86rf230: rework transmit and receive handling by Alexander Aring · 11 years ago
  12. a7d7eda at86rf230: add support for at86rf23x desense by Alexander Aring · 11 years ago
  13. a53d1f7 at86rf230: remove is212 and add driver data by Alexander Aring · 11 years ago
  14. c8ee0f5 at86rf230: rework detect device handling by Alexander Aring · 11 years ago
  15. f76014f77 at86rf230: add regmap support by Alexander Aring · 11 years ago
  16. 640985e mac802154: at86rf230: add hw flags and merge ops by Alexander Aring · 11 years ago
  17. 363c2cd at86rf230: fix irq setup by Phoebe Buckheister · 11 years ago
  18. 18c6504 at86rf230: remove function for setting irq polarity by Alexander Aring · 11 years ago
  19. 1cc9fc5 at86rf230: remove unnecessary state read by Alexander Aring · 11 years ago
  20. 57e48ff at86rf230: remove unnecessary spi_set_drvdata by Alexander Aring · 11 years ago
  21. 1962694 at86rf230: reset irq line before irq request by Alexander Aring · 11 years ago
  22. ee69559 at86rf230: remove unnecessary assign by Alexander Aring · 11 years ago
  23. a8b66db at86rf230: remove #ifdef CONFIG_OF by Alexander Aring · 11 years ago
  24. 90b1552 at86rf230: add at86rf230_device_id table by Alexander Aring · 11 years ago
  25. 1086b4f at86rf230: make of_device_id const by Alexander Aring · 11 years ago
  26. 835cb7d at86rf230: add missing MODULE_DEVICE_TABLE by Alexander Aring · 11 years ago
  27. 0679e29 at86rf230: use devm_gpio_request_one by Alexander Aring · 11 years ago
  28. 652355c at86rf230: use devm_request_irq by Alexander Aring · 11 years ago
  29. 8eba0ee at86rf230: remove irq_type in request_irq by Alexander Aring · 11 years ago
  30. 4af619a at86rf230: use irq_get_trigger_type by Alexander Aring · 11 years ago
  31. 2168746 at86rf230: fix __at86rf230_read_subreg function by Alexander Aring · 11 years ago
  32. bb78864 at86rf230: remove check if AVDD settled by Alexander Aring · 11 years ago
  33. 39d7f32 at86rf230: fix MAX_CSMA_RETRIES parameter by Alexander Aring · 11 years ago
  34. 0b70195 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  35. 17e84a9 at86rf230: mask irq's before deregister device by Alexander Aring · 11 years ago
  36. fa2d3e9 at86rf230: add support for devicetree by Alexander Aring · 11 years ago
  37. 3fa2757 at86rf230: make reset pin optionally by Alexander Aring · 11 years ago
  38. 56f023f at86rf230: change reset timings by Alexander Aring · 11 years ago
  39. 7e81461 at86rf230: move locking state in xmit by Alexander Aring · 11 years ago
  40. 7332fcb at86rf230: fix unexpected state change by Alexander Aring · 11 years ago
  41. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  42. b70ab2e ieee802154: enforce consistent endianness in the 802.15.4 stack by Phoebe Buckheister · 11 years ago
  43. 6e07a1e at86rf230: fix lockdep splats by Alexander Aring · 11 years ago
  44. 48d5dba ieee802154: at86rf230: add support for rf233 chip by Thomas Stilwell · 11 years ago
  45. 677676c ieee802154: fix at86rf212_set_txpower() exit path by Jean Sacren · 11 years ago
  46. 44a6bd8 ieee802154: fix new function declaration by Jean Sacren · 11 years ago
  47. f2fdd67 ieee802154: enable smart transmitter features of RF212 by Phoebe Buckheister · 11 years ago
  48. 7dcbd22 ieee802154: ensure that first RF212 state comes from TRX_OFF by Phoebe Buckheister · 11 years ago
  49. 6ca0019 ieee802154: add support for setting CCA energy detection levels by Phoebe Buckheister · 11 years ago
  50. ba08fea ieee802154: add support for CCA mode in wpan phys by Phoebe Buckheister · 11 years ago
  51. 84dda3c ieee802154: add support for listen-before-talk in wpan_phy by Phoebe Buckheister · 11 years ago
  52. 643e53c ieee802154: support 100kbps QPSK/EU in at86rf230 by Phoebe Buckheister · 11 years ago
  53. 9b2777d ieee802154: add TX power control to wpan_phy by Phoebe Buckheister · 11 years ago
  54. 5b520bb ieee802154: default to AACK in at86rf230 by Phoebe Buckheister · 11 years ago
  55. 8fad346 ieee802154: add basic support for RF212 to at86rf230 driver by Phoebe Buckheister · 11 years ago
  56. 40706af net: ieee802154: remove unnecessary spi_set_drvdata() by Jingoo Han · 11 years ago
  57. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  58. 057dad6 at86rf230: change irq handling to prevent lockups with edge type irq by Sascha Herrmann · 12 years ago
  59. 43b5abe at86rf230: add irq type configuration option by Sascha Herrmann · 12 years ago
  60. f8075a8 at86rf230: remove unnecessary / dead code by Sascha Herrmann · 12 years ago
  61. 028889b ieee802154/at86rf230: Fix register names for RX_AACK_ON and TX_ARET_ON by stefan@datenfreihafen.org · 12 years ago
  62. 1486774 ieee802154/at86rf230: Implement hardware address filter callback. by stefan@datenfreihafen.org · 12 years ago
  63. c14dd26 ieee802154: at86rf230: Remove empty suspend/resume callbacks by Lars-Peter Clausen · 12 years ago
  64. bb1f460 ieee802154: remove __dev* attributes by Bill Pemberton · 12 years ago
  65. 0739d64 drivers/ieee802154: move ieee802154 drivers to net folder by alex.bluesman.smirnov@gmail.com · 12 years ago[Renamed from drivers/ieee802154/at86rf230.c]
  66. 395a573 drivers/ieee802154/at86rf230: replace the code under _init and _exit by macro by alex.bluesman.smirnov@gmail.com · 12 years ago
  67. 5b00f2e drivers/ieee802154/at86rf230: rework irq handler by alex.bluesman.smirnov@gmail.com · 13 years ago
  68. 23c3421 drivers/ieee802154/at231rf230: remove unused return status by alex.bluesman.smirnov@gmail.com · 13 years ago
  69. 7b8e19b drivers/ieee802154: add support for the at86rf230/231 transceivers by alex.bluesman.smirnov@gmail.com · 13 years ago