summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cadence
AgeCommit message (Expand)AuthorFilesLines
2026-04-02net: macb: Use dev_consume_skb_any() to free TX SKBsKevin Hao1-1/+1
2026-04-02net: macb: Protect access to net_device::ip_ptr with RCU lockKevin Hao1-9/+16
2026-04-02net: macb: Move devm_{free,request}_irq() out of spin lock areaKevin Hao1-5/+7
2026-04-02net: macb: use the current queue number for statsPaolo Valerio1-1/+1
2026-03-25net: macb: fix uninitialized rx_fs_lockFedor Pchelkin1-0/+3
2026-03-25net: macb: Reinitialize tx/rx queue pointer registers and rx ring during resumeKevin Hao1-0/+10
2026-03-25net: macb: Introduce gem_init_rx_ring()Kevin Hao1-4/+9
2026-03-25net: macb: fix use-after-free access to PTP clockFedor Pchelkin1-1/+3
2026-03-19net: macb: Shuffle the tx ring before enabling txKevin Hao1-3/+95
2026-03-04net: macb: Fix tx/rx malfunction after phy link down and upKevin Hao1-6/+5
2025-12-30net: macb: Relocate mog_init_rings() callback from macb_mac_link_up() to macb...Xiaolei Wang1-1/+2
2025-10-30net: 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 Lebrun2-14/+14
2025-10-28net: macb: add no LSO capability (MACB_CAPS_NO_LSO)Théo Lebrun2-2/+6
2025-10-28net: macb: match skb_reserve(skb, NET_IP_ALIGN) with HW alignmentThéo Lebrun2-3/+23
2025-10-22net: macb: Remove duplicate linux/inetdevice.h headerJiapeng Chong1-1/+0
2025-10-17net: macb: sort #includesThéo Lebrun1-18/+19
2025-10-17net: macb: apply reverse christmas tree in macb_tx_map()Théo Lebrun1-4/+4
2025-10-17net: macb: drop `count` local variable in macb_tx_map()Théo Lebrun1-6/+4
2025-10-17net: macb: drop `entry` local variable in macb_tx_map()Théo Lebrun1-11/+7
2025-10-17net: macb: replace min() with umin() callsThéo Lebrun1-5/+5
2025-10-17net: macb: remove bp->queue_maskThéo Lebrun2-33/+37
2025-10-17net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)Théo Lebrun3-49/+32
2025-10-17net: macb: move bp->hw_dma_cap flags to bp->capsThéo Lebrun3-29/+25
2025-10-17net: macb: simplify macb_adj_dma_desc_idx()Théo Lebrun1-12/+6
2025-10-17net: macb: simplify macb_dma_desc_get_size()Théo Lebrun1-20/+7
2025-10-17net: macb: drop macb_config NULL checkingThéo Lebrun1-4/+2
2025-10-17net: macb: Remove local variables clk_init and init in macb_probe()Théo Lebrun1-10/+3
2025-10-17net: macb: remove gap in MACB_CAPS_* flagsThéo Lebrun1-8/+8
2025-10-17net: macb: use BIT() macro for capability definitionsThéo Lebrun1-21/+21
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-74/+68
2025-09-27net: macb: avoid dealing with endianness in macb_set_hwaddr()Théo Lebrun1-2/+2
2025-09-27net: macb: single dma_alloc_coherent() for DMA descriptorsThéo Lebrun1-39/+41
2025-09-27net: macb: move ring size computation to functionsThéo Lebrun1-11/+16
2025-09-27net: macb: remove illusion about TBQPH/RBQPH being per-queueThéo Lebrun2-37/+24
2025-09-18net: 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-03net: 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-27net: macb: Fix offset error in gem_update_statsSean Anderson1-1/+1
2025-08-22net: 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-21Revert "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 Karumanchi2-2/+8
2025-08-19net: macb: Add TAPRIO traffic scheduling supportVineeth Karumanchi2-0/+289
2025-08-14net: cadence: macb: convert from round_rate() to determine_rate()Brian Masney1-26/+35
2025-07-17net: cadence: macb: sama7g5_emac: Remove USARIO CLKEN flagRyan Wanner1-2/+1