summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot
AgeCommit message (Expand)AuthorLines
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-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+6
2026-02-10net: dsa: eliminate local type for tc policersVladimir Oltean-2/+2
2025-12-01net: dsa: ocelot: use simple HSR offload helpersVladimir Oltean-1/+69
2025-09-05net: dsa: felix: support phy-mode = "10g-qxgmii"Vladimir Oltean-2/+8
2025-05-09net: dsa: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean-4/+7
2025-04-29net: dsa: felix: fix broken taprio gate states after clock jumpVladimir Oltean-1/+4
2025-01-17net: dsa: felix: report timestamping stats from the ocelot libraryVladimir Oltean-0/+9
2024-12-11net: dsa: felix: fix stuck CPU-injected packets with short taprio windowsVladimir Oltean-6/+11
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-10-04net: dsa: Switch back to struct platform_driver::remove()Uwe Kleine-König-2/+2
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+7
2024-09-11net: dsa: felix: ignore pending status of TAS module when it's disabledXiaoliang Yang-4/+7
2024-09-05net: dsa: felix: Annotate struct action_gate_entry with __counted_byHongbo Li-1/+1
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+120
2024-08-21net: dsa: ocelot: Simplify with scoped for each OF child loopJinjie Ruan-4/+1
2024-08-16net: dsa: felix: fix VLAN tag loss on CPU reception with ocelot-8021qVladimir Oltean-6/+109
2024-08-16net: mscc: ocelot: serialize access to the injection/extraction groupsVladimir Oltean-0/+11
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-1/+1
2024-06-03net: dsa: ocelot: unexport felix_phylink_mac_ops and felix_switch_opsVladimir Oltean-7/+2
2024-06-03net: dsa: ocelot: common probing codeVladimir Oltean-111/+63
2024-06-03net: dsa: ocelot: use ds->num_tx_queues = OCELOT_NUM_TC for all modelsVladimir Oltean-6/+5
2024-06-03net: dsa: ocelot: move devm_request_threaded_irq() to felix_setup()Vladimir Oltean-21/+33
2024-06-03net: dsa: ocelot: consistently use devres in felix_pci_probe()Vladimir Oltean-25/+15
2024-06-03net: dsa: ocelot: delete open coded status = "disabled" parsingVladimir Oltean-5/+0
2024-06-03net: dsa: ocelot: use devres in seville_probe()Vladimir Oltean-31/+13
2024-06-03net: dsa: ocelot: use devres in ocelot_ext_probe()Vladimir Oltean-19/+5
2024-05-29net: dsa: felix: provide own phylink MAC operationsRussell King (Oracle)-18/+40
2024-04-18net: dsa: felix: flower: validate control flagsAsbjørn Sloth Tønnesen-0/+3
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli-37/+37
2023-09-20net: dsa: ocelot: Convert to platform remove callback returning voidUwe Kleine-König-10/+6
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2023-08-18net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gatesVladimir Oltean-0/+3
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2023-08-04net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on driver...Vladimir Oltean-0/+2
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth-4/+4
2023-07-26net: dsa: Explicitly include correct DT includesRob Herring-1/+3
2023-07-18net: dsa: remove legacy_pre_march2020 from driversRussell King (Oracle)-6/+0
2023-07-11net: dsa: Removed unneeded of_node_put in felix_parse_ports_nodeLu Hongfei-1/+0
2023-07-06net: mscc: ocelot: fix oversize frame dropping for preemptible TCsVladimir Oltean-4/+17
2023-07-06net: dsa: felix: make vsc9959_tas_guard_bands_update() visible to ocelot->opsVladimir Oltean-5/+3
2023-07-06net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lockVladimir Oltean-16/+24
2023-06-29net: dsa: felix: don't drop PTP frames with tag_8021q when RX timestamping is...Vladimir Oltean-0/+12
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-06-14net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo framesVladimir Oltean-1/+1
2023-06-07net: dsa: ocelot: unlock on error in vsc9959_qos_port_tas_set()Dan Carpenter-1/+2
2023-05-31net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean-1/+3
2023-05-29net: dsa: ocelot: use lynx_pcs_create_mdiodev()Russell King (Oracle)-32/+8
2023-04-17net: mscc: ocelot: add support for preemptible traffic classesVladimir Oltean-2/+5