index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
ocelot
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
net: dsa: felix: fix stuck CPU-injected packets with short taprio windows
Vladimir Oltean
1
-6
/
+11
14 days
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-10-05
net: dsa: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2
-2
/
+2
2024-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+7
2024-09-12
net: dsa: felix: ignore pending status of TAS module when it's disabled
Xiaoliang Yang
1
-4
/
+7
2024-09-05
net: dsa: felix: Annotate struct action_gate_entry with __counted_by
Hongbo Li
1
-1
/
+1
2024-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+120
2024-08-22
net: dsa: ocelot: Simplify with scoped for each OF child loop
Jinjie Ruan
1
-4
/
+1
2024-08-16
net: dsa: felix: fix VLAN tag loss on CPU reception with ocelot-8021q
Vladimir Oltean
1
-6
/
+109
2024-08-16
net: mscc: ocelot: serialize access to the injection/extraction groups
Vladimir Oltean
1
-0
/
+11
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-1
/
+1
2024-06-03
net: dsa: ocelot: unexport felix_phylink_mac_ops and felix_switch_ops
Vladimir Oltean
2
-7
/
+2
2024-06-03
net: dsa: ocelot: common probing code
Vladimir Oltean
5
-111
/
+63
2024-06-03
net: dsa: ocelot: use ds->num_tx_queues = OCELOT_NUM_TC for all models
Vladimir Oltean
4
-6
/
+5
2024-06-03
net: dsa: ocelot: move devm_request_threaded_irq() to felix_setup()
Vladimir Oltean
3
-21
/
+33
2024-06-03
net: dsa: ocelot: consistently use devres in felix_pci_probe()
Vladimir Oltean
1
-25
/
+15
2024-06-03
net: dsa: ocelot: delete open coded status = "disabled" parsing
Vladimir Oltean
1
-5
/
+0
2024-06-03
net: dsa: ocelot: use devres in seville_probe()
Vladimir Oltean
1
-31
/
+13
2024-06-03
net: dsa: ocelot: use devres in ocelot_ext_probe()
Vladimir Oltean
1
-19
/
+5
2024-05-30
net: dsa: felix: provide own phylink MAC operations
Russell King (Oracle)
5
-18
/
+40
2024-04-19
net: dsa: felix: flower: validate control flags
Asbjørn Sloth Tønnesen
1
-0
/
+3
2023-10-24
net: dsa: Use conduit and user terms
Florian Fainelli
2
-37
/
+37
2023-09-20
net: dsa: ocelot: Convert to platform remove callback returning void
Uwe Kleine-König
2
-10
/
+6
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2023-08-19
net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gates
Vladimir Oltean
1
-0
/
+3
2023-08-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2023-08-05
net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on driver...
Vladimir Oltean
1
-0
/
+2
2023-07-31
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
1
-4
/
+4
2023-07-27
net: dsa: Explicitly include correct DT includes
Rob Herring
2
-1
/
+3
2023-07-18
net: dsa: remove legacy_pre_march2020 from drivers
Russell King (Oracle)
1
-6
/
+0
2023-07-11
net: dsa: Removed unneeded of_node_put in felix_parse_ports_node
Lu Hongfei
1
-1
/
+0
2023-07-07
net: mscc: ocelot: fix oversize frame dropping for preemptible TCs
Vladimir Oltean
1
-4
/
+17
2023-07-07
net: dsa: felix: make vsc9959_tas_guard_bands_update() visible to ocelot->ops
Vladimir Oltean
3
-5
/
+3
2023-07-07
net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lock
Vladimir Oltean
2
-16
/
+24
2023-06-29
net: dsa: felix: don't drop PTP frames with tag_8021q when RX timestamping is...
Vladimir Oltean
1
-0
/
+12
2023-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-06-15
net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo frames
Vladimir Oltean
1
-1
/
+1
2023-06-07
net: dsa: ocelot: unlock on error in vsc9959_qos_port_tas_set()
Dan Carpenter
1
-1
/
+2
2023-05-31
net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enum
Vladimir Oltean
1
-1
/
+3
2023-05-30
net: dsa: ocelot: use lynx_pcs_create_mdiodev()
Russell King (Oracle)
2
-32
/
+8
2023-04-18
net: mscc: ocelot: add support for preemptible traffic classes
Vladimir Oltean
1
-2
/
+5
2023-04-18
net: dsa: felix: act upon the mqprio qopt in taprio offload
Vladimir Oltean
1
-5
/
+17
2023-04-18
net: mscc: ocelot: add support for mqprio offload
Vladimir Oltean
1
-0
/
+9
2023-04-18
net: mscc: ocelot: export a single ocelot_mm_irq()
Vladimir Oltean
1
-4
/
+1
2023-04-14
net: dsa: felix: remove confusing/incorrect comment from felix_setup()
Vladimir Oltean
1
-5
/
+0
2023-03-20
net: dsa: ocelot: add support for external phys
Colin Foster
1
-7
/
+9
2023-03-20
net: dsa: felix: allow serdes configuration for dsa ports
Colin Foster
2
-0
/
+8
2023-03-20
net: dsa: felix: allow configurable phylink_mac_config
Colin Foster
2
-0
/
+15
2023-03-20
net: dsa: felix: attempt to initialize internal hsio plls
Colin Foster
1
-0
/
+3
2023-03-15
net: dsa: ocelot: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
[next]