summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
Commit message (Expand)AuthorAgeFilesLines
* octeon_ep: use bitwise ANDShreenidhi Shedi2022-06-271-1/+1
* octeontx2-vf: Add support for adaptive interrupt coalescingSuman Ghosh2022-06-131-1/+2
* Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-042-3/+3
|\
| * octeontx2-pf: replace bitmap_weight with bitmap_empty where appropriateYury Norov2022-05-022-3/+3
* | octeontx2-af: fix error code in is_valid_offset()Dan Carpenter2022-06-011-1/+1
* | net: marvell: prestera: fix typo in commentJulia Lawall2022-05-221-1/+1
* | net: mvpp2: fix typo in commentJulia Lawall2022-05-221-1/+1
* | octeon_ep: Fix irq releasing in the error handling path of octep_request_irqs()Christophe JAILLET2022-05-181-11/+14
* | octeon_ep: Fix a memory leak in the error handling path of octep_request_irqs()Christophe JAILLET2022-05-181-0/+2
* | octeontx2-pf: Add support for adaptive interrupt coalescingSuman Ghosh2022-05-177-8/+99
* | octeontx2-pf: Use memset_startat() helper in otx2_stop()Xiu Jianfeng2022-05-171-2/+1
* | octeontx2-pf: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi2022-05-161-2/+0
* | octeon_ep: delete unnecessary NULL checkZiyang Xuan2022-05-163-6/+3
* | octeon_ep: add missing destroy_workqueue in octep_init_moduleZheng Bin2022-05-161-0/+1
* | eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+2
* | net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-065-5/+5
* | octeontx2-af: debugfs: fix error return of allocationsNiels Dossche2022-05-021-2/+2
* | eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-4/+2
* | net: prestera: add police action supportVolodymyr Mytnyk2022-04-285-2/+149
* | octeon_ep: Remove custom driver versionLeon Romanovsky2022-04-153-23/+1
* | octeon_ep: fix error return code in octep_probe()Yang Yingliang2022-04-151-1/+2
* | octeon_ep: Fix spelling mistake "inerrupts" -> "interrupts"Colin Ian King2022-04-151-1/+1
* | net: mvneta: add support for page_pool_get_statsLorenzo Bianconi2022-04-152-1/+20
* | octeon_ep: add ethtool support for Octeon PCI Endpoint NICVeerasenareddy Burru2022-04-133-1/+465
* | octeon_ep: add Tx/Rx processing and interrupt supportVeerasenareddy Burru2022-04-133-0/+904
* | octeon_ep: add support for ndo opsVeerasenareddy Burru2022-04-133-1/+139
* | octeon_ep: add Tx/Rx ring resource setup and cleanupVeerasenareddy Burru2022-04-132-0/+441
* | octeon_ep: Add mailbox for control commandsVeerasenareddy Burru2022-04-133-10/+294
* | octeon_ep: add hardware configuration APIsVeerasenareddy Burru2022-04-133-7/+505
* | octeon_ep: Add driver framework and device initializationVeerasenareddy Burru2022-04-1317-0/+2861
* | net: marvell: prestera: Use dscp_t in struct prestera_kern_fib_cacheGuillaume Nault2022-04-111-3/+3
* | ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault2022-04-111-3/+3
* | ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault2022-04-111-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-071-1/+1
|\|
| * net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()Andrew Lunn2022-04-051-1/+1
* | prestera: acl: add action hw_stats supportVolodymyr Mytnyk2022-04-062-7/+18
|/
* octeontx2-af: initialize action variableTom Rix2022-03-261-8/+7
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-2438-408/+2227
|\
| * net: marvell: prestera: add missing destroy_workqueue() in prestera_module_in...Yang Yingliang2022-03-231-1/+3
| * net: mvneta: Add support for 98DX2530 Ethernet portChris Packham2022-03-171-0/+12
| * net: mv643xx_eth: undo some opreations in mv643xx_eth_probeMinghao Chi2022-03-161-2/+4
| * net: mv643xx_eth: use platform_get_irq() instead of platform_get_resource()Minghao Chi2022-03-111-5/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-0/+1
| |\
| * | net: prestera: acl: make read-only array client_map static constColin Ian King2022-03-081-1/+1
| * | net: marvell: Use min() instead of doing it manuallyHaowen Bai2022-03-031-1/+1
| * | flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu2022-02-281-0/+43
| * | net: marvell: prestera: Fix return value check in prestera_kern_fib_cache_find()Yang Yingliang2022-02-241-1/+1
| * | net: marvell: prestera: Fix return value check in prestera_fib_node_find()Yang Yingliang2022-02-241-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-242-13/+17
| |\ \
| * | | octeontx2-pf: Vary completion queue event sizeSubbaraya Sundeep2022-02-235-5/+21