aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-24mac80211: don't try to sleep in rate_control_rate_init()Johannes Berg1-2/+0
2017-01-13mac80211: prevent skb/txq mismatchMichal Kazior1-10/+7
2017-01-13mac80211: initialize SMPS field in HT capabilitiesFelix Fietkau1-4/+9
2017-01-11mac80211: recalculate min channel width on VHT opmode changesJohannes Berg3-9/+25
2017-01-11mac80211: calculate min channel width correctlyJohannes Berg2-3/+2
2017-01-11mac80211: fix the TID on NDPs sent as EOSP carrierEmmanuel Grumbach1-2/+2
2017-01-11mac80211: Fix headroom allocation when forwarding mesh pktCedric Izoard1-1/+2
2017-01-09mac80211: implement multicast forwarding on fast-RX pathJohannes Berg1-8/+18
2017-01-02mac80211: initialize fast-xmit 'info' laterJohannes Berg1-1/+2
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-8/+11
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin1-1/+1
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin1-2/+2
2016-12-15mac80211: fix legacy and invalid rx-rate reportBen Greear1-6/+8
2016-12-13mac80211: Ensure enough headroom when forwarding mesh pktCedric Izoard1-1/+1
2016-12-13mac80211: don't call drv_set_default_unicast_key() for VLANsJohannes Berg1-1/+2
2016-12-09Merge tag 'mac80211-next-for-davem-2016-12-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-9/+12
2016-12-09cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg1-9/+12
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+27
2016-11-15mac80211: fix A-MSDU aggregation with fast-xmit + txqFelix Fietkau1-1/+5
2016-11-15mac80211: remove bogus skb vif assignmentFelix Fietkau1-3/+0
2016-11-15mac80211: update A-MPDU flag on tx dequeueFelix Fietkau1-0/+5
2016-11-15Revert "mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE"Felix Fietkau1-1/+1
2016-11-15mac80211: Ignore VHT IE from peer with wrong rx_mcs_mapFilip Matusiak1-0/+16
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-73/+135
2016-10-29Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller21-114/+610
2016-10-28mac80211: fils_aead: fix encrypt error handlingArnd Bergmann1-4/+2
2016-10-27mac80211: Claim Fast Initial Link Setup (FILS) STA supportJouni Malinen1-0/+1
2016-10-27mac80211: FILS AEAD protection for station mode association framesJouni Malinen7-4/+403
2016-10-27mac80211: Add FILS auth alg mappingJouni Malinen1-0/+12
2016-10-27mac80211: Allow AUTH_DATA to be used for FILSJouni Malinen1-3/+6
2016-10-27cfg80211: Rename SAE_DATA to more generic AUTH_DATAJouni Malinen1-6/+6
2016-10-27mac80211: validate new interface's beacon intervalsJohannes Berg2-1/+12
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson1-11/+4
2016-10-19mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach5-7/+20
2016-10-19mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon4-3/+8
2016-10-19mac80211: allow the driver not to pass the tid to ieee80211_sta_uapsd_triggerEmmanuel Grumbach1-2/+3
2016-10-19mac80211: improve RX aggregation data in debugfsJohannes Berg1-2/+7
2016-10-19mac80211: fix tid_agg_rx NULL dereferenceJohannes Berg3-9/+5
2016-10-17mac80211: move struct aead_req off the stackArd Biesheuvel7-62/+93
2016-10-17mac80211: fix A-MSDU outer SA/DAMichael Braun2-1/+24
2016-10-17mac80211: avoid extra memcpy in A-MSDU head creationMichael Braun1-10/+13
2016-10-13cfg80211: pass struct to interface combination check/iterPurushottam Kushwaha1-24/+20
2016-10-12mac80211: preserve more bits when building QoS headerJohannes Berg1-7/+16
2016-10-12mac80211: filter multicast data packets on AP / AP_VLANMichael Braun7-27/+58
2016-10-12mac80211: remove unnecessary num_mcast_sta checkMichael Braun1-7/+0
2016-10-12mac80211: remove unnecessary mesh checkJohannes Berg1-4/+1
2016-10-12mac80211: fix CMD_FRAME for AP_VLANMichael Braun1-1/+1
2016-10-12mac80211: validate DA/SA during A-MSDU decapsulationJohannes Berg1-1/+19
2016-10-12cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg1-1/+2
2016-10-12cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg1-1/+7