summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds72-667/+1429
2023-11-23tools: ynl: fix duplicate op name in devlinkJakub Kicinski2-1/+7
2023-11-23tools: ynl: fix header path for nfsdJakub Kicinski1-1/+1
2023-11-23net: ipa: fix one GSI register field widthAlex Elder1-1/+1
2023-11-23tls: fix NULL deref on tls_sw_splice_eof() with empty recordJann Horn1-0/+3
2023-11-23net: axienet: Fix check for partial TX checksumSamuel Holland1-1/+1
2023-11-23vsock/test: fix SEQPACKET message bounds testArseniy Krasnov1-6/+13
2023-11-23i40e: Fix adding unsupported cloud filtersIvan Vecera1-7/+9
2023-11-23Merge branch 'ice-restore-timestamp-config-after-reset'Paolo Abeni5-82/+83
2023-11-23ice: restore timestamp configuration after device resetJacob Keller3-40/+51
2023-11-23ice: unify logic for programming PFINT_TSYN_MSKJacob Keller1-26/+34
2023-11-23ice: remove ptp_tx ring parameter flagJacob Keller3-18/+0
2023-11-23Merge branch 'amd-xgbe-fixes-to-handle-corner-cases'Paolo Abeni3-4/+35
2023-11-23amd-xgbe: propagate the correct speed and duplex statusRaju Rangoju1-3/+8
2023-11-23amd-xgbe: handle the corner-case during tx completionRaju Rangoju1-0/+14
2023-11-23amd-xgbe: handle corner-case during sfp hotplugRaju Rangoju1-1/+13
2023-11-23net: veth: fix ethtool stats reportingLorenzo Bianconi1-1/+1
2023-11-23octeontx2-pf: Fix ntuple rule creation to direct packet to VF with higher Rx ...Suman Ghosh1-1/+19
2023-11-23net: usb: qmi_wwan: claim interface 4 for ZTE MF290Lech Perczak1-0/+1
2023-11-22Merge tag 'loongarch-fixes-6.7-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-30/+34
2023-11-22Merge tag 'hyperv-fixes-signed-20231121' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-15/+39
2023-11-22asm-generic: qspinlock: fix queued_spin_value_unlocked() implementationLinus Torvalds1-1/+1
2023-11-22Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"Heiner Kallweit1-3/+1
2023-11-22net/smc: avoid data corruption caused by declineD. Wythe1-2/+6
2023-11-22nfc: virtual_ncidev: Add variable to check if ndev is runningNguyen Dinh Phi1-1/+6
2023-11-22x86/hyperv: Use atomic_try_cmpxchg() to micro-optimize hv_nmi_unknown()Uros Bizjak1-1/+4
2023-11-22dpll: Fix potential msg memleak when genlmsg_put_reply failedHao Ge1-5/+12
2023-11-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski18-416/+1043
2023-11-22docs: netdev: try to guide people on dealing with silenceJakub Kicinski1-3/+17
2023-11-22net: usb: ax88179_178a: fix failed operations during ax88179_resetJose Ignacio Tornos Martinez1-2/+2
2023-11-21Merge tag 'platform-drivers-x86-v6.7-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds5-56/+20
2023-11-21Merge tag 'erofs-for-6.7-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-66/+44
2023-11-21MAINTAINERS: Add indirect_call_wrapper.h to NETWORKING [GENERAL]Simon Horman1-0/+1
2023-11-21Merge branch 'hv_netvsc-fix-race-of-netvsc-vf-register-and-slave-bit'Paolo Abeni1-21/+45
2023-11-21hv_netvsc: Mark VF as slave before exposing it to user-modeLong Li1-9/+23
2023-11-21hv_netvsc: Fix race of register_netdevice_notifier and VF registerHaiyang Zhang1-2/+7
2023-11-21hv_netvsc: fix race of netvsc and VF register_netdeviceHaiyang Zhang1-10/+15
2023-11-21ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan1-1/+1
2023-11-21platform/x86: intel_telemetry: Fix kernel doc descriptionsAndy Shevchenko1-2/+2
2023-11-21MAINTAINERS: Drop Mark Gross as maintainer for x86 platform driversHans de Goede1-3/+0
2023-11-21Docs/zh_CN/LoongArch: Update links in LoongArch introduction.rstYanteng Si1-2/+2
2023-11-21Docs/LoongArch: Update links in LoongArch introduction.rstYanteng Si1-2/+2
2023-11-21LoongArch: Implement constant timer shutdown interfaceBibo Mao1-14/+9
2023-11-21LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPLHuacai Chen1-2/+2
2023-11-21LoongArch: Silence the boot warning about 'nokaslr'Huacai Chen1-0/+8
2023-11-21LoongArch: Add __percpu annotation for __percpu_read()/__percpu_write()Huacai Chen1-6/+5
2023-11-21LoongArch: Record pc instead of offset in la_abs relocationWANG Rui3-4/+3
2023-11-21LoongArch: Explicitly set -fdirect-access-external-data for vmlinuxWANG Rui1-0/+1
2023-11-21LoongArch: Add dependency between vmlinuz.efi and vmlinux.efiMasahiro Yamada1-0/+2
2023-11-21Merge branch 'verify-callbacks-as-if-they-are-called-unknown-number-of-times'Alexei Starovoitov10-217/+709