aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)AuthorFilesLines
2025-11-03octeontx2-pf: Fix devm_kcalloc() error checkingDan Carpenter1-4/+2
2025-10-14Octeontx2-af: Fix missing error code in cgx_probe()Harshit Mogalapalli1-0/+1
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-0/+2
2025-09-30octeontx2-pf: fix bitmap leakBo Sun1-0/+1
2025-09-30octeontx2-vf: fix bitmap leakBo Sun1-0/+1
2025-09-26octeon_ep_vf: Add support to retrieve hardware channel informationSathesh B Edara1-0/+10
2025-09-26octeon_ep: Add support to retrieve hardware channel informationSathesh B Edara1-0/+10
2025-09-26ethtool: add FEC bins histogram reportVadim Fedorenko1-1/+2
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+2
2025-09-25octeontx2-pf: Fix potential use after free in otx2_tc_add_flow()Dan Carpenter1-1/+1
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari7-7/+8
2025-09-19ethernet: rvu-af: Remove slash from the driver namePetr Malat1-2/+1
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+20
2025-09-18octeontx2-pf: Fix use-after-free bugs in otx2_sync_tstamp()Duoming Zhou1-1/+1
2025-09-17octeon_ep: fix VF MAC address lifecycle handlingSathesh B Edara1-0/+3
2025-09-16net: mvpp2: add support for hardware timestampsRussell King1-5/+7
2025-09-14octeon_ep: Validate the VF IDKamal Heib1-0/+16
2025-09-12net: mvneta: add support for hardware timestampsRussell King1-0/+8
2025-09-11net: xdp: pass full flags to xdp_update_skb_shared_info()Jakub Kicinski1-4/+3
2025-09-02net: mvpp2: add xlg pcs inband capabilitiesRussell King (Oracle)1-0/+7
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-2/+51
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit1-8/+24
2025-08-26octeontx2-af: Remove unused declarationsYue Haibing1-4/+0
2025-08-25Octeontx2-af: Fix NIX X2P calibration failuresHariprasad Kelam2-0/+21
2025-08-22Octeontx2-vf: Fix max packet length errorsHariprasad Kelam6-2/+30
2025-08-21Octeontx2-af: Broadcast XON on all channelsHariprasad Kelam3-0/+20
2025-08-21Octeontx2-af: Skip overlap check for SPI fieldHariprasad Kelam1-2/+2
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-08-02net: mvneta: fix typo "notifer"WangYuli1-1/+1
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds50-506/+2024
2025-07-25octeontx2-af: use unsigned int as iterator for unsigned valuesSimon Horman1-3/+3
2025-07-25net: Fix typosBjorn Helgaas4-6/+6
2025-07-23octeontx2-pf: access ->pp through netmem_desc instead of pageByungchul Park1-1/+1
2025-07-22Octeontx2-af: Debugfs support for firmware dataHariprasad Kelam2-1/+168
2025-07-22Octeontx2-af: RPM: Update DMA maskHariprasad Kelam1-0/+6
2025-07-22Octeontx2-af: Disable stale DMAC filtersSubbaraya Sundeep1-0/+13
2025-07-22Octeontx2-af: Add programmed macaddr to RVU pfvfHariprasad Kelam1-14/+9
2025-07-08eth: otx2: migrate to the *_rxfh_context opsJakub Kicinski5-91/+89
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-06-29octeontx2-af: Fix error code in rvu_mbox_init()Dan Carpenter1-1/+2
2025-06-27Octeontx2-pf: ethtool: support multi advertise modeHariprasad Kelam5-31/+48
2025-06-27Octeontx2-af: Introduce mode group indexHariprasad Kelam3-4/+22
2025-06-27Octeontx-pf: Update SGMII mode mappingHariprasad Kelam3-22/+44
2025-06-21octeontx2-af: Fix rvu_mbox_init return pathSubbaraya Sundeep1-1/+5
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2025-06-18Octeontx2-pf: Fix Backpresure configurationHariprasad Kelam1-2/+2
2025-06-18eth: mvpp2: migrate to new RXFH callbacksJakub Kicinski3-10/+33
2025-06-18eth: otx2: migrate to new RXFH callbacksJakub Kicinski1-12/+19
2025-06-16octeontx2-pf: CN20K mbox implementation between PF-VFSai Krishna5-14/+194
2025-06-16octeontx2-af: CN20K mbox implementation for AF's VFSai Krishna11-37/+380