aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c
AgeCommit message (Expand)Author
2020-04-12mlxsw: spectrum_qdisc: Include MC TCs in Qdisc countersPetr Machata
2020-03-20mlxsw: spectrum_qdisc: Ignore grafting of invisible FIFOPetr 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
2018-02-28mlxsw: spectrum: qdiscs: prio: Delete child qdiscs when removing bandsNogah Frankel
2018-02-28mlxsw: spectrum: Update sch_prio stats to include sch_red related dropsNogah Frankel
2018-02-28mlxsw: spectrum: qdiscs: Update backlog handling of a child qdiscsNogah Frankel
2018-02-28mlxsw: spectrum: qdiscs: Collect stats for sch_red based on priomapNogah Frankel
2018-02-28mlxsw: spectrum: qdiscs: Add priority map per qdiscNogah Frankel
2018-02-28mlxsw: spectrum: qdiscs: Support qdisc per tclassNogah Frankel
2018-01-17net: sched: red: don't reset the backlog on every stat dumpJakub Kicinski
2018-01-16mlxsw: spectrum: qdiscs: Make function mlxsw_sp_qdisc_prio_unoffload staticWei Yongjun
2018-01-14mlxsw: spectrum: qdiscs: Support stats for PRIO qdiscNogah Frankel
2018-01-14mlxsw: spectrum: qdiscs: Support PRIO qdisc offloadNogah Frankel
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-10mlxsw: spectrum: qdiscs: Remove qdisc before setting a new oneNogah Frankel
2018-01-10mlxsw: spectrum: qdiscs: Create a generic replace functionNogah Frankel
2018-01-10mlxsw: spectrum: qdiscs: Create a generic destroy functionNogah Frankel
2018-01-10mlxsw: spectrum: qdiscs: Add an ops structNogah Frankel
2018-01-10mlxsw: spectrum: qdiscs: Unite all handle checksNogah Frankel
2018-01-10mlxsw: spectrum: qdiscs: Add tclass number to the mlxsw_sp_qdiscNogah Frankel
2018-01-10mlxsw: spectrum: qdiscs: Make the clean stats function to be for RED onlyNogah Frankel
2018-01-10mlxsw: spectrum: qdiscs: Clean qdisc statistics structsNogah Frankel
2018-01-10net: sch: red: Change offloaded xstats to be incrementalNogah Frankel
2018-01-10net: sch: red: Change the name of the stats struct to be genericNogah Frankel
2018-01-10mlxsw: spectrum: qdiscs: Move qdisc's declarations to its designated fileNogah Frankel
2018-01-10mlxsw: spectrum_qdisc: Don't use variable array in mlxsw_sp_tclass_congestion...Jiri Pirko
2017-11-08mlxsw: spectrum: Support general qdisc statsNogah Frankel
2017-11-08mlxsw: spectrum: Support RED xstatsNogah Frankel
2017-11-08mlxsw: spectrum: Support RED qdisc offloadNogah Frankel