index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-17
Bluetooth: Fix resetting remote authentication requirement after pairing
Johan Hedberg
1
-0
/
+3
2014-07-17
Bluetooth: never linger on process exit
Vladimir Davydov
3
-4
/
+8
2014-07-17
Bluetooth: Don't bother user space without IO capabilities
Johan Hedberg
2
-1
/
+7
2014-07-17
Bluetooth: Fix using uninitialized variable when pairing
Johan Hedberg
1
-1
/
+1
2014-07-16
Bluetooth: Fix always checking the blacklist for incoming connections
Johan Hedberg
1
-12
/
+11
2014-07-16
Bluetooth: Fix trying to initiate connections when acting as LE slave
Johan Hedberg
1
-0
/
+6
2014-07-16
Bluetooth: Add a role parameter to hci_conn_add()
Johan Hedberg
3
-21
/
+17
2014-07-16
Bluetooth: Use explicit role instead of a bool in function parameters
Johan Hedberg
6
-21
/
+27
2014-07-16
Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variable
Johan Hedberg
4
-33
/
+23
2014-07-16
Bluetooth: Add proper defines for HCI connection role
Johan Hedberg
1
-1
/
+1
2014-07-15
Bluetooth: Don't try to reject failed LE connections
Johan Hedberg
1
-5
/
+5
2014-07-15
Bluetooth: Remove unnecessary params variable from process_adv_report()
Johan Hedberg
1
-5
/
+2
2014-07-15
Bluetooth: cmtp: Remove unnecessary null test
Himangi Saraogi
1
-6
/
+0
2014-07-14
Bluetooth: Fix trying LTK re-encryption when we don't have an LTK
Johan Hedberg
1
-2
/
+5
2014-07-14
Bluetooth: Remove sco_chan_get helper function
Marcel Holtmann
1
-11
/
+9
2014-07-13
Bluetooth: Convert L2CAP ident spinlock into a mutex
Marcel Holtmann
1
-3
/
+3
2014-07-13
Bluetooth: Remove unneeded forward declaration of sco_chan_del
Marcel Holtmann
1
-29
/
+27
2014-07-13
Bluetooth: Remove unneeded forward declaration of __sco_chan_add
Marcel Holtmann
1
-12
/
+11
2014-07-13
Bluetooth: Allocate struct inquiry_entry with GFP_KERNEL
Marcel Holtmann
1
-1
/
+1
2014-07-13
Bluetooth: Enable LE Long Term Key Request event only when supported
Marcel Holtmann
1
-1
/
+4
2014-07-13
Bluetooth: Enable LE encryption events only when supported
Marcel Holtmann
1
-4
/
+7
2014-07-13
Bluetooth: Read LE Advertising Channel TX Power only when available
Marcel Holtmann
1
-3
/
+5
2014-07-12
6lowpan: introduce new net/6lowpan directory
Alexander Aring
1
-2
/
+1
2014-07-11
Bluetooth: Fix tracking local SSP authentication requirement
Johan Hedberg
1
-9
/
+8
2014-07-11
Bluetooth: Move SCO timeout constants into net/bluetooth/sco.c
Marcel Holtmann
1
-0
/
+3
2014-07-11
Bluetooth: Move struct sco_conn into net/bluetooth/sco.c
Marcel Holtmann
1
-0
/
+13
2014-07-11
Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.c
Marcel Holtmann
1
-0
/
+12
2014-07-11
Bluetooth: Update the list of L2CAP fixed channels
Marcel Holtmann
1
-1
/
+1
2014-07-11
Bluetooth: Move HCI request internals to net/bluetooth/hci_core.c
Marcel Holtmann
2
-1
/
+15
2014-07-11
Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.c
Marcel Holtmann
1
-0
/
+11
2014-07-11
Bluetooth: Delcare the hci_sec_filter as const
Marcel Holtmann
1
-1
/
+1
2014-07-11
Bluetooth: Move struct hci_sec_filter next to its user
Marcel Holtmann
1
-0
/
+8
2014-07-10
Bluetooth: Set HCI_PAIRABLE during power on for legacy ioctl
Marcel Holtmann
1
-6
/
+10
2014-07-10
Bluetooth: Mark controller is down when HCI_AUTO_OFF is set
Marcel Holtmann
1
-6
/
+19
2014-07-10
Bluetooth: Remove unneeded mgmt_write_scan_failed function
Johan Hedberg
2
-14
/
+0
2014-07-10
Bluetooth: Remove unneeded mgmt_discoverable function
Johan Hedberg
3
-61
/
+49
2014-07-10
Bluetooth: Refactor ioctl scan state update to its own function
Johan Hedberg
1
-13
/
+22
2014-07-10
Bluetooth: Remove unneeded mgmt_connectable function
Johan Hedberg
3
-40
/
+4
2014-07-10
Bluetooth: Fix using test_and_clear instead of test_and_set
Johan Hedberg
1
-2
/
+2
2014-07-10
Bluteooth: Reject SMP bonding if HCI_PAIRABLE is not set
Johan Hedberg
1
-0
/
+9
2014-07-10
Bluetooth: Fix advertising parameter update when toggling connectable
Johan Hedberg
1
-2
/
+2
2014-07-09
Bluetooth: Fix incorrect clearing of SMP_FLAG_INITIATOR
Johan Hedberg
1
-4
/
+0
2014-07-09
Bluetooth: Fix forcing SMP just-works with no-bonding
Johan Hedberg
1
-4
/
+0
2014-07-09
Bluetooth: Always confirm incoming SMP just-works requests
Johan Hedberg
1
-5
/
+11
2014-07-09
Bluetooth: Don't send ERTM configuration option when disabled
Marcel Holtmann
1
-0
/
+3
2014-07-09
Bluetooth: Fix setting HCI_CONNECTABLE from ioctl code
Johan Hedberg
2
-0
/
+22
2014-07-09
Bluetooth: Add white list lookup for incoming connection requests
Johan Hedberg
1
-4
/
+12
2014-07-09
Bluetooth: Enable page scan also if there are white list entries
Johan Hedberg
1
-2
/
+4
2014-07-09
Bluetooth: Refactor connection request handling
Johan Hedberg
1
-52
/
+60
2014-07-09
Bluetooth: Fix incorrectly setting HCI_CONNECTABLE
Johan Hedberg
1
-0
/
+8
[next]