summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | rtlwifi: rtl8723ae: rtl8723-common: Create new driver for common codeLarry Finger2014-03-0410-469/+555
| | * | rtlwifi: Prepare existing drivers for new driverLarry Finger2014-03-0414-143/+215
| | * | rtlwifi: btcoexist: Add new mini driverLarry Finger2014-03-0414-1/+6847
| | * | rtl818x: make sure TX descriptor writes are done before kicking DMAandrea merello2014-03-041-0/+6
| | * | rtl818x: Make sure the TX descriptor "valid" flag is written by lastandrea merello2014-03-041-0/+5
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-0433-178/+303
| | |\ \
| | * | | wil6210: fix smatch warning in wil_cfg80211_get_station()Vladimir Kondratiev2014-03-031-1/+1
| | * | | wil6210: fix buffer overflow in wil_txdesc_debugfs_show()Vladimir Kondratiev2014-03-031-6/+6
| | * | | wl1251: use skb_trim to make skb shorterIvaylo Dimitrov2014-03-031-1/+1
| | * | | wireless: Kconfig: add missing dependencyZhao, Gang2014-03-031-4/+4
| | * | | ath9k_hw: tweak noise immunity thresholds for older chipsetsFelix Fietkau2014-03-032-4/+23
| | * | | ath9k_hw: toggle weak signal detection in AP mode on older chipsetsFelix Fietkau2014-03-031-8/+10
| | * | | ath9k: fix invalid max frame lengthSylvain Roger Rieunier2014-03-031-1/+1
| | * | | net: Replace min macro with min_tSilvan Jegen2014-03-0317-22/+22
| | * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-03-0310-252/+1585
| | |\ \ \
| | | * | | Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg2014-02-283-43/+16
| | | * | | Bluetooth: Fix trying to disable scanning twiceJohan Hedberg2014-02-282-1/+5
| | | * | | Bluetooth: Delay LTK encryption to let remote receive all keysJohan Hedberg2014-02-282-3/+22
| | | * | | Bluetooth: Re-encrypt link after receiving an LTKJohan Hedberg2014-02-282-6/+29
| | | * | | Bluetooth: Add timeout for LE connection attemptsJohan Hedberg2014-02-284-0/+27
| | | * | | Bluetooth: Add defines for LE initiator filter policyJohan Hedberg2014-02-281-0/+3
| | | * | | Bluetooth: Use hdev->init/resp_addr values for smp_c1 functionJohan Hedberg2014-02-281-16/+6
| | | * | | Bluetooth: Track LE initiator and responder address informationJohan Hedberg2014-02-282-0/+82
| | | * | | Bluetooth: Fix updating connection state to BT_CONNECT too earlyJohan Hedberg2014-02-281-1/+2
| | | * | | Bluetooth: Add protections for updating local random addressJohan Hedberg2014-02-282-2/+32
| | | * | | Bluetooth: Fix clearing SMP keys if pairing failsJohan Hedberg2014-02-281-0/+18
| | | * | | Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann2014-02-289-32/+29
| | | * | | Bluetooth: Add timer to force power offJohan Hedberg2014-02-282-3/+14
| | | * | | Bluetooth: Fix disconnecting connections in non-connected statesJohan Hedberg2014-02-281-4/+40
| | | * | | Bluetooth: Track LE white list modification via HCI commandsMarcel Holtmann2014-02-281-0/+55
| | | * | | Bluetooth: Add support for storing LE white list entriesMarcel Holtmann2014-02-282-0/+97
| | | * | | Bluetooth: Clear all LE white list entries when powering controllerMarcel Holtmann2014-02-281-2/+5
| | | * | | Bluetooth: Add definitions for LE white list HCI commandsMarcel Holtmann2014-02-281-0/+14
| | | * | | Bluetooth: Make hci_blacklist_clear function staticMarcel Holtmann2014-02-282-2/+1
| | | * | | Bluetooth: Add hci_copy_identity_address convenience functionJohan Hedberg2014-02-273-26/+28
| | | * | | Bluetooth: Add tracking of advertising address typeJohan Hedberg2014-02-272-0/+24
| | | * | | Bluetooth: Fix response on confirm_nameLukasz Rymanowski2014-02-271-4/+6
| | | * | | Bluetooth: Update background scan parametersAndre Guedes2014-02-271-0/+15
| | | * | | Bluetooth: Create hci_req_add_le_passive_scan helperAndre Guedes2014-02-272-25/+32
| | | * | | Bluetooth: Add le_auto_conn file on debugfsAndre Guedes2014-02-271-0/+111
| | | * | | Bluetooth: Support resolvable private addressesAndre Guedes2014-02-271-0/+10
| | | * | | Bluetooth: Connection parameters and resolvable addressAndre Guedes2014-02-273-7/+26
| | | * | | Bluetooth: Auto connection and power onAndre Guedes2014-02-272-0/+14
| | | * | | Bluetooth: Temporarily stop background scanning on discoveryAndre Guedes2014-02-272-6/+8
| | | * | | Bluetooth: Connection parameters and auto connectionAndre Guedes2014-02-271-7/+35
| | | * | | Bluetooth: Introduce LE auto connect optionsAndre Guedes2014-02-273-5/+33
| | | * | | Bluetooth: Introduce LE auto connection infrastructureAndre Guedes2014-02-274-2/+137
| | | * | | Bluetooth: Introduce hdev->pend_le_conn listAndre Guedes2014-02-272-0/+75
| | | * | | Bluetooth: Move address type conversion to outside hci_connect_leAndre Guedes2014-02-273-11/+23
| | | * | | Bluetooth: Refactor HCI connection codeAndre Guedes2014-02-274-30/+15