summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Add debug logs for legacy SMP crypto functionsJohan Hedberg2015-05-191-4/+16
* mac802154: select CRYPTO when neededArnd Bergmann2015-05-191-0/+1
* fakelb: cleanup codeAlexander Aring2015-05-191-17/+12Star
* fakelb: add support for async xmit handlingAlexander Aring2015-05-191-1/+2
* fakelb: remove fakelb_hw_deliverAlexander Aring2015-05-191-12/+6Star
* fakelb: add virtual phy reset defaultsAlexander Aring2015-05-191-0/+5
* fakelb: use own channel and page attributesAlexander Aring2015-05-191-3/+10
* fakelb: introduce fakelb ifup phys listAlexander Aring2015-05-191-33/+25Star
* fakelb: move lock out of iterationAlexander Aring2015-05-191-3/+4
* fakelb: declare fakelb list staticAlexander Aring2015-05-191-25/+7Star
* fakelb: declare rwlock staticAlexander Aring2015-05-191-9/+7Star
* fakelb: don't deliver when one phyAlexander Aring2015-05-191-12/+8Star
* fakelb: rename fakelb_dev_priv to fakelb_phyAlexander Aring2015-05-191-46/+47
* fakelb: use list_for_each_entry_safeAlexander Aring2015-05-191-2/+2
* fakelb: creating two virtual phys per defaultAlexander Aring2015-05-191-1/+1
* ieee802154: add support for atusb transceiverAlexander Aring2015-05-196-197/+1009
* mac802154: tx: allow xmit complete from hard irqAlexander Aring2015-05-191-3/+2Star
* at86rf230: fix callback for aret handlingAlexander Aring2015-05-191-1/+1
* mac802154: fakelb: Fix potential NULL pointer dereference.Martin Townsend2015-05-191-1/+2
* nl802154: add support for dump phy capabilitiesAlexander Aring2015-05-192-1/+173
* at86rf230: add reset states of tx power levelAlexander Aring2015-05-191-0/+1
* at86rf230: add cca ed level reset valueAlexander Aring2015-05-191-2/+5
* at86rf230: rework tx cca energy detection levelAlexander Aring2015-05-191-20/+59
* at86rf230: rework tx power supportAlexander Aring2015-05-191-19/+64
* at86rf230: set cca_modes supported flagsAlexander Aring2015-05-191-0/+6
* ieee802154: add iftypes capabilityAlexander Aring2015-05-193-2/+9
* cfg802154: introduce wpan phy flagsAlexander Aring2015-05-195-37/+50
* mac802154: remove check if operation is supportedAlexander Aring2015-05-191-24/+0Star
* mac802154: check for really changesAlexander Aring2015-05-192-0/+38
* ieee802154: add several phy supported handlingAlexander Aring2015-05-194-6/+90
* ieee802154: introduce wpan_phy_supportedAlexander Aring2015-05-197-26/+30
* ieee802154: change cca ed level to mbmAlexander Aring2015-05-195-8/+9
* ieee802154: change transmit power to mbmAlexander Aring2015-05-195-7/+9
* ieee802154: change transmit power to s32Alexander Aring2015-05-195-7/+7
* ieee802154: move validation check out of softmacAlexander Aring2015-05-192-30/+27Star
* nl802154: cleanup invalid argument handlingAlexander Aring2015-05-191-8/+4Star
* Bluetooth: btbcm: Fix calls to __hci_cmd_sync()Frederic Danis2015-05-151-6/+0Star
* Bluetooth: btintel: Fix calls to __hci_cmd_sync()Frederic Danis2015-05-151-6/+0Star
* Bluetooth: btusb: Fix calls to __hci_cmd_sync()Frederic Danis2015-05-151-36/+0Star
* Bluetooth: Fix calls to __hci_cmd_sync()Frederic Danis2015-05-151-5/+0Star
* Bluetooth: btrtl: Create separate module for Realtek BT driverCarlo Caione2015-05-145-373/+462
* Bluetooth: btmrvl: fix compilation warningXinming Hu2015-05-131-1/+1
* Bluetooth: btwilink: remove DEBUG defineLeo Yan2015-05-131-1/+1
* net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unsetPablo Neira2015-05-131-8/+0Star
* Merge branch 'packet_rollover'David S. Miller2015-05-133-28/+163
|\
| * packet: rollover statisticsWillem de Bruijn2015-05-133-1/+28
| * packet: rollover huge flows before small flowsWillem de Bruijn2015-05-132-3/+24
| * packet: rollover lock contention avoidanceWillem de Bruijn2015-05-132-7/+32
| * packet: rollover only to socket with headroomWillem de Bruijn2015-05-131-17/+59
| * packet: rollover prepare: per-socket stateWillem de Bruijn2015-05-132-4/+23