summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-23dt-bindings: net: toshiba,visconti-dwmac: Update the common clock propertiesNobuhiro Iwamatsu1-1/+2
2022-05-23net: dsa: restrict SMSC_LAN9303_I2C kconfigRandy Dunlap1-1/+2
2022-05-23net: fddi: skfp: smt: Remove extra parameters to vararg macroTom Rix1-1/+1
2022-05-23Merge branch 'mt7986-support'David S. Miller6-350/+1113
2022-05-23net: ethernet: mtk_eth_soc: introduce support for mt7986 chipsetLorenzo Bianconi2-1/+72
2022-05-23net: ethernet: mtk_eth_soc: convert scratch_ring pointer to voidLorenzo Bianconi2-2/+2
2022-05-23net: ethernet: mtk_eth_soc: convert ring dma pointer to voidLorenzo Bianconi2-20/+16
2022-05-23net: ethernet: mtk_eth_soc: introduce MTK_NETSYS_V2 supportLorenzo Bianconi2-75/+372
2022-05-23net: ethernet: mtk_eth_soc: introduce device register mapLorenzo Bianconi2-181/+188
2022-05-23net: ethernet: mtk_eth_soc: rely on rxd_size field in mtk_rx_alloc/mtk_rx_cleanLorenzo Bianconi1-8/+18
2022-05-23net: ethernet: mtk_eth_soc: rely on txd_size field in mtk_poll_tx/mtk_poll_rxLorenzo Bianconi1-3/+6
2022-05-23net: ethernet: mtk_eth_soc: add rxd_size to mtk_soc_dataLorenzo Bianconi2-4/+11
2022-05-23net: ethernet: mtk_eth_soc: rely on txd_size in txd_to_idxLorenzo Bianconi1-4/+7
2022-05-23net: ethernet: mtk_eth_soc: rely on txd_size in mtk_desc_to_tx_bufLorenzo Bianconi1-11/+15
2022-05-23net: ethernet: mtk_eth_soc: rely on txd_size in mtk_tx_alloc/mtk_tx_cleanLorenzo Bianconi1-10/+13
2022-05-23net: ethernet: mtk_eth_soc: add txd_size to mtk_soc_dataLorenzo Bianconi2-13/+38
2022-05-23net: ethernet: mtk_eth_soc: move tx dma desc configuration in mtk_tx_set_dma_...Lorenzo Bianconi2-49/+67
2022-05-23net: ethernet: mtk_eth_soc: rely on GFP_KERNEL for dma_alloc_coherent wheneve...Lorenzo Bianconi1-5/+4
2022-05-23dt-bindings: net: mediatek,net: add mt7986-eth bindingLorenzo Bianconi1-2/+139
2022-05-23arm64: dts: mediatek: mt7986: introduce ethernet nodesLorenzo Bianconi3-0/+183
2022-05-23Merge branch 'net-gcc12-warnings'David S. Miller3-0/+15
2022-05-23eth: tg3: silence the GCC 12 array-bounds warningJakub Kicinski1-0/+5
2022-05-23eth: ice: silence the GCC 12 array-bounds warningJakub Kicinski1-0/+5
2022-05-23eth: mtk_eth_soc: silence the GCC 12 array-bounds warningJakub Kicinski1-0/+5
2022-05-23Merge branch 'dpaa2-swtso-fixes'David S. Miller1-5/+7
2022-05-23dpaa2-eth: unmap the SGT buffer before accessing its contentsIoana Ciornei1-4/+4
2022-05-23dpaa2-eth: use the correct software annotation fieldIoana Ciornei1-1/+1
2022-05-23dpaa2-eth: retrieve the virtual address before dma_unmapIoana Ciornei1-1/+3
2022-05-23net: mscc: ocelot: offload tc action "ok" using an empty action vectorVladimir Oltean1-0/+16
2022-05-23Merge branch 'ocelot-selftests'David S. Miller1-105/+97
2022-05-23selftests: ocelot: tc_flower_chains: reorder interfacesVladimir Oltean1-23/+19
2022-05-23selftests: ocelot: tc_flower_chains: use conventional interface namesVladimir Oltean1-67/+67
2022-05-23selftests: ocelot: tc_flower_chains: streamline test outputVladimir Oltean1-28/+24
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski5-10/+25
2022-05-22net: fec: Do proper error checking for enet_out clkUwe Kleine-König1-3/+5
2022-05-22hinic: Avoid some over memory allocationChristophe JAILLET1-1/+1
2022-05-22net: fec: Do proper error checking for optional clksUwe Kleine-König1-6/+10
2022-05-22net: phy: DP83822: enable rgmii mode if phy_interface_is_rgmiiTommaso Merciai1-1/+8
2022-05-22net: selftests: Add stress_reuseport_listen to .gitignoreMuhammad Usama Anjum1-0/+1
2022-05-22Merge branch 'rxrpc-fixes'David S. Miller7-34/+47
2022-05-22rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells5-17/+26
2022-05-22rxrpc: Don't let ack.previousPacket regressDavid Howells3-4/+6
2022-05-22rxrpc: Fix overlapping ACK accountingDavid Howells2-11/+12
2022-05-22rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells1-1/+2
2022-05-22rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells1-2/+2
2022-05-22Merge branch 'rxrpc-misc'David S. Miller23-391/+366
2022-05-22afs: Adjust ACK interpretation to try and cope with NATDavid Howells4-1/+36
2022-05-22rxrpc, afs: Fix selection of abort codesDavid Howells3-6/+8
2022-05-22rxrpc: Return an error to sendmsg if call failedDavid Howells1-0/+6
2022-05-22rxrpc: Automatically generate trace tag enumsDavid Howells1-219/+42