summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nl80211: support vendor-specific eventsJohannes Berg2013-12-193-23/+143
* mac80211: add helper functions for tracking P2P NoA stateFelix Fietkau2013-12-192-0/+187
* mac80211: fix iflist_mtx/mtx locking in radar detectionJohannes Berg2013-12-196-20/+73
* mac80211: remove unnecessary iflist_mtx lockingJohannes Berg2013-12-192-4/+0
* mac80211: align struct ps_data.tim to unsigned longJoe Perches2013-12-191-1/+2
* mac80211: make ieee80211_recalc_radar_chanctx staticJohannes Berg2013-12-182-25/+23
* mac80211: fix checkpatch errorsWeilong Chen2013-12-188-12/+12
* nl80211: add VHT support for set_bitrate_maskJanusz Dziedzic2013-12-163-6/+99
* mac80211: read station mgmt keys via get_key callMax Stepanov2013-12-161-1/+2
* mac80211: check pairwise key_idx on get_key callMax Stepanov2013-12-161-2/+2
* mac80211: align ieee80211_ibss_csa_beacon() with ieee80211_assign_beacon()Luciano Coelho2013-12-161-1/+4
* mac80211: refactor ieee80211_ibss_process_chanswitch()Luciano Coelho2013-12-163-50/+17
* mac80211: update adjusting TBTT bit in beaconThomas Pedersen2013-12-164-4/+22
* mac80211: reschedule sched scan after HW restartDavid Spinadel2013-12-164-20/+68
* mac80211: make ieee80211_assign_beacon() staticLuciano Coelho2013-12-162-4/+2
* mac80211: lock sdata in ieee80211_csa_connection_drop_work()Luciano Coelho2013-12-161-0/+4
* mac80211: let the driver reserve extra tailroom in beaconsFelix Fietkau2013-12-162-3/+10
* mac80211: free all AP/VLAN keys at onceJohannes Berg2013-12-164-28/+43
* mac80211: optimise mixed AP/VLAN station removalJohannes Berg2013-12-163-6/+14
* mac80211: optimise synchronize_net() for sta_info_flushJohannes Berg2013-12-162-4/+41
* mac80211: move synchronize_net() before sta key removalJohannes Berg2013-12-162-14/+5
* mac80211: don't delay station destructionJohannes Berg2013-12-167-119/+12
* mac80211: move 4-addr sta pointer clearing before synchronize_rcu()Johannes Berg2013-12-161-3/+4
* iwlwifi: mvm: use pre-RCU-sync sta removal operationJohannes Berg2013-12-163-7/+40
* mac80211: add pre-RCU-sync sta removal driver operationJohannes Berg2013-12-164-21/+52
* Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2013-12-169115-190797/+356201
|\
| * ath9k: initialize retry chain flags in tx99 codeLorenzo Bianconi2013-12-111-1/+9
| * MAINTAINERS: remove myself as maintainer of TI WiLink driversLuciano Coelho2013-12-111-2/+1
| * ath5k: Reset Tx interrupt bits also on PISRNick Kossifidis2013-12-111-1/+10
| * nfc: Fix FSF address in file headersJeff Kirsher2013-12-1134-95/+34
| * rfkill: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+1
| * drivers/net/wireless: Fix FSF address in file headersJeff Kirsher2013-12-118-19/+14
| * prism54: Fix FSF address in file headersJeff Kirsher2013-12-1115-30/+15
| * rt2x00: Fix FSF address in file headersJeff Kirsher2013-12-1144-132/+44
| * zd1211rw: Fix FSF address in file headersJeff Kirsher2013-12-1113-26/+13
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-12-1110-73/+937
| |\
| | * Bluetooth: Fix handling of L2CAP Command Reject over LEJohan Hedberg2013-12-101-0/+26
| | * Bluetooth: Use macros for connectionless slave broadcast featuresMarcel Holtmann2013-12-083-3/+15
| | * Bluetooth: Increase minor version of core moduleMarcel Holtmann2013-12-071-1/+1
| | * Bluetooth: Fix valid LE PSM checkJohan Hedberg2013-12-061-1/+1
| | * Bluetooth: Use min_t for calculating chan->mpsJohan Hedberg2013-12-061-5/+1
| | * Bluetooth: Simplify l2cap_chan initialization for LE CoCJohan Hedberg2013-12-053-26/+14
| | * Bluetooth: Add debugfs controls for LE CoC MPS and CreditsJohan Hedberg2013-12-051-4/+12
| | * Bluetooth: Fix validating LE PSM valuesJohan Hedberg2013-12-052-11/+44
| | * Bluetooth: Fix CID ranges for LE CoC CID allocationsJohan Hedberg2013-12-052-2/+8
| | * Bluetooth: Fix clearing of chan->omtu for LE CoC channelsJohan Hedberg2013-12-051-4/+4
| | * Bluetooth: Limit LE MPS to the MTU valueJohan Hedberg2013-12-051-4/+14
| | * Bluetooth: Fix suspending the L2CAP socket if we start with 0 creditsJohan Hedberg2013-12-051-0/+3
| | * Bluetooth: Fix LE L2CAP Connect Request handling together with SMPJohan Hedberg2013-12-052-0/+4
| | * Bluetooth: Implement LE L2CAP reassemblyJohan Hedberg2013-12-051-3/+76