aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
Commit message (Expand)AuthorAgeFilesLines
* net: marvell: prestera: Fix a NULL vs IS_ERR() check in some functionsShang XiaoJing2022-11-292-3/+3
* octeontx2-pf: Fix pfc_alloc_status array overflowSuman Ghosh2022-11-251-1/+1
* octeontx2-af: Fix reference count issue in rvu_sdp_init()Xiongfeng Wang2022-11-241-2/+5
* octeontx2-pf: Add check for devm_kcallocJiasheng Jiang2022-11-241-0/+2
* net: marvell: prestera: add missing unregister_netdev() in prestera_port_crea...Zhang Changzhong2022-11-231-0/+1
* octeontx2-pf: Remove duplicate MACSEC settingZheng Bin2022-11-221-1/+0
* octeontx2-af: cn10k: mcs: Fix copy and paste bug in mcs_bbe_intr_handler()Dan Carpenter2022-11-211-1/+1
* octeontx2-af: debugsfs: fix pci device refcount leakYang Yingliang2022-11-181-0/+3
* net: mvpp2: fix possible invalid pointer dereferenceHui Tang2022-11-181-2/+6
* octeon_ep: ensure get mac address successfully before eth_hw_addr_set()Ziyang Xuan2022-11-141-1/+5
* octeon_ep: fix potential memory leak in octep_device_setup()Ziyang Xuan2022-11-141-1/+5
* octeon_ep: ensure octep_get_link_status() successfully before octep_link_up()Ziyang Xuan2022-11-141-1/+1
* octeon_ep: delete unnecessary napi rollback under set_queues_err in octep_open()Ziyang Xuan2022-11-141-2/+0
* net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()Zhengchao Shao2022-11-101-0/+1
* net: marvell: prestera: fix memory leak in prestera_rxtx_switch_init()Zhengchao Shao2022-11-081-1/+6
* octeontx2-pf: Fix SQE threshold checkingRatheesh Kannoth2022-11-083-13/+21
* octeontx2-pf: fix build error when CONFIG_OCTEONTX2_PF=yYang Yingliang2022-11-071-0/+1
* octeontx2-pf: NIX TX overwrites SQ_CTX_HW_S[SQ_INT]Ratheesh Kannoth2022-11-042-30/+162
* net: octeontx2-pf: mcs: consider MACSEC settingRandy Dunlap2022-11-041-0/+1
* ethernet: marvell: octeontx2 Fix resource not freed after mallocManank Patel2022-10-191-0/+2
* net: marvell: prestera: fix a couple NULL vs IS_ERR() checksDan Carpenter2022-10-131-3/+3
* net: prestera: span: do not unbind things things that were never boundMaksym Glubokiy2022-10-101-1/+4
* octeontx2-pf: mcs: fix possible memory leak in otx2_probe()Yang Yingliang2022-10-101-1/+3
* octeontx2-af: cn10k: mcs: Fix error return code in mcs_register_interrupts()Yang Yingliang2022-10-091-1/+3
* octeontx2-pf: mcs: fix missing unlock in some error pathsYang Yingliang2022-10-091-2/+3
* prestera: matchall: do not rollback if rule existsSerhiy Boiko2022-10-071-0/+2
* octeontx2-pf: mcs: remove unneeded semicolonYang Li2022-10-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-036-8/+34
|\
| * net: mvpp2: fix mvpp2 debugfs leakRussell King (Oracle)2022-10-033-3/+21
| * net: prestera: acl: Add check for kmemdupJiasheng Jiang2022-10-033-5/+13
* | net: marvell: prestera: Propagate nh state from hw to kernelYevhen Orlov2022-10-032-0/+114
* | net: marvell: prestera: Add neighbour cache accountingYevhen Orlov2022-10-032-3/+797
* | net: marvell: prestera: add stub handler neighbour eventsYevhen Orlov2022-10-032-0/+60
* | net: marvell: prestera: Add heplers to interact with fib_notifier_infoYevhen Orlov2022-10-031-34/+65
* | net: marvell: prestera: Add length macros for prestera_ip_addrYevhen Orlov2022-10-031-0/+2
* | net: marvell: prestera: add delayed wq and flush wq on deinitYevhen Orlov2022-10-033-0/+14
* | net: marvell: prestera: Add strict cleanup of fib arbiterYevhen Orlov2022-10-031-1/+41
* | net: marvell: prestera: Add cleanup of allocated fib_nodesYevhen Orlov2022-10-031-0/+12
* | net: marvell: prestera: Add router nexthops ABIYevhen Orlov2022-10-036-8/+582
* | octeontx2-pf: mcs: Introduce MACSEC hardware offloadingSubbaraya Sundeep2022-10-035-0/+1776
* | octeontx2-af: cn10k: mcs: Add debugfs supportGeetha sowjanya2022-10-032-0/+350
* | octeontx2-af: cn10k: mcs: Handle MCS block interruptsGeetha sowjanya2022-10-038-12/+865
* | octeontx2-af: cn10k: mcs: Support for stats collectionGeetha sowjanya2022-10-036-0/+1048
* | octeontx2-af: cn10k: mcs: Install a default TCAM for normal trafficGeetha sowjanya2022-10-033-0/+69
* | octeontx2-af: cn10k: mcs: Manage the MCS block hardware resourcesGeetha sowjanya2022-10-036-1/+1530
* | octeontx2-af: cn10k: mcs: Add mailboxes for port related operationsGeetha sowjanya2022-10-035-4/+376
* | octeontx2-af: cn10k: Introduce driver for macsec block.Geetha sowjanya2022-10-038-1/+678
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-2/+2
|\|
| * Revert "net: mvpp2: debugfs: fix memory leak when using debugfs_lookup()"Sasha Levin2022-09-261-2/+2
* | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-288-14/+10