aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-31nfc: mrvl: use SPDX-License-IdentifierKrzysztof Kozlowski
2021-05-31nfc: mei_phy: drop ftrace-like debugging messagesKrzysztof Kozlowski
2021-05-31nfc: fdp: drop ftrace-like debugging messagesKrzysztof Kozlowski
2021-05-30Merge branch 'fixes-for-yt8511-phy-driver'Jakub Kicinski
2021-05-30net: phy: abort loading yt8511 driver in unsupported modesPeter Geis
2021-05-30net: phy: fix yt8511 clang uninitialized variable warningPeter Geis
2021-05-30Merge branch 'net-dsa-qca8k-check-return-value-of-read-functions-correctly'Jakub Kicinski
2021-05-30net: dsa: qca8k: add missing check return value in qca8k_phylink_mac_config()Yang Yingliang
2021-05-30net: dsa: qca8k: check return value of read functions correctlyYang Yingliang
2021-05-30octeontx2-pf: Fix fall-through warning for ClangGustavo A. R. Silva
2021-05-30net: axienet: Fix fall-through warning for ClangGustavo A. R. Silva
2021-05-29Merge branch 'npc-kpu-updates'Jakub Kicinski
2021-05-29octeontx2-af: Update the default KPU profile and fixesGeorge Cherian
2021-05-29octeontx2-af: support for coalescing KPU profilesHarman Kalra
2021-05-29octeontx2-af: adding new lt def registers supportHarman Kalra
2021-05-29octeontx2-af: load NPC profile via firmware databaseHarman Kalra
2021-05-29octeontx2-af: add support for custom KPU entriesStanislaw Kardach
2021-05-28ehea: fix error return code in ehea_restart_qps()Zhen Lei
2021-05-28r8169: Fix fall-through warning for ClangGustavo A. R. Silva
2021-05-28net: stmmac: the XPCS obscures a potential "PHY not found" errorVladimir Oltean
2021-05-28nfc: st95hf: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski
2021-05-28nfc: st21nfca: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski
2021-05-28nfc: st-nci: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski
2021-05-28nfc: pn544: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski
2021-05-28nfc: s3fwrn5: mark OF device ID tables as maybe unusedKrzysztof Kozlowski
2021-05-28nfc: pn533: mark OF device ID tables as maybe unusedKrzysztof Kozlowski
2021-05-28nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE checkKrzysztof Kozlowski
2021-05-28nfc: mrvl: mark OF device ID tables as maybe unusedKrzysztof Kozlowski
2021-05-28nfc: pn533: drop of_match_ptr from device ID tableKrzysztof Kozlowski
2021-05-28nfc: port100: correct kerneldoc for structureKrzysztof Kozlowski
2021-05-28nfc: fdp: drop ACPI_PTR from device ID tableKrzysztof Kozlowski
2021-05-28nfc: fdp: correct kerneldoc for structureKrzysztof Kozlowski
2021-05-28samples: pktgen: add UDP tx checksum supportLorenzo Bianconi
2021-05-28Merge branch 'net-hdlc_fr-clean-up-some-code-style-issues'Jakub Kicinski
2021-05-28net: hdlc_fr: remove unnecessary out of memory messagePeng Li
2021-05-28net: hdlc_fr: remove redundant braces {}Peng Li
2021-05-28net: hdlc_fr: add braces {} to all arms of the statementPeng Li
2021-05-28net: hdlc_fr: remove space after '!'Peng Li
2021-05-28net: hdlc_fr: code indent use tabs where possiblePeng Li
2021-05-28net: hdlc_fr: move out assignment in if conditionPeng Li
2021-05-28net: hdlc_fr: add some required spacesPeng Li
2021-05-28net: hdlc_fr: fix an code style issue about "foo* bar"Peng Li
2021-05-28net: hdlc_fr: add blank line after declarationsPeng Li
2021-05-28net: hdlc_fr: remove redundant blank linesPeng Li
2021-05-28Merge branch 'mptcp-miscellaneous-cleanup'Jakub Kicinski
2021-05-28mptcp: restrict values of 'enabled' sysctlMatthieu Baerts
2021-05-28mptcp: support SYSCTL only if enabledMatthieu Baerts
2021-05-28mptcp: make sure flag signal is set when add addr with portJianguo Wu
2021-05-28mptcp: remove redundant initialization in pm_nl_init_net()Jianguo Wu
2021-05-28mptcp: generate subflow hmac after mptcp_finish_join()Jianguo Wu