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-02-18
Bluetooth: Remove return values from functions that don't need them
Johan Hedberg
2
-18
/
+10
2014-02-18
Bluetooth: Fix missing address type check for removing LTKs
Johan Hedberg
2
-5
/
+13
2014-02-18
Bluetooth: Fix properly ignoring unexpected SMP PDUs
Johan Hedberg
1
-0
/
+16
2014-02-18
Bluetooth: Enable support for remote IRK distribution
Johan Hedberg
2
-7
/
+77
2014-02-18
Bluetooth: Implement mgmt_load_irks command
Johan Hedberg
1
-0
/
+79
2014-02-18
Bluetooth: Add basic IRK management support
Johan Hedberg
1
-0
/
+70
2014-02-18
Bluetooth: Add AES crypto context for each HCI device
Johan Hedberg
1
-1
/
+16
2014-02-18
Bluetooth: Add smp_irk_matches helper function
Johan Hedberg
2
-0
/
+49
2014-02-18
Bluetooth: Fix minor whitespace issues in SMP code
Johan Hedberg
2
-2
/
+0
2014-02-18
Bluetooth: Fix missing PDU length checks for SMP
Johan Hedberg
1
-0
/
+25
2014-02-17
HID: Bluetooth: hidp: make sure input buffers are big enough
David Herrmann
2
-2
/
+18
2014-02-17
Bluetooth: Allow HCI User Channel usage for controllers without address
Marcel Holtmann
1
-1
/
+6
2014-02-17
Bluetooth: Add missing index added event on user channel failure
Marcel Holtmann
1
-0
/
+1
2014-02-17
Bluetooth: Fix sending wrong store hint for new long term keys
Marcel Holtmann
1
-1
/
+7
2014-02-17
Bluetooth: Restrict long term keys to public and static addresses
Marcel Holtmann
1
-3
/
+13
2014-02-17
HID: remove hid_get_raw_report in struct hid_device
Benjamin Tissoires
1
-1
/
+0
2014-02-17
HID: HIDp: remove duplicated coded
Benjamin Tissoires
1
-57
/
+11
2014-02-17
HID: HIDp: remove hidp_hidinput_event
Benjamin Tissoires
1
-46
/
+0
2014-02-14
Bluetooth: Fix write_room() calculation
Peter Hurley
1
-9
/
+5
2014-02-14
Bluetooth: Refactor write_room() calculation
Peter Hurley
1
-12
/
+15
2014-02-14
Bluetooth: Don't fail RFCOMM tty writes
Peter Hurley
2
-16
/
+21
2014-02-14
Bluetooth: Force -EIO from tty read/write if .activate() fails
Peter Hurley
1
-1
/
+5
2014-02-14
Bluetooth: Cleanup RFCOMM device registration error handling
Peter Hurley
1
-9
/
+7
2014-02-14
Bluetooth: Refactor rfcomm_dev_add()
Peter Hurley
1
-14
/
+24
2014-02-14
Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctls
Peter Hurley
1
-2
/
+25
2014-02-14
Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()
Peter Hurley
1
-2
/
+2
2014-02-14
Bluetooth: Fix RFCOMM parent device for reused dlc
Peter Hurley
1
-0
/
+1
2014-02-14
Bluetooth: Fix unsafe RFCOMM device parenting
Peter Hurley
1
-6
/
+14
2014-02-14
Bluetooth: Directly close dlc for not yet started RFCOMM session
Peter Hurley
1
-3
/
+9
2014-02-14
Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()
Peter Hurley
1
-8
/
+15
2014-02-14
Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()
Peter Hurley
1
-10
/
+8
2014-02-14
Bluetooth: Simplify RFCOMM session state eval
Peter Hurley
1
-3
/
+2
2014-02-14
Bluetooth: Verify dlci not in use before rfcomm_dev create
Peter Hurley
2
-1
/
+33
2014-02-14
Bluetooth: Fix RFCOMM tty teardown race
Peter Hurley
1
-4
/
+4
2014-02-14
Bluetooth: Fix unreleased rfcomm_dev reference
Peter Hurley
1
-2
/
+4
2014-02-14
Bluetooth: Release rfcomm_dev only once
Peter Hurley
1
-2
/
+9
2014-02-14
Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctl
Peter Hurley
1
-1
/
+2
2014-02-14
Bluetooth: Fix racy acquire of rfcomm_dev reference
Peter Hurley
1
-6
/
+2
2014-02-14
Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"
Peter Hurley
1
-16
/
+16
2014-02-14
Revert "Bluetooth: Always wait for a connection on RFCOMM open()"
Peter Hurley
1
-38
/
+8
2014-02-14
Revert "Bluetooth: Remove rfcomm_carrier_raised()"
Peter Hurley
1
-0
/
+8
2014-02-14
Bluetooth: Enable LE L2CAP CoC support by default
Johan Hedberg
2
-40
/
+0
2014-02-13
Bluetooth: Use connection parameters if any
Andre Guedes
1
-2
/
+10
2014-02-13
Bluetooth: Introduce connection parameters list
Andre Guedes
1
-0
/
+77
2014-02-13
Bluetooth: Track if link is using P-256 authenticated combination key
Marcel Holtmann
1
-0
/
+4
2014-02-13
Bluetooth: Include security level 4 in connections check
Marcel Holtmann
1
-4
/
+8
2014-02-13
Bluetooth: Add management command for Secure Connection Only Mode
Marcel Holtmann
1
-11
/
+30
2014-02-13
Bluetooth: Rename authentication to key_type in mgmt_ltk_info
Marcel Holtmann
1
-2
/
+2
2014-02-13
Bluetooth: Remove check for valid LTK authenticated parameter
Marcel Holtmann
1
-2
/
+0
2014-02-13
Bluetooth: Track the AES-CCM encryption status of LE and BR/EDR links
Marcel Holtmann
1
-1
/
+7
[prev]
[next]