summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/ocelot
AgeCommit message (Expand)AuthorFilesLines
4 daysnet: dsa: felix: fix stuck CPU-injected packets with short taprio windowsVladimir Oltean1-6/+11
14 daysmodule: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-10-05net: dsa: Switch back to struct platform_driver::remove()Uwe Kleine-König2-2/+2
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+7
2024-09-12net: dsa: felix: ignore pending status of TAS module when it's disabledXiaoliang Yang1-4/+7
2024-09-05net: dsa: felix: Annotate struct action_gate_entry with __counted_byHongbo Li1-1/+1
2024-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+120
2024-08-22net: dsa: ocelot: Simplify with scoped for each OF child loopJinjie Ruan1-4/+1
2024-08-16net: dsa: felix: fix VLAN tag loss on CPU reception with ocelot-8021qVladimir Oltean1-6/+109
2024-08-16net: mscc: ocelot: serialize access to the injection/extraction groupsVladimir Oltean1-0/+11
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-06-03net: dsa: ocelot: unexport felix_phylink_mac_ops and felix_switch_opsVladimir Oltean2-7/+2
2024-06-03net: dsa: ocelot: common probing codeVladimir Oltean5-111/+63
2024-06-03net: dsa: ocelot: use ds->num_tx_queues = OCELOT_NUM_TC for all modelsVladimir Oltean4-6/+5
2024-06-03net: dsa: ocelot: move devm_request_threaded_irq() to felix_setup()Vladimir Oltean3-21/+33
2024-06-03net: dsa: ocelot: consistently use devres in felix_pci_probe()Vladimir Oltean1-25/+15
2024-06-03net: dsa: ocelot: delete open coded status = "disabled" parsingVladimir Oltean1-5/+0
2024-06-03net: dsa: ocelot: use devres in seville_probe()Vladimir Oltean1-31/+13
2024-06-03net: dsa: ocelot: use devres in ocelot_ext_probe()Vladimir Oltean1-19/+5
2024-05-30net: dsa: felix: provide own phylink MAC operationsRussell King (Oracle)5-18/+40
2024-04-19net: dsa: felix: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+3
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli2-37/+37
2023-09-20net: dsa: ocelot: Convert to platform remove callback returning voidUwe Kleine-König2-10/+6
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2023-08-19net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gatesVladimir Oltean1-0/+3
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-08-05net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on driver...Vladimir Oltean1-0/+2
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-4/+4
2023-07-27net: dsa: Explicitly include correct DT includesRob Herring2-1/+3
2023-07-18net: dsa: remove legacy_pre_march2020 from driversRussell King (Oracle)1-6/+0
2023-07-11net: dsa: Removed unneeded of_node_put in felix_parse_ports_nodeLu Hongfei1-1/+0
2023-07-07net: mscc: ocelot: fix oversize frame dropping for preemptible TCsVladimir Oltean1-4/+17
2023-07-07net: dsa: felix: make vsc9959_tas_guard_bands_update() visible to ocelot->opsVladimir Oltean3-5/+3
2023-07-07net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lockVladimir Oltean2-16/+24
2023-06-29net: dsa: felix: don't drop PTP frames with tag_8021q when RX timestamping is...Vladimir Oltean1-0/+12
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-06-15net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo framesVladimir Oltean1-1/+1
2023-06-07net: dsa: ocelot: unlock on error in vsc9959_qos_port_tas_set()Dan Carpenter1-1/+2
2023-05-31net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean1-1/+3
2023-05-30net: dsa: ocelot: use lynx_pcs_create_mdiodev()Russell King (Oracle)2-32/+8
2023-04-18net: mscc: ocelot: add support for preemptible traffic classesVladimir Oltean1-2/+5
2023-04-18net: dsa: felix: act upon the mqprio qopt in taprio offloadVladimir Oltean1-5/+17
2023-04-18net: mscc: ocelot: add support for mqprio offloadVladimir Oltean1-0/+9
2023-04-18net: mscc: ocelot: export a single ocelot_mm_irq()Vladimir Oltean1-4/+1
2023-04-14net: dsa: felix: remove confusing/incorrect comment from felix_setup()Vladimir Oltean1-5/+0
2023-03-20net: dsa: ocelot: add support for external physColin Foster1-7/+9
2023-03-20net: dsa: felix: allow serdes configuration for dsa portsColin Foster2-0/+8
2023-03-20net: dsa: felix: allow configurable phylink_mac_configColin Foster2-0/+15
2023-03-20net: dsa: felix: attempt to initialize internal hsio pllsColin Foster1-0/+3
2023-03-15net: dsa: ocelot: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1