summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19net: tso: cache transport header lengthEric Dumazet1-3/+3
2020-05-10octeontx2-pf: Use the napi_alloc_frag() to alloc the pool buffersKevin Hao1-2/+1
2020-03-25octeontx2-pf: Fix rx buffer page refcountSunil Goutham1-0/+1
2020-03-24octeontx2-pf: Remove wrapper APIs for mutex lock and unlockSunil Goutham1-3/+3
2020-03-24octeontx2-pf: Cleanup all receive buffers in SG descriptorGeetha sowjanya1-5/+29
2020-03-24octeontx2-vf: Virtual function driver supportTomasz Duszynski1-0/+1
2020-01-27octeontx2-pf: ethtool RSS config supportSunil Goutham1-1/+6
2020-01-27octeontx2-pf: TCP segmentation offload supportSunil Goutham1-1/+246
2020-01-27octeontx2-pf: Receive side scaling supportSunil Goutham1-0/+24
2020-01-27octeontx2-pf: Error handling supportGeetha sowjanya1-2/+18
2020-01-27octeontx2-pf: Register and handle link notificationsLinu Cherian1-0/+25
2020-01-27octeontx2-pf: Add packet transmission supportSunil Goutham1-1/+290
2020-01-27octeontx2-pf: Receive packet handling supportSunil Goutham1-2/+178
2020-01-27octeontx2-pf: Setup interrupts and NAPI handlerSunil Goutham1-0/+68