summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-11octeontx2-pf: ethtool fec mode supportChristina Jacob1-0/+20
2021-02-11net: octeontx2: Fix the confusion in buffer alloc failure pathKevin Hao1-20/+18
2021-02-06net: octeontx2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao1-2/+1
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-01-23net: octeontx2: Make sure the buffer is 128 byte alignedKevin Hao1-1/+2
2021-01-06octeontx2-pf: Add RSS multi group supportGeetha sowjanya1-8/+18
2020-11-22octeontx2-af: Add support for RSS hashing based on Transport protocol fieldGeorge Cherian1-1/+2
2020-11-18octeontx2-pf: Implement ingress/egress VLAN offloadHariprasad Kelam1-2/+6
2020-11-04octeontx2-pf: Fix sizeof() mismatchColin Ian King1-1/+1
2020-11-01octeontx2-pf: Calculate LBK link instead of hardcodingSubbaraya Sundeep1-2/+6
2020-09-24octeontx2-pf: Support to change VLAN based RSS hash options via ethtoolGeorge Cherian1-1/+1
2020-09-02octeontx2-pf: Add UDP segmentation offload supportSunil Goutham1-0/+89
2020-08-25octeontx2-pf: Add support for PTP clockAleksey Makarov1-0/+7
2020-08-18otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang1-2/+2
2020-05-10octeontx2-pf: Use the napi_alloc_frag() to alloc the pool buffersKevin Hao1-30/+22
2020-03-24octeontx2-pf: Remove wrapper APIs for mutex lock and unlockSunil Goutham1-38/+38
2020-03-24octeontx2-pf: Cleanup all receive buffers in SG descriptorGeetha sowjanya1-4/+5
2020-03-24octeontx2-vf: Virtual function driver supportTomasz Duszynski1-0/+14
2020-03-13octeontx2-pf: unlock on error path in otx2_config_pause_frm()Dan Carpenter1-2/+5
2020-03-02octeontx2-pf: Support to enable/disable pause frames via ethtoolGeetha sowjanya1-0/+65
2020-02-01octeontx2-pf: Fix an IS_ERR() vs NULL bugDan Carpenter1-2/+2
2020-01-27octeontx2-pf: ethtool RSS config supportSunil Goutham1-3/+3
2020-01-27octeontx2-pf: Add basic ethtool supportChristina Jacob1-1/+81
2020-01-27octeontx2-pf: Add ndo_get_stats64Geetha sowjanya1-0/+47
2020-01-27octeontx2-pf: TCP segmentation offload supportSunil Goutham1-0/+8
2020-01-27octeontx2-pf: Receive side scaling supportSunil Goutham1-0/+122
2020-01-27octeontx2-pf: Error handling supportGeetha sowjanya1-0/+63
2020-01-27octeontx2-pf: MTU, MAC and RX mode config supportSunil Goutham1-0/+108
2020-01-27octeontx2-pf: Add packet transmission supportSunil Goutham1-0/+7
2020-01-27octeontx2-pf: Receive packet handling supportSunil Goutham1-0/+2
2020-01-27octeontx2-pf: Setup interrupts and NAPI handlerSunil Goutham1-0/+55
2020-01-27octeontx2-pf: Initialize and config queuesSunil Goutham1-0/+723
2020-01-27octeontx2-pf: Attach NIX and NPA block LFsSunil Goutham1-0/+167
2020-01-27octeontx2-pf: Mailbox communication with AFSunil Goutham1-0/+28