summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan966x
AgeCommit message (Expand)AuthorLines
2026-04-09net: lan966x: fix use-after-free and leak in lan966x_fdma_reload()David Carlier-3/+18
2026-04-09net: lan966x: fix page pool leak in error pathsDavid Carlier-1/+4
2026-04-09net: lan966x: fix page_pool error handling in lan966x_fdma_rx_alloc_page_pool()David Carlier-0/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-9/+9
2025-11-25net: lan966x: Fix the initialization of taprioHoratiu Vultur-1/+4
2025-11-06lan966x: Fix sleeping in atomic contextHoratiu Vultur-17/+15
2025-05-29net: lan966x: Make sure to insert the vlan tags also in host modeHoratiu Vultur-0/+24
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-13/+47
2025-05-26net: lan966x: Fix 1-step timestamping over ipv4 or ipv6Horatiu Vultur-13/+47
2025-04-15net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller-4/+2
2025-04-15net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller-6/+2
2025-02-14net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)-1/+0
2025-01-15net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)-4/+4
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)-0/+1
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-09-10net: lan966x: refactor buffer reload functionDaniel Machon-10/+4
2024-09-10net: lan966x: use a few FDMA helpers throughoutDaniel Machon-31/+11
2024-09-10net: lan966x: ditch tx->last_in_use variableDaniel Machon-18/+4
2024-09-10net: lan966x: use library helper for freeing tx buffersDaniel Machon-6/+1
2024-09-10net: lan966x: use FDMA library for adding DCB's in the tx pathDaniel Machon-32/+30
2024-09-10net: lan966x: use the FDMA library for allocation of tx buffersDaniel Machon-57/+34
2024-09-10net: lan966x: use library helper for freeing rx buffersDaniel Machon-14/+2
2024-09-10net: lan966x: use FDMA library for adding DCB's in the rx pathDaniel Machon-49/+5
2024-09-10net: lan966x: use the FDMA library for allocation of rx buffersDaniel Machon-76/+55
2024-09-10net: lan966x: replace a few variables with new equivalent onesDaniel Machon-69/+81
2024-09-10net: lan966x: use FDMA library symbolsDaniel Machon-9/+2
2024-09-10net: lan966x: select FDMA libraryDaniel Machon-0/+1
2024-09-06net: lan966x: Remove setting of RX software timestampGal Pressman-7/+4
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin-1/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-1/+1
2024-06-18net: microchip: Constify struct vcap_operationsChristophe JAILLET-1/+1
2024-06-14eth: lan966x: don't clear unsupported statsJakub Kicinski-8/+0
2024-05-22net: lan966x: Remove ptp traps in case the ptp is not enabled.Horatiu Vultur-3/+3
2024-05-16net: lan966x: remove debugfs directory in probe() error pathHerve Codina-2/+4
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-04-25net: lan966x: flower: check for unsupported control flagsAsbjørn Sloth Tønnesen-0/+5
2024-04-25net: lan966x: flower: rename goto in lan966x_tc_flower_handler_control_usage()Asbjørn Sloth Tønnesen-3/+3
2024-04-25net: lan966x: flower: add extack to lan966x_tc_flower_handler_control_usage()Asbjørn Sloth Tønnesen-1/+2
2024-04-25net: lan966x: Correct spelling in commentsSimon Horman-6/+6
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+7
2024-02-09lan966x: Fix crash when adding interface under a lagHoratiu Vultur-2/+7
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2024-01-31net: lan966x: debugfs: Fix showing the port keysetHoratiu Vultur-0/+2
2024-01-27net: lan966x: Fix port configuration when using SGMII interfaceHoratiu Vultur-2/+3
2023-10-23net: lan966x: remove useless code in lan966x_xtr_irq_handlerSu Hui-1/+0
2023-09-20net: ethernet: microchip: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-08-19net: lan966x: Fix return value check for vcap_get_rule()Ruan Jinjie-2/+2
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin-1/+2