summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)AuthorFilesLines
2025-05-15octeontx2-af: Display names for CPT and UP messagesSubbaraya Sundeep1-0/+8
2025-05-15octeontx2-af: convert dev_dbg to tracepoint in mboxSubbaraya Sundeep2-2/+12
2025-05-15octeontx2-pf: Do not reallocate all ntuple filtersSubbaraya Sundeep3-1/+4
2025-05-15octeontx2-af: Fix CGX Receive countersHariprasad Kelam1-0/+5
2025-05-15octeontx2-pf: macsec: Fix incorrect max transmit size in TX secySubbaraya Sundeep1-1/+2
2025-05-15net: phy: remove Kconfig symbol MDIO_DEVRESHeiner Kallweit1-1/+0
2025-05-14octeontx2-pf: Fix ethtool support for SDP representorsHariprasad Kelam1-5/+5
2025-05-10net: mvpp2: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean1-35/+23
2025-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2025-05-01octeon_ep: Fix host hang issue during device rebootSathesh B Edara1-1/+1
2025-04-29net: octeontx2: Use pure PCI devres APIPhilipp Stanner3-27/+13
2025-04-29net: prestera: Use pure PCI devres APIPhilipp Stanner1-4/+2
2025-04-26octeon_ep_vf: Resolve netdevice usage count issueSathesh B Edara1-1/+3
2025-04-24octeontx2-pf: AF_XDP: code clean upHariprasad Kelam3-14/+35
2025-04-23octeontx2-af: Remove unused rvu_npc_enable_bcast_entryDr. David Alan Gilbert2-20/+0
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu1-9/+9
2025-04-16octeontx2-pf: handle otx2_mbox_get_rsp errorsChenyuan Yang1-0/+2
2025-04-15octeon_ep_vf: Remove octep_vf_wqSimon Horman2-4/+0
2025-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-6/+11
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+5
2025-04-10octeontx2-pf: Add error log forcn10k_map_unmap_rq_policer()Wentao Liang1-3/+6
2025-04-08octeontx2-pf: qos: fix VF root node parent queue indexHariprasad Kelam1-0/+5
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner4-6/+6
2025-04-04net: octeontx2: Handle XDP_ABORTED and XDP invalid as XDP_DROPLorenzo Bianconi1-5/+4
2025-04-03net: mvpp2: Prevent parser TCAM memory corruptionTobias Waldekranz3-67/+140
2025-04-01octeontx2-af: Free NIX_AF_INT_VEC_GEN irqGeetha sowjanya1-1/+1
2025-04-01octeontx2-af: Fix mbox INTR handler when num VFs > 64Geetha sowjanya1-1/+1
2025-03-27Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds19-122/+592
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+3
2025-03-25octeontx2-af: mcs: Remove redundant 'flush_workqueue()' callsChen Ni1-1/+0
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-15/+0
2025-03-25net: octeontx2: Add metadata support for xdp modeLorenzo Bianconi1-4/+9
2025-03-25net: mvpp2: Add metadata support for xdp modeLorenzo Bianconi1-2/+6
2025-03-25net: mvneta: Add metadata support for xdp modeLorenzo Bianconi1-1/+4
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel1-1/+1
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-02-27net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination.Harshal Chaudhari1-1/+1
2025-02-26Octeontx2-af: RPM: Register driver with PCI subsys IDsHariprasad Kelam2-2/+14
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky1-15/+0
2025-02-21octeontx2: hide unused labelArnd Bergmann2-0/+4
2025-02-18octeontx2-pf: AF_XDP zero copy transmit supportSuman Ghosh7-13/+96
2025-02-18octeontx2-pf: Prepare for AF_XDPSuman Ghosh2-2/+24
2025-02-18octeontx2-pf: Reconfigure RSS table after enabling AF_XDP zerocopy on rx queueSuman Ghosh3-1/+13
2025-02-18octeontx2-pf: AF_XDP zero copy receive supportSuman Ghosh11-61/+389
2025-02-18octeontx2-pf: Add AF_XDP non-zero copy supportSuman Ghosh1-1/+7
2025-02-18octeontx2-pf: use xdp_return_frame() to free xdp buffersSuman Ghosh4-27/+38
2025-02-18octeontx2-pf: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-18net: mvpp2: Switch to use hrtimer_setup()Nam Cao1-3/+2
2025-02-15net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)3-4/+0