summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen2015-03-304-3/+6
* mac80211: fix typo in debug outputMichael Braun2015-03-301-1/+1
* mac80211: reject aggregation sessions with non-HT peersJohannes Berg2015-03-302-1/+12
* cfg/mac80211: add regulatory classes IE during TDLS setupArik Nemtsov2015-03-301-0/+21
* mac80211: stop scan before connectionDavid Spinadel2015-03-301-0/+4
* mac80211: notify the driver about deauthEmmanuel Grumbach2015-03-301-18/+42
* mac80211: notify the driver about association statusEmmanuel Grumbach2015-03-301-0/+15
* mac80211: notify the driver about authentication statusEmmanuel Grumbach2015-03-301-0/+15
* mac80211: convert rssi_callback() to event_callback()Emmanuel Grumbach2015-03-303-15/+20
* mac80211: agg-tx: avoid sending DelBA with sta->lock heldJohannes Berg2015-03-301-2/+7
* mac80211: avoid duplicate TX path station lookupJohannes Berg2015-03-204-30/+50
* mac80211: mesh: avoid pointless station lookupJohannes Berg2015-03-201-4/+6
* mac80211: drop 4-addr VLAN frames earlier if not connectedJohannes Berg2015-03-201-0/+3
* mac80211: don't look up destination station twiceJohannes Berg2015-03-201-4/+6
* mac80211: remove drop_unencrypted codeJohannes Berg2015-03-207-30/+2
* mac80211: Get IV len from key conf and not cipher schemeCedric Izoard2015-03-173-7/+9
* mac80211: IBSS: refactor ieee80211_rx_bss_infoJanusz.Dziedzic@tieto.com2015-03-171-85/+99
* mac80211: minstrel_ht: fix rounding issue in MCS duration calculationFelix Fietkau2015-03-171-2/+4
* mac80211: initialize rate control earlier for tdls stationMarek Puzyniak2015-03-171-5/+8
* mac80211: refactor drop connection/unlock in CSA processingJohannes Berg2015-03-161-20/+9
* mac80211: allow to get wireless_dev structure from ieee80211_vifEmmanuel Grumbach2015-03-161-0/+12
* mac80211: add comment for rx_path_lockJohannes Berg2015-03-161-0/+6
* mac80211: move netdev stats to common functionJohannes Berg2015-03-161-5/+3
* mesh_plink: fixup type of timeout to match usageNicholas Mc Guire2015-03-041-1/+1
* mesh_plink: use msecs_to_jiffies for proper time conversionNicholas Mc Guire2015-03-041-2/+2
* mac80211: provide station PMF configuration to driverSenthilKumar Jegadeesan2015-03-042-1/+6
* mac80211: allow iterating inactive interfacesArik Nemtsov2015-03-041-13/+16
* mac80211: check and dequeue skb in ieee80211_tx_prepare_skb()Johannes Berg2015-03-041-0/+9
* mac80211: remove duplicate check for quiescing when queueing workLuciano Coelho2015-03-041-10/+0
* mac80211: allow TDLS setup code to take wdev lockArik Nemtsov2015-03-041-17/+24
* mac80211: start queues if driver rejected wowlanJohannes Berg2015-03-041-0/+7
* mac80211: remove useless double check for open_count in __ieee80211_suspend()Luciano Coelho2015-03-041-1/+1
* mac80211: don't do driver suspend with auth/assoc in progressJohannes Berg2015-03-041-1/+18
* mac80211: handle drv_add_interface failures properly during reconfigLuciano Coelho2015-03-031-1/+18
* mac80211: fix another suspend vs. association raceJohannes Berg2015-03-031-0/+28
* mac80211: TDLS: support VHT between peersArik Nemtsov2015-03-034-9/+118
* mac80211: Update beacon's timing and DTIM count on every beaconAlexander Bondar2015-03-031-12/+20
* cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky2015-03-031-31/+12
* mac80211: remove TX latency measurement codeJohannes Berg2015-02-288-495/+5
* nl/mac80211: allow zero plink timeout to disable STA expirationMasashi Honma2015-02-281-1/+2
* mac80211: iterate using station list in AP SMPSJohannes Berg2015-02-281-39/+30
* mac80211: don't look up stations for multicast addressesJohannes Berg2015-02-281-1/+1
* Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...David S. Miller2015-02-0428-138/+1246
|\
| * mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen2015-01-2712-3/+339
| * mac80111: Add BIP-CMAC-256 cipherJouni Malinen2015-01-2710-21/+171
| * mac80111: Add CCMP-256 cipherJouni Malinen2015-01-2710-31/+88
| * mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen2015-01-2713-4/+482
| * mac80211: handle potential race between suspend and scan completionLuciano Coelho2015-01-272-1/+14
| * mac80211: support beacon statisticsJohannes Berg2015-01-231-0/+14
| * mac80211: fix per-TID RX-MSDU counterJohannes Berg2015-01-231-2/+2