| Commit message (Expand) | Author | Files | Lines |
2016-09-19 | Bluetooth: Fix not registering BR/EDR SMP channel with force_bredr flag | Szymon Janc | 1 | -1/+4 |
2016-09-19 | Bluetooth: Use kzalloc instead of kmalloc/memset | Wei Yongjun | 1 | -3/+1 |
2016-09-19 | Bluetooth: Increase the subsystem minor version number | Marcel Holtmann | 1 | -1/+1 |
2016-09-19 | Bluetooth: Fix reason code used for rejecting SCO connections | Frédéric Dalleau | 1 | -1/+1 |
2016-09-19 | Bluetooth: btqca: remove null checks on edl->data as it is an array | Colin Ian King | 1 | -4/+4 |
2016-09-19 | Bluetooth: Fix wrong New Settings event when closing HCI User Channel | Marcel Holtmann | 1 | -0/+1 |
2016-09-19 | Bluetooth: Send control open and close messages for HCI user channels | Marcel Holtmann | 1 | -0/+35 |
2016-09-19 | fakelb: fix schedule while atomic | Alexander Aring | 1 | -7/+7 |
2016-09-19 | Bluetooth: Append local name and CoD to Extended Controller Info | Michał Narajowski | 1 | -21/+42 |
2016-09-19 | Bluetooth: Add framework for Extended Controller Information | Marcel Holtmann | 3 | -2/+79 |
2016-09-19 | Bluetooth: btusb: Mark CW6622 devices to have broken link key commands | Szymon Janc | 1 | -1/+6 |
2016-09-19 | Bluetooth: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 1 | -1/+1 |
2016-09-19 | Bluetooth: Handle HCI raw socket transition from unbound to bound | Marcel Holtmann | 1 | -17/+36 |
2016-09-19 | Bluetooth: Send control open and close messages for HCI raw sockets | Marcel Holtmann | 1 | -0/+48 |
2016-09-19 | Bluetooth: Add extra channel checks for control open/close messages | Marcel Holtmann | 1 | -5/+19 |
2016-09-19 | Bluetooth: Assign the channel early when binding HCI sockets | Marcel Holtmann | 1 | -5/+11 |
2016-09-19 | Bluetooth: Send control open and close only when cookie is present | Marcel Holtmann | 1 | -2/+16 |
2016-09-19 | Bluetooth: Use numbers for subsystem version string | Marcel Holtmann | 3 | -6/+11 |
2016-09-19 | Bluetooth: Introduce helper functions for socket cookie handling | Marcel Holtmann | 1 | -12/+29 |
2016-09-19 | Bluetooth: add WCNSS dependency for HCI driver | Arnd Bergmann | 1 | -1/+1 |
2016-09-19 | Bluetooth: Use command status event for Set IO Capability errors | Marcel Holtmann | 1 | -2/+2 |
2016-09-19 | Bluetooth: Fix wrong Get Clock Information return parameters | Marcel Holtmann | 1 | -1/+1 |
2016-09-19 | Bluetooth: Use individual flags for certain management events | Marcel Holtmann | 3 | -21/+21 |
2016-09-19 | Bluetooth: mgmt: Fix sending redundant event for Advertising Instance | Johan Hedberg | 3 | -10/+12 |
2016-09-19 | Bluetooth: Add support for sending MGMT commands and events to monitor | Marcel Holtmann | 4 | -3/+162 |
2016-09-19 | Bluetooth: Add support for sending MGMT open and close to monitor | Marcel Holtmann | 2 | -0/+97 |
2016-09-19 | Bluetooth: Introduce helper to pack mgmt version information | Marcel Holtmann | 2 | -2/+10 |
2016-09-19 | Bluetooth: Store control socket cookie and comm information | Marcel Holtmann | 2 | -1/+31 |
2016-09-19 | Bluetooth: Check SOL_HCI for raw socket options | Marcel Holtmann | 1 | -0/+6 |
2016-09-19 | Bluetooth: bcm203x: don't print error when allocating urb fails | Wolfram Sang | 1 | -3/+1 |
2016-09-19 | Bluetooth: btusb: Add support for 0cf3:e009 | Kai-Heng Feng | 1 | -0/+1 |
2016-09-19 | Bluetooth: add printf format attribute to hci_set_[fh]w_info() | Nicolas Iooss | 1 | -2/+2 |
2016-09-19 | Bluetooth: btusb, hci_intel: Fix wait_on_bit_timeout() return value checks | Bart Van Assche | 2 | -6/+5 |
2016-09-19 | Bluetooth: Introduce Qualcomm WCNSS SMD based HCI driver | Bjorn Andersson | 3 | -0/+195 |
2016-09-19 | Bluetooth: Add HCI device identifier for Qualcomm SMD | Bjorn Andersson | 1 | -0/+1 |
2016-09-19 | mac802154: use rate limited warnings for malformed frames | Aristeu Rozanski | 1 | -2/+2 |
2016-09-19 | mac802154: don't warn on unsupported frames | Aristeu Rozanski | 1 | -0/+5 |
2016-09-19 | 6lowpan: ndisc: no overreact if no short address is available | Alexander Aring | 1 | -2/+0 |
2016-09-19 | mac802154: set phy net namespace for new ifaces | Alexander Aring | 1 | -0/+1 |
2016-09-19 | Bluetooth: Add combined LED trigger for controller power | Marcel Holtmann | 3 | -0/+42 |
2016-09-19 | Bluetooth: Put led_trigger field behind CONFIG_BT_LEDS | Marcel Holtmann | 1 | -0/+2 |
2016-09-19 | sched: add and use qdisc_skb_head helpers | Florian Westphal | 4 | -28/+94 |
2016-09-19 | sched: replace __skb_dequeue with __qdisc_dequeue_head | Florian Westphal | 3 | -4/+4 |
2016-09-19 | sched: remove qdisc arg from __qdisc_dequeue_head | Florian Westphal | 2 | -8/+14 |
2016-09-19 | sched: don't use skb queue helpers | Florian Westphal | 3 | -5/+5 |
2016-09-19 | pie: use qdisc_dequeue_head wrapper | Florian Westphal | 1 | -1/+1 |
2016-09-19 | cxgb4: Fix return value check in cfg_queues_uld() | Wei Yongjun | 1 | -1/+1 |
2016-09-19 | net: ethernet: mediatek: add the dts property to set if the HW supports LRO | Nelson Chang | 1 | -1/+2 |
2016-09-19 | net: ethernet: mediatek: add ethtool functions to configure RX flows of HW LRO | Nelson Chang | 1 | -0/+236 |
2016-09-19 | net: ethernet: mediatek: add HW LRO functions of PDMA RX rings | Nelson Chang | 2 | -25/+265 |