aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-05mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg1-8/+13
2018-08-29cfg80211: clarify frames covered by average ACK signal reportBalaji Pothunoori1-3/+3
2018-06-29mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat1-42/+42
2018-06-18mac80211: add support for HELuca Coelho1-1/+14
2018-06-15mac80211: support scan features for improved scan privacyJohannes Berg1-1/+1
2018-05-18mac80211: allocate and fill tidstats only when neededJohannes Berg1-3/+4
2018-05-18cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel1-4/+5
2018-05-08mac80211: Support the new cfg80211 TXQ stats APIToke Høiland-Jørgensen1-0/+12
2018-05-07mac80211: average ack rssi support for data framesBalaji Pothunoori1-0/+10
2018-05-07mac80211: remove pointless flags=0 assignmentJohannes Berg1-1/+1
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-02-19mac80211: fix calling sleeping function in atomic contextSara Sharon1-1/+1
2018-02-19mac80211: fix a possible leak of station statsSara Sharon1-0/+1
2018-02-19mac80211: Add tx ack signal support in sta infoVenkateswara Naralasetty1-0/+6
2017-11-20mac80211: aggregation: Convert timers to use timer_setup()Kees Cook1-8/+0
2017-11-20mac80211: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-26/+35
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-06net/mac80211/mesh_plink: Convert timers to use timer_setup()Kees Cook1-1/+3
2017-09-21mac80211: recalculate some sta parameters after insertionGregory Greenman1-25/+32
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-08Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-1/+1
2017-06-01mac80211: fix dropped counter in multiqueue RXJohannes Berg1-1/+1
2017-05-17mac80211: Dynamically set CoDel parameters per stationToke Høiland-Jørgensen1-0/+30
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan1-4/+9
2017-04-28mac80211: use bitfield macros for encoded rateJohannes Berg1-12/+14
2017-03-06mac80211: encode rate type (legacy, HT, VHT) with fewer bitsJohannes Berg1-3/+8
2017-02-27mac80211: shorten debug messageSara Sharon1-1/+1
2017-02-27mac80211: fix power saving clients handling in iwlwifiEmmanuel Grumbach1-1/+1
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-01-14Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-11/+7
2017-01-11mac80211: fix the TID on NDPs sent as EOSP carrierEmmanuel Grumbach1-2/+2
2016-12-15mac80211: only alloc mem if a station doesn't exist yetKoen Vandeputte1-7/+7
2016-12-15mac80211: fix legacy and invalid rx-rate reportBen Greear1-6/+8
2016-12-13mac80211: Remove unused 'struct rate_control_ref' variableKirtika Ruchandani1-4/+0
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-15Revert "mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE"Felix Fietkau1-1/+1
2016-10-19mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach1-5/+8
2016-10-12mac80211: filter multicast data packets on AP / AP_VLANMichael Braun1-8/+2
2016-10-04Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-33/+23
2016-09-30mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen1-7/+3
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-09-20mac80211: Use rhltable instead of rhashtableHerbert Xu1-31/+21
2016-09-16mac80211: allow using AP_LINK_PS with mac80211-generated TIM IEEmmanuel Grumbach1-1/+1
2016-09-12mac80211: fix tim recalculation after PS responseFelix Fietkau1-2/+2
2016-09-12mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul1-0/+3
2016-08-11mac80211: call get_expected_throughput only after adding stationMaxim Altshul1-1/+1
2016-08-11mac80211: mesh: Add support for HW RC implementationMaxim Altshul1-4/+19
2016-06-09mac80211: implement fair queueing per txqMichal Kazior1-7/+7
2016-06-09mac80211: skip netdev queue control with software queuingMichal Kazior1-1/+1