aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-10octeontx2-pf: ethtool fec mode supportChristina Jacob1-0/+3
2021-01-28octeontx2-af: Fix 'physical' typosBjorn Helgaas1-1/+1
2020-11-20octeontx2-pf: Fix unintentional sign extension issueColin Ian King1-1/+1
2020-11-17octeontx2-pf: Add support for SR-IOV management functionsNaveen Mamindlapalli1-0/+246
2020-11-17octeontx2-pf: Implement ingress/egress VLAN offloadHariprasad Kelam1-0/+16
2020-11-17octeontx2-pf: Add support for unicast MAC address filteringHariprasad Kelam1-1/+14
2020-11-17octeontx2-pf: Add support for ethtool ntuple filtersSubbaraya Sundeep1-2/+16
2020-11-17octeontx2-af: Add mbox messages to install and delete MCAM rulesSubbaraya Sundeep1-4/+8
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+10
2020-09-30octeontx2-pf: Fix synchnorization issue in mboxHariprasad Kelam1-5/+6
2020-09-30octeontx2-pf: Fix the device state on errorHariprasad Kelam1-1/+4
2020-09-23octeontx2-pf: Add tracepoints for PF/VF mailboxSubbaraya Sundeep1-0/+6
2020-09-01octeontx2-pf: Add UDP segmentation offload supportSunil Goutham1-1/+5
2020-08-24octeontx2-pf: Add support for PTP clockAleksey Makarov1-2/+166
2020-07-28octeontx2-pf: Fix reset_task bugsSubbaraya Sundeep1-0/+3
2020-04-30octeontx2-pf: Fix error return code in otx2_probe()Wei Yongjun1-2/+6
2020-03-25octeontx2-pf: Fix ndo_set_rx_modeSunil Goutham1-2/+27
2020-03-23octeontx2-pf: Remove wrapper APIs for mutex lock and unlockSunil Goutham1-32/+33
2020-03-23octeontx2-af: Remove driver version and fix authorshipSunil Goutham1-3/+1
2020-03-23octeontx2-vf: Link event notification supportTomasz Duszynski1-2/+86
2020-03-23octeontx2-vf: Virtual function driver supportTomasz Duszynski1-1/+10
2020-03-23octeontx2-pf: Handle VF function level resetGeetha sowjanya1-3/+232
2020-03-23octeontx2-pf: Enable SRIOV and added VF mbox handlingSunil Goutham1-0/+443
2020-03-02octeontx2-pf: Support to enable/disable pause frames via ethtoolGeetha sowjanya1-0/+12
2020-01-27octeontx2-pf: Add basic ethtool supportChristina Jacob1-2/+14
2020-01-27octeontx2-pf: Add ndo_get_stats64Geetha sowjanya1-0/+1
2020-01-27octeontx2-pf: TCP segmentation offload supportSunil Goutham1-3/+6
2020-01-27octeontx2-pf: Receive side scaling supportSunil Goutham1-1/+7
2020-01-27octeontx2-pf: Error handling supportGeetha sowjanya1-1/+132
2020-01-27octeontx2-pf: MTU, MAC and RX mode config supportSunil Goutham1-4/+99
2020-01-27octeontx2-pf: Register and handle link notificationsLinu Cherian1-0/+79
2020-01-27octeontx2-pf: Add packet transmission supportSunil Goutham1-1/+37
2020-01-27octeontx2-pf: Receive packet handling supportSunil Goutham1-1/+15
2020-01-27octeontx2-pf: Setup interrupts and NAPI handlerSunil Goutham1-3/+122
2020-01-27octeontx2-pf: Initialize and config queuesSunil Goutham1-5/+230
2020-01-27octeontx2-pf: Attach NIX and NPA block LFsSunil Goutham1-4/+63
2020-01-27octeontx2-pf: Mailbox communication with AFSunil Goutham1-2/+357
2020-01-27octeontx2-pf: Add Marvell OcteonTX2 NIC driverSunil Goutham1-0/+214