| Commit message (Expand) | Author | Age | Files | Lines |
* | net: mana: remove redundant initialization of variable err | Colin Ian King | 2021-04-21 | 1 | -1/+1 |
* | net: enetc: automatically select IERB module | Michael Walle | 2021-04-21 | 1 | -1/+1 |
* | mlxsw: spectrum_qdisc: Index future FIFOs by band number | Petr Machata | 2021-04-21 | 1 | -7/+6 |
* | mlxsw: spectrum_qdisc: Allocate child qdiscs dynamically | Petr Machata | 2021-04-21 | 1 | -32/+83 |
* | mlxsw: spectrum_qdisc: Guard all qdisc accesses with a lock | Petr Machata | 2021-04-21 | 1 | -16/+73 |
* | mlxsw: spectrum_qdisc: Track children per qdisc | Petr Machata | 2021-04-21 | 1 | -46/+118 |
* | mlxsw: spectrum_qdisc: Promote backlog reduction to mlxsw_sp_qdisc_destroy() | Petr Machata | 2021-04-21 | 1 | -30/+18 |
* | mlxsw: spectrum_qdisc: Track tclass_num as int, not u8 | Petr Machata | 2021-04-21 | 1 | -6/+6 |
* | mlxsw: spectrum_qdisc: Drop an always-true condition | Petr Machata | 2021-04-21 | 1 | -4/+1 |
* | mlxsw: spectrum_qdisc: Simplify mlxsw_sp_qdisc_compare() | Petr Machata | 2021-04-21 | 1 | -15/+7 |
* | mlxsw: spectrum_qdisc: Drop one argument from check_params callback | Petr Machata | 2021-04-21 | 1 | -7/+1 |
* | korina: Fix build. | David S. Miller | 2021-04-21 | 1 | -1/+1 |
* | korina: Fix conflict with global symbol desc_empty on x86. | David S. Miller | 2021-04-21 | 1 | -8/+8 |
* | Merge tag 'mlx5-updates-2021-04-19' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 2021-04-21 | 15 | -164/+1298 |
|\ |
|
| * | net/mlx5: DR, Add support for isolate_vl_tc QP | Yevgeny Kliteynik | 2021-04-20 | 3 | -0/+11 |
| * | net/mlx5: DR, Add support for force-loopback QP | Yevgeny Kliteynik | 2021-04-20 | 3 | -5/+72 |
| * | net/mlx5: DR, Add support for matching tunnel GTP-U | Yevgeny Kliteynik | 2021-04-20 | 8 | -1/+397 |
| * | net/mlx5: DR, Set flex parser for TNL_MPLS dynamically | Yevgeny Kliteynik | 2021-04-20 | 7 | -20/+262 |
| * | net/mlx5: DR, Add support for matching on geneve TLV option | Yevgeny Kliteynik | 2021-04-20 | 7 | -4/+107 |
| * | net/mlx5: DR, Set STEv0 ICMP flex parser dynamically | Yevgeny Kliteynik | 2021-04-20 | 6 | -52/+43 |
| * | net/mlx5: DR, Add support for dynamic flex parser | Yevgeny Kliteynik | 2021-04-20 | 7 | -1/+279 |
| * | net/mlx5: DR, Remove protocol-specific flex_parser_3 definitions | Muhammad Sammar | 2021-04-20 | 3 | -26/+27 |
| * | net/mlx5: E-Switch, Improve error messages in term table creation | Yevgeny Kliteynik | 2021-04-20 | 1 | -6/+8 |
| * | net/mlx5: DR, Fix SQ/RQ in doorbell bitmask | Yevgeny Kliteynik | 2021-04-20 | 1 | -1/+1 |
| * | net/mlx5: DR, Rename an argument in dr_rdma_segments | Yevgeny Kliteynik | 2021-04-20 | 1 | -4/+4 |
| * | net/mlx5e: RX, Add checks for calculated Striding RQ attributes | Tariq Toukan | 2021-04-20 | 3 | -40/+71 |
| * | net/mlx5e: Fix possible non-initialized struct usage | Vladyslav Tarasiuk | 2021-04-20 | 2 | -4/+15 |
| * | net/mlx5e: Fix lost changes during code movements | Tariq Toukan | 2021-04-20 | 1 | -2/+3 |
* | | net: ag71xx: make use of generic NET_SELFTESTS library | Oleksij Rempel | 2021-04-21 | 2 | -4/+17 |
* | | net: fec: make use of generic NET_SELFTESTS library | Oleksij Rempel | 2021-04-21 | 2 | -0/+8 |
|/ |
|
* | bnxt: add more ethtool standard stats | Jakub Kicinski | 2021-04-20 | 1 | -0/+6 |
* | net: marvell: prestera: add support for AC3X 98DX3265 device | Vadym Kochan | 2021-04-20 | 1 | -0/+1 |
* | net: stmmac: fix memory leak during driver probe | Wong Vee Khee | 2021-04-20 | 1 | -0/+2 |
* | net: korina: Make driver COMPILE_TESTable | Thomas Bogendoerfer | 2021-04-20 | 2 | -12/+239 |
* | net: korina: Get mdio input clock via common clock framework | Thomas Bogendoerfer | 2021-04-20 | 1 | -6/+15 |
* | net: korina: Add support for device tree | Thomas Bogendoerfer | 2021-04-20 | 1 | -7/+25 |
* | net: korina: Only pass mac address via platform data | Thomas Bogendoerfer | 2021-04-20 | 1 | -5/+6 |
* | net: korina: Use DMA API | Thomas Bogendoerfer | 2021-04-20 | 1 | -60/+98 |
* | net: korina: Remove nested helpers | Thomas Bogendoerfer | 2021-04-20 | 1 | -25/+3 |
* | net: korina: Remove not needed cache flushes | Thomas Bogendoerfer | 2021-04-20 | 1 | -6/+0 |
* | net: korina: Use devres functions | Thomas Bogendoerfer | 2021-04-20 | 1 | -43/+21 |
* | net: korina: Fix MDIO functions | Thomas Bogendoerfer | 2021-04-20 | 2 | -19/+38 |
* | net: ethernet: mtk_eth_soc: handle VLAN pop action | Pablo Neira Ayuso | 2021-04-20 | 1 | -0/+2 |
* | net: ethernet: mtk_eth_soc: missing mutex | Pablo Neira Ayuso | 2021-04-20 | 1 | -5/+14 |
* | net: ethernet: mtk_eth_soc: fix undefined reference to `dsa_port_from_netdev' | Pablo Neira Ayuso | 2021-04-20 | 1 | -0/+1 |
* | net: ethernet: mediatek: fix a typo bug in flow offloading | DENG Qingfang | 2021-04-20 | 1 | -1/+1 |
* | net: hns3: change the value of the SEPARATOR_VALUE macro in hclgevf_main.c | Huazhong Tan | 2021-04-20 | 1 | -1/+1 |
* | net: hns3: cleanup inappropriate spaces in struct hlcgevf_tqp_stats | Huazhong Tan | 2021-04-20 | 1 | -2/+2 |
* | net: hns3: remove a duplicate pf reset counting | Huazhong Tan | 2021-04-20 | 1 | -2/+0 |
* | net: xilinx: drivers need/depend on HAS_IOMEM | Randy Dunlap | 2021-04-20 | 1 | -0/+3 |