aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-19at86rf230: fix callback for aret handlingAlexander Aring1-1/+1
2015-05-19mac802154: fakelb: Fix potential NULL pointer dereference.Martin Townsend1-1/+2
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-19cfg802154: introduce wpan phy flagsAlexander Aring1-2/+7
2015-05-19ieee802154: introduce wpan_phy_supportedAlexander Aring4-21/+21
2015-05-19ieee802154: change cca ed level to mbmAlexander Aring1-1/+2
2015-05-19ieee802154: change transmit power to mbmAlexander Aring1-1/+2
2015-05-19ieee802154: change transmit power to s32Alexander Aring1-1/+1
2015-05-15Bluetooth: btbcm: Fix calls to __hci_cmd_sync()Frederic Danis1-6/+0
2015-05-15Bluetooth: btintel: Fix calls to __hci_cmd_sync()Frederic Danis1-6/+0
2015-05-15Bluetooth: btusb: Fix calls to __hci_cmd_sync()Frederic Danis1-36/+0
2015-05-14Bluetooth: btrtl: Create separate module for Realtek BT driverCarlo Caione5-373/+462
2015-05-13Bluetooth: btmrvl: fix compilation warningXinming Hu1-1/+1
2015-05-13Bluetooth: btwilink: remove DEBUG defineLeo Yan1-1/+1
2015-05-13flow_dissector: change port array into src, dst tupleJiri Pirko2-4/+4
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko4-31/+32
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko2-2/+2
2015-05-13sfc: suppress some MCDI error messages in PTPEdward Cree1-11/+16
2015-05-13sfc: nicer log message on PTP probe failEdward Cree1-1/+6
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller209-3576/+3191
2015-05-13fix missing copy_from_user in macvtapJustin Cormack1-1/+4
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman1-9/+9
2015-05-13switchdev: sparse warning: pass ipv4 fib dst as network-byte orderScott Feldman1-3/+4
2015-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds49-493/+1020