1. f640ee9 Bluetooth: Fix basic debugfs entries for unconfigured controllers by Marcel Holtmann · 9 years ago
  2. 4d6a6ae 6lowpan: move shared settings to lowpan_netdev_setup by Alexander Aring · 9 years ago
  3. 26d46df Bluetooth: 6lowpan: Remove unnecessary chan_get() function by Johan Hedberg · 9 years ago
  4. 0cd088f Bluetooth: 6lowpan: Rename confusing 'pchan' variables by Johan Hedberg · 9 years ago
  5. 630ef79 Bluetooth: 6lowpan: Remove unnecessary chan_open() function by Johan Hedberg · 9 years ago
  6. b0c09f9 Bluetooth: 6lowpan: Remove redundant BT_CONNECTED assignment by Johan Hedberg · 9 years ago
  7. 5d0fd77 Bluetooth: 6lowpan: Remove redundant (and incorrect) MPS assignments by Johan Hedberg · 9 years ago
  8. 301de2c Bluetooth: 6lowpan: Fix imtu & omtu values by Johan Hedberg · 9 years ago
  9. fe806dc Bluetooth: Enforce packet types in hci_recv_frame driver function by Marcel Holtmann · 9 years ago
  10. 943cc59 Bluetooth: bpa10x: Use h4_recv_buf helper for frame reassembly by Marcel Holtmann · 9 years ago
  11. 881f7e8 Bluetooth: bpa10x: Add support for set_diag driver callback by Marcel Holtmann · 9 years ago
  12. ddd68ec Bluetooth: bpa10x: Read revision information in setup stage by Marcel Holtmann · 9 years ago
  13. acc649c Bluetooth: Fix interaction of HCI_QUIRK_RESET_ON_CLOSE and HCI_AUTO_OFF by Marcel Holtmann · 9 years ago
  14. 075e1f5 Bluetooth: hci_bcm: Enable support for set_diag driver callback by Marcel Holtmann · 9 years ago
  15. 4b4113d Bluetooth: Add debugfs entry for setting vendor diagnostic mode by Marcel Holtmann · 9 years ago
  16. 94c5813 Bluetooth: hci_bcm: Enable parsing of LM_DIAG messages by Marcel Holtmann · 9 years ago
  17. e875ff8 Bluetooth: Add support for vendor specific diagnostic channel by Marcel Holtmann · 9 years ago
  18. 6c566dd Bluetooth: Send index information updates to monitor channel by Marcel Holtmann · 9 years ago
  19. 9bc63ca Bluetooth: btbcm: Read the local name in setup stage by Marcel Holtmann · 9 years ago
  20. 22db3cbc Bluetooth: Send transport open and close monitor events by Marcel Holtmann · 9 years ago
  21. e9ca8bf Bluetooth: Move handling of HCI_RUNNING flag into core by Marcel Holtmann · 9 years ago
  22. 73d0d3c Bluetooth: Move HCI_RUNNING check into hci_send_frame by Marcel Holtmann · 9 years ago
  23. 4a3f95b Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE events by Marcel Holtmann · 9 years ago
  24. ed1b28a Bluetooth: Limit userspace exposure of stack internal events by Marcel Holtmann · 9 years ago
  25. b224d3f Bluetooth: btbcm: Send HCI Reset before sending Apple specific commands by Marcel Holtmann · 9 years ago
  26. d06f107 Bluetooth: btintel: Add iBT register access over HCI support by Loic Poulain · 9 years ago
  27. aa65556 nl802154: Missing return in nl802154_add_llsec_key() by Dan Carpenter · 9 years ago
  28. 5f50923 ieee802154: handle datagram variables as u16 by Alexander Aring · 9 years ago
  29. e98d6d6 Bluetooth: hci_bcm: Do not test ACPI companion in bcm_acpi_probe() by Jarkko Nikula · 9 years ago
  30. 4d1c455 Bluetooth: hci_bcm: Remove needless looking code by Jarkko Nikula · 9 years ago
  31. 5fbae60 Bluetooth: hci_bcm: Remove needless acpi_match_device() call by Jarkko Nikula · 9 years ago
  32. 5be0028 Bluetooth: hci_bcm: Handle possible error from acpi_dev_get_resources() by Jarkko Nikula · 9 years ago
  33. 09dbf1b Bluetooth: hci_bcm: Add missing acpi_dev_free_resource_list() by Jarkko Nikula · 9 years ago
  34. 23270e1 Bluetooth: hci_intel: Cleanup the device probe code by Jarkko Nikula · 9 years ago
  35. 4a2fa2b Bluetooth: hci_h5: clean up hci_h5 code by Prasanna Karthik · 9 years ago
  36. 239ede3 Bluetooth: btuart_cs: remove obsolete header by Prasanna Karthik · 9 years ago
  37. 1c64f14 ieee802154: 6lowpan: add tx/rx stats by Alexander Aring · 9 years ago
  38. 4bc8fbc ieee802154: 6lowpan: don't skip first dsn while fragmentation by Alexander Aring · 9 years ago
  39. 72d53b1 ieee802154: 6lowpan: change datagram var types by Alexander Aring · 9 years ago
  40. 5f2ebb3 mac802154: check on len instead mac_len by Alexander Aring · 9 years ago
  41. b40988c ieee802154: change mtu size behaviour by Alexander Aring · 9 years ago
  42. d58a2fa mac802154: add comments for llsec issues by Alexander Aring · 9 years ago
  43. a26c5fd nl802154: add support for security layer by Alexander Aring · 9 years ago
  44. 1ee06ef nl802154: use nla_get_le64 for get extended addr by Alexander Aring · 9 years ago
  45. c648a01 netlink: add nla_get for le32 and le64 by Alexander Aring · 9 years ago
  46. fbef168 Bluetooth: Add hci_cmd_sync function by Loic Poulain · 9 years ago
  47. a913718 Bluetooth: hci_qca: Changed unsigned long to bool by Prasanna Karthik · 9 years ago
  48. 1f438c6 Bluetooth: btmrvl: Comparison to NULL re-written by Prasanna Karthik · 9 years ago
  49. 05bd776 Bluetooth: btuart_cs: Comparison to NULL re-written by Prasanna Karthik · 9 years ago
  50. 7a1dc78 Bluetooth: bt3c_cs: Comparison to NULL re-written by Prasanna Karthik · 9 years ago
  51. 54b5b34 Bluetooth: bluecard: Comparison to NULL could be re-written by Prasanna Karthik · 9 years ago
  52. c2d5ecf mac802154: iface: assume big endian for af_packet by Alexander Aring · 9 years ago
  53. f856f21 ieee802154: remove unnecessary includes by Alexander Aring · 9 years ago
  54. eb24d06 mrf24j40: remove trailing semicolon by Alexander Aring · 9 years ago
  55. e88ab30 Bluetooth: hci_bcm: Add suspend/resume runtime PM functions by Frederic Danis · 9 years ago
  56. 7649faf Bluetooth: Remove useless rx_lock spinlock by Frederic Danis · 9 years ago
  57. b7a622a Bluetooth: hci_bcm: Prepare PM runtime support by Frederic Danis · 9 years ago
  58. 5cebdfe Bluetooth: hci_bcm: Fix IRQ polarity for T100 by Frederic Danis · 9 years ago
  59. 594b31e Bluetooth: Add BT_WARN and bt_dev_warn logging macros by Frederic Danis · 9 years ago
  60. f0ef674 Bluetooth: btmrvl: add sd8997 chipset support by Amitkumar Karwar · 9 years ago
  61. 53d6cfa Bluetooth: btmrvl: remove extra space in cast by Amitkumar Karwar · 9 years ago
  62. 7d84054 mrf24j40: replace magic numbers by Alexander Aring · 9 years ago
  63. afaf7fde mrf24j40: change irq trigger type behaviour by Alexander Aring · 9 years ago
  64. 8ba4041 mrf24j40: add promiscuous mode support by Alexander Aring · 9 years ago
  65. 00250f7 mrf24j40: add tx power support by Alexander Aring · 9 years ago
  66. e33a0f9 mrf24j40: add cca ed level support by Alexander Aring · 9 years ago
  67. f1d7812 mrf24j40: add cca mode support by Alexander Aring · 9 years ago
  68. 2323cf3 mrf24j40: add csma params support by Alexander Aring · 9 years ago
  69. 3744161 mrf24j40: async interrupt handling by Alexander Aring · 9 years ago
  70. c91a301 mrf24j40: rework rx handling to async rx handling by Alexander Aring · 9 years ago
  71. 6844a0e mrf24j40: rework tx handling to async tx handling by Alexander Aring · 9 years ago
  72. 79750ac ieee802154: add helpers for frame control checks by Alexander Aring · 9 years ago
  73. ab40ff7 mrf24j40: change to frame delivery with crc by Alexander Aring · 9 years ago
  74. 42c7148 mrf24j40: use regmap for register access by Alexander Aring · 9 years ago
  75. b015679 mrf24j40: add regmap support by Alexander Aring · 9 years ago
  76. 554b494 mrf24j40: add more register defines by Alexander Aring · 9 years ago
  77. d344c91 mrf24j40: add random extended addr generation by Alexander Aring · 9 years ago
  78. 766928f mrf24j40: add default channel setting by Alexander Aring · 9 years ago
  79. 2e6fd64 mrf24j40: add device-tree support by Alexander Aring · 9 years ago
  80. 78aedb6 mrf24j40: remove spi settings overwrite by Alexander Aring · 9 years ago
  81. a339e18 mrf24j40: calling ieee802154_register_hw at last by Alexander Aring · 9 years ago
  82. b2cfdf3 mrf24j40: use ieee802154_alloc_hw for private data by Alexander Aring · 9 years ago
  83. c9f883f mrf24j40: cleanup define identation by Alexander Aring · 9 years ago
  84. 57c1bc7 at86rf230: support edge triggered irq by Alexander Aring · 9 years ago
  85. 02c7b69 mac802154: tx: add warning if MTU exceeds by Alexander Aring · 9 years ago
  86. 87a93e4 ieee802154: change needed headroom/tailroom by Alexander Aring · 9 years ago
  87. 838b83d ieee802154: introduce wpan_dev_header_ops by Alexander Aring · 9 years ago
  88. a1da67b ieee802154: header_ops: fix frame control setting by Alexander Aring · 9 years ago
  89. cdd38b2 mac802154: llsec: fix device deletion from list by Alexander Aring · 9 years ago
  90. 475b9ea Bluetooth: btmrvl: fix firmware dump issue by Nachiket Kukade · 9 years ago
  91. 97170ea drivers/net/ieee802154/at86rf230.c: seq_printf() now returns NULL by Stephen Rothwell · 9 years ago
  92. 35736c8 Merge branch 'cpsw-macid-no-of' by David S. Miller · 9 years ago
  93. cec4284 arm: dts: am4372: add syscon phandle to cpsw node by Mugunthan V N · 9 years ago
  94. a084e13 arm: dts: dra7: add syscon phandle to cpsw node by Mugunthan V N · 9 years ago
  95. d230a11 drivers: net: cpsw-common: add support for reading mac address for dra7 and am437x platforms by Mugunthan V N · 9 years ago
  96. b6745f6 drivers: net: cpsw: davinci_emac: move reading mac id to common file by Mugunthan V N · 9 years ago
  97. 607cba1 Merge tag 'linux-can-next-for-4.4-20150921' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 9 years ago
  98. 852bcaf net: bcmgenet: Remove duplicate test for tx_coalesce_usecs_high by Florian Fainelli · 9 years ago
  99. f9b9958 tcp: send loss probe after 1s if no RTT available by Yuchung Cheng · 9 years ago
  100. 0f1c28a tcp: usec resolution SYN/ACK RTT by Yuchung Cheng · 9 years ago