summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni9 days14-102/+80
|\
| * octeon_ep_vf: update tx/rx stats locally for persistenceShinas Rasheed11 days7-37/+35
| * octeon_ep_vf: remove firmware stats fetch in ndo_get_stats64Shinas Rasheed11 days1-8/+0
| * octeon_ep: update tx/rx stats locally for persistenceShinas Rasheed11 days7-47/+45
| * octeon_ep: remove firmware stats fetch in ndo_get_stats64Shinas Rasheed11 days1-10/+0
* | net: mvpp2: add EEE implementationRussell King (Oracle)13 days2-0/+91
* | net: mvneta: convert to phylink EEE implementationRussell King (Oracle)13 days1-42/+65
* | net: protect NAPI enablement with netdev_lock()Jakub Kicinski2025-01-161-1/+4
* | net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)2025-01-153-1/+4
* | octeontx2-pf: mcs: Remove dead code and semi-colon from rsrc_name()Nihar Chaithanya2025-01-071-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-042-2/+13
|\|
| * sky2: Add device ID 11ab:4373 for Marvell 88E8075Pascal Hambourg2024-12-311-0/+1
| * net: mv643xx_eth: fix an OF node reference leakJoe Hattori2024-12-311-2/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-12-191-1/+4
|\|
| * octeontx2-pf: fix error handling of devlink port in rvu_rep_create()Harshit Mogalapalli2024-12-191-0/+1
| * octeontx2-pf: fix netdev memory leak in rvu_rep_create()Harshit Mogalapalli2024-12-191-1/+3
* | octeontx2-af: fix build regression without CONFIG_DCBArnd Bergmann2024-12-152-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-12-121-10/+8
|\|
| * octeontx2-af: Fix installation of PF multicast ruleGeetha sowjanya2024-12-101-10/+8
* | cn10k-ipsec: Fix compilation error when CONFIG_XFRM_OFFLOAD disabledBharat Bhushan2024-12-122-2/+2
* | octeon_ep: add ndo ops for VFs in PF driverShinas Rasheed2024-12-104-4/+65
* | cn10k-ipsec: Enable outbound ipsec crypto offloadBharat Bhushan2024-12-091-3/+3
* | cn10k-ipsec: Allow ipsec crypto offload for skb with SABharat Bhushan2024-12-091-0/+15
* | cn10k-ipsec: Process outbound ipsec crypto offloadBharat Bhushan2024-12-097-3/+321
* | cn10k-ipsec: Add SA add/del support for outb ipsec crypto offloadBharat Bhushan2024-12-092-0/+523
* | cn10k-ipsec: Init hardware for outbound ipsec crypto offloadBharat Bhushan2024-12-096-2/+565
* | octeontx2-af: Disable backpressure between CPT and NIXBharat Bhushan2024-12-096-17/+106
* | octeontx2-pf: Move skb fragment map/unmap to common codeBharat Bhushan2024-12-093-46/+50
* | octeontx2-pf: map skb data as device writeableBharat Bhushan2024-12-091-2/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-12-052-0/+4
|\|
| * octeontx2-af: Fix SDP MAC link credits configurationGeetha sowjanya2024-12-022-0/+4
* | net: mvpp2: implement pcs_inband_caps() methodRussell King (Oracle)2024-12-051-9/+16
* | net: mvneta: implement pcs_inband_caps() methodRussell King (Oracle)2024-12-051-10/+17
|/
* octeontx2-af: Quiesce traffic before NIX block resetHariprasad Kelam2024-11-268-6/+145
* octeontx2-af: RPM: fix stale FCFEC countersHariprasad Kelam2024-11-262-17/+17
* octeontx2-af: RPM: fix stale RSFEC countersHariprasad Kelam2024-11-262-5/+12
* octeontx2-af: RPM: Fix low network performanceHariprasad Kelam2024-11-265-11/+19
* octeontx2-af: RPM: Fix mismatch in lmac typeHariprasad Kelam2024-11-261-1/+1
* marvell: pxa168_eth: fix call balance of pep->clk handling routinesVitalii Mordan2024-11-261-10/+4
* octeontx2-pf: Fix spelling mistake "reprentator" -> "representor"Colin Ian King2024-11-161-1/+1
* octeontx2-pf: Adds TC offload supportGeetha sowjanya2024-11-137-17/+154
* octeontx2-pf: Implement offload stats ndo for representorsGeetha sowjanya2024-11-132-0/+43
* octeontx2-pf: Add devlink port supportGeetha sowjanya2024-11-134-0/+98
* octeontx2-pf: Add representors for sdp MACGeetha sowjanya2024-11-138-26/+88
* octeontx2-pf: Configure VF mtu via representorGeetha sowjanya2024-11-132-0/+22
* octeontx2-pf: Add support to sync link state between representor and VFsGeetha sowjanya2024-11-138-3/+287
* octeontx2-pf: Get VF stats via representorGeetha sowjanya2024-11-137-54/+180
* octeontx2-af: Add packet path between representor and VFGeetha sowjanya2024-11-138-8/+298
* octeontx2-pf: Add basic net_device_opsGeetha sowjanya2024-11-135-11/+70
* octeontx2-pf: Create representor netdevGeetha sowjanya2024-11-136-0/+285