summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-05-22net: ethernet: mtk_eth_soc: rely on txd_size in txd_to_idxLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: rely on txd_size in mtk_desc_to_tx_bufLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: rely on txd_size in mtk_tx_alloc/mtk_tx_cleanLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: add txd_size to mtk_soc_dataLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: move tx dma desc configuration in mtk_tx_set_dma_...Lorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: rely on GFP_KERNEL for dma_alloc_coherent wheneve...Lorenzo Bianconi
2022-05-22eth: tg3: silence the GCC 12 array-bounds warningJakub Kicinski
2022-05-22eth: ice: silence the GCC 12 array-bounds warningJakub Kicinski
2022-05-22eth: mtk_eth_soc: silence the GCC 12 array-bounds warningJakub Kicinski
2022-05-22dpaa2-eth: unmap the SGT buffer before accessing its contentsIoana Ciornei
2022-05-22dpaa2-eth: use the correct software annotation fieldIoana Ciornei
2022-05-22dpaa2-eth: retrieve the virtual address before dma_unmapIoana Ciornei
2022-05-22net: mscc: ocelot: offload tc action "ok" using an empty action vectorVladimir Oltean
2022-05-22net: fec: Do proper error checking for enet_out clkUwe Kleine-König
2022-05-22hinic: Avoid some over memory allocationChristophe JAILLET
2022-05-22net: fec: Do proper error checking for optional clksUwe Kleine-König
2022-05-22net: phy: DP83822: enable rgmii mode if phy_interface_is_rgmiiTommaso Merciai
2022-05-22net: ipa: use data space for command opcodesAlex Elder
2022-05-22net: ipa: remove command info poolAlex Elder
2022-05-22net: ipa: remove command direction argumentAlex Elder
2022-05-22net: ipa: get rid of ipa_cmd_info->directionAlex Elder
2022-05-22net: ipa: count the number of modem TX endpointsAlex Elder
2022-05-22net: ipa: kill gsi_trans_commit_wait_timeout()Alex Elder
2022-05-22net: ipa: specify RX aggregation time limit in config dataAlex Elder
2022-05-22net: ipa: support hard aggregation limitsAlex Elder
2022-05-22net: ipa: make endpoint HOLB drop configurableAlex Elder
2022-05-22qed: fix typos in commentsJulia Lawall
2022-05-22nfp: flower: fix typo in commentJulia Lawall
2022-05-22net: marvell: prestera: fix typo in commentJulia Lawall
2022-05-22cirrus: cs89x0: fix typo in commentJulia Lawall
2022-05-22net/mlx5: fix typo in commentJulia Lawall
2022-05-22net: mvpp2: fix typo in commentJulia Lawall
2022-05-22net: sparx5: switchdev: fix typo in commentJulia Lawall
2022-05-22ath9k: replace ternary operator with max()Guo Zhengkui
2022-05-22ath11k: Init hw_params before setting up AHB resourcesManikanta Pubbisetty
2022-05-22ath5k: replace ternary operator with min()Guo Zhengkui
2022-05-22ath11k: Fix warning on variable 'sar' dereference before checkBaochen Qiang
2022-05-22ath10k: fix misreported tx bandwidth for 160MhzMaxime Bizon
2022-05-22ath10k: add encapsulation offloading supportSergey Ryazanov
2022-05-22ath10k: turn rawmode into frame_modeSergey Ryazanov
2022-05-22ath10k: htt_tx: do not interpret Eth frames as WiFiSergey Ryazanov
2022-05-22ath10k: improve tx status reportingSergey Ryazanov
2022-05-22ath10k: do not enforce interrupt trigger typeKrzysztof Kozlowski
2022-05-20wwan: iosm: use a flexible array rather than allocate short objectsJakub Kicinski
2022-05-20hv_netvsc: Fix potential dereference of NULL pointerYongzhi Liu
2022-05-20net: mscc: fix the alignment in ocelot_port_fdb_del()Alaa Mohamed
2022-05-20net: vxlan: Fix kernel coding styleAlaa Mohamed
2022-05-20eth: bnxt: make ulp_id unsigned to make GCC 12 happyJakub Kicinski
2022-05-20net: wwan: t7xx: use GFP_ATOMIC under spin lock in t7xx_cldma_gpd_set_next_ptr()Yang Yingliang
2022-05-20net: tulip: fix build with CONFIG_GSCRolf Eike Beer