summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-19e1000e: Remove redundant statementluo penghao1-1/+0
2021-10-19Merge branch 'eth_hw_addr_gen-for-switches'David S. Miller7-22/+36
2021-10-19ethernet: sparx5: use eth_hw_addr_gen()Jakub Kicinski1-3/+1
2021-10-19ethernet: mlxsw: use eth_hw_addr_gen()Jakub Kicinski2-11/+7
2021-10-19ethernet: fec: use eth_hw_addr_gen()Jakub Kicinski1-4/+1
2021-10-19ethernet: prestera: use eth_hw_addr_gen()Jakub Kicinski1-2/+5
2021-10-19ethernet: ocelot: use eth_hw_addr_gen()Jakub Kicinski1-2/+1
2021-10-19ethernet: add a helper for assigning port addressesJakub Kicinski1-0/+21
2021-10-19Merge branch 'dev_addr-conversions-part-two'David S. Miller16-49/+84
2021-10-19ethernet: smsc: use eth_hw_addr_set()Jakub Kicinski2-15/+19
2021-10-19ethernet: smc91x: use eth_hw_addr_set()Jakub Kicinski2-2/+6
2021-10-19ethernet: sis900: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-19ethernet: sis190: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-19ethernet: sxgbe: use eth_hw_addr_set()Jakub Kicinski1-3/+6
2021-10-19ethernet: rocker: use eth_hw_addr_set()Jakub Kicinski1-3/+5
2021-10-19ethernet: renesas: use eth_hw_addr_set()Jakub Kicinski2-14/+18
2021-10-19ethernet: r8169: use eth_hw_addr_set()Jakub Kicinski1-1/+2
2021-10-19ethernet: netxen: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-19ethernet: lpc: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-19ethernet: sky2/skge: use eth_hw_addr_set()Jakub Kicinski2-4/+9
2021-10-19ethernet: mv643xx: use eth_hw_addr_set()Jakub Kicinski1-3/+7
2021-10-19Merge branch 'mlxsw-multi-level-qdisc-offload'David S. Miller4-85/+636
2021-10-19selftests: mlxsw: Add a test for un/offloadable qdisc treesPetr Machata1-0/+276
2021-10-19mlxsw: spectrum_qdisc: Make RED, TBF offloads classfulPetr Machata1-1/+31
2021-10-19mlxsw: spectrum_qdisc: Validate qdisc topologyPetr Machata1-9/+82
2021-10-19mlxsw: spectrum_qdisc: Clean stats recursively when priomap changesPetr Machata1-8/+29
2021-10-19mlxsw: spectrum_qdisc: Unify graft validationPetr Machata1-18/+19
2021-10-19mlxsw: spectrum_qdisc: Destroy children in mlxsw_sp_qdisc_destroy()Petr Machata1-2/+4
2021-10-19mlxsw: spectrum_qdisc: Extract two helpers for handling future FIFOsPetr Machata1-15/+33
2021-10-19mlxsw: spectrum_qdisc: Query tclass / priomap instead of caching itPetr Machata1-34/+146
2021-10-19net: sch_tbf: Add a graft commandPetr Machata2-0/+18
2021-10-19Merge tag 'mlx5-updates-2021-10-18' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller22-64/+1239
2021-10-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller3-105/+101
2021-10-19net/mlx5: E-Switch, Increase supported number of forward destinations to 32Maor Dickman1-1/+1
2021-10-19net/mlx5: E-Switch, Use dynamic alloc for dest arrayMaor Dickman1-2/+14
2021-10-19net/mlx5: Lag, use steering to select the affinity port in LAGMaor Gottlieb2-22/+74
2021-10-19net/mlx5: Lag, add support to create/destroy/modify port selectionMaor Gottlieb3-1/+123
2021-10-19net/mlx5: Lag, add support to create TTC tables for LAG port selectionMaor Gottlieb2-0/+92
2021-10-19net/mlx5: Lag, add support to create definers for LAGMaor Gottlieb4-1/+220
2021-10-19net/mlx5: Lag, set match mask according to the traffic type bitmapMaor Gottlieb1-0/+182
2021-10-19net/mlx5: Lag, set LAG traffic type mappingMaor Gottlieb3-0/+53
2021-10-19net/mlx5: Lag, move lag files into directoryMaor Gottlieb5-6/+6
2021-10-19net/mlx5: Introduce new uplink destination typeMaor Gottlieb3-1/+11
2021-10-19net/mlx5: Add support to create match definerMaor Gottlieb7-27/+380
2021-10-19net/mlx5: Introduce port selection namespaceMaor Gottlieb8-4/+78
2021-10-19net/mlx5: Support partial TTC rulesMaor Gottlieb2-0/+6
2021-10-19qed: Change the TCP common variable - "iscsi_ooo"Shai Malin1-26/+24
2021-10-19qed: Optimize the ll2 ooo flowShai Malin2-41/+42
2021-10-19MAINTAINERS: adjust file entry for of_net.c after movementLukas Bulwahn1-1/+1
2021-10-19iavf: Combine init and watchdog state machinesMateusz Palczewski2-80/+57