Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-08-02 | mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signatures | Lorenzo Bianconi | 1 | -1/+1 |
2018-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -3/+13 |
2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 1 | -2/+1 |
2018-04-30 | mt76: add rcu locking in tid reorder function | Felix Fietkau | 1 | -2/+4 |
2018-04-24 | mt76: check qos ack policy before reordering packets | Felix Fietkau | 1 | -1/+8 |
2018-04-24 | mt76: set RX_FLAG_DUP_VALIDATED for A-MPDU reordered packets | Felix Fietkau | 1 | -0/+1 |
2018-04-24 | mt76: fix potential sleep in atomic context | Felix Fietkau | 1 | -1/+1 |
2018-02-01 | mt76: avoid re-queueing A-MPDU rx reorder work if no frames are pending | Felix Fietkau | 1 | -1/+5 |
2018-02-01 | mt76: implement processing of BlockAckReq frames | Felix Fietkau | 1 | -1/+33 |
2018-01-26 | mt76: split mt76_rx_complete | Felix Fietkau | 1 | -7/+1 |
2018-01-26 | mt76: implement A-MPDU rx reordering in the driver code | Felix Fietkau | 1 | -0/+264 |