index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
soc
/
mscc
/
ocelot.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: mscc: ocelot: remove unnecessary exposure of stats structures
Colin Foster
2022-11-22
1
-215
/
+0
*
net: mscc: ocelot: remove redundant stats_layout pointers
Colin Foster
2022-11-22
1
-1
/
+0
*
net: dsa: felix: add support for changing DSA master
Vladimir Oltean
2022-09-20
1
-0
/
+1
*
net: dsa: propagate extack to port_lag_join
Vladimir Oltean
2022-09-20
1
-1
/
+2
*
net: mscc: ocelot: share the common stat definitions between all drivers
Vladimir Oltean
2022-09-09
1
-0
/
+95
*
net: mscc: ocelot: minimize definitions for stats
Vladimir Oltean
2022-09-09
1
-0
/
+11
*
net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGED
Vladimir Oltean
2022-09-09
1
-1
/
+1
*
net: mscc: ocelot: add support for all sorts of standardized counters present...
Vladimir Oltean
2022-09-09
1
-0
/
+11
*
net: dsa: felix: use ocelot's ndo_get_stats64 method
Vladimir Oltean
2022-09-09
1
-0
/
+2
*
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
-3
/
+6
*
net: dsa: felix: add definitions for the stream filter counters
Vladimir Oltean
2022-09-09
1
-1
/
+4
*
net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinity
Vladimir Oltean
2022-08-23
1
-0
/
+2
*
net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offset
Vladimir Oltean
2022-08-18
1
-4
/
+62
*
net: mscc: ocelot: make struct ocelot_stat_layout array indexable
Vladimir Oltean
2022-08-18
1
-8
/
+97
*
net: mscc: ocelot: turn stats_lock into a spinlock
Vladimir Oltean
2022-08-18
1
-1
/
+1
*
net: mscc: ocelot: fix incorrect ndo_get_stats64 packet counters
Vladimir Oltean
2022-08-18
1
-2
/
+4
*
net: dsa: felix: keep reference on entire tc-taprio config
Vladimir Oltean
2022-07-01
1
-3
/
+2
*
net: dsa: felix: update base time of time-aware shaper when adjusting PTP time
Xiaoliang Yang
2022-06-19
1
-0
/
+7
*
net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q CPU ports
Vladimir Oltean
2022-05-23
1
-3
/
+7
*
net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_802...
Vladimir Oltean
2022-05-23
1
-1
/
+0
*
net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: index
Vladimir Oltean
2022-05-13
1
-0
/
+2
*
net: mscc: ocelot: minimize holes in struct ocelot_port
Vladimir Oltean
2022-05-13
1
-9
/
+11
*
net: mscc: ocelot: delete ocelot_port :: xmit_template
Vladimir Oltean
2022-05-13
1
-1
/
+0
*
net: dsa: felix: perform MDB migration based on ocelot->multicast list
Vladimir Oltean
2022-05-07
1
-0
/
+3
*
net: mscc: ocelot: add missed parentheses around macro argument
Colin Foster
2022-05-02
1
-1
/
+1
*
net: mscc: ocelot: remove unnecessary variable
Colin Foster
2022-05-02
1
-5
/
+2
*
net: ethernet: ocelot: remove the need for num_stats initializer
Colin Foster
2022-04-30
1
-0
/
+10
*
net: mscc: ocelot: add port mirroring support using tc-matchall
Vladimir Oltean
2022-03-18
1
-0
/
+9
*
net: dsa: felix: configure default-prio and dscp priorities
Vladimir Oltean
2022-03-14
1
-0
/
+5
*
net: mscc: ocelot: enforce FDB isolation when VLAN-unaware
Vladimir Oltean
2022-02-27
1
-10
/
+21
*
net: dsa: felix: support FDB entries on offloaded LAG interfaces
Vladimir Oltean
2022-02-25
1
-0
/
+12
*
net: mscc: ocelot: keep traps in a list
Vladimir Oltean
2022-02-17
1
-0
/
+1
*
net: mscc: ocelot: delete OCELOT_MRP_CPUQ
Vladimir Oltean
2022-02-17
1
-2
/
+0
*
net: mscc: ocelot: use bulk reads for stats
Colin Foster
2022-02-14
1
-0
/
+8
*
net: mscc: ocelot: add ability to perform bulk reads
Colin Foster
2022-02-14
1
-0
/
+5
*
net: ocelot: align macros for consistency
Colin Foster
2022-02-14
1
-15
/
+29
*
net: dsa: felix: add port fast age support
Vladimir Oltean
2022-01-08
1
-0
/
+1
*
net: ocelot: add FDMA support
Clément Léger
2021-12-11
1
-0
/
+3
*
net: ocelot: add and export ocelot_ptp_rx_timestamp()
Clément Léger
2021-12-11
1
-0
/
+2
*
net: ocelot: export ocelot_ifh_port_set() to setup IFH
Clément Léger
2021-12-11
1
-0
/
+1
*
net: dsa: felix: enable cut-through forwarding between ports by default
Vladimir Oltean
2021-11-26
1
-1
/
+8
*
net: dsa: felix: restrict psfp rules on ingress port
Xiaoliang Yang
2021-11-18
1
-1
/
+2
*
net: mscc: ocelot: use index to set vcap policer
Xiaoliang Yang
2021-11-18
1
-1
/
+13
*
net: dsa: felix: support psfp filter on vsc9959
Xiaoliang Yang
2021-11-18
1
-0
/
+8
*
net: mscc: ocelot: add gate and police action offload to PSFP
Xiaoliang Yang
2021-11-18
1
-0
/
+5
*
net: mscc: ocelot: add MAC table stream learn and lookup operations
Xiaoliang Yang
2021-11-18
1
-0
/
+22
*
net: mscc: ocelot: serialize access to the MAC table
Vladimir Oltean
2021-10-25
1
-0
/
+3
*
Revert "Merge branch 'dsa-rtnl'"
David S. Miller
2021-10-25
1
-3
/
+0
*
net: mscc: ocelot: serialize access to the MAC table
Vladimir Oltean
2021-10-24
1
-0
/
+3
[next]