summaryrefslogtreecommitdiffstats
path: root/mm/dmapool.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-14net: dsa: microchip: ksz9477: unwrap URL in commentEnguerrand de Ribaucourt1-2/+1
2024-08-14net: mvneta: Use __be16 for l3_proto parameter of mvneta_txq_desc_csum()Simon Horman1-1/+1
2024-08-14net: fec: Remove duplicated codeCsókás, Bence1-7/+1
2024-08-14net: fec: Move `fec_ptp_read()` to the top of the fileCsókás, Bence1-25/+25
2024-08-14net: netconsole: Constify struct config_item_typeChristophe JAILLET1-1/+1
2024-08-14gve: Add RSS adminq commands and ethtool supportJeroen de Borst4-1/+235
2024-08-14gve: Add RSS device optionZiwei Xiao3-3/+51
2024-08-14dt-bindings: net: fsl,qoriq-mc-dpmac: using unevaluatedPropertiesFrank Li1-9/+1
2024-08-14Documentation: networking: correct spellingJing-Ping Jan1-10/+10
2024-08-13net: hinic: use ethtool_sprintf/putsRosen Penev1-23/+10
2024-08-13net: netconsole: Defer netpoll cleanup to avoid lock release during list trav...Breno Leitao1-16/+67
2024-08-13net: netconsole: Unify Function Return PathsBreno Leitao1-23/+15
2024-08-13net: netconsole: Standardize variable namingBreno Leitao1-25/+25
2024-08-13net: netconsole: Correct mismatched return typesBreno Leitao1-6/+6
2024-08-13net: netpoll: extract core of netpoll_cleanupBreno Leitao2-3/+10
2024-08-13net: stmmac: dwmac-loongson: Add loongson module authorYanteng Si1-0/+1
2024-08-13net: stmmac: dwmac-loongson: Add Loongson GNET supportYanteng Si1-3/+74
2024-08-13net: stmmac: dwmac-loongson: Add Loongson Multi-channels GMAC supportYanteng Si2-2/+327
2024-08-13net: stmmac: dwmac-loongson: Add DT-less GMAC PCI-device supportYanteng Si1-63/+102
2024-08-13net: stmmac: dwmac-loongson: Introduce PCI device info dataYanteng Si1-2/+15
2024-08-13net: stmmac: dwmac-loongson: Add phy_interface for Loongson GMACYanteng Si1-0/+2
2024-08-13net: stmmac: dwmac-loongson: Init ref and PTP clocks rateYanteng Si1-0/+3
2024-08-13net: stmmac: dwmac-loongson: Detach GMAC-specific platform data initYanteng Si1-7/+12
2024-08-13net: stmmac: dwmac-loongson: Use PCI_DEVICE_DATA() macro for device identific...Yanteng Si1-1/+3
2024-08-13net: stmmac: dwmac-loongson: Drop pci_enable/disable_msi callsYanteng Si1-7/+3
2024-08-13net: stmmac: dwmac-loongson: Drop duplicated hash-based filter size initYanteng Si1-2/+1
2024-08-13net: stmmac: Export dwmac1000_dma_opsYanteng Si1-0/+1
2024-08-13net: stmmac: Add multi-channel supportYanteng Si6-39/+68
2024-08-13net: stmmac: Move the atds flag to the stmmac_dma_cfg structureYanteng Si8-11/+10
2024-08-13net/smc: Use static_assert() to check struct sizesGustavo A. R. Silva1-0/+4
2024-08-13nfp: Use static_assert() to check struct sizesGustavo A. R. Silva1-0/+2
2024-08-13sched: act_ct: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-3/+1
2024-08-13selftests: fib_nexthops: Test 16-bit next hop weightsPetr Machata1-1/+54
2024-08-13selftests: router_mpath_nh_res: Test 16-bit next hop weightsPetr Machata1-8/+48
2024-08-13selftests: router_mpath_nh: Test 16-bit next hop weightsPetr Machata3-8/+50
2024-08-13selftests: router_mpath: Sleep after MZPetr Machata3-0/+6
2024-08-13net: nexthop: Increase weight to u16Petr Machata3-17/+31
2024-08-13net: nexthop: Add flag to assert that NHGRP reserved fields are zeroPetr Machata2-3/+12
2024-08-13ipv6: eliminate ndisc_ops_is_useropt()Maciej Żenczykowski3-23/+2
2024-08-13eth: fbnic: add support for basic qstatsStanislav Fomichev1-0/+67
2024-08-13eth: fbnic: add basic rtnl statsJakub Kicinski4-1/+132
2024-08-12selftests: drv-net: rss_ctx: test dumping RSS contextsJakub Kicinski2-2/+80
2024-08-12netlink: specs: decode indirection table as u32 arrayJakub Kicinski1-0/+1
2024-08-12ethtool: rss: support skipping contexts during dumpJakub Kicinski5-4/+27
2024-08-12ethtool: rss: support dumping RSS contextsJakub Kicinski4-2/+146
2024-08-12ethtool: rss: report info about additional contexts from XArrayJakub Kicinski1-1/+36
2024-08-12ethtool: rss: move the device op invocation out of rss_prepare_data()Jakub Kicinski1-16/+27
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski8-10/+45
2024-08-12eth: remove .cap_rss_ctx_supported from updated driversJakub Kicinski4-4/+0
2024-08-12ethtool: make ethtool_ops::cap_rss_ctx_supported optionalJakub Kicinski3-4/+8