summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: fixup build after bpf header changesJakub Kicinski2022-01-042-0/+3
* net: lantiq_xrx200: add ingress SG DMA supportAleksander Jan Bajkowski2022-01-041-7/+40
* phy: nxp-c45-tja11xx: add extts and perout supportRadu Pirea (NXP OSS)2022-01-041-0/+220
* net/mlx5: CT: Set flow source hint from provided tuple devicePaul Blakey2022-01-043-5/+49
* net: mdio: Demote probed message to debug printFlorian Fainelli2022-01-031-1/+1
* net: vxge: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET2022-01-031-23/+4
* ethernet: s2io: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET2022-01-032-16/+3
* net: vertexcom: default to disabled on kbuildSaeed Mahameed2022-01-031-1/+1
* net: pcs: lynx: use a common naming scheme for all lynx_pcs variablesColin Foster2022-01-021-7/+7
* net: ethernet: enetc: name change for clarity from pcs to mdio_deviceColin Foster2022-01-021-7/+7
* net: dsa: seville: name change for clarity from pcs to mdio_deviceColin Foster2022-01-021-5/+5
* net: dsa: felix: name change for clarity from pcs to mdio_deviceColin Foster2022-01-021-5/+5
* net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster2022-01-029-41/+66
* enic: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-01-021-1/+1
* qed: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET2022-01-021-23/+5
* chelsio: cxgb: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET2022-01-021-15/+4
* sun/cassini: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET2022-01-021-20/+6
* tehuti: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET2022-01-021-18/+10
* enic: Use dma_set_mask_and_coherent()Christophe JAILLET2022-01-021-14/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-3165-37/+71
|\
| * net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski2021-12-295-0/+7
| * net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-2928-0/+34
| * xsk: Wipe out dead zero_copy_allocator declarationsMaciej Fijalkowski2021-12-142-3/+0
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-1332-34/+34
* | Merge tag 'mlx5-updates-2021-12-28' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-12-3119-273/+1291
|\ \
| * | net/mlx5: Set SMFS as a default steering mode if device supports itYevgeny Kliteynik2021-12-311-0/+5
| * | net/mlx5: DR, Ignore modify TTL if device doesn't support itYevgeny Kliteynik2021-12-311-3/+18
| * | net/mlx5: DR, Improve steering for empty or RX/TX-only matchersYevgeny Kliteynik2021-12-314-130/+156
| * | net/mlx5: DR, Add support for matching on geneve_tlv_option_0_exist fieldYevgeny Kliteynik2021-12-317-1/+86
| * | net/mlx5: DR, Support matching on tunnel headers 0 and 1Muhammad Sammar2021-12-317-1/+79
| * | net/mlx5: DR, Add misc5 to match_param structsMuhammad Sammar2021-12-314-1/+61
| * | net/mlx5: Add misc5 flow table match parametersMuhammad Sammar2021-12-311-1/+1
| * | net/mlx5: DR, Warn on failure to destroy objects due to refcountYevgeny Kliteynik2021-12-314-4/+4
| * | net/mlx5: DR, Add support for UPLINK destination typeYevgeny Kliteynik2021-12-314-10/+34
| * | net/mlx5: DR, Add support for dumping steering infoMuhammad Sammar2021-12-318-8/+688
| * | net/mlx5: DR, Add missing reserved fields to dr_match_paramMuhammad Sammar2021-12-311-89/+124
| * | net/mlx5: DR, Add check for flex parser ID valueYevgeny Kliteynik2021-12-312-2/+2
| * | net/mlx5: DR, Rename list field in matcher struct to list_nodeYevgeny Kliteynik2021-12-313-15/+15
| * | net/mlx5: DR, Remove unused struct member in matcherYevgeny Kliteynik2021-12-311-1/+0
| * | net/mlx5: DR, Fix lower case macro prefix "mlx5_" to "MLX5_"Yevgeny Kliteynik2021-12-312-2/+2
| * | net/mlx5: DR, Fix error flow in creating matcherYevgeny Kliteynik2021-12-311-21/+32
* | | net: hns3: delete the hclge_cmd.c and hclgevf_cmd.cJie Wang2021-12-315-66/+42
* | | net: hns3: refactor VF cmdq init and uninit APIs with new common APIsJie Wang2021-12-315-204/+36
* | | net: hns3: refactor PF cmdq init and uninit APIs with new common APIsJie Wang2021-12-315-197/+27
* | | net: hns3: create common cmdq init and uninit APIsJie Wang2021-12-312-0/+163
* | | net: hns3: refactor VF cmdq resource APIs with new common APIsJie Wang2021-12-312-231/+19
* | | net: hns3: refactor PF cmdq resource APIs with new common APIsJie Wang2021-12-315-323/+63
* | | net: hns3: create common cmdq resource allocate/free/query APIsJie Wang2021-12-312-1/+311
* | | net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send APIJie Wang2021-12-315-360/+82
* | | net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send APIJie Wang2021-12-318-373/+100