summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c
AgeCommit message (Expand)Author
2021-10-28mlxsw: spectrum_qdisc: Offload root TBF as port shaperPetr Machata
2021-10-19mlxsw: spectrum_qdisc: Make RED, TBF offloads classfulPetr Machata
2021-10-19mlxsw: spectrum_qdisc: Validate qdisc topologyPetr Machata
2021-10-19mlxsw: spectrum_qdisc: Clean stats recursively when priomap changesPetr Machata
2021-10-19mlxsw: spectrum_qdisc: Unify graft validationPetr Machata
2021-10-19mlxsw: spectrum_qdisc: Destroy children in mlxsw_sp_qdisc_destroy()Petr Machata
2021-10-19mlxsw: spectrum_qdisc: Extract two helpers for handling future FIFOsPetr Machata
2021-10-19mlxsw: spectrum_qdisc: Query tclass / priomap instead of caching itPetr Machata
2021-10-13mlxsw: spectrum_qdisc: Introduce per-TC ECN countersPetr Machata
2021-10-12mlxsw: spectrum_qdisc: Offload RED qevent markPetr Machata
2021-10-12mlxsw: spectrum_qdisc: Track permissible actions per bindingPetr Machata
2021-10-12mlxsw: spectrum_qdisc: Distinguish between ingress and egress triggersPetr Machata
2021-10-12mlxsw: spectrum_qdisc: Pass extack to mlxsw_sp_qevent_entry_configure()Petr Machata
2021-06-07mlxsw: spectrum_qdisc: Pass handle, not band number to find_class()Petr Machata
2021-04-20mlxsw: spectrum_qdisc: Index future FIFOs by band numberPetr Machata
2021-04-20mlxsw: spectrum_qdisc: Allocate child qdiscs dynamicallyPetr Machata
2021-04-20mlxsw: spectrum_qdisc: Guard all qdisc accesses with a lockPetr Machata
2021-04-20mlxsw: spectrum_qdisc: Track children per qdiscPetr Machata
2021-04-20mlxsw: spectrum_qdisc: Promote backlog reduction to mlxsw_sp_qdisc_destroy()Petr Machata
2021-04-20mlxsw: spectrum_qdisc: Track tclass_num as int, not u8Petr Machata
2021-04-20mlxsw: spectrum_qdisc: Drop an always-true conditionPetr Machata
2021-04-20mlxsw: spectrum_qdisc: Simplify mlxsw_sp_qdisc_compare()Petr Machata
2021-04-20mlxsw: spectrum_qdisc: Drop one argument from check_params callbackPetr Machata
2021-03-11mlxsw: spectrum_span: Add SPAN probability rate supportIdo Schimmel
2021-03-11mlxsw: spectrum_span: Add SPAN session identifier supportIdo Schimmel
2020-09-17mlxsw: spectrum_qdisc: Disable port buffer autoresize with qdiscsPetr Machata
2020-08-03mlxsw: spectrum_qdisc: Offload action trap for qeventsPetr Machata
2020-07-14mlxsw: spectrum_span: Allow passing parameters to SPAN agentsIdo Schimmel
2020-07-13mlxsw: spectrum_qdisc: Offload mirroring on RED qevent early_dropPetr Machata
2020-03-14mlxsw: spectrum_qdisc: Offload RED ECN nodrop modePetr Machata
2020-03-05mlxsw: spectrum_qdisc: Support offloading of FIFO QdiscPetr Machata
2020-03-05mlxsw: spectrum_qdisc: Add handle parameter to ..._ops.replacePetr Machata
2020-03-05mlxsw: spectrum_qdisc: Introduce struct mlxsw_sp_qdisc_statePetr Machata
2020-02-26mlxsw: spectrum: Move the ECN-marked packet counter to ethtoolPetr Machata
2020-01-31mlxsw: spectrum_qdisc: Fix 64-bit division error in mlxsw_sp_qdisc_tbf_rate_kbpsNathan Chancellor
2020-01-25mlxsw: spectrum_qdisc: Support offloading of TBF QdiscPetr Machata
2020-01-25mlxsw: spectrum_qdisc: Extract a common leaf unoffload functionPetr Machata
2020-01-25mlxsw: spectrum_qdisc: Add mlxsw_sp_qdisc_get_class_stats()Petr Machata
2020-01-25mlxsw: spectrum_qdisc: Extract a per-TC stat functionPetr Machata
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-15mlxsw: spectrum_qdisc: Include MC TCs in Qdisc countersPetr Machata
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-08mlxsw: spectrum_qdisc: Ignore grafting of invisible FIFOPetr Machata
2019-12-18mlxsw: spectrum_qdisc: Support offloading of ETS QdiscPetr Machata
2019-12-18mlxsw: spectrum_qdisc: Generalize PRIO offload to support ETSPetr Machata
2019-12-18mlxsw: spectrum_qdisc: Clarify a commentPetr Machata
2019-10-23mlxsw: spectrum: Use guaranteed buffer size as pool size limitPetr Machata
2018-08-09mlxsw: Replace license text with SPDX identifiers and adjust copyrightsJiri Pirko
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-02-28mlxsw: spectrum: qdiscs: prio: Handle graft commandNogah Frankel