index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-03
Bluetooth: Convert hcon->flush_key to a proper flag
Johan Hedberg
1
-2
/
+6
2014-07-03
Bluetooth: Don't store debug keys if flag for them is not set
Johan Hedberg
1
-7
/
+11
2014-07-03
Bluetooth: Rename HCI_DEBUG_KEYS to HCI_KEEP_DEBUG_KEYS
Johan Hedberg
2
-6
/
+10
2014-07-03
Bluetooth: Move mgmt event sending out from hci_add_link_key()
Johan Hedberg
3
-17
/
+22
2014-07-03
Bluetooth: Update hci_add_link_key() to return pointer to key
Johan Hedberg
1
-5
/
+6
2014-07-03
Bluetooth: Add support LE slave connection update procedure
Marcel Holtmann
1
-0
/
+19
2014-07-03
Bluetooth: Set default min/max connection interval for LE slaves
Marcel Holtmann
1
-0
/
+8
2014-07-03
Bluetooth: Track LE connection parameter update event
Marcel Holtmann
1
-0
/
+27
2014-07-03
Bluetooth: Store current LE connection parameters in hci_conn struct
Marcel Holtmann
1
-0
/
+4
2014-07-03
Bluetooth: 6LoWPAN: Remove network devices when unloading
Jukka Rissanen
1
-0
/
+54
2014-07-03
Bluetooth: 6LoWPAN: Count module usage
Jukka Rissanen
1
-0
/
+5
2014-07-03
Bluetooth: 6LoWPAN: Create a kernel module
Jukka Rissanen
3
-6
/
+17
2014-07-03
Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one
Jukka Rissanen
5
-314
/
+588
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
[prev]
[next]