summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
Commit message (Expand)AuthorAgeFilesLines
...
* | mac80211: always update the PM state of a peer on MGMT / DATA framesEmmanuel Grumbach2017-12-111-12/+5Star
|/
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+5
|\
| * mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach2017-06-131-1/+5
* | mac80211: manage RX BA session offload without SKB queueJohannes Berg2017-06-081-4/+0Star
|/
* mac80211: strictly check mesh address extension modeRajkumar Manoharan2017-05-171-1/+2
* mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg2017-04-281-4/+4
* mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-281-22/+33
* mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-281-29/+29
* mac80211: make multicast variable a bool in ieee80211_accept_frame()Luca Coelho2017-04-261-1/+1
* mac80211: rewrite monitor mode delivery logicJohannes Berg2017-04-251-59/+92
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-221-18/+68
|\
| * mac80211: reject ToDS broadcast data framesJohannes Berg2017-04-201-0/+21
| * mac80211: fix MU-MIMO follow-MAC modeJohannes Berg2017-04-131-18/+47
* | mac80211: keep a separate list of monitor interfaces that are upJohannes Berg2017-04-181-10/+1Star
* | mac80211: drop frames too short for FCS earlierJohannes Berg2017-04-131-21/+18Star
|/
* mac80211: use driver-indicated transmitter STA only for data framesJohannes Berg2017-02-281-7/+9
* mac80211: don't reorder frames with SN smaller than SSNSara Sharon2017-02-271-1/+13
* mac80211: fix packet statistics for fast-RXJohannes Berg2017-02-271-0/+1
* mac80211: use helper function to access ieee802_1d_to_ac[]Amadeusz Sławiński2017-01-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-17/+21
|\
| * mac80211: recalculate min channel width on VHT opmode changesJohannes Berg2017-01-111-8/+1Star
| * mac80211: Fix headroom allocation when forwarding mesh pktCedric Izoard2017-01-111-1/+2
| * mac80211: implement multicast forwarding on fast-RX pathJohannes Berg2017-01-091-8/+18
* | Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/sc...David S. Miller2017-01-141-4/+0Star
|\ \ | |/ |/|
| * mac80211: Remove unused 'struct ieee80211_rx_status' ptrKirtika Ruchandani2016-12-131-4/+0Star
* | mac80211: Ensure enough headroom when forwarding mesh pktCedric Izoard2016-12-131-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-10/+41
|\
| * 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
* | mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach2016-10-191-1/+2
* | mac80211: allow the driver not to pass the tid to ieee80211_sta_uapsd_triggerEmmanuel Grumbach2016-10-191-2/+3
* | mac80211: filter multicast data packets on AP / AP_VLANMichael Braun2016-10-121-2/+3
|/
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2016-10-041-5/+2Star
|\
| * mac80211: Use rhltable instead of rhashtableHerbert Xu2016-09-201-5/+2Star
* | mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen2016-09-301-3/+1Star
* | cfg80211: add start / stop NAN commandsAyala Beker2016-09-301-0/+3
|/
* mac80211: send delBA on unexpected BlockAck RequestJohannes Berg2016-09-121-0/+6
* mac80211: send delBA on unexpected BlockAck data framesJohannes Berg2016-09-121-1/+8
* mac80211: add support for radiotap timestamp fieldJohannes Berg2016-09-121-0/+30
* mac80211: add support for MU-MIMO air snifferAviya Erenfeld2016-09-121-0/+20
* mac80211: refactor monitor representation in sdataAviya Erenfeld2016-09-121-2/+2
* mac80211: fix check for buffered powersave frames with txqFelix Fietkau2016-08-021-1/+1
* mac80211: Encrypt "Group addressed privacy" action framesMasashi Honma2016-06-301-1/+6
* mac80211: implement fair queueing per txqMichal Kazior2016-06-091-1/+1
* mac80211: allow software PS-Poll/U-APSD with AP_LINK_PSJohannes Berg2016-05-121-26/+44