summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-01-02net: pcs: lynx: use a common naming scheme for all lynx_pcs variablesColin Foster
2022-01-02net: ethernet: enetc: name change for clarity from pcs to mdio_deviceColin Foster
2022-01-02net: dsa: seville: name change for clarity from pcs to mdio_deviceColin Foster
2022-01-02net: dsa: felix: name change for clarity from pcs to mdio_deviceColin Foster
2022-01-02net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster
2022-01-02enic: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET
2022-01-02qed: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET
2022-01-02chelsio: cxgb: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET
2022-01-02sun/cassini: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET
2022-01-02tehuti: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET
2022-01-02enic: Use dma_set_mask_and_coherent()Christophe JAILLET
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-31Merge tag 'mlx5-updates-2021-12-28' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-12-31net: hns3: delete the hclge_cmd.c and hclgevf_cmd.cJie Wang
2021-12-31net: hns3: refactor VF cmdq init and uninit APIs with new common APIsJie Wang
2021-12-31net: hns3: refactor PF cmdq init and uninit APIs with new common APIsJie Wang
2021-12-31net: hns3: create common cmdq init and uninit APIsJie Wang
2021-12-31net: hns3: refactor VF cmdq resource APIs with new common APIsJie Wang
2021-12-31net: hns3: refactor PF cmdq resource APIs with new common APIsJie Wang
2021-12-31net: hns3: create common cmdq resource allocate/free/query APIsJie Wang
2021-12-31net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send APIJie Wang
2021-12-31net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send APIJie Wang
2021-12-31net: hns3: create new set of unified hclge_comm_cmd_send APIsJie Wang
2021-12-31net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq moduleJie Wang
2021-12-31net: hns3: create new cmdq hardware description structure hclge_comm_hwJie Wang
2021-12-31net: hns3: refactor hns3 makefile to support hns3_common moduleJie Wang
2021-12-31net/mlx5: Set SMFS as a default steering mode if device supports itYevgeny Kliteynik
2021-12-31net/mlx5: DR, Ignore modify TTL if device doesn't support itYevgeny Kliteynik
2021-12-31net/mlx5: DR, Improve steering for empty or RX/TX-only matchersYevgeny Kliteynik
2021-12-31net/mlx5: DR, Add support for matching on geneve_tlv_option_0_exist fieldYevgeny Kliteynik
2021-12-31net/mlx5: DR, Support matching on tunnel headers 0 and 1Muhammad Sammar
2021-12-31net/mlx5: DR, Add misc5 to match_param structsMuhammad Sammar
2021-12-31net/mlx5: Add misc5 flow table match parametersMuhammad Sammar
2021-12-31net/mlx5: DR, Warn on failure to destroy objects due to refcountYevgeny Kliteynik
2021-12-31net/mlx5: DR, Add support for UPLINK destination typeYevgeny Kliteynik
2021-12-31net/mlx5: DR, Add support for dumping steering infoMuhammad Sammar
2021-12-31net/mlx5: DR, Add missing reserved fields to dr_match_paramMuhammad Sammar
2021-12-31net/mlx5: DR, Add check for flex parser ID valueYevgeny Kliteynik
2021-12-31net/mlx5: DR, Rename list field in matcher struct to list_nodeYevgeny Kliteynik
2021-12-31net/mlx5: DR, Remove unused struct member in matcherYevgeny Kliteynik
2021-12-31net/mlx5: DR, Fix lower case macro prefix "mlx5_" to "MLX5_"Yevgeny Kliteynik
2021-12-31net/mlx5: DR, Fix error flow in creating matcherYevgeny Kliteynik
2021-12-30net: dsa: bcm_sf2: refactor LED regs accessRafał Miłecki
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-30fsl/fman: Fix missing put_device() call in fman_port_probeMiaoqian Lin
2021-12-30net: lantiq_etop: remove unnecessary space in castAleksander Jan Bajkowski
2021-12-30net: lantiq_etop: make alignment match open parenthesisAleksander Jan Bajkowski
2021-12-30net: lantiq_etop: remove multiple assignmentsAleksander Jan Bajkowski
2021-12-30net: lantiq_etop: avoid precedence issuesAleksander Jan Bajkowski
2021-12-30net: lantiq_etop: replace strlcpy with strscpyAleksander Jan Bajkowski