Age | Commit message (Expand) | Author | Files | Lines |
2021-10-19 | e1000e: Remove redundant statement | luo penghao | 1 | -1/+0 |
2021-10-19 | Merge branch 'eth_hw_addr_gen-for-switches' | David S. Miller | 7 | -22/+36 |
2021-10-19 | ethernet: sparx5: use eth_hw_addr_gen() | Jakub Kicinski | 1 | -3/+1 |
2021-10-19 | ethernet: mlxsw: use eth_hw_addr_gen() | Jakub Kicinski | 2 | -11/+7 |
2021-10-19 | ethernet: fec: use eth_hw_addr_gen() | Jakub Kicinski | 1 | -4/+1 |
2021-10-19 | ethernet: prestera: use eth_hw_addr_gen() | Jakub Kicinski | 1 | -2/+5 |
2021-10-19 | ethernet: ocelot: use eth_hw_addr_gen() | Jakub Kicinski | 1 | -2/+1 |
2021-10-19 | ethernet: add a helper for assigning port addresses | Jakub Kicinski | 1 | -0/+21 |
2021-10-19 | Merge branch 'dev_addr-conversions-part-two' | David S. Miller | 16 | -49/+84 |
2021-10-19 | ethernet: smsc: use eth_hw_addr_set() | Jakub Kicinski | 2 | -15/+19 |
2021-10-19 | ethernet: smc91x: use eth_hw_addr_set() | Jakub Kicinski | 2 | -2/+6 |
2021-10-19 | ethernet: sis900: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+3 |
2021-10-19 | ethernet: sis190: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+3 |
2021-10-19 | ethernet: sxgbe: use eth_hw_addr_set() | Jakub Kicinski | 1 | -3/+6 |
2021-10-19 | ethernet: rocker: use eth_hw_addr_set() | Jakub Kicinski | 1 | -3/+5 |
2021-10-19 | ethernet: renesas: use eth_hw_addr_set() | Jakub Kicinski | 2 | -14/+18 |
2021-10-19 | ethernet: r8169: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+2 |
2021-10-19 | ethernet: netxen: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+3 |
2021-10-19 | ethernet: lpc: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+3 |
2021-10-19 | ethernet: sky2/skge: use eth_hw_addr_set() | Jakub Kicinski | 2 | -4/+9 |
2021-10-19 | ethernet: mv643xx: use eth_hw_addr_set() | Jakub Kicinski | 1 | -3/+7 |
2021-10-19 | Merge branch 'mlxsw-multi-level-qdisc-offload' | David S. Miller | 4 | -85/+636 |
2021-10-19 | selftests: mlxsw: Add a test for un/offloadable qdisc trees | Petr Machata | 1 | -0/+276 |
2021-10-19 | mlxsw: spectrum_qdisc: Make RED, TBF offloads classful | Petr Machata | 1 | -1/+31 |
2021-10-19 | mlxsw: spectrum_qdisc: Validate qdisc topology | Petr Machata | 1 | -9/+82 |
2021-10-19 | mlxsw: spectrum_qdisc: Clean stats recursively when priomap changes | Petr Machata | 1 | -8/+29 |
2021-10-19 | mlxsw: spectrum_qdisc: Unify graft validation | Petr Machata | 1 | -18/+19 |
2021-10-19 | mlxsw: spectrum_qdisc: Destroy children in mlxsw_sp_qdisc_destroy() | Petr Machata | 1 | -2/+4 |
2021-10-19 | mlxsw: spectrum_qdisc: Extract two helpers for handling future FIFOs | Petr Machata | 1 | -15/+33 |
2021-10-19 | mlxsw: spectrum_qdisc: Query tclass / priomap instead of caching it | Petr Machata | 1 | -34/+146 |
2021-10-19 | net: sch_tbf: Add a graft command | Petr Machata | 2 | -0/+18 |
2021-10-19 | Merge tag 'mlx5-updates-2021-10-18' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 22 | -64/+1239 |
2021-10-19 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | David S. Miller | 3 | -105/+101 |
2021-10-19 | net/mlx5: E-Switch, Increase supported number of forward destinations to 32 | Maor Dickman | 1 | -1/+1 |
2021-10-19 | net/mlx5: E-Switch, Use dynamic alloc for dest array | Maor Dickman | 1 | -2/+14 |
2021-10-19 | net/mlx5: Lag, use steering to select the affinity port in LAG | Maor Gottlieb | 2 | -22/+74 |
2021-10-19 | net/mlx5: Lag, add support to create/destroy/modify port selection | Maor Gottlieb | 3 | -1/+123 |
2021-10-19 | net/mlx5: Lag, add support to create TTC tables for LAG port selection | Maor Gottlieb | 2 | -0/+92 |
2021-10-19 | net/mlx5: Lag, add support to create definers for LAG | Maor Gottlieb | 4 | -1/+220 |
2021-10-19 | net/mlx5: Lag, set match mask according to the traffic type bitmap | Maor Gottlieb | 1 | -0/+182 |
2021-10-19 | net/mlx5: Lag, set LAG traffic type mapping | Maor Gottlieb | 3 | -0/+53 |
2021-10-19 | net/mlx5: Lag, move lag files into directory | Maor Gottlieb | 5 | -6/+6 |
2021-10-19 | net/mlx5: Introduce new uplink destination type | Maor Gottlieb | 3 | -1/+11 |
2021-10-19 | net/mlx5: Add support to create match definer | Maor Gottlieb | 7 | -27/+380 |
2021-10-19 | net/mlx5: Introduce port selection namespace | Maor Gottlieb | 8 | -4/+78 |
2021-10-19 | net/mlx5: Support partial TTC rules | Maor Gottlieb | 2 | -0/+6 |
2021-10-19 | qed: Change the TCP common variable - "iscsi_ooo" | Shai Malin | 1 | -26/+24 |
2021-10-19 | qed: Optimize the ll2 ooo flow | Shai Malin | 2 | -41/+42 |
2021-10-19 | MAINTAINERS: adjust file entry for of_net.c after movement | Lukas Bulwahn | 1 | -1/+1 |
2021-10-19 | iavf: Combine init and watchdog state machines | Mateusz Palczewski | 2 | -80/+57 |