summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc
AgeCommit message (Expand)Author
2023-08-30Merge tag 'v5.15.123' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-08-28Merge tag 'v5.15.94' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-07-27ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2023-02-14net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"Vladimir Oltean
2022-07-04Merge tag 'v5.15.52' into lf-5.15.yJason Liu
2022-07-02net: mscc: ocelot: allow unregistered IP multicast flooding to CPUVladimir Oltean
2022-06-02net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean
2022-06-02Revert "net: mscc: ocelot: avoid use after free with deleted tc-trap rules"Vladimir Oltean
2022-06-02Revert "net: mscc: ocelot: don't use list_empty() on non-initialized list ele...Vladimir Oltean
2022-05-18net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP filtersVladimir Oltean
2022-05-18net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0Vladimir Oltean
2022-05-18net: mscc: ocelot: fix VCAP IS2 filters matching on both lookupsVladimir Oltean
2022-05-18net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when d...Vladimir Oltean
2022-05-04net: mscc: ocelot: offload tc action "ok" using an empty action vectorVladimir Oltean
2022-05-04net: mscc: ocelot: don't use magic numbers for OCELOT_POLICER_DISCARDVladimir Oltean
2022-05-04net: mscc: ocelot: drop port argument from qos_policer_conf_setVladimir Oltean
2022-05-04net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_filter_add_to_blockVladimir Oltean
2022-05-04net: mscc: ocelot: add to tail of empty list in ocelot_vcap_filter_add_to_blockVladimir Oltean
2022-05-04net: mscc: ocelot: use list_add_tail in ocelot_vcap_filter_add_to_block()Vladimir Oltean
2022-05-04net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP filtersVladimir Oltean
2022-05-04net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0Vladimir Oltean
2022-05-04net: mscc: ocelot: fix VCAP IS2 filters matching on both lookupsVladimir Oltean
2022-05-04net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when d...Vladimir Oltean
2022-05-04net: mscc: ocelot: avoid use after free with deleted tc-trap rulesVladimir Oltean
2022-05-04net: mscc: ocelot: don't use list_empty() on non-initialized list elementVladimir Oltean
2022-05-04net: mscc: ocelot: offload per-flow mirroring using tc-mirred and VCAP IS2Vladimir Oltean
2022-05-04net: mscc: ocelot: establish functions for handling VCAP aux resourcesVladimir Oltean
2022-05-04net: mscc: ocelot: add port mirroring support using tc-matchallVladimir Oltean
2022-05-04net: mscc: ocelot: refactor policer work out of ocelot_setup_tc_cls_matchallVladimir Oltean
2022-05-04flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu
2022-05-04flow_offload: add index to flow_action_entry structureBaowen Zheng
2022-05-04net: mscc: ocelot: fix build error due to missing IEEE_8021QAZ_MAX_TCSVladimir Oltean
2022-05-04net: dsa: felix: configure default-prio and dscp prioritiesVladimir Oltean
2022-05-04net: dsa: felix: add tsn support for felix switch based on net/tsnXiaoliang Yang
2022-05-04net: dsa: felix: update base time of time-aware shaper when adjusting PTP timeXiaoliang Yang
2022-05-04net: mscc: ocelot: don't add VID 0 to ocelot->vlans when leaving VLAN-aware b...Vladimir Oltean
2022-05-04net: mscc: ocelot: ignore VID 0 added by 8021q moduleVladimir Oltean
2022-05-04net: mscc: ocelot: use bulk reads for statsColin Foster
2022-05-04net: mscc: ocelot: add ability to perform bulk readsColin Foster
2022-05-04net: mscc: ocelot: remove unnecessary stat reading from ethtoolColin Foster
2022-05-04net: mscc: ocelot: fix broken IP multicast floodingVladimir Oltean
2022-05-04net: mscc: ocelot: use pretty names for IPPROTO_UDP and IPPROTO_TCPVladimir Oltean
2022-05-04net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_block_remove_filterVladimir Oltean
2022-05-04net: mscc: ocelot: accept configuring bridge port flags on the NPI portVladimir Oltean
2022-05-04net: mscc: ocelot: enforce FDB isolation when VLAN-unawareVladimir Oltean
2022-05-04net: dsa: felix: support FDB entries on offloaded LAG interfacesVladimir Oltean
2022-05-04net: mscc: ocelot: annotate which traps need PTP timestampingVladimir Oltean
2022-05-04net: mscc: ocelot: keep traps in a listVladimir Oltean
2022-05-04net: mscc: ocelot: use a single VCAP filter for all MRP trapsVladimir Oltean
2022-05-04net: mscc: ocelot: delete OCELOT_MRP_CPUQVladimir Oltean