summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/agg-rx.c
AgeCommit message (Expand)Author
2020-05-12mt76: add Rx stats support for radiotapRyder Lee
2020-05-12mt76: avoid rx reorder buffer overflowRyder Lee
2020-02-14mt76: clear skb pointers from rx aggregation reorder buffer during cleanupFelix Fietkau
2020-02-14mt76: use AC specific reorder timeoutMarkus Theil
2019-12-12wireless/mediatek: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney
2019-11-20mt76: fix aggregation stop issueFelix Fietkau
2019-11-20mt76: drop rcu read lock in mt76_rx_aggr_stopFelix Fietkau
2019-11-20mt76: use cancel_delayed_work_sync in mt76_rx_aggr_shutdownFelix Fietkau
2019-09-05mt76: fix some checkpatch warningsRyder Lee
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee
2019-05-01mt76: use macro for sn and seq_ctrl conversionRyder Lee
2018-08-02mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signaturesLorenzo Bianconi
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-04-30mt76: add rcu locking in tid reorder functionFelix Fietkau
2018-04-24mt76: check qos ack policy before reordering packetsFelix Fietkau
2018-04-24mt76: set RX_FLAG_DUP_VALIDATED for A-MPDU reordered packetsFelix Fietkau
2018-04-24mt76: fix potential sleep in atomic contextFelix Fietkau
2018-02-01mt76: avoid re-queueing A-MPDU rx reorder work if no frames are pendingFelix Fietkau
2018-02-01mt76: implement processing of BlockAckReq framesFelix Fietkau
2018-01-26mt76: split mt76_rx_completeFelix Fietkau
2018-01-26mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau