aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/cadence
AgeCommit message (Expand)AuthorFilesLines
2026-08-20net: macb: drop CONFIG_OF #if blockThéo Lebrun1-3/+1
2026-08-17net: macb: refuse set_ringparam on EMACThéo Lebrun1-0/+3
2026-08-17net: macb: allocate tieoff descriptor once across device lifetimeThéo Lebrun1-34/+41
2026-08-17net: macb: enforce reverse christmas tree (RCT) conventionThéo Lebrun1-31/+30
2026-08-17net: macb: unify queue index variable naming convention and typesThéo Lebrun1-16/+16
2026-08-17net: macb: unify variable naming convention in at91ether functionsThéo Lebrun1-85/+91
2026-08-17net: macb: unify device pointer naming conventionThéo Lebrun4-361/+365
2026-08-17net: macb: drop "consistent" from alloc/free function namesThéo Lebrun1-6/+6
2026-08-05net: macb: remove unused ENST Q0/Q1 time register definesVineeth Karumanchi1-6/+0
2026-07-09net: macb: drop in-flight Tx SKBs on closeThéo Lebrun1-2/+19
2026-06-18net: macb: add TX stall timeout callback to recover from lost TSTART writeLukasz Raczylo1-0/+8
2026-04-09net: macb: Use napi_schedule_irqoff() in IRQ handlerKevin Hao1-2/+2
2026-04-06net: macb: Use netif_napi_add_tx() instead of netif_napi_add() for TX NAPIKevin Hao1-1/+1
2026-04-03net: macb: Remove dedicated IRQ handler for WoLKevin Hao1-85/+27
2026-04-03net: macb: Factor out the handling of non-hot IRQ events into a separate functionKevin Hao1-42/+61
2026-04-03net: macb: Introduce macb_queue_isr_clear() helper functionKevin Hao2-36/+22
2026-04-03net: macb: Replace open-coded implementation with napi_schedule()Kevin Hao1-8/+2
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+6
2026-04-01net: macb: fix use of at91_default_usrio without CONFIG_OFConor Dooley1-7/+7
2026-04-01net: macb: properly unregister fixed rate clocksFedor Pchelkin1-4/+4
2026-04-01net: macb: fix clk handling on PCI glue driver removalFedor Pchelkin1-2/+4
2026-03-29net: macb: drop usrio pointer on EyeQ5 configThéo Lebrun1-1/+0
2026-03-29net: macb: set MACB_CAPS_USRIO_DISABLED if no usrio config is providedThéo Lebrun1-2/+4
2026-03-29net: macb: runtime detect MACB_CAPS_USRIO_DISABLEDThéo Lebrun2-0/+4
2026-03-29net: macb: timer adjust mode is not supportedConor Dooley1-0/+7
2026-03-29net: macb: clean up tsu clk rate acquisitionConor Dooley1-7/+5
2026-03-29net: macb: warn on pclk use as a tsu_clk fallbackConor Dooley1-0/+1
2026-03-29net: macb: add mpfs specific usrio configurationConor Dooley2-2/+12
2026-03-29net: macb: np4 doesn't need a usrio pointerConor Dooley1-1/+0
2026-03-29net: macb: rework usrio refclk selection codeConor Dooley2-12/+44
2026-03-29net: macb: split USRIO_HAS_CLKEN capability in twoConor Dooley2-3/+10
2026-03-29net: macb: rename macb_default_usrio to at91_default_usrio as not all platforms have mii mode control in usrioConor Dooley2-46/+63
2026-03-29Revert "net: macb: Clean up the .usrio settings in macb_config instances"Conor Dooley1-1/+18
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-16/+25
2026-03-26net: macb: use the current queue number for statsPaolo Valerio1-1/+1
2026-03-24net: macb: Use dev_consume_skb_any() to free TX SKBsKevin Hao1-1/+1
2026-03-20net: macb: Protect access to net_device::ip_ptr with RCU lockKevin Hao1-9/+16
2026-03-20net: macb: Move devm_{free,request}_irq() out of spin lock areaKevin Hao1-5/+7
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+25
2026-03-18net: macb: fix uninitialized rx_fs_lockFedor Pchelkin1-0/+3
2026-03-18net: macb: fix use-after-free access to PTP clockFedor Pchelkin1-1/+3
2026-03-17net: macb: add support for Microchip pic64hpsc ethernet endpointCharles Perry1-0/+9
2026-03-17net: macb: add safeguards for jumbo frame larger than 10240Charles Perry1-2/+4
2026-03-16net: macb: set default_an_inband to true for SGMIICharles Perry1-0/+6
2026-03-14net: macb: Reinitialize tx/rx queue pointer registers and rx ring during resumeKevin Hao1-0/+10
2026-03-14net: macb: Introduce gem_init_rx_ring()Kevin Hao1-4/+9
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+95
2026-03-11net: macb: Clean up the .usrio settings in macb_config instancesKevin Hao1-18/+1
2026-03-11net: macb: Clean up the .init settings in macb_config instancesKevin Hao1-18/+14
2026-03-11net: macb: Clean up the .clk_init setting in the macb_config instancesKevin Hao1-22/+19