summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/octeon_ep
Commit message (Expand)AuthorAgeFilesLines
* octeon_ep: Remove useless casting value returned by vzalloc to structureJules Irenge2022-09-191-2/+1
* octeon_ep: use bitwise ANDShreenidhi Shedi2022-06-271-1/+1
* octeon_ep: Fix irq releasing in the error handling path of octep_request_irqs()Christophe JAILLET2022-05-181-11/+14
* octeon_ep: Fix a memory leak in the error handling path of octep_request_irqs()Christophe JAILLET2022-05-181-0/+2
* octeon_ep: delete unnecessary NULL checkZiyang Xuan2022-05-163-6/+3
* octeon_ep: add missing destroy_workqueue in octep_init_moduleZheng Bin2022-05-161-0/+1
* octeon_ep: Remove custom driver versionLeon Romanovsky2022-04-153-23/+1
* octeon_ep: fix error return code in octep_probe()Yang Yingliang2022-04-151-1/+2
* octeon_ep: Fix spelling mistake "inerrupts" -> "interrupts"Colin Ian King2022-04-151-1/+1
* octeon_ep: add ethtool support for Octeon PCI Endpoint NICVeerasenareddy Burru2022-04-133-1/+465
* octeon_ep: add Tx/Rx processing and interrupt supportVeerasenareddy Burru2022-04-133-0/+904
* octeon_ep: add support for ndo opsVeerasenareddy Burru2022-04-133-1/+139
* octeon_ep: add Tx/Rx ring resource setup and cleanupVeerasenareddy Burru2022-04-132-0/+441
* octeon_ep: Add mailbox for control commandsVeerasenareddy Burru2022-04-133-10/+294
* octeon_ep: add hardware configuration APIsVeerasenareddy Burru2022-04-133-7/+505
* octeon_ep: Add driver framework and device initializationVeerasenareddy Burru2022-04-1315-0/+2859