aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-05-27ieee802154: add set transmit power supportVarka Bhadram5-0/+77
2015-05-26nl802154: fix cca mode wpan phy flagAlexander Aring1-1/+1
2015-05-26mac802154: mac802154_mlme_start_req() optimisation.Lennert Buytenhek1-18/+11
2015-05-26ieee802154 socket: No need to check for ARPHRD_IEEE802154 in raw_bind().Lennert Buytenhek1-6/+0
2015-05-26ieee802154: Remove 802.15.4/6LoWPAN checks for interface MTU.Lennert Buytenhek1-14/+3
2015-05-26ieee802154: Remove ieee802154_reduced_mlme_ops references.Lennert Buytenhek1-6/+0
2015-05-26Documentation/networking/ieee802154.txt: fix various inaccuracies.Lennert Buytenhek1-21/+11
2015-05-26ieee802154 socket: Return EMSGSIZE from raw_sendmsg() if packet too big.Lennert Buytenhek1-1/+1
2015-05-26mac802154: Avoid rtnl deadlock in mac802154_wpan_ioctl().Lennert Buytenhek1-0/+3
2015-05-26Bluetooth: mgmt: fix typosFlorian Grandel1-3/+3
2015-05-25Bluetooth: btusb: fix Realtek suspend/resumeDaniel Drake1-1/+17
2015-05-25Bluetooth: hci_uart: Change 1 to true for bool type variables assignmentsShailendra Verma1-2/+2
2015-05-25Bluetooth: btusb: Change 1 to true in bool type variable assignmentShailendra Verma1-1/+1
2015-05-25Bluetooth: btusb: Support QCA61x4 ROME v2.0Chan-yeol Park1-0/+1
2015-05-23mac802154: remove mib lockAlexander Aring10-114/+18
2015-05-23mac802154: use atomic ops for sequence incrementationAlexander Aring7-25/+8
2015-05-23mac802154: remove pib lockAlexander Aring5-16/+5
2015-05-23mac802154: fix hold rtnl while ioctlAlexander Aring1-2/+3
2015-05-21ieee802154/atusb: Set default ed level to 0xbe like the rest of these driversStefan Schmidt1-2/+2
2015-05-21ieee802154/atusb: Mark driver as AACK enabled in hardware.Stefan Schmidt1-1/+2
2015-05-21ieee802154/atusb: Warn about outdated device firmware.Stefan Schmidt1-0/+6
2015-05-20at86rf230: add missing cca ed level valuesAlexander Aring1-2/+2
2015-05-19Bluetooth: Add debug logs for legacy SMP crypto functionsJohan Hedberg1-4/+16
2015-05-19mac802154: select CRYPTO when neededArnd Bergmann1-0/+1
2015-05-19fakelb: cleanup codeAlexander Aring1-17/+12
2015-05-19fakelb: add support for async xmit handlingAlexander Aring1-1/+2
2015-05-19fakelb: remove fakelb_hw_deliverAlexander Aring1-12/+6
2015-05-19fakelb: add virtual phy reset defaultsAlexander Aring1-0/+5
2015-05-19fakelb: use own channel and page attributesAlexander Aring1-3/+10
2015-05-19fakelb: introduce fakelb ifup phys listAlexander Aring1-33/+25
2015-05-19fakelb: move lock out of iterationAlexander Aring1-3/+4
2015-05-19fakelb: declare fakelb list staticAlexander Aring1-25/+7
2015-05-19fakelb: declare rwlock staticAlexander Aring1-9/+7
2015-05-19fakelb: don't deliver when one phyAlexander Aring1-12/+8
2015-05-19fakelb: rename fakelb_dev_priv to fakelb_phyAlexander Aring1-46/+47
2015-05-19fakelb: use list_for_each_entry_safeAlexander Aring1-2/+2
2015-05-19fakelb: creating two virtual phys per defaultAlexander Aring1-1/+1
2015-05-19ieee802154: add support for atusb transceiverAlexander Aring6-197/+1009
2015-05-19mac802154: tx: allow xmit complete from hard irqAlexander Aring1-3/+2
2015-05-19at86rf230: fix callback for aret handlingAlexander Aring1-1/+1
2015-05-19mac802154: fakelb: Fix potential NULL pointer dereference.Martin Townsend1-1/+2
2015-05-19nl802154: add support for dump phy capabilitiesAlexander Aring2-1/+173
2015-05-19at86rf230: add reset states of tx power levelAlexander Aring1-0/+1
2015-05-19at86rf230: add cca ed level reset valueAlexander Aring1-2/+5
2015-05-19at86rf230: rework tx cca energy detection levelAlexander Aring1-20/+59
2015-05-19at86rf230: rework tx power supportAlexander Aring1-19/+64
2015-05-19at86rf230: set cca_modes supported flagsAlexander Aring1-0/+6
2015-05-19ieee802154: add iftypes capabilityAlexander Aring3-2/+9
2015-05-19cfg802154: introduce wpan phy flagsAlexander Aring5-37/+50
2015-05-19mac802154: remove check if operation is supportedAlexander Aring1-24/+0