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-02-13
Bluetooth: Remove unnecessary check for chan->psm
Johan Hedberg
1
-4
/
+1
2014-02-13
Bluetooth: Always use l2cap_chan->psm for returning PSM to user space
Johan Hedberg
1
-2
/
+2
2014-02-13
Bluetooth: Refuse peer RFCOMM address reading when not connected
Johan Hedberg
1
-0
/
+3
2014-02-13
Bluetooth: Refuse peer L2CAP address reading when not connected
Johan Hedberg
1
-0
/
+3
2014-02-13
Bluetooth: Free up l2cap_chan->sport when initiating a connection
Johan Hedberg
1
-0
/
+7
2014-02-13
Bluetooth: Fix disconnecting L2CAP when a credits overflow occurs
Johan Hedberg
1
-1
/
+14
2014-02-13
Bluetooth: Fix disconnecting L2CAP channel for credits violation
Johan Hedberg
1
-0
/
+1
2014-02-13
Bluetooth: Fix respecting le_default_mps value
Johan Hedberg
1
-1
/
+1
2014-02-13
Bluetooth: Fix CID initialization for fixed channels
Johan Hedberg
2
-2
/
+5
2014-02-13
Bluetooth: Fix BT_SECURITY socket option for fixed channels (ATT)
Johan Hedberg
1
-0
/
+2
2014-02-13
Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED
Johan Hedberg
2
-12
/
+18
2014-02-13
Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED
Johan Hedberg
2
-11
/
+12
2014-02-13
Bluetooth: Remove useless l2cap_seq_list_remove function
Johan Hedberg
1
-32
/
+8
2014-02-13
Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reached
Johan Hedberg
1
-0
/
+27
2014-02-13
Bluetooth: Reorder L2CAP functions to avoid forward declarations
Johan Hedberg
1
-208
/
+207
2014-02-13
Bluetooth: Add debugfs entry to show Secure Connections Only mode
Marcel Holtmann
1
-0
/
+20
2014-02-13
Bluetooth: Handle security level 4 for RFCOMM connections
Marcel Holtmann
2
-2
/
+14
2014-02-13
Bluetooth: Handle security level 4 for L2CAP connections
Marcel Holtmann
2
-3
/
+18
2014-02-13
Bluetooth: Introduce requirements for security level 4
Marcel Holtmann
1
-5
/
+13
2014-02-13
Bluetooth: Track Secure Connections support of remote devices
Marcel Holtmann
1
-0
/
+3
2014-02-13
Bluetooth: Fix mgmt error code for negative PIN response
Johan Hedberg
1
-1
/
+1
2014-02-13
Bluetooth: Convert to use ATTRIBUTE_GROUPS macro
Wei Yongjun
1
-16
/
+2
2014-02-13
Bluetooth: Add support for remote OOB input of P-256 data
Marcel Holtmann
1
-11
/
+34
2014-02-13
Bluetooth: Add internal function for storing P-192 and P-256 data
Marcel Holtmann
1
-4
/
+33
2014-02-13
Bluetooth: Provide remote OOB data for Secure Connections
Marcel Holtmann
2
-11
/
+27
2014-02-13
Bluetooth: Add debugfs quirk for forcing Secure Connections support
Marcel Holtmann
2
-3
/
+54
2014-02-13
Bluetooth: Add support for local OOB data with Secure Connections
Marcel Holtmann
2
-13
/
+56
2014-02-13
Bluetooth: Limit acceptable link key types to only supported ones
Marcel Holtmann
1
-1
/
+1
2014-02-13
Bluetooth: Enable Secure Connection during power on if configured
Marcel Holtmann
1
-0
/
+8
2014-02-13
Bluetooth: Add management command for enabling Secure Connections
Marcel Holtmann
2
-0
/
+138
2014-02-13
Bluetooth: Add flags and setting for Secure Connections support
Marcel Holtmann
1
-0
/
+7
2014-02-13
Bluetooth: Enable Authenticated Payload Timeout Expired event
Marcel Holtmann
1
-0
/
+4
2014-02-13
Bluetooth: Add support for handling P-256 derived link keys
Marcel Holtmann
2
-3
/
+6
2014-02-13
Bluetooth: Add definitions for new link key types
Marcel Holtmann
2
-3
/
+3
2014-02-13
Bluetooth: Fix outgoing authentication requirement check
Johan Hedberg
1
-2
/
+5
2014-01-29
HID: Add the transport-driver functions to the HIDP driver.
Frank Praznik
1
-0
/
+90
2014-01-18
net: add build-time checks for msg->msg_name size
Steffen Hurrle
1
-1
/
+1
2014-01-17
Bluetooth: remove direct compilation of 6lowpan_iphc.c
Stephen Warren
1
-4
/
+0
2014-01-15
net: move 6lowpan compression code to separate module
Dmitry Eremin-Solenikov
1
-0
/
+1
2014-01-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
John W. Linville
8
-39
/
+1026
2014-01-08
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
John W. Linville
8
-39
/
+1026
2014-01-07
Bluetooth: Fix 6loWPAN peer lookup
Claudio Takahasi
1
-2
/
+2
2014-01-07
Bluetooth: Fix setting Universal/Local bit
Claudio Takahasi
1
-1
/
+1
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+16
2014-01-06
Bluetooth: Remove rfcomm_carrier_raised()
Gianluca Anzolin
1
-8
/
+0
2014-01-06
Bluetooth: Always wait for a connection on RFCOMM open()
Gianluca Anzolin
1
-8
/
+38
2014-01-06
Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()
Gianluca Anzolin
1
-16
/
+16
2014-01-06
Bluetooth: Release RFCOMM port when the last user closes the TTY
Gianluca Anzolin
1
-7
/
+14
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
John W. Linville
1
-10
/
+16
2014-01-06
Bluetooth: Default to no security with L2CAP RAW sockets
Johan Hedberg
1
-0
/
+3
[prev]
[next]