Age | Commit message (Expand) | Author | Files | Lines |
2014-06-13 | Bluetooth: Allow change security level on ATT_CID in slave role | Marcin Kraglak | 1 | -5/+0 |
2014-06-13 | Bluetooth: Fix locking of hdev when calling into SMP code | Johan Hedberg | 1 | -1/+6 |
2014-06-13 | Bluetooth: Fix deadlock in l2cap_conn_del() | Jukka Taimisto | 1 | -1/+7 |
2014-06-13 | Bluetooth: Reuse hci_stop_discovery function when cleaning up HCI state | Johan Hedberg | 1 | -3/+1 |
2014-06-13 | Bluetooth: Refactor discovery stopping into its own function | Johan Hedberg | 1 | -44/+49 |
2014-06-13 | Bluetooth: Fix indicating discovery state when canceling inquiry | Johan Hedberg | 1 | -0/+4 |
2014-06-13 | Bluetooth: Fix setting correct authentication information for SMP STK | Johan Hedberg | 1 | -2/+7 |
2014-06-13 | Bluetooth: Add clarifying comment for conn->auth_type | Johan Hedberg | 1 | -1/+5 |
2014-06-13 | Bluetooth: Fix SSP acceptor just-works confirmation without MITM | Johan Hedberg | 1 | -2/+5 |
2014-06-13 | Bluetooth: Fix check for connection encryption | Johan Hedberg | 1 | -1/+1 |
2014-06-13 | Bluetooth: Fix incorrectly overriding conn->src_type | Johan Hedberg | 1 | -5/+0 |
2014-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 13 | -263/+800 |
2014-06-12 | net: add __pskb_copy_fclone and pskb_copy_for_clone | Octavian Purdila | 1 | -3/+3 |
2014-06-08 | Merge branch 'next' (accumulated 3.16 merge window patches) into master | Linus Torvalds | 1 | -2/+2 |
2014-06-05 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 6 | -37/+60 |
2014-06-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+2 |
2014-06-02 | Bluetooth: Fix L2CAP deadlock | Jukka Taimisto | 1 | -1/+4 |
2014-06-02 | Bluetooth: Fix missing check for FIPS security level | Johan Hedberg | 1 | -1/+2 |
2014-06-01 | Bluetooth: Fix requiring SMP MITM for outgoing connections | Johan Hedberg | 1 | -3/+4 |
2014-05-31 | Bluetooth: l2cap: Set more channel defaults | Jukka Rissanen | 1 | -0/+6 |
2014-05-31 | Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handling | Jukka Rissanen | 1 | -30/+35 |
2014-05-31 | Bluetooth: Fix authentication check for FIPS security level | Johan Hedberg | 1 | -0/+1 |
2014-05-31 | Bluetooth: Fix properly ignoring LTKs of unknown types | Johan Hedberg | 1 | -2/+8 |
2014-05-29 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 8 | -120/+449 |
2014-05-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+2 |
2014-05-23 | Bluetooth: Clearly distinguish mgmt LTK type from authenticated property | Johan Hedberg | 1 | -3/+16 |
2014-05-20 | Bluetooth: Update smp_confirm to return a response code | Johan Hedberg | 1 | -14/+11 |
2014-05-20 | Bluetooth: Update smp_random to return a response code | Johan Hedberg | 1 | -23/+11 |
2014-05-20 | Bluetooth: Rename smp->smp_flags to smp->flags | Johan Hedberg | 1 | -19/+18 |
2014-05-20 | Bluetooth: Remove unnecessary work structs from SMP code | Johan Hedberg | 1 | -16/+6 |
2014-05-20 | Bluetooth: Fix setting initial local auth_req value | Johan Hedberg | 1 | -4/+2 |
2014-05-20 | Bluetooth: Make SMP context private to smp.c | Johan Hedberg | 5 | -29/+32 |
2014-05-16 | Bluetooth: Add missing msecs to jiffies conversion | Andrzej Kaczmarek | 1 | -1/+2 |
2014-05-16 | Bluetooth: Add support for max_tx_power in Get Conn Info | Andrzej Kaczmarek | 1 | -6/+17 |
2014-05-16 | Bluetooth: Store max TX power level for connection | Andrzej Kaczmarek | 2 | -1/+12 |
2014-05-16 | Bluetooth: Avoid polling TX power for LE links | Andrzej Kaczmarek | 1 | -4/+10 |
2014-05-16 | Bluetooth: Add support to get connection information | Andrzej Kaczmarek | 1 | -0/+196 |
2014-05-16 | Bluetooth: Add conn info lifetime parameters to debugfs | Andrzej Kaczmarek | 1 | -0/+63 |
2014-05-14 | Bluetooth: Fix L2CAP LE debugfs entries permissions | Samuel Ortiz | 1 | -2/+2 |
2014-05-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -3/+12 |
2014-05-10 | Bluetooth: Store TX power level for connection | Andrzej Kaczmarek | 2 | -0/+29 |
2014-05-09 | Bluetooth: Increment management interface revision | Marcel Holtmann | 1 | -1/+1 |
2014-05-08 | Bluetooth: Store RSSI for connection | Andrzej Kaczmarek | 1 | -0/+23 |
2014-05-08 | Bluetooth: Add support for SMP Invalid Parameters error code | Johan Hedberg | 2 | -10/+11 |
2014-05-06 | Bluetooth: Convert RFCOMM spinlocks into mutexes | Libor Pechacek | 2 | -11/+11 |
2014-04-30 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 6 | -105/+290 |
2014-04-25 | Bluetooth: Fix redundant encryption request for reauthentication | Johan Hedberg | 1 | -3/+6 |
2014-04-25 | Bluetooth: Fix triggering BR/EDR L2CAP Connect too early | Johan Hedberg | 1 | -0/+6 |
2014-04-24 | Bluetooth: Return EOPNOTSUPP for HCISETRAW ioctl command | Marcel Holtmann | 1 | -10/+1 |
2014-04-18 | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 1 | -2/+2 |