summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeon_ep_vf
AgeCommit message (Expand)AuthorFilesLines
2025-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2025-04-26octeon_ep_vf: Resolve netdevice usage count issueSathesh B Edara1-1/+3
2025-04-15octeon_ep_vf: Remove octep_vf_wqSimon Horman2-4/+0
2025-01-19octeon_ep_vf: update tx/rx stats locally for persistenceShinas Rasheed7-37/+35
2025-01-19octeon_ep_vf: remove firmware stats fetch in ndo_get_stats64Shinas Rasheed1-8/+0
2024-10-30net: marvell: use ethtool string helpersRosen Penev1-19/+12
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+1
2024-02-23octeon_ep_vf: Improve help text grammarGeert Uytterhoeven1-4/+4
2024-02-12octeon_ep_vf: add ethtool supportShinas Rasheed4-1/+277
2024-02-12octeon_ep_vf: add Tx/Rx processing and interrupt supportShinas Rasheed3-0/+868
2024-02-12octeon_ep_vf: add support for ndo opsShinas Rasheed1-0/+134
2024-02-12octeon_ep_vf: add Tx/Rx ring resource setup and cleanupShinas Rasheed2-1/+438
2024-02-12octeon_ep_vf: add VF-PF mailbox communication.Shinas Rasheed4-2/+509
2024-02-12octeon_ep_vf: add hardware configuration APIsShinas Rasheed2-2/+676
2024-02-12octeon_ep_vf: Add driver framework and device initializationShinas Rasheed15-0/+2372