summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeon_ep
AgeCommit message (Expand)Author
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-25fix missing vmalloc.h includesKent Overstreet
2023-12-19octeon_ep: support firmware notifications for VFsShinas Rasheed
2023-12-19octeon_ep: control net framework to support VF offloadsShinas Rasheed
2023-12-19octeon_ep: PF-VF mailbox version supportShinas Rasheed
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: set backpressure watermark for RX queuesShinas Rasheed
2023-12-01octeon_ep: Fix error code in probe()Dan Carpenter
2023-11-30octeon_ep: support OCTEON CN98 devicesShinas Rasheed
2023-11-30octeon_ep: implement device unload control net APIShinas Rasheed
2023-11-24octeon_ep: get max rx packet length from firmwareShinas Rasheed
2023-11-24octeon_ep: Solve style issues in control net filesShinas 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-21octeon_ep: assert hardware structure sizesShinas 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-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-08-14octeon_ep: fix timeout value for waiting on mbox responseMichal Schmidt
2023-08-11octeon_ep: Add control plane host and firmware versions.Sathesh Edara
2023-07-31octeon_ep: initialize mbox mutexesMichal Schmidt
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