summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeon_ep
AgeCommit message (Expand)Author
2023-06-27octeon_ep: use vmalloc_array and vcallocJulia Lawall
2023-06-15octeon_ep: Add missing check for ioremapJiasheng Jiang
2023-03-29octeon_ep: unlock the correct lock on error pathDan Carpenter
2023-03-27octeon_ep: add heartbeat monitorVeerasenareddy Burru
2023-03-27octeon_ep: function id in link info and stats mailbox commandsVeerasenareddy Burru
2023-03-27octeon_ep: support asynchronous notificationsVeerasenareddy Burru
2023-03-27octeon_ep: include function id in mailbox commandsVeerasenareddy Burru
2023-03-27octeon_ep: add separate mailbox command and response queuesVeerasenareddy Burru
2023-03-27octeon_ep: control mailbox for multiple PFsVeerasenareddy Burru
2023-03-27octeon_ep: poll for control messagesVeerasenareddy Burru
2023-03-27octeon_ep: defer probe if firmware not readyVeerasenareddy Burru
2023-03-08octeon_ep: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-14octeon_ep: ensure get mac address successfully before eth_hw_addr_set()Ziyang Xuan
2022-11-14octeon_ep: fix potential memory leak in octep_device_setup()Ziyang Xuan
2022-11-14octeon_ep: ensure octep_get_link_status() successfully before octep_link_up()Ziyang Xuan
2022-11-14octeon_ep: delete unnecessary napi rollback under set_queues_err in octep_open()Ziyang Xuan
2022-11-04octeon_ep: support Octeon device CNF95NVeerasenareddy Burru
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-19octeon_ep: Remove useless casting value returned by vzalloc to structureJules Irenge
2022-06-27octeon_ep: use bitwise ANDShreenidhi Shedi
2022-05-18octeon_ep: Fix irq releasing in the error handling path of octep_request_irqs()Christophe JAILLET
2022-05-18octeon_ep: Fix a memory leak in the error handling path of octep_request_irqs()Christophe JAILLET
2022-05-16octeon_ep: delete unnecessary NULL checkZiyang Xuan
2022-05-16octeon_ep: add missing destroy_workqueue in octep_init_moduleZheng Bin
2022-04-15octeon_ep: Remove custom driver versionLeon Romanovsky
2022-04-15octeon_ep: fix error return code in octep_probe()Yang Yingliang
2022-04-15octeon_ep: Fix spelling mistake "inerrupts" -> "interrupts"Colin Ian King
2022-04-13octeon_ep: add ethtool support for Octeon PCI Endpoint NICVeerasenareddy Burru
2022-04-13octeon_ep: add Tx/Rx processing and interrupt supportVeerasenareddy Burru
2022-04-13octeon_ep: add support for ndo opsVeerasenareddy Burru
2022-04-13octeon_ep: add Tx/Rx ring resource setup and cleanupVeerasenareddy Burru
2022-04-13octeon_ep: Add mailbox for control commandsVeerasenareddy Burru
2022-04-13octeon_ep: add hardware configuration APIsVeerasenareddy Burru
2022-04-13octeon_ep: Add driver framework and device initializationVeerasenareddy Burru