summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-26net/x25: Fix null-ptr-deref caused by x25_disconnectDuoming Zhou1-3/+8
2022-03-26qlcnic: dcb: default to returning -EOPNOTSUPPTom Rix1-5/+5
2022-03-26net: sparx5: depends on PTP_1588_CLOCK_OPTIONALRandy Dunlap1-0/+1
2022-03-26Merge tag 'devicetree-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds208-2034/+4441
2022-03-26Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds3-15/+24
2022-03-26Merge branch 'hns3-fixes'David S. Miller5-17/+107
2022-03-26net: hns3: fix phy can not link up when autoneg off and resetGuangbin Huang1-2/+2
2022-03-26net: hns3: add NULL pointer check for hns3_set/get_ringparam()Hao Chen1-3/+9
2022-03-26net: hns3: add netdev reset check for hns3_set_tunable()Hao Chen1-3/+5
2022-03-26net: hns3: clean residual vf config after disable sriovPeng Li3-0/+71
2022-03-26net: hns3: add max order judgement for tx spare bufferHao Chen1-0/+6
2022-03-26net: hns3: fix ethtool tx copybreak buf size indicating not aligned issueHao Chen2-9/+14
2022-03-26perf evsel: Improve AMD IBS (Instruction-Based Sampling) error handling messagesKim Phillips1-0/+25
2022-03-26perf python: Add perf_env stubs that will be needed in evsel__open_strerror()Arnaldo Carvalho de Melo1-1/+12
2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsWei Li9-18/+23
2022-03-26libperf tests: Fix typo in perf_evlist__open() failure error messagesShunsuke Nakamura1-4/+4
2022-03-26tools arm64: Import cputype.hAli Saidi2-0/+259
2022-03-26Merge tag 'for-linus-5.17-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds6-72/+70
2022-03-26Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-17/+20
2022-03-26selftests: test_vxlan_under_vrf: Fix broken test caseIdo Schimmel1-4/+4
2022-03-26net: phy: broadcom: Fix brcm_fet_config_init()Florian Fainelli1-0/+21
2022-03-26Merge tag 'fsnotify_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-23/+61
2022-03-26llc: only change llc->dev when bind() succeedsEric Dumazet1-25/+34
2022-03-26Merge branch 'net-hns3-add-some-fixes-for-net'Jakub Kicinski3-31/+101
2022-03-26net: hns3: refine the process when PF set VF VLANJian Shen2-5/+18
2022-03-26net: hns3: add vlan list lock to protect vlan listJian Shen2-4/+35
2022-03-26net: hns3: fix port base vlan add fail when concurrent with resetJian Shen2-19/+46
2022-03-26net: hns3: fix bug when PF set the duplicate MAC address for VFsJian Shen1-3/+2
2022-03-26Merge branch 'net-sparx5-refactor-based-on-feedback-on'Jakub Kicinski5-47/+24
2022-03-26net: sparx5: Refactor mdb handling according to feedbackCasper Andersson5-26/+24
2022-03-26net: sparx5: Remove unused GLAG handling in PGIDCasper Andersson2-21/+0
2022-03-26net: enetc: report software timestamping via SO_TIMESTAMPINGVladimir Oltean1-1/+4
2022-03-26Merge tag 'drm-next-2022-03-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds9-24/+82
2022-03-26Merge tag 'backlight-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-11/+9
2022-03-25Merge tag 'mfd-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds60-2814/+1947
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds84-999/+2921
2022-03-25Merge tag 'for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds50-1429/+4118
2022-03-25pinctrl: nuvoton: wpcm450: Fix build error without OFZheng Bin1-0/+1
2022-03-25Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds64-764/+1591
2022-03-25Merge tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-132/+177
2022-03-25Merge tag 'gpio-updates-for-v5.18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds19-154/+422
2022-03-25xen: fix is_xen_pmu()Juergen Gross3-8/+7
2022-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds20-741/+1827
2022-03-25xen: don't hang when resuming PCI deviceJakub Kądziołka1-2/+2
2022-03-25Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds55-1378/+4683
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-15/+21
2022-03-25perf lock: Add -F/--field option to control outputNamhyung Kim2-5/+56
2022-03-25perf lock: Extend struct lock_key to have print functionNamhyung Kim1-26/+65
2022-03-25perf lock: Add --synth=no option for recordNamhyung Kim1-1/+1
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds73-956/+2458