index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mscc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: ocelot: add PTP dependency for NET_DSA_MSCC_OCELOT_EXT
Arnd Bergmann
2023-02-11
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-02-09
2
-16
/
+16
|
\
|
*
net: mscc: ocelot: fix all IPv6 getting trapped to CPU when PTP timestamping ...
Vladimir Oltean
2023-02-09
1
-4
/
+4
|
*
net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"
Vladimir Oltean
2023-02-07
1
-12
/
+12
*
|
net: mscc: ocelot: un-export unused regmap symbols
Colin Foster
2023-02-07
1
-28
/
+14
*
|
net: mscc: ocelot: expose vsc7514_regmap definition
Colin Foster
2023-01-31
2
-14
/
+15
*
|
net: mscc: ocelot: expose ocelot_reset routine
Colin Foster
2023-01-31
2
-45
/
+47
*
|
net: mscc: ocelot: expose vcap_props structure
Colin Foster
2023-01-31
2
-43
/
+44
*
|
net: mscc: ocelot: expose regfield definition to be used by other drivers
Colin Foster
2023-01-31
2
-59
/
+60
*
|
net: mscc: ocelot: expose ocelot wm functions
Colin Foster
2023-01-31
2
-28
/
+31
*
|
net: ethtool: provide shims for stats aggregation helpers when CONFIG_ETHTOOL...
Vladimir Oltean
2023-01-26
1
-0
/
+1
*
|
net: mscc: ocelot: fix incorrect verify_enabled reporting in ethtool get_mm()
Vladimir Oltean
2023-01-25
1
-0
/
+1
*
|
net: mscc: ocelot: add MAC Merge layer support for VSC9959
Vladimir Oltean
2023-01-23
4
-4
/
+231
*
|
net: mscc: ocelot: export ethtool MAC Merge stats for Felix VSC9959
Vladimir Oltean
2023-01-23
1
-10
/
+279
*
|
net: mscc: ocelot: hide access to ocelot_stats_layout behind a helper
Vladimir Oltean
2023-01-23
1
-11
/
+29
*
|
net: mscc: ocelot: allow ocelot_stat_layout elements with no name
Vladimir Oltean
2023-01-23
1
-2
/
+2
|
/
*
net: mscc: ocelot: issue a warning if stats are incorrectly ordered
Colin Foster
2022-11-22
1
-1
/
+7
*
net: mscc: ocelot: remove unnecessary exposure of stats structures
Colin Foster
2022-11-22
1
-0
/
+216
*
net: mscc: ocelot: remove redundant stats_layout pointers
Colin Foster
2022-11-22
2
-13
/
+12
*
net: mscc: ocelot: drop workaround for forcing RX flow control
Vladimir Oltean
2022-11-16
1
-4
/
+2
*
net: remove explicit phylink_generic_validate() references
Russell King (Oracle)
2022-11-08
1
-1
/
+0
*
net: remove unused ndo_get_devlink_port
Jiri Pirko
2022-11-04
1
-10
/
+0
*
net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_port
Jiri Pirko
2022-11-04
2
-9
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-29
1
-0
/
+7
|
\
|
*
net: mscc: ocelot: fix tagged VLAN refusal while under a VLAN-unaware bridge
Vladimir Oltean
2022-09-29
1
-0
/
+7
*
|
net: mscc: ocelot: check return values of writes during reset
Colin Foster
2022-09-22
1
-5
/
+11
*
|
net: mscc: ocelot: utilize readx_poll_timeout() for chip reset
Colin Foster
2022-09-22
1
-9
/
+23
*
|
net: dsa: felix: add support for changing DSA master
Vladimir Oltean
2022-09-20
1
-1
/
+2
*
|
net: dsa: propagate extack to port_lag_join
Vladimir Oltean
2022-09-20
2
-6
/
+9
*
|
net: mscc: ocelot: share the common stat definitions between all drivers
Vladimir Oltean
2022-09-09
1
-93
/
+1
*
|
net: mscc: ocelot: minimize definitions for stats
Vladimir Oltean
2022-09-09
1
-372
/
+93
*
|
net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGED
Vladimir Oltean
2022-09-09
2
-2
/
+2
*
|
net: mscc: ocelot: add support for all sorts of standardized counters present...
Vladimir Oltean
2022-09-09
1
-17
/
+184
*
|
net: mscc: ocelot: exclude stats from bulk regions based on reg, not name
Vladimir Oltean
2022-09-09
1
-1
/
+1
*
|
net: dsa: felix: use ocelot's ndo_get_stats64 method
Vladimir Oltean
2022-09-09
2
-61
/
+67
*
|
net: mscc: ocelot: move more PTP code from the lib to ocelot_ptp.c
Vladimir Oltean
2022-09-09
2
-478
/
+481
*
|
net: mscc: ocelot: unexport ocelot_port_fdb_do_dump from the common lib
Vladimir Oltean
2022-09-09
3
-53
/
+50
*
|
net: mscc: ocelot: move stats code to ocelot_stats.c
Vladimir Oltean
2022-09-09
4
-207
/
+237
*
|
net: mscc: ocelot: sort Makefile files alphabetically
Vladimir Oltean
2022-09-09
1
-5
/
+5
*
|
net: mscc: ocelot: report FIFO drop counters through stats->rx_dropped
Vladimir Oltean
2022-09-09
1
-1
/
+26
*
|
net: dsa: felix: check the 32-bit PSFP stats against overflow
Vladimir Oltean
2022-09-09
1
-0
/
+3
*
|
net: mscc: ocelot: make access to STAT_VIEW sleepable again
Vladimir Oltean
2022-09-09
1
-11
/
+37
*
|
net: dsa: felix: add definitions for the stream filter counters
Vladimir Oltean
2022-09-09
1
-1
/
+0
*
|
net: mscc: ocelot: adjust forwarding domain for CPU ports in a LAG
Vladimir Oltean
2022-08-23
1
-0
/
+19
*
|
net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinity
Vladimir Oltean
2022-08-23
1
-32
/
+32
|
/
*
net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelo...
Vladimir Oltean
2022-08-18
1
-27
/
+26
*
net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offset
Vladimir Oltean
2022-08-18
3
-99
/
+156
*
net: mscc: ocelot: make struct ocelot_stat_layout array indexable
Vladimir Oltean
2022-08-18
2
-108
/
+400
*
net: mscc: ocelot: fix race between ndo_get_stats64 and ocelot_check_stats_work
Vladimir Oltean
2022-08-18
1
-0
/
+4
*
net: mscc: ocelot: turn stats_lock into a spinlock
Vladimir Oltean
2022-08-18
1
-6
/
+5
[next]