aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-27mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen1-3/+9
2015-01-27mac80111: Add BIP-CMAC-256 cipherJouni Malinen1-5/+8
2015-01-27mac80111: Add CCMP-256 cipherJouni Malinen1-2/+4
2015-01-27mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen1-2/+7
2015-01-22mac80211: allow drivers to control software cryptoJohannes Berg1-26/+39
2015-01-21mac80211: fix HW registration error pathsJohannes Berg1-6/+6
2014-12-15mac80211: move U-APSD enablement to vif flagsJohannes Berg1-4/+0
2014-11-19mac80211: add TDLS channel-switch Rx flowArik Nemtsov1-1/+2
2014-11-19mac80211: introduce TDLS channel switch opsArik Nemtsov1-0/+5
2014-10-27mac80211: support creating vifs with specified mac addressBen Greear1-0/+1
2014-10-27mac80211: support creating wiphy w/out creating wlanXBen Greear1-1/+2
2014-10-27mac80211: allow creating wiphy devices with suggested nameBen Greear1-4/+5
2014-10-10mac80211: enable DFS with channel contextsMichal Kazior1-2/+3
2014-10-09mac80211: add extended channel switching capability if the driver supports CSALuciano Coelho1-9/+11
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg1-0/+1
2014-06-23mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho1-1/+2
2014-06-23mac80211: remove PID rate controlJohn W. Linville1-7/+0
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-0/+2
2014-05-15mac80211: Support multiple CSA countersAndrei Otcheretianski1-0/+2
2014-04-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-3/+5
2014-04-25mac80211: change return value of notifier functionZhao, Gang1-2/+2
2014-04-22mac80211: Allow HT capa override to add 40 MHz intolerantJouni Malinen1-1/+2
2014-04-11mac80211: exclude AP_VLAN interfaces from tx power calculationFelix Fietkau1-0/+2
2014-04-11mac80211: suppress BSS info change notifications for AP_VLANFelix Fietkau1-1/+1
2014-04-09mac80211: Allow disabling LDPCPawel Kulakowski1-1/+2
2014-02-12mac80211: add NAPI support backJohannes Berg1-0/+12
2014-02-04mac80211: add check on hw->max_signal value on ieee80211_register_hwandrea merello1-2/+7
2014-01-06mac80211: fix memory leak in register_hw() error pathJohannes Berg1-11/+11
2013-12-16mac80211: reschedule sched scan after HW restartDavid Spinadel1-6/+2
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+3
2013-12-02mac80211: Tx frame latency statisticsMatti Gottlieb1-0/+2
2013-11-25mac80211: add generic cipher scheme supportMax Stepanov1-45/+100
2013-11-25mac80211: set hw initial idle stateKarl Beldan1-0/+2
2013-11-25mac80211: fix scheduled scan rtnl deadlockJohannes Berg1-0/+1
2013-08-23mac80211: move setting WIPHY_FLAG_SUPPORTS_SCHED_SCAN into driversJohannes Berg1-3/+0
2013-07-16mac80211: allow scanning for 5/10 MHz channels in IBSSSimon Wunderlich1-11/+2
2013-07-16cfg80211/mac80211: use reduced txpower for 5 and 10 MHzSimon Wunderlich1-1/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+3
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-1/+1
2013-06-03cfg80211: take WoWLAN support information out of wiphy structJohannes Berg1-2/+1
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg1-2/+2
2013-04-16mac80211: adjust initial chandefs assignments in ieee80211_register_hwKarl Beldan1-11/+12
2013-04-08mac80211: let drivers not supporting channel contexts use VHTKarl Beldan1-13/+1
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-25/+34
2013-03-25mac80211: allow drivers to set default uAPSD parametersAlexander Bondar1-0/+2
2013-03-18mac80211: stop queues temporarily for flushingJohannes Berg1-2/+2
2013-03-11mac80211: remove a few set but unused variablesJohannes Berg1-4/+0
2013-03-07mac80211: provide ieee80211_sta_eosp()Johannes Berg1-14/+0
2013-03-06mac80211: support userspace MPMThomas Pedersen1-1/+2
2013-03-06mac80211: remove napiStanislaw Gruszka1-30/+0