aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-02mac80211: copy nl80211 mgmt TX SKB for statusGravatar Johannes Berg 1-3/+36
2015-06-02mac80211: move TX PN to public part of key structGravatar Johannes Berg 1-50/+9
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-48/+11
2015-05-20mac80211: don't split remain-on-channel for coalescingGravatar Johannes Berg 1-48/+11
2015-05-20mac80211: check fast-xmit on station changeGravatar Michal Kazior 1-0/+1
2015-05-06mac80211: extend get_key() to return PN for all ciphersGravatar Johannes Berg 1-0/+9
2015-05-06mac80211: extend get_tkip_seq to all keysGravatar Johannes Berg 1-32/+59
2015-04-24mac80211: force off channel transmission for public action framesGravatar Matti Gottlieb 1-1/+7
2015-04-22mac80211: add TX fastpathGravatar Johannes Berg 1-1/+8
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 1-50/+47
2015-03-30mac80211: set QoS capability before changing station stateGravatar Johannes Berg 1-4/+4
2015-03-30mac80211: make sta.wme indicate whether QoS is usedGravatar Johannes Berg 1-1/+2
2015-03-30cfg80211: pass name_assign_type to rdev_add_virtual_intf()Gravatar Tom Gundersen 1-1/+2
2015-03-30mac80211: fix typo in debug outputGravatar Michael Braun 1-1/+1
2015-03-20mac80211: avoid duplicate TX path station lookupGravatar Johannes Berg 1-1/+1
2015-03-17mac80211: initialize rate control earlier for tdls stationGravatar Marek Puzyniak 1-5/+8
2015-03-04mac80211: provide station PMF configuration to driverGravatar SenthilKumar Jegadeesan 1-0/+1
2015-03-03mac80211: Use eth_<foo>_addr instead of memsetGravatar Joe Perches 1-1/+1
2015-02-28mac80211: iterate using station list in AP SMPSGravatar Johannes Berg 1-39/+30
2015-01-27mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersGravatar Jouni Malinen 1-0/+14
2015-01-27mac80111: Add BIP-CMAC-256 cipherGravatar Jouni Malinen 1-0/+2
2015-01-27mac80111: Add CCMP-256 cipherGravatar Jouni Malinen 1-0/+2
2015-01-27mac80111: Add GCMP and GCMP-256 ciphersGravatar Jouni Malinen 1-0/+13
2015-01-23mac80211: enable TPC through mac80211 stackGravatar Lorenzo Bianconi 1-3/+16
2015-01-15cfg80211: change bandwidth reporting to explicit fieldGravatar Johannes Berg 1-11/+20
2015-01-15mac80211: remove 80+80 MHz rate reportingGravatar Johannes Berg 1-2/+0
2015-01-14mac80211: remove local->radar_detect_enabledGravatar Eliad Peller 1-1/+1
2015-01-14mac80211: let flush() drop packets when possibleGravatar Emmanuel Grumbach 1-1/+1
2014-12-15mac80211: ask driver to look at power level when starting APGravatar Johannes Berg 1-1/+2
2014-11-19mac80211: introduce TDLS channel switch opsGravatar Arik Nemtsov 1-0/+2
2014-11-19mac80211: track AP and peer STA TDLS chan-switch supportGravatar Arik Nemtsov 1-0/+7
2014-11-19mac80211: move skb info band assignment outGravatar Johannes Berg 1-1/+2
2014-11-10mac80211: send channel switch started notificationsGravatar Luciano Coelho 1-0/+3
2014-11-10mac80211: fix order of setting ch_switch and drv_pre_channel_switch callGravatar Luciano Coelho 1-6/+6
2014-11-04mac80211: 802.11p OCB mode supportGravatar Rostislav Lisovy 1-0/+13
2014-11-04cfg80211: 802.11p OCB mode handlingGravatar Rostislav Lisovy 1-0/+1
2014-11-04mac80211: add support for driver tx power reportingGravatar Felix Fietkau 1-0/+3
2014-10-31mac80211: fix spelling errorsGravatar Stephen Hemminger 1-1/+1
2014-10-22mac80211: add WMM admission control supportGravatar Johannes Berg 1-0/+73
2014-10-20Merge branch 'mac80211' into mac80211-nextGravatar Johannes Berg 1-1/+1
2014-10-20mac80211: fix change flags variable signednessGravatar Johannes Berg 1-1/+2
2014-10-20cfg80211: Convert del_station() callback to use a param structGravatar Jouni Malinen 1-3/+3
2014-10-09mac80211: directly return ieee80211_vif_use_reserved_context()Gravatar Fabian Frederick 1-5/+1
2014-10-09mac80211: add post_channel_switch driver operationGravatar Luciano Coelho 1-1/+6
2014-10-09mac80211: add pre_channel_switch driver operationGravatar Luciano Coelho 1-0/+11
2014-10-09mac80211: implement cfg80211_ops to query mesh proxy path tableGravatar Henning Rogge 1-0/+53
2014-10-09mac80211: return the vif's chandef in ieee80211_cfg_get_channel()Gravatar Luciano Coelho 1-1/+1
2014-09-11mac80211: set smps_mode according to ap paramsGravatar Eliad Peller 1-2/+13
2014-09-05mac80211: extend set_coverage_class signatureGravatar Lorenzo Bianconi 1-2/+7
2014-09-05mac80211: combine roc with the "next roc" if possibleGravatar Eliad Peller 1-24/+53