summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cadence
AgeCommit message (Expand)AuthorFilesLines
2026-04-11net: macb: Move devm_{free,request}_irq() out of spin lock areaKevin Hao1-5/+8
2026-04-11net: macb: properly unregister fixed rate clocksFedor Pchelkin1-4/+4
2026-04-11net: macb: fix clk handling on PCI glue driver removalFedor Pchelkin1-2/+4
2026-04-11net: macb: Use dev_consume_skb_any() to free TX SKBsKevin Hao1-1/+1
2026-04-11net: 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: queue tie-off or disable during WOL suspendVineeth Karumanchi2-3/+64
2026-03-25net: macb: Shuffle the tx ring before enabling txKevin Hao1-3/+95
2026-03-25net: macb: fix use-after-free access to PTP clockFedor Pchelkin1-1/+3
2026-03-04net: macb: Fix tx/rx malfunction after phy link down and upKevin Hao1-6/+5
2026-01-11net: macb: Relocate mog_init_rings() callback from macb_mac_link_up() to macb...Xiaolei Wang1-1/+2
2025-12-07net: macb: fix unregister_netdev call order in macb_remove()luoguangfei1-1/+1
2025-12-07net: macb: avoid dealing with endianness in macb_set_hwaddr()Théo Lebrun1-2/+2
2025-09-09net: macb: Fix tx_ptr_lock lockingSean Anderson1-12/+16
2025-06-27net: macb: Check return value of dma_set_mask_and_coherent()Sergio Perez Gonzalez1-1/+5
2025-05-22net: cadence: macb: Fix a possible deadlock in macb_halt_tx.Mathieu Othacehe1-13/+6
2025-03-07net: cadence: macb: Synchronize stats calculationsSean Anderson2-2/+12
2024-10-22net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-l...Oleksij Rempel1-3/+11
2023-09-19net: macb: fix sleep inside spinlockSascha Hauer1-2/+3
2023-09-19net: macb: Enable PTP unicastHarini Katakam2-2/+15
2023-08-23net: macb: In ZynqMP resume always configure PS GTR for non-wakeup sourceRadhey Shyam Pandey1-3/+6
2023-04-20net: macb: fix a memory corruption in extended buffer descriptor modeRoman Gushchin1-0/+4
2023-02-14net: macb: Perform zynqmp dynamic configuration only for SGMII interfaceRadhey Shyam Pandey1-15/+16
2023-02-01net: macb: fix PTP TX timestamp failure due to packet paddingRobert Hancock1-8/+1
2022-10-21net: macb: Specify PHY PM management done by MACSergiu Moga1-0/+1
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+2
2022-09-23net: macb: Fix ZynqMP SGMII non-wakeup source resume failureRadhey Shyam Pandey1-0/+4
2022-09-20net: macb: Add zynqmp SGMII dynamic configuration supportRadhey Shyam Pandey1-0/+22
2022-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-1/+0
2022-08-03net: remove cdns,at32ap7000-macb device tree entryHans-Christian Noren Egtvedt1-1/+0
2022-07-28net: cdns,macb: use correct xlnx prefix for XilinxKrzysztof Kozlowski1-3/+5
2022-07-25net: macb: Update tsu clk usage in runtime suspend/resume for VersalHarini Katakam2-2/+16
2022-07-25net: macb: Sort CAPS flags by bit positionsHarini Katakam1-2/+2
2022-07-19net: macb: fixup sparse warnings on __be16 portsBen Dooks1-3/+4
2022-07-08net: macb: sort init_reset_optional() with other init()sConor Dooley1-34/+34
2022-07-08net: macb: simplify error paths in init_reset_optional()Conor Dooley1-13/+7
2022-07-08net: macb: unify macb_config alignment styleConor Dooley1-8/+8
2022-07-08net: macb: add polarfire soc reset supportConor Dooley1-8/+18
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-1/+1
2022-06-17net: macb: fix negative max_mtu size for sama5d3Oleksij Rempel1-2/+2
2022-06-09net: macb: change return type for gem_ptp_set_one_step_sync()Claudiu Beznea1-5/+2
2022-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+39
2022-05-20net: macb: Fix PTP one step sync supportHarini Katakam2-5/+39
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-05-14net: macb: Increment rx bd head after allocating skb and bufferHarini Katakam1-1/+1
2022-05-12net: macb: use NAPI for TX completion pathRobert Hancock2-73/+161
2022-05-12net: macb: simplify/cleanup NAPI reschedule checkingRobert Hancock1-34/+31