Age | Commit message (Expand) | Author | Files | Lines |
2021-04-20 | mlxsw: spectrum_qdisc: Drop one argument from check_params callback | Petr Machata | 1 | -7/+1 |
2021-04-20 | korina: Fix build. | David S. Miller | 1 | -1/+1 |
2021-04-20 | net: phy: marvell: add support for Amethyst internal PHY | Marek Behún | 1 | -3/+114 |
2021-04-20 | net: dsa: mv88e6xxx: simulate Amethyst PHY model number | Marek Behún | 1 | -0/+1 |
2021-04-20 | net: phy: marvell: use assignment by bitwise AND operator | Marek Behún | 1 | -1/+1 |
2021-04-20 | net: phy: marvell: fix HWMON enable register for 6390 | Marek Behún | 1 | -10/+9 |
2021-04-20 | net: phy: marvell: refactor HWMON OOP style | Marek Behún | 1 | -244/+125 |
2021-04-20 | korina: Fix conflict with global symbol desc_empty on x86. | David S. Miller | 1 | -8/+8 |
2021-04-20 | Merge tag 'mlx5-updates-2021-04-19' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 15 | -164/+1298 |
2021-04-20 | net: dsa: felix: disable always guard band bit for TAS config | Xiaoliang Yang | 1 | -2/+6 |
2021-04-20 | net: ag71xx: make use of generic NET_SELFTESTS library | Oleksij Rempel | 2 | -4/+17 |
2021-04-20 | net: fec: make use of generic NET_SELFTESTS library | Oleksij Rempel | 2 | -0/+8 |
2021-04-20 | net: phy: genphy_loopback: add link speed configuration | Oleksij Rempel | 2 | -3/+28 |
2021-04-20 | net: phy: execute genphy_loopback() per default on all PHYs | Oleksij Rempel | 1 | -2/+5 |
2021-04-20 | IB/mlx5: Set right RoCE l3 type and roce version while deleting GID | Parav Pandit | 1 | -2/+2 |
2021-04-19 | net/mlx5: DR, Add support for isolate_vl_tc QP | Yevgeny Kliteynik | 3 | -0/+11 |
2021-04-19 | net/mlx5: DR, Add support for force-loopback QP | Yevgeny Kliteynik | 3 | -5/+72 |
2021-04-19 | net/mlx5: DR, Add support for matching tunnel GTP-U | Yevgeny Kliteynik | 8 | -1/+397 |
2021-04-19 | net/mlx5: DR, Set flex parser for TNL_MPLS dynamically | Yevgeny Kliteynik | 7 | -20/+262 |
2021-04-19 | net/mlx5: DR, Add support for matching on geneve TLV option | Yevgeny Kliteynik | 7 | -4/+107 |
2021-04-19 | net/mlx5: DR, Set STEv0 ICMP flex parser dynamically | Yevgeny Kliteynik | 6 | -52/+43 |
2021-04-19 | net/mlx5: DR, Add support for dynamic flex parser | Yevgeny Kliteynik | 7 | -1/+279 |
2021-04-19 | net/mlx5: DR, Remove protocol-specific flex_parser_3 definitions | Muhammad Sammar | 3 | -26/+27 |
2021-04-19 | net/mlx5: E-Switch, Improve error messages in term table creation | Yevgeny Kliteynik | 1 | -6/+8 |
2021-04-19 | net/mlx5: DR, Fix SQ/RQ in doorbell bitmask | Yevgeny Kliteynik | 1 | -1/+1 |
2021-04-19 | net/mlx5: DR, Rename an argument in dr_rdma_segments | Yevgeny Kliteynik | 1 | -4/+4 |
2021-04-19 | net/mlx5e: RX, Add checks for calculated Striding RQ attributes | Tariq Toukan | 3 | -40/+71 |
2021-04-19 | net/mlx5e: Fix possible non-initialized struct usage | Vladyslav Tarasiuk | 2 | -4/+15 |
2021-04-19 | net/mlx5e: Fix lost changes during code movements | Tariq Toukan | 1 | -2/+3 |
2021-04-19 | bnxt: add more ethtool standard stats | Jakub Kicinski | 1 | -0/+6 |
2021-04-19 | phy: nxp-c45: add driver for tja1103 | Radu Pirea (NXP OSS) | 3 | -0/+595 |
2021-04-19 | net: phy: add genphy_c45_pma_suspend/resume | Radu Pirea (NXP OSS) | 1 | -0/+43 |
2021-04-19 | net: marvell: prestera: add support for AC3X 98DX3265 device | Vadym Kochan | 1 | -0/+1 |
2021-04-19 | net: stmmac: fix memory leak during driver probe | Wong Vee Khee | 1 | -0/+2 |
2021-04-19 | net: korina: Make driver COMPILE_TESTable | Thomas Bogendoerfer | 2 | -12/+239 |
2021-04-19 | net: korina: Get mdio input clock via common clock framework | Thomas Bogendoerfer | 1 | -6/+15 |
2021-04-19 | net: korina: Add support for device tree | Thomas Bogendoerfer | 1 | -7/+25 |
2021-04-19 | net: korina: Only pass mac address via platform data | Thomas Bogendoerfer | 1 | -5/+6 |
2021-04-19 | net: korina: Use DMA API | Thomas Bogendoerfer | 1 | -60/+98 |
2021-04-19 | net: korina: Remove nested helpers | Thomas Bogendoerfer | 1 | -25/+3 |
2021-04-19 | net: korina: Remove not needed cache flushes | Thomas Bogendoerfer | 1 | -6/+0 |
2021-04-19 | net: korina: Use devres functions | Thomas Bogendoerfer | 1 | -43/+21 |
2021-04-19 | net: korina: Fix MDIO functions | Thomas Bogendoerfer | 2 | -19/+38 |
2021-04-19 | net: ethernet: mtk_eth_soc: handle VLAN pop action | Pablo Neira Ayuso | 1 | -0/+2 |
2021-04-19 | net: ethernet: mtk_eth_soc: missing mutex | Pablo Neira Ayuso | 1 | -5/+14 |
2021-04-19 | net: ethernet: mtk_eth_soc: fix undefined reference to `dsa_port_from_netdev' | Pablo Neira Ayuso | 1 | -0/+1 |
2021-04-19 | net: ethernet: ixp4xx: Set the DMA masks explicitly | Linus Walleij | 1 | -1/+4 |
2021-04-19 | net: ethernet: mediatek: fix a typo bug in flow offloading | DENG Qingfang | 1 | -1/+1 |
2021-04-19 | net: hns3: change the value of the SEPARATOR_VALUE macro in hclgevf_main.c | Huazhong Tan | 1 | -1/+1 |
2021-04-19 | net: hns3: cleanup inappropriate spaces in struct hlcgevf_tqp_stats | Huazhong Tan | 1 | -2/+2 |