summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-11-04mac80211: 802.11p OCB mode supportRostislav Lisovy13-9/+415
2014-11-04cfg80211: 802.11p OCB mode handlingRostislav Lisovy13-2/+208
2014-11-04mac80211: add support for driver tx power reportingFelix Fietkau3-0/+44
2014-10-31cfg80211: avoid using default in interface type switchJohannes Berg2-2/+18
2014-10-31mac80211: fix spelling errorsStephen Hemminger4-4/+4
2014-10-29cfg80211: fix integer signedness in chandef_primary_freqs()Johannes Berg1-1/+1
2014-10-29cfg80211: fix set but not used warning in nl80211_channel_switch()Fabian Frederick1-4/+1
2014-10-27mac80211: minstrel_ht: do not always skip ht rates vht_only is trueKarl Beldan1-1/+1
2014-10-27mac80211: don't flush when probing the APEmmanuel Grumbach1-2/+0
2014-10-27mac80211: support creating vifs with specified mac addressBen Greear2-1/+5
2014-10-27cfg80211: support configuring vif mac addr on createBen Greear1-1/+3
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-27cfg80211: support creating wiphy with suggested nameBen Greear1-11/+49
2014-10-23mac80211: expose API allowing station iterationArik Nemtsov1-0/+28
2014-10-23mac80211: add stations in order to the station listArik Nemtsov1-1/+1
2014-10-23mac80211: expose TDLS-initiator value to low level driverArik Nemtsov1-2/+6
2014-10-23mac80211: fix network header breakage during encryptionArik Nemtsov2-7/+0
2014-10-23mac80211: export IE splitting functionAndrei Otcheretianski2-27/+1
2014-10-23mac80211: minstrel_ht: use group flags instead of index to display ratesKarl Beldan1-12/+16
2014-10-22mac80211: don't remove tainted keys after not programmingJohannes Berg1-1/+10
2014-10-22mac80211: add WMM admission control supportJohannes Berg7-22/+270
2014-10-22mac80211: sanity check CW_min/CW_max towards driverJohannes Berg1-0/+6
2014-10-22cfg80211: make WMM TSPEC support flag an nl80211 feature flagJohannes Berg1-8/+6
2014-10-21mac80211: remove unnecessary null test before debugfs_remove()Fabian Frederick1-8/+4
2014-10-21mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHzKarl Beldan4-22/+241
2014-10-20mac80211: minstrel_ht: include type (cck/ht) in rates flagKarl Beldan1-14/+14
2014-10-20mac80211: minstrel_ht: macros adjustments for future VHT_GROUPsKarl Beldan3-34/+42
2014-10-20mac80211: minstrel_ht: Increase the range of handled rate indexesKarl Beldan2-12/+12
2014-10-20Merge branch 'mac80211' into mac80211-nextJohannes Berg7-15/+29
2014-10-20mac80211: fix change flags variable signednessJohannes Berg1-1/+2
2014-10-20cfg80211: Specify frame and reason code for NL80211_CMD_DEL_STATIONJouni Malinen2-2/+29
2014-10-20mac80211: minstrels: fix buffer overflow in HT debugfs rc_statsKarl Beldan2-10/+15
2014-10-20cfg80211: Convert del_station() callback to use a param structJouni Malinen4-12/+34
2014-10-14mac80211: fix typo in starting baserate for rts_cts_rate_idxKarl Beldan1-1/+1
2014-10-10cfg80211: set the rates mask in connection probes over specified freqKarl Beldan1-2/+11
2014-10-10mac80211: enable DFS with channel contextsMichal Kazior2-4/+17
2014-10-09mac80211: directly return ieee80211_vif_use_reserved_context()Fabian Frederick1-5/+1
2014-10-09mac80211: allow channel switch with multiple channel contextsLuciano Coelho3-22/+20
2014-10-09mac80211: wait for the first beacon on the new channel after CSALuciano Coelho3-13/+36
2014-10-09mac80211: add post_channel_switch driver operationLuciano Coelho4-1/+37
2014-10-09mac80211: add pre_channel_switch driver operationLuciano Coelho4-8/+79
2014-10-09mac80211: add extended channel switching capability if the driver supports CSALuciano Coelho2-9/+14
2014-10-09mac80211: add device_timestamp to the ieee80211_channel_switch structLuciano Coelho2-5/+12
2014-10-09nl80211: sanity check the channel switch counter valueLuciano Coelho1-1/+9
2014-10-09mac80211: implement cfg80211_ops to query mesh proxy path tableHenning Rogge3-0/+87
2014-10-09cfg80211: add ops to query mesh proxy path tableHenning Rogge3-1/+170
2014-10-09net: rfkill: kernel-doc warning fixesFabian Frederick1-2/+2
2014-10-09mac80211: return the vif's chandef in ieee80211_cfg_get_channel()Luciano Coelho1-1/+1
2014-10-09mac80211: minstrel_ht: fix MCS_GROUP_RATES usageKarl Beldan1-1/+1