index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
ocelot
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-26
net: dsa: ocelot_ext: remove unnecessary phylink.h include
Russell King (Oracle)
1
-1
/
+0
2023-02-26
net: mscc: ocelot: fix duplicate driver name error
Vladimir Oltean
1
-1
/
+1
2023-02-26
net: dsa: felix: fix internal MDIO controller resource length
Vladimir Oltean
1
-1
/
+1
2023-02-26
net: dsa: seville: ignore mscc-miim read errors from Lynx PCS
Vladimir Oltean
1
-2
/
+2
2023-02-16
net: dsa: ocelot: fix selecting MFD_OCELOT
Lukas Bulwahn
1
-1
/
+1
2023-02-10
net: dsa: ocelot: add PTP dependency for NET_DSA_MSCC_OCELOT_EXT
Arnd Bergmann
1
-0
/
+1
2023-01-30
net: dsa: ocelot: add external ocelot switch control
Colin Foster
3
-0
/
+185
2023-01-30
net: dsa: felix: add functionality when not all ports are supported
Colin Foster
2
-3
/
+9
2023-01-30
net: dsa: felix: add support for MFD configurations
Colin Foster
1
-0
/
+7
2023-01-30
net: dsa: felix: add configurable device quirks
Colin Foster
4
-2
/
+8
2023-01-26
net: dsa: ocelot: build felix.c into a dedicated kernel module
Vladimir Oltean
3
-7
/
+21
2023-01-23
net: mscc: ocelot: add MAC Merge layer support for VSC9959
Vladimir Oltean
2
-8
/
+30
2023-01-23
net: mscc: ocelot: export ethtool MAC Merge stats for Felix VSC9959
Vladimir Oltean
2
-0
/
+47
2023-01-13
enetc: Separate C22 and C45 transactions
Andrew Lunn
1
-2
/
+4
2022-11-22
net: mscc: ocelot: remove redundant stats_layout pointers
Colin Foster
4
-12
/
+0
2022-11-15
net: dsa: felix: use phylink_generic_validate()
Vladimir Oltean
4
-72
/
+4
2022-09-29
net: dsa: felix: offload per-tc max SDU from tc-taprio
Vladimir Oltean
1
-2
/
+35
2022-09-28
net: dsa: felix: update regmap requests to be string-based
Vladimir Oltean
4
-54
/
+112
2022-09-28
net: dsa: felix: use DEFINE_RES_MEM_NAMED for resources
Vladimir Oltean
3
-188
/
+38
2022-09-28
net: dsa: felix: remove felix_info :: init_regmap
Vladimir Oltean
4
-6
/
+2
2022-09-28
net: dsa: felix: remove felix_info :: imdio_base
Vladimir Oltean
2
-4
/
+6
2022-09-28
net: dsa: felix: remove felix_info :: imdio_res
Vladimir Oltean
2
-3
/
+1
2022-09-22
net: dsa: ocelot: remove unnecessary set_drvdata()
Yang Yingliang
2
-4
/
+0
2022-09-20
net: dsa: felix: add support for changing DSA master
Vladimir Oltean
2
-2
/
+119
2022-09-20
net: dsa: propagate extack to port_lag_join
Vladimir Oltean
1
-2
/
+3
2022-09-09
net: mscc: ocelot: share the common stat definitions between all drivers
Vladimir Oltean
2
-186
/
+2
2022-09-09
net: mscc: ocelot: minimize definitions for stats
Vladimir Oltean
2
-744
/
+186
2022-09-09
net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGED
Vladimir Oltean
2
-4
/
+4
2022-09-09
net: mscc: ocelot: add support for all sorts of standardized counters present...
Vladimir Oltean
1
-0
/
+46
2022-09-09
net: dsa: felix: use ocelot's ndo_get_stats64 method
Vladimir Oltean
1
-0
/
+9
2022-09-09
net: dsa: felix: check the 32-bit PSFP stats against overflow
Vladimir Oltean
1
-43
/
+88
2022-09-09
net: mscc: ocelot: make access to STAT_VIEW sleepable again
Vladimir Oltean
1
-2
/
+2
2022-09-09
net: dsa: felix: add definitions for the stream filter counters
Vladimir Oltean
2
-6
/
+10
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-49
/
+112
2022-09-07
net: dsa: felix: access QSYS_TAG_CONFIG under tas_lock in vsc9959_sched_speed...
Vladimir Oltean
1
-2
/
+2
2022-09-07
net: dsa: felix: disable cut-through forwarding for frames oversized for tc-t...
Vladimir Oltean
1
-43
/
+79
2022-09-07
net: dsa: felix: tc-taprio intervals smaller than MTU should send at least on...
Vladimir Oltean
1
-4
/
+31
2022-08-23
net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinity
Vladimir Oltean
1
-0
/
+6
2022-08-17
net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offset
Vladimir Oltean
2
-186
/
+322
2022-08-17
net: mscc: ocelot: make struct ocelot_stat_layout array indexable
Vladimir Oltean
2
-190
/
+746
2022-08-17
net: mscc: ocelot: turn stats_lock into a spinlock
Vladimir Oltean
1
-2
/
+2
2022-08-17
net: mscc: ocelot: fix incorrect ndo_get_stats64 packet counters
Vladimir Oltean
2
-15
/
+21
2022-08-17
net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet counters
Vladimir Oltean
1
-1
/
+2
2022-08-09
net: dsa: felix: suppress non-changes to the tagging protocol
Vladimir Oltean
1
-0
/
+3
2022-08-08
net: dsa: felix: fix min gate len calculation for tc when its first gate is c...
Vladimir Oltean
1
-1
/
+14
2022-07-05
net: dsa: felix: build as module when tc-taprio is module
Vladimir Oltean
1
-0
/
+1
2022-06-30
time64.h: consolidate uses of PSEC_PER_NSEC
Vladimir Oltean
1
-2
/
+3
2022-06-30
net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the ...
Vladimir Oltean
3
-0
/
+211
2022-06-30
net: dsa: felix: keep QSYS_TAG_CONFIG_INIT_GATE_STATE(0xFF) out of rmw
Vladimir Oltean
1
-12
/
+5
2022-06-30
net: dsa: felix: keep reference on entire tc-taprio config
Vladimir Oltean
1
-10
/
+13
[next]