summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-04mac80211: use ieee80211_bss_get_elem()Johannes Berg1-7/+7
2022-01-04nl80211: clarify comment for mesh PLINK_BLOCKED stateFelix Fietkau1-1/+1
2022-01-04mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl2-0/+34
2022-01-04mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih1-1/+1
2022-01-04ethernet/sfc: remove redundant rc variableMinghao Chi1-3/+1
2022-01-04Namespaceify mtu_expires sysctlxu xin2-10/+12
2022-01-04Namespaceify min_pmtu sysctlxu xin2-16/+39
2022-01-04net: fixup build after bpf header changesJakub Kicinski2-0/+3
2022-01-04net: lantiq_xrx200: add ingress SG DMA supportAleksander Jan Bajkowski1-7/+40
2022-01-04phy: nxp-c45-tja11xx: add extts and perout supportRadu Pirea (NXP OSS)1-0/+220
2022-01-04net/mlx5: CT: Set flow source hint from provided tuple devicePaul Blakey3-5/+49
2022-01-04net: openvswitch: Fill act ct extensionPaul Blakey1-0/+6
2022-01-04net/sched: act_ct: Fill offloading tuple iifidxPaul Blakey4-1/+86
2022-01-04net: mdio: Demote probed message to debug printFlorian Fainelli1-1/+1
2022-01-03net: vxge: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET1-23/+4
2022-01-03ethernet: s2io: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET2-16/+3
2022-01-03net: vertexcom: default to disabled on kbuildSaeed Mahameed1-1/+1
2022-01-02net: pcs: lynx: use a common naming scheme for all lynx_pcs variablesColin Foster1-7/+7
2022-01-02net: ethernet: enetc: name change for clarity from pcs to mdio_deviceColin Foster1-7/+7
2022-01-02net: dsa: seville: name change for clarity from pcs to mdio_deviceColin Foster1-5/+5
2022-01-02net: dsa: felix: name change for clarity from pcs to mdio_deviceColin Foster1-5/+5
2022-01-02net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster10-47/+69
2022-01-02enic: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-1/+1
2022-01-02qed: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET1-23/+5
2022-01-02chelsio: cxgb: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET1-15/+4
2022-01-02sun/cassini: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET1-20/+6
2022-01-02net/smc: add comments for smc_link_{usable|sendable}Dust Li1-1/+16
2022-01-02tehuti: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET1-18/+10
2022-01-02enic: Use dma_set_mask_and_coherent()Christophe JAILLET1-14/+2
2022-01-02net: socket.c: style fixHamish MacDonald1-1/+1
2022-01-02ipv6: ioam: Support for Queue depth data fieldJustin Iurman1-1/+15
2022-01-02net/smc: remove redundant re-assignment of pointer linkColin Ian King1-1/+0
2022-01-02net/smc: Introduce TCP ULP supportTony Lu1-7/+86
2022-01-02net/smc: Add net namespace for tracepointsTony Lu1-7/+16
2022-01-02net/smc: Print net namespace in logTony Lu2-9/+14
2022-01-02net/smc: Add netlink net namespace supportTony Lu4-12/+20
2022-01-02net/smc: Introduce net namespace support for linkgroupTony Lu4-12/+42
2021-12-31net: hns3: delete the hclge_cmd.c and hclgevf_cmd.cJie Wang5-66/+42
2021-12-31net: hns3: refactor VF cmdq init and uninit APIs with new common APIsJie Wang5-204/+36
2021-12-31net: hns3: refactor PF cmdq init and uninit APIs with new common APIsJie Wang5-197/+27
2021-12-31net: hns3: create common cmdq init and uninit APIsJie Wang2-0/+163
2021-12-31net: hns3: refactor VF cmdq resource APIs with new common APIsJie Wang2-231/+19
2021-12-31net: hns3: refactor PF cmdq resource APIs with new common APIsJie Wang5-323/+63
2021-12-31net: hns3: create common cmdq resource allocate/free/query APIsJie Wang2-1/+311
2021-12-31net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send APIJie Wang5-360/+82
2021-12-31net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send APIJie Wang8-373/+100
2021-12-31net: hns3: create new set of unified hclge_comm_cmd_send APIsJie Wang2-0/+325
2021-12-31net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq moduleJie Wang4-35/+28
2021-12-31net: hns3: create new cmdq hardware description structure hclge_comm_hwJie Wang3-8/+57
2021-12-31net: hns3: refactor hns3 makefile to support hns3_common moduleJie Wang3-25/+11