aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-10-25sysctl: Replace proc_do_static_key by read and write functionspatchset/sysctl-next/v3.4Alexey Gladkov3-17/+34
2022-10-25sysctl: Convert sysrq_sysctl_handlerAlexey Gladkov1-13/+23
2022-10-25sysctl: Drop proc_dou8vec_minmaxAlexey Gladkov3-68/+1
2022-10-25sysctl: net: Replace proc_dou8vec_minmax by read and write functionsAlexey Gladkov7-123/+143
2022-10-25sysctl: Split proc_dou8vec_minmax into read and write functionsAlexey Gladkov3-1/+43
2022-10-24sysctl: Drop proc_dostringAlexey Gladkov3-37/+1
2022-10-24sysctl: tests: Replace proc_dostring by read and write functionsAlexey Gladkov3-3/+3
2022-10-24sysctl: Replace proc_dostring by read and write functionsAlexey Gladkov1-1/+1
2022-10-24sysctl: drivers: Replace proc_dostring by read and write functionsAlexey Gladkov2-18/+21
2022-10-24sysctl: printk: Replace proc_dostring by read and write functionsAlexey Gladkov3-25/+26
2022-10-24sysctl: utsns: Replace proc_dostring by read and write functionsAlexey Gladkov1-28/+44
2022-10-24sysctl: fs: Replace proc_dostring by read and write functionsAlexey Gladkov2-5/+10
2022-10-24sysctl: seccomp: Replace proc_dostring by read and write functionsAlexey Gladkov1-41/+30
2022-10-24sysctl: seccomp: Move audit_actions_logged upperAlexey Gladkov1-32/+32
2022-10-24sysctl: mm: Replace proc_dostring by read and write functionsAlexey Gladkov3-8/+10
2022-10-24sysctl: net: Replace proc_dostring by read and write functionsAlexey Gladkov6-172/+323
2022-10-24sysctl: Split proc_dostring into read and write functionsAlexey Gladkov3-68/+162
2022-10-16sysctl: Drop proc_doulongvec_ms_jiffies_minmaxAlexey Gladkov3-36/+0
2022-10-16sysctl: Replace proc_doulongvec_ms_jiffies_minmax by read and write functionsAlexey Gladkov6-9/+77
2022-10-16sysctl: Drop proc_doulongvec_minmaxAlexey Gladkov3-25/+18
2022-10-16sysctl: Replace proc_doulongvec_minmax by read and write functionsAlexey Gladkov38-259/+477
2022-10-16sysctl: Replace proc_dobool by read and write functionsAlexey Gladkov4-20/+39
2022-10-15sysctl: Drop proc_dointvecAlexey Gladkov3-32/+0
2022-10-15sysctl: Drop proc_dointvec_ms_jiffiesAlexey Gladkov3-24/+20
2022-10-15sysctl: Drop proc_dointvec_jiffiesAlexey Gladkov3-22/+18
2022-10-15sysctl: printk: Replace proc_dointvec_jiffies by read and write functionsAlexey Gladkov1-1/+1
2022-10-15sysctl: mm: Replace proc_dointvec_jiffies by read and write functionsAlexey Gladkov2-2/+2
2022-10-15sysctl: tests: Replace proc_dointvec by read and write functionsAlexey Gladkov1-30/+65
2022-10-15sysctl: ipc: Replace proc_dointvec by read and write functionsAlexey Gladkov1-6/+12
2022-10-15sysctl: apparmor: Replace proc_dointvec by read and write functionsAlexey Gladkov1-4/+22
2022-10-15sysctl: drivers: Replace proc_dointvec by read and write functionsAlexey Gladkov5-28/+58
2022-10-15sysctl: trace: Replace proc_dointvec by read and write functionsAlexey Gladkov5-24/+74
2022-10-15sysctl: sched: Replace proc_dointvec by read and write functionsAlexey Gladkov3-38/+101
2022-10-15sysctl: net: Replace proc_dointvec by read and write functionsAlexey Gladkov30-464/+757
2022-10-15sysctl: Drop proc_dointvec_userhz_jiffiesAlexey Gladkov3-26/+21
2022-10-14sysctl: Make proc_dointvec_*_jiffies_fops publicAlexey Gladkov3-0/+114
2022-10-14sysctl: net: Change the value only if the write was successfulAlexey Gladkov1-1/+1
2022-10-14sysctl: mm: Replace proc_dointvec by read and write functionsAlexey Gladkov4-14/+24
2022-10-14sysctl: s390: Replace proc_dointvec by read and write functionsAlexey Gladkov1-5/+10
2022-10-14sysctl: csky: Replace proc_dointvec by read and write functionsAlexey Gladkov1-4/+4
2022-10-14sysctl: arm64: Replace proc_dointvec by read and write functionsAlexey Gladkov1-12/+27
2022-10-14sysctl: Drop proc_dointvec_minmaxAlexey Gladkov3-43/+2
2022-10-14sysctl: Replace proc_dointvec_minmax by read and write functionsAlexey Gladkov10-106/+186
2022-10-14sysctl: ipc: Replace proc_dointvec_minmax by read and write functionsAlexey Gladkov1-16/+38
2022-10-14sysctl: timer: Replace proc_dointvec_minmax by read and write functionsAlexey Gladkov1-6/+23
2022-10-14sysctl: watchdog: Replace proc_dointvec_minmax by read and write functionsAlexey Gladkov2-10/+31
2022-10-14sysctl: perf: Replace proc_dointvec_minmax by read and write functionsAlexey Gladkov3-25/+39
2022-10-14sysctl: fs: Replace proc_dointvec_minmax by read and write functionsAlexey Gladkov5-67/+83
2022-10-14sysctl: sched: Replace proc_dointvec_minmax by read and write functionsAlexey Gladkov3-34/+49
2022-10-14sysctl: yama_lsm: Replace proc_dointvec_minmax by read and write functionsAlexey Gladkov1-10/+20
2022-10-14sysctl: drm: Replace proc_dointvec_minmax by read and write functionsAlexey Gladkov1-2/+2
2022-10-14sysctl: bpf: Replace proc_dointvec_minmax by read and write functionsAlexey Gladkov2-58/+117
2022-10-14sysctl: mm: Replace proc_dointvec_minmax by read and write functionsAlexey Gladkov10-124/+223
2022-10-14sysctl: net: Replace proc_dointvec_minmax by read and write functionsAlexey Gladkov12-178/+304
2022-10-14sysctl: x86: Replace proc_dointvec_minmax by read and write functionsAlexey Gladkov1-6/+31
2022-10-14sysctl: s390: Replace proc_dointvec_minmax by read and write functionsAlexey Gladkov2-89/+179
2022-10-14sysctl: arm64: Replace proc_dointvec_minmax by read and write functionsAlexey Gladkov2-18/+38
2022-10-14sysctl: net: Remove static helper which is used only onceAlexey Gladkov1-19/+12
2022-10-14sysctl: Replace proc_dointvec with sysctl_intvec_fops in the ctl_tablesAlexey Gladkov54-218/+218
2022-10-14sysctl: Replace proc_dointvec_minmax with sysctl_intvec_fops in the ctl_tablesAlexey Gladkov57-237/+237
2022-10-14sysctl: Split do_proc_dointvec into read and write functionsAlexey Gladkov3-55/+200
2022-10-13sysctl: Drop proc_douintvecAlexey Gladkov3-34/+1
2022-10-13sysctl: Replace proc_douintvec with separate read and write functionsAlexey Gladkov7-45/+60
2022-10-13sysctl: Drop proc_douintvec_minmaxAlexey Gladkov3-36/+1
2022-10-13sysctl: Split proc_douintvec_minmax into read and writeAlexey Gladkov9-87/+243
2022-10-13sysctl: mm: Do not change anything on read operation or errorAlexey Gladkov1-4/+6
2022-10-13sysctl: s390: Use the correct proc_handler for an int variableAlexey Gladkov2-3/+3
2022-10-13sysctl: Drop proc_do_large_bitmapAlexey Gladkov2-27/+0
2022-10-13sysctl: Replace proc_do_large_bitmap with separate read and write functionsAlexey Gladkov9-106/+215
2022-10-07sysctl: Explicitly pass min and max to *_conv functionAlexey Gladkov3-83/+49
2022-10-07sysctl: Check min/max in do_proc_douintvec_convAlexey Gladkov1-42/+21
2022-10-07sysctl: Check min/max in do_proc_dointvec_convAlexey Gladkov1-44/+25
2022-10-07sysctl: Always require a conv function in do_proc_dointvecAlexey Gladkov1-6/+3
2022-10-07sysctl: Remove single line wrappersAlexey Gladkov3-51/+22
2022-10-07sysctl: API extension for handling sysctlAlexey Gladkov2-14/+77
2022-06-26Linux 5.19-rc4v5.19-rc4patchset/sysctl-next/v3.4/coverLinus Torvalds1-1/+1
2022-06-26Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds37-193/+205
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds15-35/+117
2022-06-26Merge tag 'perf-tools-fixes-for-v5.19-2022-06-26' of git://git.kernel.org/pub...Linus Torvalds11-104/+369
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-30/+158
2022-06-26Merge tag 'dma-mapping-5.19-2022-06-26' of git://git.infradead.org/users/hch/...Linus Torvalds1-3/+2
2022-06-26Merge tag 'for-5.19/fbdev-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-31/+21
2022-06-26Merge tag 'for-5.19/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-3/+9
2022-06-26Merge tag 'xtensa-20220626' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-1/+3
2022-06-26Merge tag 'powerpc-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds13-40/+83
2022-06-26Merge tag 'kbuild-fixes-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-4/+13
2022-06-26Merge tag 'exfat-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2022-06-26Merge tag '5.19-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-139/+366
2022-06-26tools headers UAPI: Synch KVM's svm.h header with the kernelArnaldo Carvalho de Melo1-0/+13
2022-06-26tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo1-6/+20
2022-06-26perf stat: Enable ignore_missing_threadGang Li1-0/+2
2022-06-26perf inject: Adjust output data offset for backward compatibilityRaul Silvera3-1/+17
2022-06-26perf trace beauty: Fix generation of errno id->str table on ALT LinuxArnaldo Carvalho de Melo1-12/+2
2022-06-26perf build-id: Fix caching files with a wrong build IDAdrian Hunter1-0/+28
2022-06-26tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2-3/+12
2022-06-26tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo1-81/+272
2022-06-26perf inject: Fix missing free in copy_kcore_dir()Adrian Hunter1-1/+3
2022-06-26parisc: Enable ARCH_HAS_STRICT_MODULE_RWXHelge Deller1-0/+1
2022-06-26parisc: Fix flush_anon_page on PA8800/PA8900John David Anglin1-1/+4
2022-06-26parisc: align '*' in comment in math-emu codeJiang Jian1-1/+1
2022-06-26kbuild: Ignore __this_module in gen_autoksyms.shSami Tolvanen1-0/+3
2022-06-26kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt)Masahiro Yamada1-1/+1
2022-06-25Merge tag 'char-misc-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds25-52/+92
2022-06-25Merge tag 'usb-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds13-48/+124
2022-06-25Merge tag 'loongarch-fixes-5.19-3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-15/+13
2022-06-25Merge tag 'f2fs-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-20/+32
2022-06-25LoongArch: Make compute_return_era() return voidTiezhu Yang2-4/+2
2022-06-25LoongArch: Fix wrong fpu versionTiezhu Yang1-1/+1
2022-06-25LoongArch: Fix EENTRY/MERRENTRY setting in setup_tlb_handler()Huacai Chen1-2/+3
2022-06-25LoongArch: Fix sleeping in atomic context in setup_tlb_handler()Huacai Chen1-1/+1
2022-06-25LoongArch: Fix the _stext symbol addressHuacai Chen2-2/+1
2022-06-25LoongArch: Fix the !THP buildHuacai Chen1-5/+5
2022-06-24Merge tag 'gpio-fixes-for-v5.19-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-39/+38
2022-06-24Merge tag 'mtd/fixes-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+1
2022-06-24Merge tag 'spi-fix-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-13/+39
2022-06-24Merge tag 'regulator-fix-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2022-06-24Merge tag 'regmap-fix-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-10/+13
2022-06-24Merge tag 'iommu-fixes-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+12
2022-06-24Merge tag 'riscv-for-linus-5.19-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2022-06-24Merge tag 's390-5.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-7/+45
2022-06-24Merge tag 'for-linus-5.19a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-60/+127
2022-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-53/+92
2022-06-24Merge tag 'drm-fixes-2022-06-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds47-268/+670
2022-06-24cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara1-1/+7
2022-06-24Merge tag 'for-5.19/dm-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-7/+19
2022-06-24Merge tag 'ata-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds1-0/+1
2022-06-24Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds16-105/+91
2022-06-24Merge tag 'io_uring-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds2-18/+50
2022-06-24Merge tag 'printk-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-640/+65
2022-06-24ARM: dts: aspeed: nuvia: rename vendor nuvia to qcomJae Hyun Yoo2-3/+3
2022-06-24Merge tag 'memory-controller-drv-fixes-5.19' of git://git.kernel.org/pub/scm/...Arnd Bergmann3-12/+23
2022-06-24Merge tag 'samsung-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2-6/+7
2022-06-24Merge tag 'arm-soc/for-5.19/devicetree-fixes' of https://github.com/Broadcom/...Arnd Bergmann1-3/+3
2022-06-24Merge tag 'ti-k3-dt-fixes-for-v5.19' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2-3/+1
2022-06-24arm: mach-spear: Add missing of_node_put() in time.cLiang He1-2/+6
2022-06-24ARM: cns3xxx: Fix refcount leak in cns3xxx_initMiaoqian Lin1-0/+2
2022-06-24MAINTAINERS: Update email addressThara Gopinath1-2/+2
2022-06-24cifs: avoid deadlocks while updating ifaceShyam Prasad N2-15/+33
2022-06-24MAINTAINERS: Add new IOMMU development mailing listJoerg Roedel1-0/+11
2022-06-24usb: chipidea: udc: check request status before setting device addressXu Yang1-0/+3
2022-06-24USB: gadget: Fix double-free bug in raw_gadget driverAlan Stern1-6/+7
2022-06-24KVM: SEV: Init target VMCBs in sev_migrate_fromPeter Gonda3-33/+48
2022-06-24KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()Mingwei Zhang1-2/+2
2022-06-24Merge tag 'drm-msm-fixes-2022-06-20' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie17-69/+106
2022-06-24Merge tag 'drm-intel-fixes-2022-06-22' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-7/+34
2022-06-24Merge tag 'drm-misc-fixes-2022-06-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie20-162/+503
2022-06-24Merge tag 'amd-drm-fixes-5.19-2022-06-22' of https://gitlab.freedesktop.org/a...Dave Airlie7-30/+27
2022-06-23gpio: mxs: Fix header commentStefan Wahren1-1/+1
2022-06-23gpio: Fix kernel-doc comments to nested unionAkira Yokosawa1-13/+16
2022-06-23Merge tag 'pm-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2022-06-23Merge tag 'random-5.19-rc4-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-7/+11
2022-06-23dm mirror log: clear log bits up to BITS_PER_LONG boundaryMikulas Patocka1-1/+1
2022-06-23dm: fix BLK_STS_DM_REQUEUE handling when dm_io represents split bioMing Lei2-4/+8
2022-06-23Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-5/+11
2022-06-23Merge tag 'folio-5.19b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds4-3/+16
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek12-640/+65
2022-06-23Merge tag 'mips-fixes_5.19_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-9/+31
2022-06-23io_uring: use original request task for inflight trackingJens Axboe1-1/+1
2022-06-23MAINTAINERS: Reorganize KVM/x86 maintainershipPaolo Bonzini1-9/+32
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek9-78/+2
2022-06-23Revert "printk: add kthread console printers"Petr Mladek2-309/+22
2022-06-23Revert "printk: extend console_lock for per-console locking"Petr Mladek2-220/+56
2022-06-23Revert "printk: remove @console_locked"Petr Mladek1-14/+15
2022-06-23Revert "printk: Block console kthreads when direct printing will be required"Petr Mladek1-3/+1
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek6-47/+0
2022-06-23filemap: Fix serialization adding transparent huge pages to page cacheAlistair Popple1-0/+2
2022-06-23mm: Clear page->private when splitting or migrating a pageMatthew Wilcox (Oracle)2-0/+2
2022-06-23s390/pai: Fix multiple concurrent event installationThomas Richter1-3/+12
2022-06-23s390/pai: Prevent invalid event number for pai_crypto PMUThomas Richter1-2/+3
2022-06-23s390/cpumf: Handle events cycles and instructions identicalThomas Richter1-1/+21
2022-06-23s390/crash: make copy_oldmem_page() return number of bytes copiedAlexander Gordeev1-3/+4
2022-06-23s390/crash: add missing iterator advance in copy_oldmem_page()Alexander Gordeev1-0/+7
2022-06-23gpio: grgpio: Fix device removingUwe Kleine-König1-13/+1
2022-06-23io_uring: move io_uring_get_opcode out of TP_printkDylan Yudaken1-7/+35
2022-06-23gpio: winbond: Fix error code in winbond_gpio_get()Dan Carpenter1-3/+4
2022-06-23xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCIUtkarsh Patel1-1/+3
2022-06-23xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCITanveer Alam1-1/+3
2022-06-23xhci: turn off port power in shutdownMathias Nyman3-3/+16
2022-06-23xhci: Keep interrupt disabled in initialization until host is running.Hongyu Xie1-13/+22
2022-06-23Merge tag 'kvmarm-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-3/+4
2022-06-23selftests: KVM: Handle compiler optimizations in ucallRaghavendra Rao Ananta1-5/+4
2022-06-23Merge tag 'usb-serial-5.19-rc4' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-12/+23
2022-06-23Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds47-215/+617
2022-06-23Merge tag 'mmc-v5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2-8/+14
2022-06-23Merge tag 'nvme-5.19-2022-06-23' of git://git.infradead.org/nvme into block-5.19Jens Axboe3-6/+18
2022-06-23block: remove WARN_ON() from bd_link_disk_holderLi Nan1-4/+0
2022-06-23Merge tag 'sound-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds13-58/+90
2022-06-23xen/gntdev: Avoid blocking in unmap_grant_pages()Demi Marie Obenour2-51/+113
2022-06-23dma-direct: use the correct size for dma_set_encrypted()Dexuan Cui1-3/+2
2022-06-23nvme: move the Samsung X5 quirk entry to the core quirksChristoph Hellwig2-4/+14
2022-06-23nvme: fix the CRIMS and CRWMS definitions to match the specJoel Granados1-2/+2
2022-06-23nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFHLeo Savernik1-0/+2
2022-06-23USB: serial: option: add Quectel RM500K module supportMacpaul Lin1-0/+2
2022-06-23net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden1-1/+1
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski4-3/+12
2022-06-23Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski1-3/+0
2022-06-22virtio_net: fix xdp_rxq_info bug after suspend/resumeStephan Gerhold1-19/+6
2022-06-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-7/+89
2022-06-22igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng1-7/+5
2022-06-22net: dsa: qca8k: reduce mgmt ethernet timeoutChristian Marangi1-1/+1