index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
3
-16
/
+22
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
3
-1
/
+34
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
2
-2
/
+5
2014-02-14
Bluetooth: Release rfcomm_dev only once
Peter Hurley
2
-3
/
+14
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
tty: Fix ref counting for port krefs
Peter Hurley
1
-3
/
+3
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
3
-41
/
+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
2
-0
/
+95
2014-02-13
Bluetooth: Add constants for LTK key types
Marcel Holtmann
1
-0
/
+4
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: Remove __packed from struct smp_ltk
Marcel Holtmann
1
-1
/
+1
2014-02-13
Bluetooth: Rename authentication to key_type in mgmt_ltk_info
Marcel Holtmann
2
-3
/
+3
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
2
-1
/
+8
2014-02-13
Bluetooth: Remove one level of indentation from hci_encrypt_change_evt
Marcel Holtmann
1
-24
/
+25
2014-02-13
Bluetooth: Remove use_debug_keys debugfs entry
Marcel Holtmann
1
-20
/
+0
2014-02-13
Bluetooth: Add management command to allow use of debug keys
Marcel Holtmann
2
-0
/
+36
2014-02-13
Bluetooth: Add management setting for use of debug keys
Marcel Holtmann
2
-2
/
+11
2014-02-13
Bluetooth: Introduce le_conn_failed() helper
Andre Guedes
1
-8
/
+16
2014-02-13
Bluetooth: Group list_head fields from strcut hci_dev together
Andre Guedes
1
-5
/
+2
2014-02-13
Bluetooth: Save connection interval parameters in hci_conn
Andre Guedes
2
-2
/
+6
2014-02-13
Bluetooth: Fix differentiating stored master vs slave LTK types
Johan Hedberg
4
-8
/
+24
2014-02-13
Bluetooth: Remove unnecessary LTK type check from hci_add_ltk
Johan Hedberg
1
-3
/
+0
2014-02-13
Bluetooth: Make LTK key type check more readable
Johan Hedberg
1
-1
/
+1
2014-02-13
Bluetooth: Fix long_term_keys debugfs output
Johan Hedberg
1
-2
/
+2
2014-02-13
Bluetooth: Remove Simultaneous LE & BR/EDR flags from AD
Johan Hedberg
1
-7
/
+1
2014-02-13
Bluetooth: Enable LTK distribution to slave devices
Johan Hedberg
1
-2
/
+2
2014-02-13
Bluetooth: Increment management interface revision
Marcel Holtmann
1
-1
/
+1
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
[next]