summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
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-04flow_offload: reject to offload tc actions in offload driversBaowen 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
2022-05-04net: mscc: ocelot: consolidate cookie allocation for private VCAP rulesVladimir Oltean
2022-05-04net: mscc: ocelot: use a consistent cookie for MRP trapsVladimir Oltean
2022-05-04net: mscc: ocelot: fix use-after-free in ocelot_vlan_del()Vladimir Oltean
2022-05-04net: mscc: ocelot: fix all IP traffic getting trapped to CPU with PTP over IPVladimir Oltean
2022-05-04net: mscc: ocelot: don't dereference NULL pointers with shared tc filtersVladimir Oltean
2022-05-04net: dsa: felix: add port fast age supportVladimir Oltean
2022-05-04net: mscc: ocelot: set up traps for PTP packetsVladimir Oltean
2022-05-04net: mscc: ocelot: create a function that replaces an existing VCAP filterVladimir Oltean
2022-05-04net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean
2022-05-04net: dsa: felix: restrict psfp rules on ingress portXiaoliang Yang
2022-05-04net: mscc: ocelot: use index to set vcap policerXiaoliang Yang
2022-05-04net: mscc: ocelot: add gate and police action offload to PSFPXiaoliang Yang
2022-05-04net: mscc: ocelot: set vcap IS2 chain to goto PSFP chainXiaoliang Yang