aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-31nfc: st95hf: fix indentation to tabsKrzysztof Kozlowski1-2/+2
2021-05-31nfc: st-nci: drop ftrace-like debugging messagesKrzysztof Kozlowski3-16/+0
2021-05-31nfc: st21nfca: drop ftrace-like debugging messagesKrzysztof Kozlowski1-5/+0
2021-05-31nfc: pn544: drop ftrace-like debugging messagesKrzysztof Kozlowski1-7/+0
2021-05-31nfc: pn533: drop unneeded braces {} in ifKrzysztof Kozlowski1-2/+1
2021-05-31nfc: pn533: drop ftrace-like debugging messagesKrzysztof Kozlowski3-55/+0
2021-05-31nfc: mrvl: simplify with module_driverKrzysztof Kozlowski1-17/+1
2021-05-31nfc: mrvl: correct minor coding style violationsKrzysztof Kozlowski3-20/+20
2021-05-31nfc: mrvl: use SPDX-License-IdentifierKrzysztof Kozlowski8-101/+13
2021-05-31nfc: mei_phy: drop ftrace-like debugging messagesKrzysztof Kozlowski1-8/+0
2021-05-31nfc: fdp: drop ftrace-like debugging messagesKrzysztof Kozlowski3-43/+1
2021-05-30net: phy: abort loading yt8511 driver in unsupported modesPeter Geis1-7/+8
2021-05-30net: phy: fix yt8511 clang uninitialized variable warningPeter Geis1-1/+1
2021-05-30net: dsa: qca8k: add missing check return value in qca8k_phylink_mac_config()Yang Yingliang1-2/+7
2021-05-30net: dsa: qca8k: check return value of read functions correctlyYang Yingliang1-70/+60
2021-05-30octeontx2-pf: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-05-30net: axienet: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-05-29octeontx2-af: Update the default KPU profile and fixesGeorge Cherian2-848/+2908
2021-05-29octeontx2-af: support for coalescing KPU profilesHarman Kalra2-15/+79
2021-05-29octeontx2-af: adding new lt def registers supportHarman Kalra5-4/+112
2021-05-29octeontx2-af: load NPC profile via firmware databaseHarman Kalra2-17/+101
2021-05-29octeontx2-af: add support for custom KPU entriesStanislaw Kardach5-40/+286
2021-05-28ehea: fix error return code in ehea_restart_qps()Zhen Lei1-4/+5
2021-05-28r8169: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-05-28net: stmmac: the XPCS obscures a potential "PHY not found" errorVladimir Oltean1-6/+15
2021-05-28nfc: st95hf: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski1-1/+1
2021-05-28nfc: st21nfca: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski1-2/+2
2021-05-28nfc: st-nci: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski2-4/+4
2021-05-28nfc: pn544: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski1-2/+2
2021-05-28nfc: s3fwrn5: mark OF device ID tables as maybe unusedKrzysztof Kozlowski1-1/+1
2021-05-28nfc: pn533: mark OF device ID tables as maybe unusedKrzysztof Kozlowski1-1/+1
2021-05-28nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE checkKrzysztof Kozlowski1-5/+0
2021-05-28nfc: mrvl: mark OF device ID tables as maybe unusedKrzysztof Kozlowski2-2/+2
2021-05-28nfc: pn533: drop of_match_ptr from device ID tableKrzysztof Kozlowski1-1/+1
2021-05-28nfc: port100: correct kerneldoc for structureKrzysztof Kozlowski1-2/+2
2021-05-28nfc: fdp: drop ACPI_PTR from device ID tableKrzysztof Kozlowski1-1/+1
2021-05-28nfc: fdp: correct kerneldoc for structureKrzysztof Kozlowski1-2/+2
2021-05-28samples: pktgen: add UDP tx checksum supportLorenzo Bianconi7-1/+18
2021-05-28net: hdlc_fr: remove unnecessary out of memory messagePeng Li1-3/+2
2021-05-28net: hdlc_fr: remove redundant braces {}Peng Li1-3/+3
2021-05-28net: hdlc_fr: add braces {} to all arms of the statementPeng Li1-4/+6
2021-05-28net: hdlc_fr: remove space after '!'Peng Li1-2/+2
2021-05-28net: hdlc_fr: code indent use tabs where possiblePeng Li1-4/+4
2021-05-28net: hdlc_fr: move out assignment in if conditionPeng Li1-4/+8
2021-05-28net: hdlc_fr: add some required spacesPeng Li1-3/+4
2021-05-28net: hdlc_fr: fix an code style issue about "foo* bar"Peng Li1-2/+2
2021-05-28net: hdlc_fr: add blank line after declarationsPeng Li1-0/+3
2021-05-28net: hdlc_fr: remove redundant blank linesPeng Li1-42/+0
2021-05-28mptcp: restrict values of 'enabled' sysctlMatthieu Baerts2-7/+9
2021-05-28mptcp: support SYSCTL only if enabledMatthieu Baerts1-6/+22