summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cadence/macb_main.c
AgeCommit message (Expand)Author
2025-10-29net: ethernet: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus
2025-10-28net: macb: Add "mobileye,eyeq5-gem" compatibleThéo Lebrun
2025-10-28net: macb: rename bp->sgmii_phy field to bp->phyThéo Lebrun
2025-10-28net: macb: add no LSO capability (MACB_CAPS_NO_LSO)Théo Lebrun
2025-10-28net: macb: match skb_reserve(skb, NET_IP_ALIGN) with HW alignmentThéo Lebrun
2025-10-21net: macb: Remove duplicate linux/inetdevice.h headerJiapeng Chong
2025-10-16net: macb: sort #includesThéo Lebrun
2025-10-16net: macb: apply reverse christmas tree in macb_tx_map()Théo Lebrun
2025-10-16net: macb: drop `count` local variable in macb_tx_map()Théo Lebrun
2025-10-16net: macb: drop `entry` local variable in macb_tx_map()Théo Lebrun
2025-10-16net: macb: replace min() with umin() callsThéo Lebrun
2025-10-16net: macb: remove bp->queue_maskThéo Lebrun
2025-10-16net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)Théo Lebrun
2025-10-16net: macb: move bp->hw_dma_cap flags to bp->capsThéo Lebrun
2025-10-16net: macb: simplify macb_adj_dma_desc_idx()Théo Lebrun
2025-10-16net: macb: simplify macb_dma_desc_get_size()Théo Lebrun
2025-10-16net: macb: drop macb_config NULL checkingThéo Lebrun
2025-10-16net: macb: Remove local variables clk_init and init in macb_probe()Théo Lebrun
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-09-26net: macb: avoid dealing with endianness in macb_set_hwaddr()Théo Lebrun
2025-09-26net: macb: single dma_alloc_coherent() for DMA descriptorsThéo Lebrun
2025-09-26net: macb: move ring size computation to functionsThéo Lebrun
2025-09-26net: macb: remove illusion about TBQPH/RBQPH being per-queueThéo Lebrun
2025-09-17net: cadence: macb: Add support for Raspberry Pi RP1 ethernet controllerDave Stevenson
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-02net: macb: Validate the value of base_time properlyChandra Mohan Sundar
2025-09-01net: macb: Fix tx_ptr_lock lockingSean Anderson
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-28net: macb: Disable clocks onceNeil Mandir
2025-08-26net: macb: Fix offset error in gem_update_statsSean Anderson
2025-08-21net: macb: fix unregister_netdev call order in macb_remove()luoguangfei
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-20Revert "net: cadence: macb: sama7g5_emac: Remove USARIO CLKEN flag"Ryan Wanner
2025-08-19net: macb: Add capability-based QBV detection and Versal supportVineeth Karumanchi
2025-08-19net: macb: Add TAPRIO traffic scheduling supportVineeth Karumanchi
2025-08-14net: cadence: macb: convert from round_rate() to determine_rate()Brian Masney
2025-07-16net: cadence: macb: sama7g5_emac: Remove USARIO CLKEN flagRyan Wanner
2025-07-16net: cadence: macb: Enable RMII for SAMA7 gemRyan Wanner
2025-07-16net: cadence: macb: Expose REFCLK as a device tree propertyRyan Wanner
2025-06-11net: macb: Add shutdown operation supportAbin Joseph
2025-05-27net: macb: Check return value of dma_set_mask_and_coherent()Sergio Perez Gonzalez
2025-05-12net: cadence: macb: Fix a possible deadlock in macb_halt_tx.Mathieu Othacehe
2025-03-24net: ethernet: Drop unused of_gpio.hPeng Fan
2025-03-04net: cadence: macb: Synchronize standard statsSean Anderson
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-21net: cadence: macb: Implement BQLSean Anderson
2025-02-21net: cadence: macb: Synchronize stats calculationsSean Anderson
2025-02-18net: cadence: macb: Report standard statsSean Anderson
2025-02-18net: cadence: macb: Convert to get_stats64Sean Anderson
2025-02-14net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)