aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-70/+68
2025-09-26net: macb: avoid dealing with endianness in macb_set_hwaddr()Théo Lebrun1-2/+2
2025-09-26net: macb: single dma_alloc_coherent() for DMA descriptorsThéo Lebrun1-39/+41
2025-09-26net: macb: move ring size computation to functionsThéo Lebrun1-11/+16
2025-09-26net: macb: remove illusion about TBQPH/RBQPH being per-queueThéo Lebrun1-33/+24
2025-09-17net: cadence: macb: Add support for Raspberry Pi RP1 ethernet controllerDave Stevenson1-0/+12
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+16
2025-09-02net: macb: Validate the value of base_time properlyChandra Mohan Sundar1-1/+1
2025-09-01net: macb: Fix tx_ptr_lock lockingSean Anderson1-12/+16
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+4
2025-08-28net: macb: Disable clocks onceNeil Mandir1-5/+2
2025-08-26net: macb: Fix offset error in gem_update_statsSean Anderson1-1/+1
2025-08-21net: macb: fix unregister_netdev call order in macb_remove()luoguangfei1-1/+1
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-08-20Revert "net: cadence: macb: sama7g5_emac: Remove USARIO CLKEN flag"Ryan Wanner1-1/+2
2025-08-19net: macb: Add capability-based QBV detection and Versal supportVineeth Karumanchi1-2/+7
2025-08-19net: macb: Add TAPRIO traffic scheduling supportVineeth Karumanchi1-0/+223
2025-08-14net: cadence: macb: convert from round_rate() to determine_rate()Brian Masney1-26/+35
2025-07-16net: cadence: macb: sama7g5_emac: Remove USARIO CLKEN flagRyan Wanner1-2/+1
2025-07-16net: cadence: macb: Enable RMII for SAMA7 gemRyan Wanner1-0/+1
2025-07-16net: cadence: macb: Expose REFCLK as a device tree propertyRyan Wanner1-0/+7
2025-06-11net: macb: Add shutdown operation supportAbin Joseph1-0/+15
2025-05-27net: macb: Check return value of dma_set_mask_and_coherent()Sergio Perez Gonzalez1-1/+5
2025-05-12net: cadence: macb: Fix a possible deadlock in macb_halt_tx.Mathieu Othacehe1-13/+6
2025-03-24net: ethernet: Drop unused of_gpio.hPeng Fan1-3/+0
2025-03-04net: cadence: macb: Synchronize standard statsSean Anderson1-0/+16
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+10
2025-02-21net: cadence: macb: Implement BQLSean Anderson1-2/+18
2025-02-21net: cadence: macb: Synchronize stats calculationsSean Anderson1-2/+10
2025-02-18net: cadence: macb: Report standard statsSean Anderson1-2/+158
2025-02-18net: cadence: macb: Convert to get_stats64Sean Anderson1-19/+15
2025-02-14net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)1-2/+0
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)1-1/+2
2024-12-09net: macb: Use helper rgmii_clockJan Petrous (OSS)1-12/+2
2024-11-03net: macb: avoid redundant lookup for "mdio" child node in MDIO setupOleksij Rempel1-14/+9
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+11
2024-10-15net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-l...Oleksij Rempel1-3/+11
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-04net: macb: Adding support for Jumbo Frames up to 10240 Bytes in SAMA5D2Aleksander Jan Bajkowski1-1/+2
2024-09-09net: macb: Remove setting of RX software timestampGal Pressman1-3/+2
2024-09-04net: cadence: macb: Enable software IRQ coalescing by defaultSean Anderson1-0/+2
2024-08-15net: macb: increase max_mtu for oversized framesPieter Van Trappen1-2/+2
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-08-12net: macb: Use rcu_dereference() for idev->ifa_list in macb_suspend().Kuniyuki Iwashima1-2/+2
2024-07-31net: macb: Convert tasklet API to new bottom half workqueue mechanismAllen Pais1-5/+5
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-2/+2
2024-06-25net: macb: Add ARP support to WOLVineeth Karumanchi1-26/+32
2024-06-25net: macb: Enable queue disableVineeth Karumanchi1-1/+2
2024-06-25net: macb: queue tie-off or disable during WOL suspendVineeth Karumanchi1-3/+57
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1