Age | Commit message (Expand) | Author | Files | Lines |
2021-06-10 | net: axienet: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang | 1 | -5/+2 |
2021-06-10 | net: w5100: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang | 1 | -6/+1 |
2021-06-10 | Merge tag 'mlx5-fixes-2021-06-09' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 16 | -72/+111 |
2021-06-10 | Merge tag 'mlx5-updates-2021-06-09' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 26 | -120/+2373 |
2021-06-10 | net: davinci_emac: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang | 1 | -3/+2 |
2021-06-10 | net: ethernet: ti: cpsw: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang | 2 | -4/+2 |
2021-06-10 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 3 | -0/+10 |
2021-06-09 | net/mlx5: Bridge, add tracepoints | Vlad Buslov | 3 | -50/+191 |
2021-06-09 | net/mlx5: Bridge, filter tagged packets that didn't match tagged fg | Vlad Buslov | 3 | -5/+141 |
2021-06-09 | net/mlx5: Bridge, support pvid and untagged vlan configurations | Vlad Buslov | 1 | -16/+159 |
2021-06-09 | net/mlx5: Bridge, match FDB entry vlan tag | Vlad Buslov | 2 | -10/+172 |
2021-06-09 | net/mlx5: Bridge, implement infrastructure for vlans | Vlad Buslov | 3 | -3/+286 |
2021-06-09 | net/mlx5: Bridge, dynamic entry ageing | Vlad Buslov | 3 | -13/+193 |
2021-06-09 | net/mlx5: Bridge, handle FDB events | Vlad Buslov | 3 | -4/+409 |
2021-06-09 | net/mlx5: Bridge, add offload infrastructure | Vlad Buslov | 9 | -0/+539 |
2021-06-09 | net/mlx5e: Refactor mlx5e_eswitch_{*}rep() helpers | Vlad Buslov | 2 | -5/+5 |
2021-06-09 | net/mlx5: Create TC-miss priority and table | Vlad Buslov | 3 | -1/+25 |
2021-06-09 | net/mlx5: DR, Support EMD tag in modify header for STEv1 | Yevgeny Kliteynik | 1 | -0/+8 |
2021-06-09 | net/mlx5: DR, Added support for INSERT_HEADER reformat type | Yevgeny Kliteynik | 7 | -26/+150 |
2021-06-09 | net/mlx5: Added new parameters to reformat context | Yevgeny Kliteynik | 8 | -48/+70 |
2021-06-09 | net/mlx5: DR, Allow encap action for RX for supporting devices | Yevgeny Kliteynik | 5 | -14/+93 |
2021-06-09 | net/mlx5: DR, Split reformat state to Encap and Decap | Yevgeny Kliteynik | 1 | -34/+35 |
2021-06-09 | net/mlx5: mlx5_ifc support for header insert/remove | Yevgeny Kliteynik | 1 | -0/+6 |
2021-06-09 | net/mlx5e: Block offload of outer header csum for GRE tunnel | Aya Levin | 1 | -6/+3 |
2021-06-09 | net/mlx5e: Block offload of outer header csum for UDP tunnels | Aya Levin | 1 | -7/+3 |
2021-06-09 | Revert "net/mlx5: Arm only EQs with EQEs" | Shay Drory | 1 | -2/+4 |
2021-06-09 | net/mlx5e: Fix select queue to consider SKBTX_HW_TSTAMP | Aya Levin | 3 | -23/+25 |
2021-06-09 | net/mlx5e: Don't update netdev RQs with PTP-RQ | Aya Levin | 1 | -2/+0 |
2021-06-09 | net/mlx5e: Verify dev is present in get devlink port ndo | Chris Mi | 1 | -0/+2 |
2021-06-09 | net/mlx5: DR, Don't use SW steering when RoCE is not supported | Maor Gottlieb | 1 | -4/+5 |
2021-06-09 | net/mlx5: Consider RoCE cap before init RDMA resources | Maor Gottlieb | 1 | -0/+3 |
2021-06-09 | net/mlx5e: Fix page reclaim for dead peer hairpin | Dima Chumak | 2 | -7/+25 |
2021-06-09 | net/mlx5e: Remove dependency in IPsec initialization flows | Huy Nguyen | 1 | -3/+0 |
2021-06-09 | net/mlx5e: Fix use-after-free of encap entry in neigh update handler | Vlad Buslov | 4 | -17/+40 |
2021-06-09 | net/mlx5e: Fix an error code in mlx5e_arfs_create_tables() | Yang Li | 1 | -1/+1 |
2021-06-09 | stmmac: prefetch right address | Matteo Croce | 1 | -1/+1 |
2021-06-09 | mlxsw: thermal: Fix null dereference of NULL temperature parameter | Colin Ian King | 1 | -2/+2 |
2021-06-09 | net: ethernet: rmnet: Always subtract MAP header | Kristian Evensen | 1 | -2/+3 |
2021-06-09 | net: ena: make symbol 'ena_alloc_map_page' static | Wei Yongjun | 1 | -1/+2 |
2021-06-09 | net: stmmac: Fix missing { } around two statements in an if statement | Colin Ian King | 1 | -1/+2 |
2021-06-09 | net: ethernet: ti: cpsw-phy-sel: Use devm_platform_ioremap_resource_byname() | Yang Yingliang | 1 | -3/+1 |
2021-06-09 | mvpp2: prefetch page | Matteo Croce | 1 | -3/+7 |
2021-06-09 | mvpp2: prefetch right address | Matteo Croce | 1 | -2/+2 |
2021-06-09 | net: ethernet: ti: am65-cpts: Use devm_platform_ioremap_resource_byname() | Yang Yingliang | 1 | -3/+1 |
2021-06-09 | net: stmmac: Use devm_platform_ioremap_resource_byname() | Yang Yingliang | 1 | -3/+1 |
2021-06-09 | net: sgi: ioc3-eth: check return value after calling platform_get_resource() | Yang Yingliang | 1 | -0/+4 |
2021-06-09 | net: hns3: use list_move_tail instead of list_del/list_add_tail in hclge_main.c | Baokun Li | 1 | -10/+5 |
2021-06-09 | net: hns3: use list_move_tail instead of list_del/list_add_tail in hclgevf_ma... | Baokun Li | 1 | -6/+3 |
2021-06-09 | nfp: use list_move instead of list_del/list_add in nfp_cppcore.c | Baokun Li | 1 | -2/+1 |
2021-06-09 | net: ethernet: ravb: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang | 1 | -11/+4 |