index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Fix using the correct source address type
Johan Hedberg
2016-11-22
5
-7
/
+29
*
Bluetooth: Fix append max 11 bytes of name to scan rsp data
Michał Narajowski
2016-10-19
3
-35
/
+42
*
Bluetooth: Refactor append name and appearance
Michał Narajowski
2016-10-06
3
-50
/
+38
*
Bluetooth: Add appearance to default scan rsp data
Michał Narajowski
2016-10-06
1
-1
/
+10
*
Bluetooth: Fix local name in scan rsp
Michał Narajowski
2016-10-06
1
-12
/
+35
*
Bluetooth: Fix not updating scan rsp when adv off
Michał Narajowski
2016-09-22
1
-1
/
+1
*
Bluetooth: Fix NULL pointer dereference in mgmt context
Arek Lichwa
2016-09-22
1
-0
/
+2
*
Bluetooth: Set appearance only for LE capable controllers
Michał Narajowski
2016-09-19
1
-0
/
+4
*
Bluetooth: Fix missing ext info event when setting appearance
Michał Narajowski
2016-09-19
1
-0
/
+2
*
Bluetooth: Add supported data types to ext info changed event
Michał Narajowski
2016-09-19
1
-4
/
+10
*
Bluetooth: Add appearance to Read Ext Controller Info command
Szymon Janc
2016-09-19
1
-0
/
+14
*
Bluetooth: Factor appending EIR to separate helper
Michał Narajowski
2016-09-19
1
-13
/
+22
*
Bluetooth: Refactor read_ext_controller_info handler
Szymon Janc
2016-09-19
1
-20
/
+16
*
Bluetooth: Increment management interface revision
Szymon Janc
2016-09-19
1
-1
/
+1
*
Bluetooth: Fix advertising instance validity check for flags
Szymon Janc
2016-09-19
1
-1
/
+2
*
Bluetooth: Unify advertising instance flags check
Szymon Janc
2016-09-19
1
-37
/
+48
*
Bluetooth: Remove unused parameter from tlv_data_is_valid function
Szymon Janc
2016-09-19
1
-4
/
+3
*
Bluetooth: Add support for appearance in scan rsp
Michał Narajowski
2016-09-19
2
-0
/
+45
*
Bluetooth: Add support for local name in scan rsp
Michał Narajowski
2016-09-19
2
-10
/
+64
*
Bluetooth: Fix not registering BR/EDR SMP channel with force_bredr flag
Szymon Janc
2016-09-19
1
-1
/
+4
*
Bluetooth: Use kzalloc instead of kmalloc/memset
Wei Yongjun
2016-09-19
1
-3
/
+1
*
Bluetooth: Fix reason code used for rejecting SCO connections
Frédéric Dalleau
2016-09-19
1
-1
/
+1
*
Bluetooth: Fix wrong New Settings event when closing HCI User Channel
Marcel Holtmann
2016-09-19
1
-0
/
+1
*
Bluetooth: Send control open and close messages for HCI user channels
Marcel Holtmann
2016-09-19
1
-0
/
+35
*
Bluetooth: Append local name and CoD to Extended Controller Info
Michał Narajowski
2016-09-19
1
-21
/
+42
*
Bluetooth: Add framework for Extended Controller Information
Marcel Holtmann
2016-09-19
1
-2
/
+60
*
Bluetooth: Handle HCI raw socket transition from unbound to bound
Marcel Holtmann
2016-09-19
1
-17
/
+36
*
Bluetooth: Send control open and close messages for HCI raw sockets
Marcel Holtmann
2016-09-19
1
-0
/
+48
*
Bluetooth: Add extra channel checks for control open/close messages
Marcel Holtmann
2016-09-19
1
-5
/
+19
*
Bluetooth: Assign the channel early when binding HCI sockets
Marcel Holtmann
2016-09-19
1
-5
/
+11
*
Bluetooth: Send control open and close only when cookie is present
Marcel Holtmann
2016-09-19
1
-2
/
+16
*
Bluetooth: Use numbers for subsystem version string
Marcel Holtmann
2016-09-19
2
-5
/
+9
*
Bluetooth: Introduce helper functions for socket cookie handling
Marcel Holtmann
2016-09-19
1
-12
/
+29
*
Bluetooth: Use command status event for Set IO Capability errors
Marcel Holtmann
2016-09-19
1
-2
/
+2
*
Bluetooth: Fix wrong Get Clock Information return parameters
Marcel Holtmann
2016-09-19
1
-1
/
+1
*
Bluetooth: Use individual flags for certain management events
Marcel Holtmann
2016-09-19
2
-20
/
+17
*
Bluetooth: mgmt: Fix sending redundant event for Advertising Instance
Johan Hedberg
2016-09-19
3
-10
/
+12
*
Bluetooth: Add support for sending MGMT commands and events to monitor
Marcel Holtmann
2016-09-19
2
-3
/
+157
*
Bluetooth: Add support for sending MGMT open and close to monitor
Marcel Holtmann
2016-09-19
1
-0
/
+95
*
Bluetooth: Introduce helper to pack mgmt version information
Marcel Holtmann
2016-09-19
1
-2
/
+9
*
Bluetooth: Store control socket cookie and comm information
Marcel Holtmann
2016-09-19
1
-1
/
+30
*
Bluetooth: Check SOL_HCI for raw socket options
Marcel Holtmann
2016-09-19
1
-0
/
+6
*
Bluetooth: Add combined LED trigger for controller power
Marcel Holtmann
2016-09-19
3
-0
/
+42
*
Bluetooth: Fix hci_sock_recvmsg when MSG_TRUNC is not set
Luiz Augusto von Dentz
2016-08-25
1
-1
/
+1
*
Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not set
Luiz Augusto von Dentz
2016-08-25
1
-1
/
+1
*
Bluetooth: split sk_filter in l2cap_sock_recv_cb
Daniel Borkmann
2016-08-24
2
-2
/
+20
*
Bluetooth: Fix memory leak at end of hci requests
Frederic Dalleau
2016-08-24
1
-0
/
+2
*
Bluetooth: Add debugfs fields for hardware and firmware info
Marcel Holtmann
2016-07-18
2
-0
/
+59
*
Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU
Amadeusz Sławiński
2016-07-17
1
-1
/
+1
*
Bluetooth: Increment management interface revision
Johan Hedberg
2016-07-13
1
-1
/
+1
[next]