index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-03
Bluetooth: Provide L2CAP ops callback for memcpy_fromiovec
Jukka Rissanen
3
-15
/
+26
2014-07-03
Bluetooth: Use separate dbg_flags to special debugfs options
Marcel Holtmann
2
-14
/
+14
2014-07-03
Bluetooth: Fix checking for master LTKs
Johan Hedberg
1
-4
/
+1
2014-07-03
Bluetooth: Fix validating IO capability values in mgmt commands
Johan Hedberg
1
-0
/
+9
2014-07-03
Bluetooth: Add flexible buffer byte order swapping function
Johan Hedberg
1
-13
/
+7
2014-07-03
Bluetooth: Convert SMP flags into an enum
Johan Hedberg
1
-5
/
+7
2014-07-03
Bluetooth: Remove HCI prefix from SMP LTK defines
Johan Hedberg
5
-9
/
+16
2014-07-03
Bluetooth: Remove unnecessary SMP STK define
Johan Hedberg
2
-2
/
+6
2014-07-03
Bluetooth: Fix missing NULL check for smp_chan_create() return value
Johan Hedberg
1
-0
/
+2
2014-07-03
Bluetooth: Use struct delayed_work for HCI command timeout
Marcel Holtmann
2
-10
/
+11
2014-07-03
Bluetooth: Use explicit header and body length for L2CAP SKB allocation
Marcel Holtmann
3
-7
/
+9
2014-07-03
Bluetooth: Assign L2CAP socket priority when allocating SKB
Marcel Holtmann
3
-18
/
+11
2014-07-03
Bluetooth: Use const for struct l2cap_ops field
Marcel Holtmann
2
-2
/
+2
2014-06-20
Bluetooth: Fix for ACL disconnect when pairing fails
Lukasz Rymanowski
1
-1
/
+11
2014-06-20
Bluetooth: Fix rejecting pairing in case of insufficient capabilities
Johan Hedberg
1
-0
/
+20
2014-06-20
Bluetooth: Refactor authentication method lookup into its own function
Johan Hedberg
1
-5
/
+12
2014-06-20
Bluetooth: Fix overriding higher security level in SMP
Johan Hedberg
1
-9
/
+14
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-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
13
-263
/
+800
2014-06-11
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/bluetooth/bluetooth-next
John W. Linville
6
-37
/
+60
2014-06-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
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-05-31
Bluetooth: Fix requiring SMP MITM for outgoing connections
Johan Hedberg
1
-3
/
+4
2014-05-30
Bluetooth: l2cap: Set more channel defaults
Jukka Rissanen
1
-0
/
+6
2014-05-30
Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handling
Jukka Rissanen
1
-30
/
+35
2014-05-30
Bluetooth: Fix authentication check for FIPS security level
Johan Hedberg
1
-0
/
+1
2014-05-30
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/bluetooth/bluetooth-next
John W. Linville
8
-120
/
+449
2014-05-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
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
[prev]
[next]