index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-16
Bluetooth: Create flags for bt_sk()
Gustavo Padovan
1
-2
/
+6
2012-05-16
Bluetooth: Lock the L2CAP channel when sending
Mat Martineau
1
-2
/
+0
2012-05-16
Bluetooth: Fix EIR data generation for mgmt_device_found
Vishal Agarwal
1
-0
/
+17
2012-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Gustavo Padovan
1
-0
/
+1
2012-05-14
Bluetooth: notify userspace of security level change
Gustavo Padovan
1
-0
/
+1
2012-05-09
Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentation
Mat Martineau
1
-0
/
+1
2012-05-09
Bluetooth: Enable Low Energy support by default
Marcel Holtmann
1
-1
/
+0
2012-05-09
Bluetooth: Remove unused hci_le_ltk_neg_reply()
Syam Sidhardhan
1
-2
/
+0
2012-05-09
Bluetooth: Remove unused hci_le_ltk_reply()
Syam Sidhardhan
1
-1
/
+0
2012-05-09
Bluetooth: Remove duplicate structure members from bt_skb_cb
Mat Martineau
1
-3
/
+0
2012-05-09
Bluetooth: Improve ERTM sequence number offset calculation
Mat Martineau
1
-7
/
+4
2012-05-09
Bluetooth: Remove advertising cache
Andre Guedes
1
-9
/
+0
2012-05-09
Bluetooth: Use address type info from user-space
Andre Guedes
1
-1
/
+1
2012-05-09
Bluetooth: Add dst_type parameter to hci_connect
Andre Guedes
1
-1
/
+1
2012-05-09
Bluetooth: Move bdaddr_to_le to hci_core
Andre Guedes
1
-0
/
+2
2012-05-09
Bluetooth: Add address type to struct sockaddr_l2
Andre Guedes
1
-0
/
+1
2012-05-09
Bluetooth: Move address type macros to bluetooth.h
Andre Guedes
2
-10
/
+11
2012-05-09
Bluetooth: trivial: Remove empty line
Andrei Emeltchenko
1
-1
/
+0
2012-05-09
Bluetooth: Remove strtoba header declared but not defined
Syam Sidhardhan
1
-1
/
+0
2012-05-09
Bluetooth: remove header declared but not defined
Syam Sidhardhan
1
-2
/
+0
2012-05-09
Bluetooth: Add the l2cap_seq_list structure for tracking frames
Mat Martineau
1
-0
/
+12
2012-05-09
Bluetooth: Remove err parameter from alloc_skb()
Gustavo Padovan
1
-1
/
+1
2012-05-09
Bluetooth: Adds set_default function in L2CAP setup
Andrei Emeltchenko
1
-0
/
+1
2012-05-09
Bluetooth: Remove MGMT_ADDR_INVALID macro
Andre Guedes
1
-1
/
+0
2012-05-09
Bluetooth: Remove sk parameter from l2cap_chan_create()
Gustavo Padovan
1
-1
/
+1
2012-05-09
Bluetooth: Add a structure to carry ERTM data in skb control blocks
Mat Martineau
1
-0
/
+13
2012-05-09
Bluetooth: Add definitions and struct members for new ERTM state machine
Mat Martineau
1
-0
/
+49
2012-05-09
Bluetooth: Comments and style fixes
Andrei Emeltchenko
1
-3
/
+8
2012-05-09
Bluetooth: Add HCI_PERIODIC_INQ to dev_flags
Andre Guedes
1
-0
/
+1
2012-05-09
Bluetooth: Add Periodic Inquiry command complete handler
Andre Guedes
1
-0
/
+2
2012-05-09
Bluetooth: Add hci_cancel_le_scan() to hci_core
Andre Guedes
1
-0
/
+1
2012-05-09
Bluetooth: Correct ediv in SMP
Andrei Emeltchenko
1
-1
/
+1
2012-05-09
Bluetooth: Add management command for setting Device ID
Marcel Holtmann
1
-0
/
+9
2012-05-09
Bluetooth: Handle EIR tags for Device ID
Marcel Holtmann
1
-0
/
+4
2012-05-09
Bluetooth: Add TX power tag to EIR data
Marcel Holtmann
2
-0
/
+5
2012-05-09
Bluetooth: Remove redundant hdev->parent field
David Herrmann
1
-2
/
+1
2012-05-09
Bluetooth: Correct type for ediv to __le16
Andrei Emeltchenko
1
-2
/
+2
2012-05-09
Bluetooth: Correct type for hdev lmp_subver
Andrei Emeltchenko
1
-1
/
+1
2012-04-16
Bluetooth: Temporary keys should be retained during connection
Vishal Agarwal
1
-0
/
+1
2012-04-16
Bluetooth: hci_persistent_key should return bool
Vishal Agarwal
1
-1
/
+1
2012-04-05
Bluetooth: Fix userspace compatibility issue with mgmt interface
Gustavo Padovan
1
-1
/
+1
2012-03-28
Bluetooth: mgmt: Fix timeout type
Andrei Emeltchenko
1
-1
/
+1
2012-03-28
Bluetooth: Check for minimum data length in eir_has_data_type()
Johan Hedberg
1
-0
/
+3
2012-03-28
Bluetooth: Don't increment twice in eir_has_data_type()
Johan Hedberg
1
-4
/
+3
2012-03-28
Bluetooth: hci_core: fix NULL-pointer dereference at unregister
Johan Hovold
1
-0
/
+1
2012-03-28
Bluetooth: Use correct flags for checking HCI_SSP_ENABLED bit
Hemant Gupta
1
-1
/
+1
2012-03-08
Bluetooth: fix conding style issues all over the tree
Gustavo F. Padovan
1
-34
/
+33
2012-03-07
Bluetooth: Fix coding style in all .h files
Gustavo F. Padovan
4
-39
/
+39
2012-03-07
Bluetooth: Use correct type for userspace exported structs
Gustavo F. Padovan
1
-3
/
+3
2012-03-07
Bluetooth: Fix coding style in mgmt.h
Gustavo F. Padovan
1
-79
/
+78
[next]