Age | Commit message (Expand) | Author |
2014-12-09 | switch l2cap ->memcpy_fromiovec() to msghdr | Al Viro |
2014-11-24 | new helper: memcpy_from_msg() | Al Viro |
2014-11-21 | Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller |
2014-11-18 | Bluetooth: Call drain_workqueue() before resetting state | Johan Hedberg |
2014-11-18 | Bluetooth: Use shorter "rand" name for "randomizer" | Johan Hedberg |
2014-11-18 | Bluetooth: Fix BR/EDR-only address checks for remote OOB data | Johan Hedberg |
2014-11-15 | Bluetooth: Fix clearing remote OOB data through mgmt | Johan Hedberg |
2014-11-15 | Bluetooth: Add debug logs to help track locking issues | Johan Hedberg |
2014-11-15 | Bluetooth: Remove unnecessary hdev locking in smp.c | Johan Hedberg |
2014-11-15 | Bluetooth: Convert IRK list to RCU | Johan Hedberg |
2014-11-15 | Bluetooth: Convert LTK list to RCU | Johan Hedberg |
2014-11-15 | Bluetooth: Trigger SMP for the appropriate LE CoC errors | Johan Hedberg |
2014-11-15 | Bluetooth: Add key preference parameter to smp_sufficient_security | Johan Hedberg |
2014-11-15 | Bluetooth: Fix sending incorrect LE CoC PDU in BT_CONNECT2 state | Johan Hedberg |
2014-11-15 | Bluetooth: hidp: replace kzalloc/copy_from_user by memdup_user | Fabian Frederick |
2014-11-13 | Bluetooth: Fix correct nesting for 6lowpan server channel | Johan Hedberg |
2014-11-13 | Bluetooth: Fix L2CAP nesting level initialization location | Johan Hedberg |
2014-11-13 | Bluetooth: Fix L2CAP socket lock nesting level | Johan Hedberg |
2014-11-13 | Bluetooth: Use proper nesting annotation for l2cap_chan lock | Johan Hedberg |
2014-11-12 | Bluetooth: Remove unnecessary hci_dev_lock/unlock in smp.c | Johan Hedberg |
2014-11-12 | Bluetooth: Fix l2cap_sock_teardown_cb lockdep warning | Johan Hedberg |
2014-11-11 | Bluetooth: 6lowpan: Remove unnecessary RCU callback | Johan Hedberg |
2014-11-11 | Bluetooth: Fix mgmt connected notification | Johan Hedberg |
2014-11-11 | Bluetooth: Fix sparse warning in amp.c | Johan Hedberg |
2014-11-10 | Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller |
2014-11-08 | Bluetooth: 6lowpan: fix skb_unshare behaviour | Alexander Aring |
2014-11-07 | Bluetooth: Send mgmt_connected only if state is BT_CONFIG | Jaganath Kanakkassery |
2014-11-06 | 6lowpan: move skb_free from error paths in decompression | Martin Townsend |
2014-11-06 | Bluetooth: Sort switch cases by opcode's numeric value | Kuba Pawlak |
2014-11-06 | Bluetooth: Clear role switch pending flag | Kuba Pawlak |
2014-11-05 | net: Add and use skb_copy_datagram_msg() helper. | David S. Miller |
2014-11-04 | Bluetooth: Fix sparse warnings in RFCOMM | Johan Hedberg |
2014-11-03 | Bluetooth: Fix invalid response for 'Start Discovery' command | Szymon Janc |
2014-11-03 | Bluetooth: Consolidate whitelist debugfs entry into device_list | Marcel Holtmann |
2014-11-02 | Bluetooth: Add hci_reset_dev() for driver triggerd stack reset | Marcel Holtmann |
2014-11-02 | Bluetooth: Introduce BT_BREDR and BT_LE config options | Marcel Holtmann |
2014-11-02 | Bluetooth: Print error message for HCI_Hardware_Error event | Marcel Holtmann |
2014-11-02 | Bluetooth: Check status of command complete for HCI_Reset | Marcel Holtmann |
2014-11-01 | Bluetooth: Fix hci_sync missing wakeup interrupt | Chan-yeol Park |
2014-10-30 | Bluetooth: Clear LE white list when resetting controller | Marcel Holtmann |
2014-10-30 | Bluetooth: 6lowpan: use after free in disconnect_devices() | Dan Carpenter |
2014-10-29 | Bluetooth: Wrong style spin lock used | Jukka Rissanen |
2014-10-28 | Bluetooth: Fix check for direct advertising | Johan Hedberg |
2014-10-28 | Bluetooth: Fix LE connection timeout deadlock | Johan Hedberg |
2014-10-28 | Bluetooth: spelling fixes | Stephen Hemminger |
2014-10-28 | Bluetooth: 6lowpan: Fix lockdep splats | Jukka Rissanen |
2014-10-28 | Bluetooth: 6lowpan: Converting rwlocks to use RCU | Jukka Rissanen |
2014-10-28 | Bluetooth: Revert SMP self-test patches | Johan Hedberg |
2014-10-27 | ieee802154: 6lowpan: rename process_data and lowpan_process_data | Martin Townsend |
2014-10-27 | bluetooth:6lowpan: use consume_skb when packet processed successfully | Martin Townsend |