summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/agg-rx.c
Commit message (Expand)AuthorAgeFilesLines
* mt76: add Rx stats support for radiotapRyder Lee2020-05-121-2/+2
* mt76: avoid rx reorder buffer overflowRyder Lee2020-05-121-4/+4
* mt76: clear skb pointers from rx aggregation reorder buffer during cleanupFelix Fietkau2020-02-141-0/+1
* mt76: use AC specific reorder timeoutMarkus Theil2020-02-141-4/+12
* wireless/mediatek: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-12-121-2/+2
* mt76: fix aggregation stop issueFelix Fietkau2019-11-201-4/+6
* mt76: drop rcu read lock in mt76_rx_aggr_stopFelix Fietkau2019-11-201-7/+3
* mt76: use cancel_delayed_work_sync in mt76_rx_aggr_shutdownFelix Fietkau2019-11-201-1/+1
* mt76: fix some checkpatch warningsRyder Lee2019-09-051-11/+12
* mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee2019-09-051-12/+1
* mt76: use macro for sn and seq_ctrl conversionRyder Lee2019-05-011-1/+1
* mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signaturesLorenzo Bianconi2018-08-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-3/+13
|\
| * mt76: add rcu locking in tid reorder functionFelix Fietkau2018-04-301-2/+4
| * mt76: check qos ack policy before reordering packetsFelix Fietkau2018-04-241-1/+8
| * mt76: set RX_FLAG_DUP_VALIDATED for A-MPDU reordered packetsFelix Fietkau2018-04-241-0/+1
| * mt76: fix potential sleep in atomic contextFelix Fietkau2018-04-241-1/+1
* | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1
|/
* mt76: avoid re-queueing A-MPDU rx reorder work if no frames are pendingFelix Fietkau2018-02-011-1/+5
* mt76: implement processing of BlockAckReq framesFelix Fietkau2018-02-011-1/+33
* mt76: split mt76_rx_completeFelix Fietkau2018-01-261-7/+1
* mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau2018-01-261-0/+264