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