summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-05-23net: dsa: felix: directly call ocelot_port_{set,unset}_dsa_8021q_cpuVladimir Oltean-27/+17
2022-05-23net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_802...Vladimir Oltean-7/+5
2022-05-23net: dsa: felix: move the updating of PGID_CPU to the ocelot libVladimir Oltean-7/+31
2022-05-23net: dsa: fix missing adjustment of host broadcast floodingVladimir Oltean-0/+3
2022-05-22Merge branch 'fix-silence-gcc-12-warnings-in-drivers-net-wireless'Jakub Kicinski-8/+20
2022-05-22wifi: carl9170: silence a GCC 12 -Warray-bounds warningJakub Kicinski-0/+5
2022-05-22wifi: brcmfmac: work around a GCC 12 -Warray-bounds warningJakub Kicinski-1/+1
2022-05-22wifi: iwlwifi: use unsigned to silence a GCC 12 warningJakub Kicinski-1/+1
2022-05-22wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12Jakub Kicinski-0/+5
2022-05-22wifi: rtlwifi: remove always-true condition pointed out by GCC 12Jakub Kicinski-4/+1
2022-05-22wifi: ath9k: silence array-bounds warning on GCC 12Jakub Kicinski-0/+5
2022-05-22wifi: plfxlc: remove redundant NULL-check for GCC 12Jakub Kicinski-2/+2
2022-05-22dt-bindings: net: toshiba,visconti-dwmac: Update the common clock propertiesNobuhiro Iwamatsu-1/+2
2022-05-22net: fddi: skfp: smt: Remove extra parameters to vararg macroTom Rix-1/+1
2022-05-22Merge branch 'mt7986-support'David S. Miller-350/+1113
2022-05-22net: ethernet: mtk_eth_soc: introduce support for mt7986 chipsetLorenzo Bianconi-1/+72
2022-05-22net: ethernet: mtk_eth_soc: convert scratch_ring pointer to voidLorenzo Bianconi-2/+2
2022-05-22net: ethernet: mtk_eth_soc: convert ring dma pointer to voidLorenzo Bianconi-20/+16
2022-05-22net: ethernet: mtk_eth_soc: introduce MTK_NETSYS_V2 supportLorenzo Bianconi-75/+372
2022-05-22net: ethernet: mtk_eth_soc: introduce device register mapLorenzo Bianconi-181/+188
2022-05-22net: ethernet: mtk_eth_soc: rely on rxd_size field in mtk_rx_alloc/mtk_rx_cleanLorenzo Bianconi-8/+18
2022-05-22net: ethernet: mtk_eth_soc: rely on txd_size field in mtk_poll_tx/mtk_poll_rxLorenzo Bianconi-3/+6
2022-05-22net: ethernet: mtk_eth_soc: add rxd_size to mtk_soc_dataLorenzo Bianconi-4/+11
2022-05-22net: ethernet: mtk_eth_soc: rely on txd_size in txd_to_idxLorenzo Bianconi-4/+7
2022-05-22net: ethernet: mtk_eth_soc: rely on txd_size in mtk_desc_to_tx_bufLorenzo Bianconi-11/+15
2022-05-22net: ethernet: mtk_eth_soc: rely on txd_size in mtk_tx_alloc/mtk_tx_cleanLorenzo Bianconi-10/+13
2022-05-22net: ethernet: mtk_eth_soc: add txd_size to mtk_soc_dataLorenzo Bianconi-13/+38
2022-05-22net: ethernet: mtk_eth_soc: move tx dma desc configuration in mtk_tx_set_dma_...Lorenzo Bianconi-49/+67
2022-05-22net: ethernet: mtk_eth_soc: rely on GFP_KERNEL for dma_alloc_coherent wheneve...Lorenzo Bianconi-5/+4
2022-05-22dt-bindings: net: mediatek,net: add mt7986-eth bindingLorenzo Bianconi-2/+139
2022-05-22arm64: dts: mediatek: mt7986: introduce ethernet nodesLorenzo Bianconi-0/+183
2022-05-22Merge branch 'net-gcc12-warnings'David S. Miller-0/+15
2022-05-22eth: tg3: silence the GCC 12 array-bounds warningJakub Kicinski-0/+5
2022-05-22eth: ice: silence the GCC 12 array-bounds warningJakub Kicinski-0/+5
2022-05-22eth: mtk_eth_soc: silence the GCC 12 array-bounds warningJakub Kicinski-0/+5
2022-05-22net: mscc: ocelot: offload tc action "ok" using an empty action vectorVladimir Oltean-0/+16
2022-05-22Merge branch 'ocelot-selftests'David S. Miller-105/+97
2022-05-22selftests: ocelot: tc_flower_chains: reorder interfacesVladimir Oltean-23/+19
2022-05-22selftests: ocelot: tc_flower_chains: use conventional interface namesVladimir Oltean-67/+67
2022-05-22selftests: ocelot: tc_flower_chains: streamline test outputVladimir Oltean-28/+24
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski-10/+25
2022-05-22net: fec: Do proper error checking for enet_out clkUwe Kleine-König-3/+5
2022-05-22net: phy: DP83822: enable rgmii mode if phy_interface_is_rgmiiTommaso Merciai-1/+8
2022-05-22net: selftests: Add stress_reuseport_listen to .gitignoreMuhammad Usama Anjum-0/+1
2022-05-22Merge branch 'rxrpc-misc'David S. Miller-391/+366
2022-05-22afs: Adjust ACK interpretation to try and cope with NATDavid Howells-1/+36
2022-05-22rxrpc, afs: Fix selection of abort codesDavid Howells-6/+8
2022-05-22rxrpc: Return an error to sendmsg if call failedDavid Howells-0/+6
2022-05-22rxrpc: Automatically generate trace tag enumsDavid Howells-219/+42
2022-05-22rxrpc: Fix locking issueDavid Howells-22/+62