summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: let flush() drop packets when possibleEmmanuel Grumbach2015-01-1410-22/+27
* rfkill: document rfkill module parametersAndrew Clausen2015-01-092-0/+15
* mac80211: fix handling TIM IE when stations disconnectJohannes Berg2015-01-091-3/+13
* mac80211_hwsim: fix PS debugfs file lockingJohannes Berg2015-01-091-11/+11
* mac80211: provide per-TID RX/TX MSDU countersJohannes Berg2015-01-085-2/+68
* nl80211: support per-TID station statisticsJohannes Berg2015-01-083-0/+93
* nl80211: clarify packet statistics descriptionsJohannes Berg2015-01-082-15/+21
* cfg80211: add nl80211 beacon-only statisticsJohannes Berg2015-01-083-0/+13
* cfg80211: remove enum station_info_flagsJohannes Berg2015-01-0818-254/+142Star
* mac80211: allow drivers to provide most station statisticsJohannes Berg2015-01-085-87/+110
* mac80211: send statistics with delete station eventJohannes Berg2015-01-081-1/+3
* cfg80211: allow including station info in delete eventJohannes Berg2015-01-082-23/+31
* cfg80211: add scan time to survey dataJohannes Berg2015-01-084-2/+16
* cfg80211: allow survey data to return global dataJohannes Berg2015-01-083-17/+33
* cfg80211: remove "channel" from survey namesJohannes Berg2015-01-0816-127/+135
* mac80211: Re-fix accounting of the tailroom-needed counterIdo Yariv2015-01-074-9/+16
* Merge branch 'mac80211' into mac80211-nextJohannes Berg2015-01-0728-220/+348
|\
| * Revert "mac80211: Fix accounting of the tailroom-needed counter"Johannes Berg2015-01-052-8/+11
| * mac80211: free management frame keys when removing stationJohannes Berg2014-12-171-1/+1
| * cfg80211: correctly check ad-hoc channelsArik Nemtsov2014-12-121-1/+7
| * cfg80211: don't WARN about two consecutive Country IE hintEmmanuel Grumbach2014-12-121-5/+2Star
| * mac80211: update the channel context after channel switchEmmanuel Grumbach2014-12-121-0/+4
| * nl80211: check matches array length before acessing itLuciano Coelho2014-12-121-1/+1
| * cfg80211: avoid mem leak on driver hint setArik Nemtsov2014-12-121-1/+4
| * cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz driversJouni Malinen2014-12-121-3/+6
| * mac80211: fix multicast LED blinking and counterAndreas Müller2014-12-121-5/+6
| * mac80211: avoid using uninitialized stack dataJes Sorensen2014-12-121-0/+1
| * r8169:update rtl8168g pcie ephy parameterChun-Hao Lin2014-12-121-3/+21
| * net: dsa: bcm_sf2: force link for all fixed PHY devicesFlorian Fainelli2014-12-121-10/+13
| * Merge branch 'dma_mb'David S. Miller2014-12-1218-179/+258
| |\
| | * fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor readsAlexander Duyck2014-12-123-11/+10Star
| | * r8169: Use dma_rmb() and dma_wmb() for DescOwn checksAlexander Duyck2014-12-121-8/+21
| | * arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck2014-12-1212-26/+99
| | * arch: Cleanup read_barrier_depends() and commentsAlexander Duyck2014-12-1210-135/+129Star
| |/
| * Merge branch 'dsa'David S. Miller2014-12-121-3/+13
| |\
| | * net: dsa: propagate error code from dsa_slave_phy_setupFlorian Fainelli2014-12-121-4/+11
| | * net: dsa: handle non-existing PHYs on switch internal busFlorian Fainelli2014-12-121-0/+3
| |/
* | mac80211: skip disabled channels in VHT checkArik Nemtsov2015-01-061-4/+6
* | nl80211: define multicast group names in headerJohannes Berg2015-01-062-6/+13
* | cfg80211: add extensible feature flag attributeGautam Kumar Shukla2015-01-063-0/+66
* | nl80211: document NL80211_BSS_STATUS_AUTHENTICATED isn't usedJohannes Berg2015-01-051-0/+3
* | mac80211: fix dot11MulticastTransmittedFrameCount tested addressEliad Peller2014-12-231-1/+1
* | mac80211_hwsim: fix check for custom world regdom array sizeJohannes Berg2014-12-221-4/+4
* | mac80211: minstrel: reduce size of struct minstrel_rate_statsFelix Fietkau2014-12-192-10/+11
* | nl80211: increase the max number of rules in regdomainArik Nemtsov2014-12-181-1/+1
* | nl80211: Stop scheduled scan if netlink client disappearsJukka Rissanen2014-12-185-0/+40
* | nl80211: Convert sched_scan_req pointer to RCU pointerJukka Rissanen2014-12-185-17/+29
* | mac80211: avoid reconfig if no interfaces are upEliad Peller2014-12-171-5/+6
* | mac80211: remove unused variable in ieee80211_parse_ch_switch_ie()Luciano Coelho2014-12-171-4/+0Star
* | mac80211: update sta bw on ht chanwidth action frameEliad Peller2014-12-173-38/+47