summaryrefslogtreecommitdiffstats
path: root/net/mac80211/main.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-7/+7
* mac80211: prevent possible crypto tx tailroom corruptionMichal Kazior2015-05-291-0/+3
* mac80211: fix memory leakJohannes Berg2015-05-201-1/+3
* mac80211: validate cipher scheme PN length betterJohannes Berg2015-05-061-1/+4
* mac80211: make LED triggering depend on activationJohannes Berg2015-05-051-1/+3
* mac80211: remove support for IFF_PROMISCJohannes Berg2015-04-241-3/+0
* mac80211: allow segmentation offloadsJohannes Berg2015-04-221-1/+2
* mac80211: allow drivers to support S/GJohannes Berg2015-04-221-1/+1
* mac80211: add an intermediate software queue implementationFelix Fietkau2015-04-011-0/+3
* mac80211: use rhashtable for station tableJohannes Berg2015-04-011-3/+6
* cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen2015-03-301-1/+1
* mac80211: remove TX latency measurement codeJohannes Berg2015-02-281-2/+0
* mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen2015-01-271-3/+9
* mac80111: Add BIP-CMAC-256 cipherJouni Malinen2015-01-271-5/+8
* mac80111: Add CCMP-256 cipherJouni Malinen2015-01-271-2/+4
* mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen2015-01-271-2/+7
* mac80211: allow drivers to control software cryptoJohannes Berg2015-01-221-26/+39
* mac80211: fix HW registration error pathsJohannes Berg2015-01-211-6/+6
* mac80211: move U-APSD enablement to vif flagsJohannes Berg2014-12-151-4/+0
* mac80211: add TDLS channel-switch Rx flowArik Nemtsov2014-11-191-1/+2
* mac80211: introduce TDLS channel switch opsArik Nemtsov2014-11-191-0/+5
* mac80211: support creating vifs with specified mac addressBen Greear2014-10-271-0/+1
* mac80211: support creating wiphy w/out creating wlanXBen Greear2014-10-271-1/+2
* mac80211: allow creating wiphy devices with suggested nameBen Greear2014-10-271-4/+5
* mac80211: enable DFS with channel contextsMichal Kazior2014-10-101-2/+3
* mac80211: add extended channel switching capability if the driver supports CSALuciano Coelho2014-10-091-9/+11
* mac80211: add Intel Mobile Communications copyrightJohannes Berg2014-09-051-0/+1
* mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho2014-06-231-1/+2
* mac80211: remove PID rate controlJohn W. Linville2014-06-231-7/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-05-221-0/+2
|\
| * mac80211: Support multiple CSA countersAndrei Otcheretianski2014-05-151-0/+2
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-04-301-3/+5
|\|
| * mac80211: change return value of notifier functionZhao, Gang2014-04-251-2/+2
| * mac80211: Allow HT capa override to add 40 MHz intolerantJouni Malinen2014-04-221-1/+2
| * mac80211: Allow disabling LDPCPawel Kulakowski2014-04-091-1/+2
* | mac80211: exclude AP_VLAN interfaces from tx power calculationFelix Fietkau2014-04-111-0/+2
* | mac80211: suppress BSS info change notifications for AP_VLANFelix Fietkau2014-04-111-1/+1
|/
* mac80211: add NAPI support backJohannes Berg2014-02-121-0/+12
* mac80211: add check on hw->max_signal value on ieee80211_register_hwandrea merello2014-02-041-2/+7
* mac80211: fix memory leak in register_hw() error pathJohannes Berg2014-01-061-11/+11
* mac80211: reschedule sched scan after HW restartDavid Spinadel2013-12-161-6/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-061-0/+3
|\
| * mac80211: set hw initial idle stateKarl Beldan2013-11-251-0/+2
| * mac80211: fix scheduled scan rtnl deadlockJohannes Berg2013-11-251-0/+1
* | mac80211: Tx frame latency statisticsMatti Gottlieb2013-12-021-0/+2
* | mac80211: add generic cipher scheme supportMax Stepanov2013-11-251-45/+100
|/
* mac80211: move setting WIPHY_FLAG_SUPPORTS_SCHED_SCAN into driversJohannes Berg2013-08-231-3/+0
* mac80211: allow scanning for 5/10 MHz channels in IBSSSimon Wunderlich2013-07-161-11/+2
* cfg80211/mac80211: use reduced txpower for 5 and 10 MHzSimon Wunderlich2013-07-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-4/+3
|\