summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeon_ep/octep_main.c
AgeCommit message (Expand)Author
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2023-12-19octeon_ep: add PF-VF mailbox communicationShinas Rasheed
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-11octeon_ep: explicitly test for firmware ready valueShinas Rasheed
2023-12-08octeon_ep: initialise control mbox tasks before using APIsShinas Rasheed
2023-12-05octeon_ep: control net API framework to support offloadsShinas Rasheed
2023-12-01octeon_ep: Fix error code in probe()Dan Carpenter
2023-11-30octeon_ep: support OCTEON CN98 devicesShinas Rasheed
2023-11-24octeon_ep: get max rx packet length from firmwareShinas Rasheed
2023-11-21octeon_ep: support Octeon CN10K devicesShinas Rasheed
2023-11-16octeon_ep: remove atomic variable usage in Tx data pathShinas Rasheed
2023-11-16octeon_ep: implement xmit_more in transmitShinas Rasheed
2023-11-16octeon_ep: remove dma sync in trasmit pathShinas Rasheed
2023-11-16octeon_ep: add padding for small packetsShinas Rasheed
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-18octeon_ep: update BQL sent bytes before ringing doorbellShinas Rasheed
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-19octeon_ep: restructured interrupt handlersShinas Rasheed
2023-09-18octeon_ep: support to fetch firmware infoShinas Rasheed
2023-09-15octeon_ep: fix tx dma unmap len values in SGShinas Rasheed
2023-08-14octeon_ep: cancel queued works in probe error pathMichal Schmidt
2023-08-14octeon_ep: cancel ctrl_mbox_task after intr_poll_taskMichal Schmidt
2023-08-14octeon_ep: cancel tx_timeout_task later in remove sequenceMichal Schmidt
2023-06-15octeon_ep: Add missing check for ioremapJiasheng Jiang
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: include function id in mailbox commandsVeerasenareddy Burru
2023-03-27octeon_ep: add separate mailbox command and response queuesVeerasenareddy 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-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-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 hardware configuration APIsVeerasenareddy Burru
2022-04-13octeon_ep: Add driver framework and device initializationVeerasenareddy Burru