summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2022-05-22rxrpc: Fix locking issueDavid Howells8-22/+62
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells13-122/+119
2022-05-22rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells4-22/+94
2022-05-22Merge branch 'ipa-next'David S. Miller14-162/+156
2022-05-22net: ipa: use data space for command opcodesAlex Elder1-2/+4
2022-05-22net: ipa: remove command info poolAlex Elder5-50/+18
2022-05-22net: ipa: remove command direction argumentAlex Elder3-20/+9
2022-05-22net: ipa: get rid of ipa_cmd_info->directionAlex Elder2-6/+1
2022-05-22net: ipa: count the number of modem TX endpointsAlex Elder2-5/+7
2022-05-22net: ipa: kill gsi_trans_commit_wait_timeout()Alex Elder4-40/+7
2022-05-22net: ipa: specify RX aggregation time limit in config dataAlex Elder8-4/+35
2022-05-22net: ipa: support hard aggregation limitsAlex Elder2-35/+69
2022-05-22net: ipa: make endpoint HOLB drop configurableAlex Elder2-2/+8
2022-05-22qed: fix typos in commentsJulia Lawall2-2/+2
2022-05-22nfp: flower: fix typo in commentJulia Lawall1-1/+1
2022-05-22net: marvell: prestera: fix typo in commentJulia Lawall1-1/+1
2022-05-22cirrus: cs89x0: fix typo in commentJulia Lawall1-1/+1
2022-05-22net: qed: fix typos in commentsJulia Lawall3-5/+5
2022-05-22net/mlx5: fix typo in commentJulia Lawall1-1/+1
2022-05-22net: mvpp2: fix typo in commentJulia Lawall1-1/+1
2022-05-22net: sparx5: switchdev: fix typo in commentJulia Lawall1-1/+1
2022-05-21Merge branch 'add-a-bhash2-table-hashed-by-port-address'Jakub Kicinski10-83/+611
2022-05-21selftests: Add test for timing a bind request to a port with a populated bhas...Joanne Koong3-0/+122
2022-05-21net: Add a second bind table hashed by port and addressJoanne Koong7-83/+489
2022-05-21wwan: iosm: use a flexible array rather than allocate short objectsJakub Kicinski1-4/+1