aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2022-06-01Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-23eth: de4x5: remove support for Generic DECchip & DIGITAL EtherWORKS PCI/EISAJakub Kicinski
2022-05-23net: ethernet: mtk_eth_soc: fix error code in mtk_flow_offload_replace()Dan Carpenter
2022-05-23net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q CPU portsVladimir Oltean
2022-05-23net: dsa: felix: directly call ocelot_port_{set,unset}_dsa_8021q_cpuVladimir Oltean
2022-05-23net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_802...Vladimir Oltean
2022-05-23net: dsa: felix: move the updating of PGID_CPU to the ocelot libVladimir Oltean
2022-05-22net: ethernet: mtk_eth_soc: introduce support for mt7986 chipsetLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: convert scratch_ring pointer to voidLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: convert ring dma pointer to voidLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: introduce MTK_NETSYS_V2 supportLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: introduce device register mapLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: rely on rxd_size field in mtk_rx_alloc/mtk_rx_cleanLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: rely on txd_size field in mtk_poll_tx/mtk_poll_rxLorenzo Bianconi
2022-05-22net: ethernet: mtk_eth_soc: add rxd_size to mtk_soc_dataLorenzo Bianconi
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-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-20net: mscc: fix the alignment in ocelot_port_fdb_del()Alaa Mohamed
2022-05-20eth: bnxt: make ulp_id unsigned to make GCC 12 happyJakub Kicinski
2022-05-20net: tulip: fix build with CONFIG_GSCRolf Eike Beer
2022-05-20net: stmmac: fix out-of-bounds access in a selftestJakub Kicinski
2022-05-20sfc/siena: Remove duplicate check on segmentsMartin Habets
2022-05-19eth: mtk_ppe: fix up after mergeJakub Kicinski
2022-05-19net: mtk_eth_soc: partially convert to phylink_pcsRussell King (Oracle)
2022-05-19net: mtk_eth_soc: convert code structure to suit split PCS supportRussell King (Oracle)