summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2016-04-20mac80211: properly deal with station hashtable insert errorsJohannes Berg1-5/+8
2016-03-22mac80211: Fix Public Action frame RX in AP modeJouni Malinen1-0/+1
2016-03-22mac80211: check PN correctly for GCMP-encrypted fragmented MPDUsJohannes Berg2-10/+28
2016-03-18mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau1-1/+1
2016-03-18mac80211: minstrel: Change expected throughput unit back to KbpsSven Eckelmann2-2/+3
2016-03-18mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge1-1/+1
2016-02-15mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni5-19/+11
2015-12-09mac80211: fix divide by zero when NOA updateJanusz.Dziedzic@tieto.com1-0/+7
2015-12-09mac80211: allow null chandef in tracingArik Nemtsov1-5/+5
2015-12-09mac80211: fix driver RSSI event calculationsJohannes Berg1-1/+1
2015-12-09mac80211: Fix local deauth while associatingAndrei Otcheretianski1-0/+19
2015-09-29mac80211: enable assoc check for mesh interfacesBob Copeland1-3/+0
2015-09-13mac80211: fix invalid read in minstrel_sort_best_tp_rates()Adrien Schildknecht1-5/+6
2015-08-10mac80211: clear subdir_stations when removing debugfsTom Hughes1-0/+1
2015-08-03mac80211: prevent possible crypto tx tailroom corruptionMichal Kazior1-0/+3
2015-08-03mac80211: fix the beacon csa counter for mesh and ibssChun-Yeow Yeoh3-0/+3
2015-07-10mac80211: fix locking in update_vlan_tailroom_need_count()Johannes Berg1-3/+10
2015-05-20mac80211: fix AP_VLAN crypto tailroom calculationMichal Kazior4-9/+83
2015-05-20mac80211: don't split remain-on-channel for coalescingJohannes Berg2-54/+11
2015-05-19mac80211: don't use napi_gro_receive() outside NAPI contextJohannes Berg2-2/+6
2015-05-11mac80211: move WEP tailroom size checkJanusz Dziedzic1-2/+4
2015-04-24mac80211: enable hash table shrinkingJohannes Berg1-0/+1
2015-04-23mac80211: fix rhashtable conversionJohannes Berg1-1/+17
2015-04-20mac80211: don't warn when stopping VLAN with stationsJohannes Berg1-5/+7
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds38-1297/+1928
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds3-38/+54
2015-04-13Merge tag 'mac80211-next-for-davem-2015-04-10' of git://git.kernel.org/pub/sc...David S. Miller19-365/+969
2015-04-07mac80211: Move message tracepoints to their own headerSteven Rostedt (Red Hat)3-38/+54
2015-04-07cfg80211: move IE split utilities here from mac80211Johannes Berg2-44/+0
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+12
2015-04-01mac80211: add an intermediate software queue implementationFelix Fietkau11-19/+350
2015-04-01mac80211: reduce log spam from ieee80211_handle_pwr_constrJohn Linville1-7/+7
2015-04-01mac80211: add standard deviation to Minstrel statsThomas Huehn4-18/+56
2015-04-01mac80211: reduce calculation costs of EWMAThomas Huehn1-1/+6
2015-04-01mac80211: add max lossless throughput per rateThomas Huehn6-69/+93
2015-04-01mac80211: restructure per-rate throughput calculation into functionThomas Huehn6-61/+88
2015-04-01mac80211: improve Minstrel variable & function namingThomas Huehn6-95/+98
2015-04-01mac80211: unify Minstrel & Minstrel-HTs calculation of rate statisticsThomas Huehn3-43/+32
2015-04-01mac80211: add new Minstrel-HT statistic output via csvThomas Huehn2-2/+138
2015-04-01mac80211: add new Minstrel statistic output via csvThomas Huehn2-14/+82
2015-04-01mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg3-5/+12
2015-04-01mac80211: enhance readability of Minstrel-HTs rc_stats outputThomas Huehn1-15/+34
2015-04-01mac80211: enhance readability of Minstrels rc_stats outputThomas Huehn1-5/+13
2015-04-01mac80211: use rhashtable for station tableJohannes Berg6-85/+85
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller33-932/+959
2015-03-30mac80211: set QoS capability before changing station stateJohannes Berg1-4/+4
2015-03-30mac80211: send HT/VHT IEs in TDLS discovery responseArik Nemtsov1-3/+8
2015-03-30mac80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com5-11/+80
2015-03-30mac80211: IBSS fix scan requestJanusz.Dziedzic@tieto.com3-12/+97
2015-03-30mac80211: factor out station lookup from ieee80211_build_hdr()Johannes Berg1-70/+118