index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
ocelot
/
felix.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-08-23
1
-6
/
+120
|
\
|
*
net: dsa: felix: fix VLAN tag loss on CPU reception with ocelot-8021q
Vladimir Oltean
2024-08-16
1
-6
/
+109
|
*
net: mscc: ocelot: serialize access to the injection/extraction groups
Vladimir Oltean
2024-08-16
1
-0
/
+11
*
|
net: dsa: ocelot: Simplify with scoped for each OF child loop
Jinjie Ruan
2024-08-22
1
-4
/
+1
|
/
*
net: Add struct kernel_ethtool_ts_info
Kory Maincent
2024-07-15
1
-1
/
+1
*
net: dsa: ocelot: unexport felix_phylink_mac_ops and felix_switch_ops
Vladimir Oltean
2024-06-03
1
-4
/
+2
*
net: dsa: ocelot: common probing code
Vladimir Oltean
2024-06-03
1
-0
/
+47
*
net: dsa: ocelot: move devm_request_threaded_irq() to felix_setup()
Vladimir Oltean
2024-06-03
1
-0
/
+9
*
net: dsa: felix: provide own phylink MAC operations
Russell King (Oracle)
2024-05-30
1
-18
/
+36
*
net: dsa: Use conduit and user terms
Florian Fainelli
2023-10-24
1
-34
/
+34
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-10
1
-0
/
+2
|
\
|
*
net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on driver...
Vladimir Oltean
2023-08-05
1
-0
/
+2
*
|
net: dsa: remove legacy_pre_march2020 from drivers
Russell King (Oracle)
2023-07-18
1
-6
/
+0
|
/
*
net: dsa: Removed unneeded of_node_put in felix_parse_ports_node
Lu Hongfei
2023-07-11
1
-1
/
+0
*
net: dsa: felix: make vsc9959_tas_guard_bands_update() visible to ocelot->ops
Vladimir Oltean
2023-07-07
1
-3
/
+2
*
net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lock
Vladimir Oltean
2023-07-07
1
-2
/
+2
*
net: dsa: felix: don't drop PTP frames with tag_8021q when RX timestamping is...
Vladimir Oltean
2023-06-29
1
-0
/
+12
*
net: dsa: felix: remove confusing/incorrect comment from felix_setup()
Vladimir Oltean
2023-04-14
1
-5
/
+0
*
net: dsa: felix: allow serdes configuration for dsa ports
Colin Foster
2023-03-20
1
-0
/
+4
*
net: dsa: felix: allow configurable phylink_mac_config
Colin Foster
2023-03-20
1
-0
/
+12
*
net: dsa: felix: attempt to initialize internal hsio plls
Colin Foster
2023-03-20
1
-0
/
+3
*
net: dsa: felix: add functionality when not all ports are supported
Colin Foster
2023-01-31
1
-3
/
+8
*
net: dsa: felix: add support for MFD configurations
Colin Foster
2023-01-31
1
-0
/
+7
*
net: dsa: felix: add configurable device quirks
Colin Foster
2023-01-31
1
-2
/
+5
*
net: dsa: ocelot: build felix.c into a dedicated kernel module
Vladimir Oltean
2023-01-27
1
-0
/
+6
*
net: mscc: ocelot: add MAC Merge layer support for VSC9959
Vladimir Oltean
2023-01-23
1
-0
/
+19
*
net: mscc: ocelot: export ethtool MAC Merge stats for Felix VSC9959
Vladimir Oltean
2023-01-23
1
-0
/
+9
*
net: mscc: ocelot: remove redundant stats_layout pointers
Colin Foster
2022-11-22
1
-1
/
+0
*
net: dsa: felix: use phylink_generic_validate()
Vladimir Oltean
2022-11-16
1
-12
/
+4
*
net: dsa: felix: update regmap requests to be string-based
Vladimir Oltean
2022-09-29
1
-20
/
+51
*
net: dsa: felix: use DEFINE_RES_MEM_NAMED for resources
Vladimir Oltean
2022-09-29
1
-2
/
+0
*
net: dsa: felix: remove felix_info :: init_regmap
Vladimir Oltean
2022-09-29
1
-2
/
+2
*
net: dsa: felix: add support for changing DSA master
Vladimir Oltean
2022-09-20
1
-2
/
+116
*
net: dsa: propagate extack to port_lag_join
Vladimir Oltean
2022-09-20
1
-2
/
+3
*
net: mscc: ocelot: add support for all sorts of standardized counters present...
Vladimir Oltean
2022-09-09
1
-0
/
+46
*
net: dsa: felix: use ocelot's ndo_get_stats64 method
Vladimir Oltean
2022-09-09
1
-0
/
+9
*
net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinity
Vladimir Oltean
2022-08-23
1
-0
/
+6
*
net: dsa: felix: suppress non-changes to the tagging protocol
Vladimir Oltean
2022-08-09
1
-0
/
+3
*
net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the ...
Vladimir Oltean
2022-07-01
1
-0
/
+9
*
net: dsa: felix: tag_8021q preparation for multiple CPU ports
Vladimir Oltean
2022-05-23
1
-40
/
+64
*
net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q CPU ports
Vladimir Oltean
2022-05-23
1
-18
/
+9
*
net: dsa: felix: directly call ocelot_port_{set,unset}_dsa_8021q_cpu
Vladimir Oltean
2022-05-23
1
-27
/
+9
*
net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_802...
Vladimir Oltean
2022-05-23
1
-4
/
+0
*
net: dsa: felix: move the updating of PGID_CPU to the ocelot lib
Vladimir Oltean
2022-05-23
1
-7
/
+0
*
net: dsa: fix missing adjustment of host broadcast flooding
Vladimir Oltean
2022-05-23
1
-0
/
+3
*
net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: index
Vladimir Oltean
2022-05-13
1
-0
/
+1
*
net: dsa: felix: reimplement tagging protocol change with function pointers
Vladimir Oltean
2022-05-13
1
-197
/
+202
*
net: dsa: felix: dynamically determine tag_8021q CPU port for traps
Vladimir Oltean
2022-05-13
1
-9
/
+17
*
net: dsa: remove port argument from ->change_tag_protocol()
Vladimir Oltean
2022-05-13
1
-28
/
+11
*
net: dsa: felix: manage host flooding using a specific driver callback
Vladimir Oltean
2022-05-13
1
-0
/
+32
[next]