summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre2019-03-051-1/+1
* mac80211: fix miscounting of ttl-dropped framesBob Copeland2019-03-051-1/+3
* mac80211: allocate tailroom for forwarded mesh packetsFelix Fietkau2019-02-271-1/+6
* mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg2019-02-121-2/+3
* mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach2018-12-131-0/+1
* mac80211: fix GFP_KERNEL under tasklet contextYan-Hsuan Chuang2018-12-131-2/+2
* Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-041-0/+1
|\
| * mac80211: don't update the PM state of a peer upon a multicast frameEmmanuel Grumbach2018-08-281-0/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-251-4/+1Star
|\|
| * nl80211/mac80211: allow non-linear skb in rx_control_portDenis Kenzior2018-07-061-4/+1Star
* | mac80211: add support for HELuca Coelho2018-06-181-2/+125
* | mac80211: support scan features for improved scan privacyJohannes Berg2018-06-151-1/+1
|/
* mac80211: rename rtap_vendor_space to rtap_spaceJohannes Berg2018-05-071-21/+19Star
* mac80211: Send control port frames over nl80211Denis Kenzior2018-03-291-5/+28
* mac80211: Use proper chan_width enum in sta opmode eventtamizhr@codeaurora.org2018-03-291-1/+2
* mac80211: Use proper smps_mode enum in sta opmode eventtamizhr@codeaurora.org2018-03-291-1/+2
* mac80211: inform wireless layer when frame RSSI is invalidTosoni2018-03-211-2/+4
* net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches2018-03-151-4/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-1/+1
|\
| * mac80211: drop frames with unexpected DS bits from fast-rx to slow pathFelix Fietkau2018-02-231-1/+1
* | mac80211: support A-MSDU in fast-rxFelix Fietkau2018-02-271-51/+73
* | mac80211: support station 4-addr mode fast-rxFelix Fietkau2018-02-271-4/+7
* | mac80211: support fast-rx with incompatible PS capabilities when PS is disabledFelix Fietkau2018-02-271-6/+11
* | mac80211: support AP 4-addr mode fast-rxFelix Fietkau2018-02-271-0/+9
* | mac80211: add get TID helperSara Sharon2018-02-221-4/+2Star
* | mac80211: support reporting A-MPDU EOF bit value/knownJohannes Berg2018-02-221-0/+4
* | mac80211: Add support to notify ht/vht opmode modification.tamizhr@codeaurora.org2018-01-311-0/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-0/+2
|\
| * mac80211: mesh: drop frames appearing to be from usJohannes Berg2018-01-041-0/+2
* | Revert "mac80211: Add airtime account and scheduling to TXQs"Johannes Berg2017-12-191-8/+0Star
* | mac80211: Add airtime account and scheduling to TXQsToke Høiland-Jørgensen2017-12-111-0/+8
* | 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