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