summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
...
| * | mac80211: minstrel_ht: make att_hist and succ_hist u32 instead of u64Felix Fietkau2016-12-151-1/+1
| * | mac80211: minstrel_ht: move short preamble check out of get_rateFelix Fietkau2016-12-151-17/+5
| * | mac80211: minstrel_ht: move supported bitrate mask out of group dataFelix Fietkau2016-12-153-22/+22
| * | mac80211: only alloc mem if a station doesn't exist yetKoen Vandeputte2016-12-151-7/+7
| * | mac80211: Use appropriate name for functions and messagesMasashi Honma2016-12-135-13/+13
| * | mac80211: Remove invalid flag operations in mesh TSF synchronizationMasashi Honma2016-12-133-15/+0
| * | mac80211: Show pending txqlen in debugfs.Ben Greear2016-12-131-0/+27
| * | mac80211: Suppress NEW_PEER_CANDIDATE event if no roomMasashi Honma2016-12-131-6/+8
| * | mac80211: multicast to unicast conversionMichael Braun2016-12-134-1/+137
| * | mac80211: Remove unused 'beaconint_us' variableKirtika Ruchandani2016-12-131-4/+0
| * | mac80211: Remove unused 'sband' and 'local' variablesKirtika Ruchandani2016-12-131-4/+0
| * | mac80211: Remove unused 'len' variableKirtika Ruchandani2016-12-131-5/+3
| * | mac80211: Remove unused 'i' variableKirtika Ruchandani2016-12-131-3/+1
| * | mac80211: Remove unused 'struct rate_control_ref' variableKirtika Ruchandani2016-12-131-4/+0
| * | mac80211: Remove unused 'rates_idx' variableKirtika Ruchandani2016-12-131-2/+1
| * | mac80211: Remove unused 'struct ieee80211_rx_status' ptrKirtika Ruchandani2016-12-131-4/+0
* | | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+1
| |/ |/|
* | mac80211: initialize fast-xmit 'info' laterJohannes Berg2017-01-021-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-173-8/+11
|\ \
| * | mac80211: fix legacy and invalid rx-rate reportBen Greear2016-12-151-6/+8
| * | mac80211: Ensure enough headroom when forwarding mesh pktCedric Izoard2016-12-131-1/+1
| * | mac80211: don't call drv_set_default_unicast_key() for VLANsJohannes Berg2016-12-131-1/+2
| |/
* | Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-161-1/+1
* | linux: drop __bitwise__ everywhereMichael S. Tsirkin2016-12-161-2/+2
|/
* Merge tag 'mac80211-next-for-davem-2016-12-09' of git://git.kernel.org/pub/sc...David S. Miller2016-12-091-9/+12
|\
| * cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg2016-12-091-9/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-223-5/+27
|\ \ | |/ |/|
| * mac80211: fix A-MSDU aggregation with fast-xmit + txqFelix Fietkau2016-11-151-1/+5
| * mac80211: remove bogus skb vif assignmentFelix Fietkau2016-11-151-3/+0
| * mac80211: update A-MPDU flag on tx dequeueFelix Fietkau2016-11-151-0/+5
| * Revert "mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE"Felix Fietkau2016-11-151-1/+1
| * mac80211: Ignore VHT IE from peer with wrong rx_mcs_mapFilip Matusiak2016-11-151-0/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-309-73/+135
|\ \ | |/
| * mac80211: move struct aead_req off the stackArd Biesheuvel2016-10-177-62/+93
| * mac80211: fix CMD_FRAME for AP_VLANMichael Braun2016-10-121-1/+1
| * mac80211: validate DA/SA during A-MSDU decapsulationJohannes Berg2016-10-121-1/+19
| * cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg2016-10-121-1/+2
| * cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg2016-10-121-1/+7
| * mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg2016-10-121-9/+15
* | Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/sc...David S. Miller2016-10-2921-114/+610
|\ \
| * | mac80211: fils_aead: fix encrypt error handlingArnd Bergmann2016-10-281-4/+2
| * | mac80211: Claim Fast Initial Link Setup (FILS) STA supportJouni Malinen2016-10-271-0/+1
| * | mac80211: FILS AEAD protection for station mode association framesJouni Malinen2016-10-277-4/+403
| * | mac80211: Add FILS auth alg mappingJouni Malinen2016-10-271-0/+12
| * | mac80211: Allow AUTH_DATA to be used for FILSJouni Malinen2016-10-271-3/+6
| * | cfg80211: Rename SAE_DATA to more generic AUTH_DATAJouni Malinen2016-10-271-6/+6
| * | mac80211: validate new interface's beacon intervalsJohannes Berg2016-10-272-1/+12
| * | mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach2016-10-195-7/+20
| * | mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon2016-10-194-3/+8
| * | mac80211: allow the driver not to pass the tid to ieee80211_sta_uapsd_triggerEmmanuel Grumbach2016-10-191-2/+3
OpenPOWER on IntegriCloud