summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: adjust forwarding domain for CPU ports in a LAGVladimir Oltean2022-08-231-0/+19
* net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinityVladimir Oltean2022-08-231-32/+32
* net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelo...Vladimir Oltean2022-08-171-27/+26
* net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean2022-08-173-99/+156
* net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean2022-08-172-108/+400
* net: mscc: ocelot: fix race between ndo_get_stats64 and ocelot_check_stats_workVladimir Oltean2022-08-171-0/+4
* net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean2022-08-171-6/+5
* net: mscc: ocelot: fix address of SYS_COUNT_TX_AGING counterVladimir Oltean2022-08-171-1/+1
* net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean2022-08-172-13/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-9/+8
|\
| * net: ocelot: fix wrong time_after usagePavel Skripkin2022-07-071-9/+8
* | net: dsa: felix: update base time of time-aware shaper when adjusting PTP timeXiaoliang Yang2022-06-192-0/+9
|/
* net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q CPU portsVladimir Oltean2022-05-231-46/+74
* net: dsa: felix: directly call ocelot_port_{set,unset}_dsa_8021q_cpuVladimir Oltean2022-05-231-0/+8
* net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_802...Vladimir Oltean2022-05-231-2/+5
* net: dsa: felix: move the updating of PGID_CPU to the ocelot libVladimir Oltean2022-05-231-0/+31
* net: mscc: ocelot: offload tc action "ok" using an empty action vectorVladimir Oltean2022-05-221-0/+16
* net: mscc: fix the alignment in ocelot_port_fdb_del()Alaa Mohamed2022-05-201-1/+1
* net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean2022-05-122-39/+38
* net: dsa: felix: bring the NPI port indirection for host flooding to surfaceVladimir Oltean2022-05-121-3/+0
* net: dsa: felix: bring the NPI port indirection for host MDBs to surfaceVladimir Oltean2022-05-121-6/+0
* net: dsa: felix: program host FDB entries towards PGID_CPU for tag_8021q tooVladimir Oltean2022-05-121-6/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-123-14/+15
|\
| * net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP filtersVladimir Oltean2022-05-051-0/+4
| * net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0Vladimir Oltean2022-05-051-2/+3
| * net: mscc: ocelot: fix VCAP IS2 filters matching on both lookupsVladimir Oltean2022-05-051-1/+0
| * net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when d...Vladimir Oltean2022-05-051-0/+4
| * net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean2022-05-052-11/+4
* | rtnetlink: add extack support in fdb del handlersAlaa Mohamed2022-05-091-1/+2
* | eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-2/+2
* | net: dsa: felix: perform MDB migration based on ocelot->multicast listVladimir Oltean2022-05-061-0/+61
* | net: mscc: ocelot: don't use magic numbers for OCELOT_POLICER_DISCARDVladimir Oltean2022-05-041-11/+7
* | net: mscc: ocelot: drop port argument from qos_policer_conf_setVladimir Oltean2022-05-043-14/+18
* | net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_filter_add_to_blockVladimir Oltean2022-05-041-9/+5
* | net: mscc: ocelot: add to tail of empty list in ocelot_vcap_filter_add_to_blockVladimir Oltean2022-05-041-1/+1
* | net: mscc: ocelot: use list_add_tail in ocelot_vcap_filter_add_to_block()Vladimir Oltean2022-05-041-1/+1
* | net: ethernet: ocelot: remove the need for num_stats initializerColin Foster2022-04-302-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-2/+12
|\|
| * net: mscc: ocelot: don't add VID 0 to ocelot->vlans when leaving VLAN-aware b...Vladimir Oltean2022-04-251-2/+2
| * net: mscc: ocelot: ignore VID 0 added by 8021q moduleVladimir Oltean2022-04-251-0/+10
* | net: mscc: ocelot: Remove useless codeHaowen Bai2022-04-251-4/+0
|/
* net: mscc: ocelot: fix broken IP multicast floodingVladimir Oltean2022-04-191-0/+2
* net: mscc: ocelot: offload per-flow mirroring using tc-mirred and VCAP IS2Vladimir Oltean2022-03-174-3/+40
* net: mscc: ocelot: establish functions for handling VCAP aux resourcesVladimir Oltean2022-03-171-11/+30
* net: mscc: ocelot: add port mirroring support using tc-matchallVladimir Oltean2022-03-173-2/+150
* net: mscc: ocelot: refactor policer work out of ocelot_setup_tc_cls_matchallVladimir Oltean2022-03-171-39/+71
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-171-1/+15
|\
| * net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower of...Vladimir Oltean2022-03-171-1/+15
* | net: mscc: ocelot: fix build error due to missing IEEE_8021QAZ_MAX_TCSVladimir Oltean2022-03-151-2/+2
* | net: dsa: felix: configure default-prio and dscp prioritiesVladimir Oltean2022-03-141-0/+116