summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Bluetooth: Add LE Local Features reading supportJohan Hedberg2013-01-231-0/+20
| | * | | Bluetooth: Fix returning proper cmd_complete for mgmt_block/unblockJohan Hedberg2013-01-231-4/+6
| | * | | Bluetooth: Fix returning proper cmd_complete for mgmt_disconnectJohan Hedberg2013-01-231-8/+14
| | * | | Bluetooth: Fix checking for valid disconnect parameters in unpair_deviceJohan Hedberg2013-01-231-0/+5
| | * | | Bluetooth: Fix checking for valid address type values in mgmt commandsJohan Hedberg2013-01-231-2/+34
| | * | | Bluetooth: Check for valid key->authenticated value for LTKsJohan Hedberg2013-01-231-0/+2
| | * | | Bluetooth: Refactor valid LTK data testing into its own functionJohan Hedberg2013-01-231-1/+8
| | * | | Bluetooth: Fix checking for proper key->master value in Load LTKsJohan Hedberg2013-01-231-0/+9
| | * | | Bluetooth: Fix returning proper mgmt status for Load LTKsJohan Hedberg2013-01-231-1/+1
| | * | | Bluetooth: Fix checking for correct mgmt_load_link_keys parametersJohan Hedberg2013-01-231-0/+4
| | * | | Bluetooth: Fix pair device command reply if adapter is powered offSzymon Janc2013-01-231-6/+6
| | * | | Bluetooth: Fix Class of Device indication when powering offJohan Hedberg2013-01-231-0/+6
| | * | | Bluetooth: Fix using system-global workqueue when not necessaryJohan Hedberg2013-01-182-3/+4
| | * | | Bluetooth: Use req_workqueue for hci_request operationsJohan Hedberg2013-01-182-4/+5
| | * | | Bluetooth: Add a new workqueue for hci_request operationsJohan Hedberg2013-01-181-0/+11
| | * | | Bluetooth: Fix uuid output in debugfsGustavo Padovan2013-01-101-11/+11
| | * | | Bluetooth: Fix sending incorrect new_settings for mgmt_set_poweredJohan Hedberg2013-01-101-2/+3
| | * | | Bluetooth: Fix returning proper command status for start_discoveryJohan Hedberg2013-01-101-16/+30
| | * | | Bluetooth: Fix checking for exact values of boolean mgmt parametersJohan Hedberg2013-01-101-0/+36
| | * | | Bluetooth: Move non-critical sections outside of the dev lockJohan Hedberg2013-01-101-28/+18
| | * | | Bluetooth: Fix accepting set_dev_class for non-BR/EDR controllersJohan Hedberg2013-01-101-0/+6
| | * | | Bluetooth: Fix checking for valid device class valuesJohan Hedberg2013-01-101-0/+6
| | * | | Bluetooth: Fix missing command complete for mgmt_load_long_term_keysJohan Hedberg2013-01-101-2/+5
| | * | | Bluetooth: Fix missing command complete event for mgmt_confirm_nameJohan Hedberg2013-01-101-1/+2
| | * | | Bluetooth: mgmt: Avoid using magic number in status codeSzymon Janc2013-01-091-4/+4
| | * | | Bluetooth: mgmt: Remove not needed restriction on add/remove OOB dataSzymon Janc2013-01-091-17/+0
| | * | | Bluetooth: AMP: Use set_bit / test_bit for amp_mgr stateAndrei Emeltchenko2013-01-092-5/+5
| | * | | Bluetooth: AMP: Remove dead codeAndrei Emeltchenko2013-01-091-5/+0
| | * | | Bluetooth: AMP: Clean up logical link create / acceptAndrei Emeltchenko2013-01-091-12/+5
| | * | | Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc writeAndrei Emeltchenko2013-01-092-3/+39
| | * | | Bluetooth: Remove unnecessary include l2cap.hRami Rosen2013-01-091-1/+0
* | | | | mac80211: stop plink timer only on mesh interfacesThomas Pedersen2013-02-051-0/+3
| |_|_|/ |/| | |
* | | | mac80211: mesh power save basicsMarco Porsch2013-02-0420-17/+803
* | | | cfg80211: wrap BSS krefJohannes Berg2013-02-041-5/+15
* | | | cfg80211: remove a local variableJohannes Berg2013-02-041-3/+2
* | | | cfg80211: use lockdep to assert lock is heldJohannes Berg2013-02-041-2/+4
* | | | mac80211: send deauth if connection was lost during suspendJohannes Berg2013-02-041-6/+8
* | | | mac80211: allow transmitting deauth with tainted keyJohannes Berg2013-02-041-1/+2
* | | | cfg80211: move locking into cfg80211_bss_ageJohannes Berg2013-02-042-3/+2
* | | | cfg80211: fix BSS IE allocation commentJohannes Berg2013-02-041-4/+1
* | | | mac80211: remove unused SSID from BSSJohannes Berg2013-02-041-4/+0
* | | | cfg80211: remove unused cfg80211_get_meshJohannes Berg2013-02-041-65/+0
* | | | cfg80211: simplify mesh BSS comparisonJohannes Berg2013-02-041-81/+39
* | | | cfg80211: fix BSS list hidden SSID lookupJohannes Berg2013-02-041-27/+53
* | | | cfg80211: refactor hidden SSID findingJohannes Berg2013-02-041-62/+20
* | | | cfg80211: expand per-station byte counters to 64bitVladimir Kondratiev2013-02-041-3/+13
* | | | mac80211: always allow calling ieee80211_connection_loss()Johannes Berg2013-02-042-2/+5
* | | | mac80211: send deauth when connection is lostJohannes Berg2013-02-041-5/+4
* | | | mac80211: improve latency and throughput while software scanningStanislaw Gruszka2013-01-311-27/+5
* | | | mac80211: start auth/assoc timeout on frame statusJohannes Berg2013-01-316-28/+99