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