summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-10net: ipa: validate memory regions at init timeAlex Elder1-4/+4
2021-06-10net: ipa: separate region range check from other validationAlex Elder1-3/+26
2021-06-10net: ipa: separate memory validation from initializationAlex Elder1-8/+32
2021-06-10net: ipa: validate memory regions unconditionallyAlex Elder1-14/+3
2021-06-10net: ipa: store memory region id in descriptorAlex Elder6-1/+106
2021-06-10net: ipa: define IPA_MEM_END_MARKERAlex Elder4-2/+5
2021-06-10net: dsa: sja1105: Fix assigned yet unused return code rcColin Ian King1-1/+1
2021-06-10stmmac: prefetch right addressMatteo Croce1-1/+1
2021-06-10mlxsw: thermal: Fix null dereference of NULL temperature parameterColin Ian King1-2/+2
2021-06-10net: ethernet: rmnet: Always subtract MAP headerKristian Evensen1-2/+3
2021-06-10net: ena: make symbol 'ena_alloc_map_page' staticWei Yongjun1-1/+2
2021-06-10net: phy: realtek: net: Fix less than zero comparison of a u16Colin Ian King1-8/+9
2021-06-10net: stmmac: Fix missing { } around two statements in an if statementColin Ian King1-1/+2
2021-06-10net: ethernet: ti: cpsw-phy-sel: Use devm_platform_ioremap_resource_byname()Yang Yingliang1-3/+1
2021-06-10Merge branch 'mvpp2-prefetch'David S. Miller1-5/+9
2021-06-10mvpp2: prefetch pageMatteo Croce1-3/+7
2021-06-10mvpp2: prefetch right addressMatteo Croce1-2/+2
2021-06-10net: ethernet: ti: am65-cpts: Use devm_platform_ioremap_resource_byname()Yang Yingliang1-3/+1
2021-06-10net: stmmac: Use devm_platform_ioremap_resource_byname()Yang Yingliang1-3/+1
2021-06-10net: sgi: ioc3-eth: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-06-10Revert "nvme-tcp-offload: ULP Series"Shai Malin7-1563/+9
2021-06-10net: usb: asix: ax88772: Fix less than zero comparison of a u16Colin Ian King1-4/+4
2021-06-10net: usb: asix: Fix less than zero comparison of a u16Colin Ian King1-3/+5
2021-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller27-205/+697
2021-06-10netdevsim: delete unnecessary debugfs checkingDan Carpenter1-15/+1
2021-06-10devlink: Fix error message in devlink_rate_set_ops_supported()Dan Carpenter1-1/+1
2021-06-10net: dsa: qca8k: check the correct variable in qca8k_set_mac_eee()Dan Carpenter1-3/+1
2021-06-10net: dsa: qca8k: fix an endian bug in qca8k_get_ethtool_stats()Dan Carpenter1-3/+3
2021-06-10Merge branch 'lapbther-cleanups'David S. Miller1-35/+30
2021-06-10net: lapbether: fix the code style issue about line lengthPeng Li1-1/+2
2021-06-10net: lapbether: fix the alignment issuePeng Li1-1/+1
2021-06-10net: lapbether: replace comparison to NULL with "lapbeth_get_x25_dev"Peng Li1-1/+1
2021-06-10net: lapbether: fix the comments style issuePeng Li1-17/+10
2021-06-10net: lapbether: remove unnecessary out of memory messagePeng Li1-6/+2
2021-06-10net: lapbether: remove trailing whitespacesPeng Li1-3/+3
2021-06-10net: lapbether: move out assignment in if conditionPeng Li1-5/+10
2021-06-10net: lapbether: add blank line after declarationsPeng Li1-0/+1
2021-06-10net: lapbether: remove redundant blank linePeng Li1-1/+0
2021-06-09net: hns3: use list_move_tail instead of list_del/list_add_tail in hclge_main.cBaokun Li1-10/+5
2021-06-09net: hns3: use list_move_tail instead of list_del/list_add_tail in hclgevf_ma...Baokun Li1-6/+3
2021-06-09nfp: use list_move instead of list_del/list_add in nfp_cppcore.cBaokun Li1-2/+1
2021-06-09net/x25: fix a mistake in grammargushengxian1-1/+1
2021-06-09net: ethernet: ravb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-11/+4
2021-06-09net: dsa: b53: Do not force CPU to be always taggedFlorian Fainelli1-3/+14
2021-06-09netfilter: nf_tables: move base hook annotation to init helperFlorian Westphal1-8/+7
2021-06-09netfilter: nfnetlink_hook: add depends-on nftablesFlorian Westphal1-0/+1
2021-06-09netfilter: nfnetlink_hook: fix array index out-of-bounds errorColin Ian King1-1/+1
2021-06-09net: appletalk: fix some mistakes in grammargushengxian1-3/+3
2021-06-09netfilter: nft_exthdr: Fix for unsafe packet data readPhil Sutter1-1/+3
2021-06-09net: stmmac: explicitly deassert GMAC_AHB_RESETMatthew Hagan3-0/+14