index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
agg-rx.c
Age
Commit message (
Expand
)
Author
2022-05-13
mt76: do not attempt to reorder received 802.3 packets without agg session
Felix Fietkau
2022-05-13
mt76: fix rx reordering with non explicit / psmp ack policy
Felix Fietkau
2021-04-12
mt76: report Rx timestamp
Ryder Lee
2021-04-11
mt76: add support for 802.3 rx frames
Felix Fietkau
2020-05-12
mt76: add Rx stats support for radiotap
Ryder Lee
2020-05-12
mt76: avoid rx reorder buffer overflow
Ryder Lee
2020-02-14
mt76: clear skb pointers from rx aggregation reorder buffer during cleanup
Felix Fietkau
2020-02-14
mt76: use AC specific reorder timeout
Markus Theil
2019-12-12
wireless/mediatek: Replace rcu_swap_protected() with rcu_replace_pointer()
Paul E. McKenney
2019-11-20
mt76: fix aggregation stop issue
Felix Fietkau
2019-11-20
mt76: drop rcu read lock in mt76_rx_aggr_stop
Felix Fietkau
2019-11-20
mt76: use cancel_delayed_work_sync in mt76_rx_aggr_shutdown
Felix Fietkau
2019-09-05
mt76: fix some checkpatch warnings
Ryder Lee
2019-09-05
mt76: switch to SPDX tag instead of verbose boilerplate text
Ryder Lee
2019-05-01
mt76: use macro for sn and seq_ctrl conversion
Ryder Lee
2018-08-02
mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signatures
Lorenzo Bianconi
2018-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
2018-04-30
mt76: add rcu locking in tid reorder function
Felix Fietkau
2018-04-24
mt76: check qos ack policy before reordering packets
Felix Fietkau
2018-04-24
mt76: set RX_FLAG_DUP_VALIDATED for A-MPDU reordered packets
Felix Fietkau
2018-04-24
mt76: fix potential sleep in atomic context
Felix Fietkau
2018-02-01
mt76: avoid re-queueing A-MPDU rx reorder work if no frames are pending
Felix Fietkau
2018-02-01
mt76: implement processing of BlockAckReq frames
Felix Fietkau
2018-01-26
mt76: split mt76_rx_complete
Felix Fietkau
2018-01-26
mt76: implement A-MPDU rx reordering in the driver code
Felix Fietkau