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
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-04
Bluetooth: Fix quirks that are valid during setup driver callback
Marcel Holtmann
1
-2
/
+9
2014-07-04
Bluetooth: Add quirk for external configuration requirement
Marcel Holtmann
2
-2
/
+10
2014-07-04
Bluetooth: Allow reading configuration info when unconfigured
Marcel Holtmann
1
-1
/
+7
2014-07-04
Bluetooth: Add quirk for invalid controller address setting
Marcel Holtmann
2
-5
/
+22
2014-07-04
Bluetooth: Use list_del when freeing the list entry
Johan Hedberg
1
-1
/
+1
2014-07-04
Bluetooth: Don't take actions on blocked devices when scanning
Johan Hedberg
1
-0
/
+4
2014-07-04
Bluetooth: Use hci_pend_le_action_lookup to look up report entries
Johan Hedberg
1
-5
/
+3
2014-07-04
Bluetooth: Make hci_pend_le_conn_lookup more general purposed
Johan Hedberg
2
-4
/
+4
2014-07-04
Bluetooth: Remove unused hci_pend_le_conn_add function
Johan Hedberg
1
-10
/
+0
2014-07-04
Bluetooth: Remove unnecessary usage of hci_pend_le_conn_add
Johan Hedberg
1
-1
/
+3
2014-07-04
Bluetooth: Fix clearing and restarting all LE actions on power cycle
Johan Hedberg
2
-28
/
+28
2014-07-04
Bluetooth: Remove unused hci_pend_le_conn_del() function
Johan Hedberg
1
-10
/
+0
2014-07-04
Bluetooth: Simplify hci_conn_params->action list usage
Johan Hedberg
3
-23
/
+17
2014-07-04
Bluetooth: Don't bother doing anything if auto_connect doesn't change
Johan Hedberg
1
-0
/
+3
2014-07-04
Bluetooth: Simplify use of hci_pend_le_conns_clear()
Johan Hedberg
1
-6
/
+4
2014-07-04
Bluetooth: Convert pend_le_reports into a list
Johan Hedberg
3
-9
/
+14
2014-07-04
Bluetooth: Convert pend_le_conn list to a generic action list
Johan Hedberg
1
-5
/
+5
2014-07-04
Bluetooth: Fix missing return statement in process_adv_report
Johan Hedberg
1
-0
/
+1
2014-07-04
Bluetooth: Add support for controller configuration info command
Marcel Holtmann
1
-0
/
+28
2014-07-03
Bluetooth: Add identity address check in param lookup functions
Johan Hedberg
2
-4
/
+8
2014-07-03
Bluetooth: Remove unnecessary checks for auto-connected devices
Johan Hedberg
1
-5
/
+9
2014-07-03
Bluetooth: Use hci_conn_params in pend_le_conns
Johan Hedberg
3
-51
/
+28
2014-07-03
Bluetooth: Remove redundant IRK lookup
Johan Hedberg
1
-17
/
+7
2014-07-03
Bluetooth: Fix missing update of pend_le_reports
Johan Hedberg
1
-0
/
+3
2014-07-03
Bluetooth: Fix buffer overflow with variable length commands
Johan Hedberg
1
-0
/
+30
2014-07-03
Bluetooth: Support scanning for devices using RPA
Johan Hedberg
1
-0
/
+12
2014-07-03
Bluetooth: Add support for background LE scanning
Johan Hedberg
2
-5
/
+27
2014-07-03
Bluetooth: Allow mgmt_device_found events for kernel-side scanning
Johan Hedberg
1
-2
/
+10
2014-07-03
Bluetooth: Track number of added devices with HCI_AUTO_CONN_REPORT
Johan Hedberg
1
-2
/
+15
2014-07-03
Bluetooth: Add support for Read Unconfigured Index List command
Marcel Holtmann
1
-10
/
+81
2014-07-03
Bluetooth: Add support for Unconfigured Index Removed events
Marcel Holtmann
1
-1
/
+5
2014-07-03
Bluetooth: Add support for Unconfigured Index Added events
Marcel Holtmann
3
-14
/
+24
2014-07-03
Bluetooth: Introduce unconfigured controller state
Marcel Holtmann
3
-24
/
+33
2014-07-03
Bluetooth: Don't send connection parameters without identity address
Johan Hedberg
1
-0
/
+3
2014-07-03
Bluetooth: Make is_identity_address a global function
Johan Hedberg
1
-13
/
+1
2014-07-03
Bluetooth: Pass store hint to mgmt_new_conn_param
Johan Hedberg
3
-7
/
+15
2014-07-03
Bluetooth: Make hci_le_conn_update return the store hint
Johan Hedberg
1
-2
/
+7
2014-07-03
Bluetooth: Fix missing update of conn params
Johan Hedberg
1
-1
/
+17
2014-07-03
Bluetooth: Add Load Connection Parameters command
Johan Hedberg
1
-0
/
+79
2014-07-03
Bluetooth: Remove only enabled entries with Remove Device command
Johan Hedberg
1
-2
/
+21
2014-07-03
Bluetooth: Add new auto_conn value matching mgmt action 0x00
Johan Hedberg
2
-1
/
+2
2014-07-03
Bluetooth: Add specific connection parameter clear functions
Johan Hedberg
1
-0
/
+32
2014-07-03
Bluetooth: Rename hci_conn_params_clear to hci_conn_params_clear_all
Johan Hedberg
2
-3
/
+3
2014-07-03
Bluetooth: Default to internal use manufacturer identifier
Marcel Holtmann
1
-0
/
+1
2014-07-03
Bluetooth: Drop LE connections for blocked devices
Johan Hedberg
1
-0
/
+12
2014-07-03
Bluetooth: Centralize looking up blocked devices to l2cap_recv_frame
Johan Hedberg
1
-3
/
+6
2014-07-03
Bluetooth: Add support for hdev->set_bdaddr callback handling
Marcel Holtmann
1
-0
/
+11
2014-07-03
Bluetooth: Introduce "New Connection Parameter" Event
Andre Guedes
3
-1
/
+28
2014-07-03
Bluetooth: Enable new LE meta event
Andre Guedes
1
-0
/
+9
2014-07-03
Bluetooth: Move LE event mask setting into init3 phase
Andre Guedes
1
-8
/
+9
[next]