summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
Commit message (Expand)AuthorAgeFilesLines
* octeon_ep: cancel queued works in probe error pathMichal Schmidt2023-08-141-3/+4
* octeon_ep: cancel ctrl_mbox_task after intr_poll_taskMichal Schmidt2023-08-141-1/+1
* octeon_ep: cancel tx_timeout_task later in remove sequenceMichal Schmidt2023-08-141-1/+1
* octeon_ep: fix timeout value for waiting on mbox responseMichal Schmidt2023-08-141-1/+1
* net: marvell: prestera: fix handling IPv4 routes with nhidJonas Gorski2023-08-071-7/+7
* prestera: fix fallback to previous version on same major versionJonas Gorski2023-08-031-1/+2
* octeon_ep: initialize mbox mutexesMichal Schmidt2023-07-311-0/+3
* octeontx2-af: Fix hash extraction enable configurationSuman Ghosh2023-07-252-5/+46
* octeontx2-pf: mcs: Generate hash key using ecb(aes)Subbaraya Sundeep2023-07-181-37/+100
* octeontx2-pf: Dont allocate BPIDs for LBK interfacesGeetha sowjanya2023-07-181-2/+3
* octeontx2-pf: Add additional check for MCAM rulesSuman Ghosh2023-07-112-0/+23
* octeontx2-af: Move validation of ptp pointer before its usageSai Krishna2023-07-072-11/+10
* octeontx2-af: Promisc enable/disable through mboxRatheesh Kannoth2023-07-072-11/+23
* net: mvneta: fix txq_map in case of txq_number==1Klaus Kudielka2023-07-061-2/+2
* octeontx-af: fix hardware timestamp configurationHariprasad Kelam2023-07-041-1/+1
* octeontx2-af: Reset MAC features in FLRHariprasad Kelam2023-07-028-6/+77
* octeontx2-af: Add validation before accessing cgx and lmacHariprasad Kelam2023-07-021-0/+7
* octeontx2-af: Fix mapping for NIX block from CGX connectionHariprasad Kelam2023-07-022-1/+12
* octeontx2-af: cn10kb: fix interrupt csr addressesHariprasad Kelam2023-07-022-2/+3
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-2828-275/+2813
|\
| * octeon_ep: use vmalloc_array and vcallocJulia Lawall2023-06-271-1/+1
| * net: prestera: update PCS driver to use neg_modeRussell King (Oracle)2023-06-221-8/+3
| * net: mvpp2: update PCS driver to use neg_modeRussell King (Oracle)2023-06-221-6/+8
| * net: mvneta: update PCS driver to use neg_modeRussell King (Oracle)2023-06-221-3/+4
| * octeontx2-pf: TC flower offload support for rxqueue mappingRatheesh Kannoth2023-06-201-2/+12
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-153-33/+10
| |\
| * | octeontx2-af: Set XOFF on other child transmit schedulers during SMQ flushNaveen Mamindlapalli2023-06-132-2/+144
| * | octeontx2-af: add option to toggle DROP_RE enable in rx cfgNithin Dabilpuram2023-06-132-0/+6
| * | octeontx2-af: Enable LBK links only when switch mode is on.Subbaraya Sundeep2023-06-133-6/+25
| * | octeontx2-af: cn10k: Set NIX DWRR MTU for CN10KB siliconSunil Goutham2023-06-138-12/+73
| * | octeontx2-af: extend RSS supported offload typesKiran Kumar K2023-06-132-0/+63
| * | octeontx2-af: Add devlink option to adjust mcam high prio zone entriesNaveen Mamindlapalli2023-06-131-0/+68
| * | flow_offload: Reject matching on layer 2 missIdo Schimmel2023-05-301-0/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-251-3/+1
| |\ \
| * | | octeontx2-pf: Add support for page poolRatheesh Kannoth2023-05-237-22/+96
| * | | octeontx2-pf: mcs: Support VLAN in clear textSubbaraya Sundeep2023-05-172-2/+7
| * | | octeontx2-pf: mcs: Remove unneeded semicolonYang Li2023-05-151-2/+2
| * | | octeontx2-pf: ethtool expose qos statsHariprasad Kelam2023-05-151-9/+20
| * | | octeontx2-pf: Add support for HTB offloadNaveen Mamindlapalli2023-05-1510-14/+1507
| * | | octeontx2-pf: Prepare for QOS offloadHariprasad Kelam2023-05-153-20/+43
| * | | octeontx2-pf: Refactor schedular queue alloc/free callsHariprasad Kelam2023-05-155-38/+94
| * | | octeontx2-pf: qos send queues managementSubbaraya Sundeep2023-05-1510-42/+426
| * | | octeontx2-pf: Rename tot_tx_queues to non_qos_queuesHariprasad Kelam2023-05-154-15/+15
| * | | net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-3/+2
| * | | octeontx2-pf: mcs: Offload extended packet number(XPN) featureSubbaraya Sundeep2023-05-122-19/+75
| * | | net: mvneta: allocate TSO header DMA memory in chunksRussell King (Oracle)2023-05-111-18/+70
| * | | net: mvneta: move tso_build_hdr() into mvneta_tso_put_hdr()Russell King (Oracle)2023-05-111-11/+11
| * | | net: mvneta: use buf->type to determine whether to dma-unmapRussell King (Oracle)2023-05-111-7/+4
| * | | net: mvneta: mark mapped and tso buffers separatelyRussell King (Oracle)2023-05-111-2/+4
| * | | net: mvneta: fix transmit path dma-unmapping on errorRussell King (Oracle)2023-05-111-20/+33