aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cadence/macb_main.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-30net: macb: Relocate mog_init_rings() callback from macb_mac_link_up() to macb...Xiaolei Wang1-1/+2
2025-10-29net: ethernet: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-5/+0
2025-10-28net: macb: Add "mobileye,eyeq5-gem" compatibleThéo Lebrun1-0/+38
2025-10-28net: macb: rename bp->sgmii_phy field to bp->phyThéo Lebrun1-13/+13
2025-10-28net: macb: add no LSO capability (MACB_CAPS_NO_LSO)Théo Lebrun1-2/+5
2025-10-28net: macb: match skb_reserve(skb, NET_IP_ALIGN) with HW alignmentThéo Lebrun1-3/+20
2025-10-21net: macb: Remove duplicate linux/inetdevice.h headerJiapeng Chong1-1/+0
2025-10-16net: macb: sort #includesThéo Lebrun1-18/+19
2025-10-16net: macb: apply reverse christmas tree in macb_tx_map()Théo Lebrun1-4/+4
2025-10-16net: macb: drop `count` local variable in macb_tx_map()Théo Lebrun1-6/+4
2025-10-16net: macb: drop `entry` local variable in macb_tx_map()Théo Lebrun1-11/+7
2025-10-16net: macb: replace min() with umin() callsThéo Lebrun1-5/+5
2025-10-16net: macb: remove bp->queue_maskThéo Lebrun1-32/+37
2025-10-16net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)Théo Lebrun1-39/+16
2025-10-16net: macb: move bp->hw_dma_cap flags to bp->capsThéo Lebrun1-14/+14
2025-10-16net: macb: simplify macb_adj_dma_desc_idx()Théo Lebrun1-12/+6
2025-10-16net: macb: simplify macb_dma_desc_get_size()Théo Lebrun1-20/+7
2025-10-16net: macb: drop macb_config NULL checkingThéo Lebrun1-4/+2
2025-10-16net: macb: Remove local variables clk_init and init in macb_probe()Théo Lebrun1-10/+3
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