summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeon_ep
AgeCommit message (Expand)AuthorFilesLines
2023-10-21octeon_ep: assert hardware structure sizesShinas Rasheed2-0/+7
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+6
2023-10-19octeon_ep: update BQL sent bytes before ringing doorbellShinas Rasheed1-7/+6
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-9/+23
2023-09-19octeon_ep: restructured interrupt handlersShinas Rasheed3-45/+323
2023-09-18octeon_ep: support to fetch firmware infoShinas Rasheed6-17/+77
2023-09-15octeon_ep: fix tx dma unmap len values in SGShinas Rasheed3-9/+23
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+6
2023-08-15octeon_ep: cancel queued works in probe error pathMichal Schmidt1-3/+4
2023-08-15octeon_ep: cancel ctrl_mbox_task after intr_poll_taskMichal Schmidt1-1/+1
2023-08-15octeon_ep: cancel tx_timeout_task later in remove sequenceMichal Schmidt1-1/+1
2023-08-15octeon_ep: fix timeout value for waiting on mbox responseMichal Schmidt1-1/+1
2023-08-11octeon_ep: Add control plane host and firmware versions.Sathesh Edara5-3/+64
2023-08-01octeon_ep: initialize mbox mutexesMichal Schmidt1-0/+3
2023-06-27octeon_ep: use vmalloc_array and vcallocJulia Lawall1-1/+1
2023-06-16octeon_ep: Add missing check for ioremapJiasheng Jiang1-1/+6
2023-03-30octeon_ep: unlock the correct lock on error pathDan Carpenter1-1/+1
2023-03-27octeon_ep: add heartbeat monitorVeerasenareddy Burru5-2/+66
2023-03-27octeon_ep: function id in link info and stats mailbox commandsVeerasenareddy Burru4-31/+40
2023-03-27octeon_ep: support asynchronous notificationsVeerasenareddy Burru1-0/+29
2023-03-27octeon_ep: include function id in mailbox commandsVeerasenareddy Burru4-39/+63
2023-03-27octeon_ep: add separate mailbox command and response queuesVeerasenareddy Burru6-411/+529
2023-03-27octeon_ep: control mailbox for multiple PFsVeerasenareddy Burru1-1/+15
2023-03-27octeon_ep: poll for control messagesVeerasenareddy Burru4-27/+70
2023-03-27octeon_ep: defer probe if firmware not readyVeerasenareddy Burru1-0/+26
2023-03-09octeon_ep: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-4/+0
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+11
2022-11-14octeon_ep: ensure get mac address successfully before eth_hw_addr_set()Ziyang Xuan1-1/+5
2022-11-14octeon_ep: fix potential memory leak in octep_device_setup()Ziyang Xuan1-1/+5
2022-11-14octeon_ep: ensure octep_get_link_status() successfully before octep_link_up()Ziyang Xuan1-1/+1
2022-11-14octeon_ep: delete unnecessary napi rollback under set_queues_err in octep_open()Ziyang Xuan1-2/+0
2022-11-05octeon_ep: support Octeon device CNF95NVeerasenareddy Burru2-3/+19
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-20octeon_ep: Remove useless casting value returned by vzalloc to structureJules Irenge1-2/+1
2022-06-28octeon_ep: use bitwise ANDShreenidhi Shedi1-1/+1
2022-05-19octeon_ep: Fix irq releasing in the error handling path of octep_request_irqs()Christophe JAILLET1-11/+14
2022-05-19octeon_ep: Fix a memory leak in the error handling path of octep_request_irqs()Christophe JAILLET1-0/+2
2022-05-16octeon_ep: delete unnecessary NULL checkZiyang Xuan3-6/+3
2022-05-16octeon_ep: add missing destroy_workqueue in octep_init_moduleZheng Bin1-0/+1
2022-04-16octeon_ep: Remove custom driver versionLeon Romanovsky3-23/+1
2022-04-15octeon_ep: fix error return code in octep_probe()Yang Yingliang1-1/+2
2022-04-15octeon_ep: Fix spelling mistake "inerrupts" -> "interrupts"Colin Ian King1-1/+1
2022-04-13octeon_ep: add ethtool support for Octeon PCI Endpoint NICVeerasenareddy Burru3-1/+465
2022-04-13octeon_ep: add Tx/Rx processing and interrupt supportVeerasenareddy Burru3-0/+904
2022-04-13octeon_ep: add support for ndo opsVeerasenareddy Burru3-1/+139
2022-04-13octeon_ep: add Tx/Rx ring resource setup and cleanupVeerasenareddy Burru2-0/+441
2022-04-13octeon_ep: Add mailbox for control commandsVeerasenareddy Burru3-10/+294
2022-04-13octeon_ep: add hardware configuration APIsVeerasenareddy Burru3-7/+505
2022-04-13octeon_ep: Add driver framework and device initializationVeerasenareddy Burru15-0/+2859