index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Restrict BNEP flags to only valid ones
Marcel Holtmann
2015-04-02
1
-1
/
+11
*
Bluetooth: Restrict HIDP flags to only valid ones
Marcel Holtmann
2015-04-02
1
-1
/
+10
*
Bluetooth: Restrict CMTP flags to only valid ones
Marcel Holtmann
2015-04-02
1
-1
/
+10
*
Bluetooth: Expose current Device ID information via debugfs
Marcel Holtmann
2015-04-02
1
-0
/
+26
*
Bluetooth: Refactor HCI request variables into own struct
Johan Hedberg
2015-03-30
4
-12
/
+12
*
Bluetooth: Refactor L2CAP variables into l2cap_ctrl
Johan Hedberg
2015-03-30
3
-28
/
+28
*
Bluetooth: Remove superfluous extra empty line between functions
Marcel Holtmann
2015-03-29
1
-1
/
+0
*
Bluetooth: Fix error returns for Read Local OOB Extended Data commands
Marcel Holtmann
2015-03-29
1
-37
/
+34
*
Bluetooth: Move memory location outside of hci_dev lock
Marcel Holtmann
2015-03-29
1
-8
/
+6
*
Bluetooth: Update adv. parameters when conn. setting changes
Arman Uguray
2015-03-28
1
-1
/
+2
*
Bluetooth: Use ADV_SCAN_IND for adv. instances
Arman Uguray
2015-03-28
1
-1
/
+20
*
Bluetooth: Fix using global connectable settings for adv
Arman Uguray
2015-03-28
1
-4
/
+10
*
Bluetooth: Fix race condition with HCI_RESET flag
Johan Hedberg
2015-03-28
1
-10
/
+10
*
mac802154: cleanup concurrent check
Alexander Aring
2015-03-27
1
-14
/
+6
*
Bluetooth: Unify advertising data code paths
Arman Uguray
2015-03-26
1
-91
/
+64
*
Bluetooth: Update supported_flags for AD features
Arman Uguray
2015-03-26
1
-3
/
+29
*
Bluetooth: Support the "tx-power" adv flag
Arman Uguray
2015-03-26
1
-0
/
+19
*
Bluetooth: Support the "managed-flags" adv flag
Arman Uguray
2015-03-26
1
-2
/
+9
*
Bluetooth: Support the "limited-discoverable" adv flag
Arman Uguray
2015-03-26
1
-1
/
+8
*
Bluetooth: Support the "discoverable" adv flag
Arman Uguray
2015-03-26
1
-8
/
+30
*
Bluetooth: Support the "connectable mode" adv flag
Arman Uguray
2015-03-26
1
-31
/
+56
*
Bluetooth: Fix minor typo in comment for static address setting
Marcel Holtmann
2015-03-26
1
-1
/
+1
*
Bluetooth: Filter list of supported commands/events for untrusted users
Marcel Holtmann
2015-03-25
1
-7
/
+46
*
Bluetooth: Add support for adv instance timeout
Arman Uguray
2015-03-24
1
-20
/
+81
*
Bluetooth: Add support for instance scan response
Arman Uguray
2015-03-24
1
-14
/
+52
*
Bluetooth: Implement the Remove Advertising command
Arman Uguray
2015-03-24
1
-0
/
+103
*
Bluetooth: Implement the Add Advertising command
Arman Uguray
2015-03-24
1
-10
/
+273
*
Bluetooth: Add data structure for advertising instance
Arman Uguray
2015-03-24
1
-0
/
+1
*
Bluetooth: Fix memory leak in le_scan_disable_work_complete()
Johan Hedberg
2015-03-22
1
-8
/
+9
*
Bluetooth: Expose quirks through debugfs
Jakub Pawlowski
2015-03-20
1
-0
/
+60
*
Bluetooth: Use HCI_MAX_AD_LENGTH constant instead hardcoded value
Marcel Holtmann
2015-03-20
1
-2
/
+2
*
Bluetooth: Gracefully response to enabling LE on LE only devices
Marcel Holtmann
2015-03-20
1
-2
/
+14
*
mac802154: fix typo in header guard
Nicolas Iooss
2015-03-19
1
-2
/
+2
*
Bluetooth: Fix potential NULL dereference in SMP channel setup
Marcel Holtmann
2015-03-18
1
-3
/
+5
*
Bluetooth: Add workaround for broken OS X legacy SMP pairing
Johan Hedberg
2015-03-17
1
-8
/
+67
*
Bluetooth: Move generic mgmt command dispatcher to hci_sock.c
Johan Hedberg
2015-03-17
2
-112
/
+115
*
Bluetooth: Add hdev_init callback for HCI channels
Johan Hedberg
2015-03-17
1
-2
/
+3
*
Bluetooth: Add generic mgmt helper API
Johan Hedberg
2015-03-17
4
-197
/
+265
*
Bluetooth: Add channel parameter to mgmt_pending_find() API
Johan Hedberg
2015-03-17
1
-46
/
+62
*
Bluetooth: Add helper to get HCI channel of a socket
Johan Hedberg
2015-03-17
1
-0
/
+5
*
Bluetooth: Add simultaneous dual mode scan
Jakub Pawlowski
2015-03-17
3
-10
/
+70
*
Bluetooth: Refactor BR/EDR inquiry and LE scan triggering.
Jakub Pawlowski
2015-03-17
1
-65
/
+85
*
Bluetooth: Add support for Local OOB Extended Data Update events
Marcel Holtmann
2015-03-17
1
-0
/
+16
*
Bluetooth: Fix length for Read Local OOB Extended Data respone packet
Marcel Holtmann
2015-03-17
1
-1
/
+1
*
Bluetooth: Do not include LE SC out-of-band data if not enabled
Marcel Holtmann
2015-03-16
1
-8
/
+13
*
Bluetooth: The P-256 randomizer is 16 octets long and not 19 octets
Marcel Holtmann
2015-03-16
1
-1
/
+1
*
Bluetooth: Rename smp->local_rr into smp->local_rand
Marcel Holtmann
2015-03-16
1
-5
/
+5
*
Bluetooth: Add extra SMP_DBG statement for remote OOB data
Marcel Holtmann
2015-03-16
1
-0
/
+2
*
Bluetooth: Use smp->remote_pk + 32 instead of &smp->remote_pk[32]
Marcel Holtmann
2015-03-16
1
-1
/
+1
*
Bluetooth: Add clarifying comment when setting local OOB flag
Johan Hedberg
2015-03-16
1
-0
/
+8
[next]