aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-22net: ethernet: mtk_eth_soc: rely on txd_size in txd_to_idxLorenzo Bianconi1-4/+7
2022-05-22net: ethernet: mtk_eth_soc: rely on txd_size in mtk_desc_to_tx_bufLorenzo Bianconi1-11/+15
2022-05-22net: ethernet: mtk_eth_soc: rely on txd_size in mtk_tx_alloc/mtk_tx_cleanLorenzo Bianconi1-10/+13
2022-05-22net: ethernet: mtk_eth_soc: add txd_size to mtk_soc_dataLorenzo Bianconi2-13/+38
2022-05-22net: ethernet: mtk_eth_soc: move tx dma desc configuration in mtk_tx_set_dma_...Lorenzo Bianconi2-49/+67
2022-05-22net: ethernet: mtk_eth_soc: rely on GFP_KERNEL for dma_alloc_coherent wheneve...Lorenzo Bianconi1-5/+4
2022-05-22eth: tg3: silence the GCC 12 array-bounds warningJakub Kicinski1-0/+5
2022-05-22eth: ice: silence the GCC 12 array-bounds warningJakub Kicinski1-0/+5
2022-05-22eth: mtk_eth_soc: silence the GCC 12 array-bounds warningJakub Kicinski1-0/+5
2022-05-22net: mscc: ocelot: offload tc action "ok" using an empty action vectorVladimir Oltean1-0/+16
2022-05-22net: fec: Do proper error checking for enet_out clkUwe Kleine-König1-3/+5
2022-05-22net: phy: DP83822: enable rgmii mode if phy_interface_is_rgmiiTommaso Merciai1-1/+8
2022-05-22net: ipa: use data space for command opcodesAlex Elder1-2/+4
2022-05-22net: ipa: remove command info poolAlex Elder5-50/+18
2022-05-22net: ipa: remove command direction argumentAlex Elder3-20/+9
2022-05-22net: ipa: get rid of ipa_cmd_info->directionAlex Elder2-6/+1
2022-05-22net: ipa: count the number of modem TX endpointsAlex Elder2-5/+7
2022-05-22net: ipa: kill gsi_trans_commit_wait_timeout()Alex Elder4-40/+7
2022-05-22net: ipa: specify RX aggregation time limit in config dataAlex Elder8-4/+35
2022-05-22net: ipa: support hard aggregation limitsAlex Elder2-35/+69
2022-05-22net: ipa: make endpoint HOLB drop configurableAlex Elder2-2/+8
2022-05-22qed: fix typos in commentsJulia Lawall2-2/+2
2022-05-22nfp: flower: fix typo in commentJulia Lawall1-1/+1
2022-05-22net: marvell: prestera: fix typo in commentJulia Lawall1-1/+1
2022-05-22cirrus: cs89x0: fix typo in commentJulia Lawall1-1/+1
2022-05-22net/mlx5: fix typo in commentJulia Lawall1-1/+1
2022-05-22net: mvpp2: fix typo in commentJulia Lawall1-1/+1
2022-05-22net: sparx5: switchdev: fix typo in commentJulia Lawall1-1/+1
2022-05-20wwan: iosm: use a flexible array rather than allocate short objectsJakub Kicinski1-4/+1
2022-05-20net: mscc: fix the alignment in ocelot_port_fdb_del()Alaa Mohamed1-1/+1
2022-05-20net: vxlan: Fix kernel coding styleAlaa Mohamed1-7/+6
2022-05-20eth: bnxt: make ulp_id unsigned to make GCC 12 happyJakub Kicinski2-12/+12
2022-05-20net: wwan: t7xx: use GFP_ATOMIC under spin lock in t7xx_cldma_gpd_set_next_ptr()Yang Yingliang1-5/+5
2022-05-20net: tulip: fix build with CONFIG_GSCRolf Eike Beer1-1/+1
2022-05-20sfc/siena: Remove duplicate check on segmentsMartin Habets1-8/+1
2022-05-20net: ipa: save a copy of endpoint default configAlex Elder3-28/+28
2022-05-20net: ipa: rename a few endpoint config data typesAlex Elder4-47/+47
2022-05-20net: ipa: move endpoint configuration data definitionsAlex Elder2-62/+62
2022-05-20net: ipa: open-code ether_setup()Alex Elder1-2/+9
2022-05-20net: ipa: ignore endianness if there is no headerAlex Elder1-15/+17
2022-05-20net: ipa: rename a GSI error codeAlex Elder2-4/+4
2022-05-20net: ipa: drop an unneeded transaction referenceAlex Elder1-8/+2
2022-05-19eth: mtk_ppe: fix up after mergeJakub Kicinski1-1/+2
2022-05-19net: ipa: don't proceed to out-of-bound writeJakub Kicinski1-2/+4
2022-05-19net: wwan: iosm: remove pointless null checkJakub Kicinski1-10/+0
2022-05-19net: dsa: lantiq_gswip: Fix typo in gswip_port_fdb_dump() error printMartin Blumenstingl1-2/+3
2022-05-19net: dsa: lantiq_gswip: Fix start index in gswip_port_fdb()Martin Blumenstingl1-2/+2
2022-05-19net: wwan: t7xx: Fix smatch errorsRicardo Martinez3-6/+3
2022-05-19net: mtk_eth_soc: partially convert to phylink_pcsRussell King (Oracle)3-58/+53
2022-05-19net: mtk_eth_soc: convert code structure to suit split PCS supportRussell King (Oracle)2-59/+79