summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-23tools: ynl: fix duplicate op name in devlinkJakub Kicinski
2023-11-23tools: ynl: fix header path for nfsdJakub Kicinski
2023-11-23net: ipa: fix one GSI register field widthAlex Elder
2023-11-23tls: fix NULL deref on tls_sw_splice_eof() with empty recordJann Horn
2023-11-23net: axienet: Fix check for partial TX checksumSamuel Holland
2023-11-23vsock/test: fix SEQPACKET message bounds testArseniy Krasnov
2023-11-23i40e: Fix adding unsupported cloud filtersIvan Vecera
2023-11-23Merge branch 'ice-restore-timestamp-config-after-reset'Paolo Abeni
2023-11-23ice: restore timestamp configuration after device resetJacob Keller
2023-11-23ice: unify logic for programming PFINT_TSYN_MSKJacob Keller
2023-11-23ice: remove ptp_tx ring parameter flagJacob Keller
2023-11-23Merge branch 'amd-xgbe-fixes-to-handle-corner-cases'Paolo Abeni
2023-11-23amd-xgbe: propagate the correct speed and duplex statusRaju Rangoju
2023-11-23amd-xgbe: handle the corner-case during tx completionRaju Rangoju
2023-11-23amd-xgbe: handle corner-case during sfp hotplugRaju Rangoju
2023-11-23net: veth: fix ethtool stats reportingLorenzo Bianconi
2023-11-23octeontx2-pf: Fix ntuple rule creation to direct packet to VF with higher Rx ...Suman Ghosh
2023-11-23net: usb: qmi_wwan: claim interface 4 for ZTE MF290Lech Perczak
2023-11-22Merge tag 'loongarch-fixes-6.7-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-11-22Merge tag 'hyperv-fixes-signed-20231121' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-11-22asm-generic: qspinlock: fix queued_spin_value_unlocked() implementationLinus Torvalds
2023-11-22Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"Heiner Kallweit
2023-11-22net/smc: avoid data corruption caused by declineD. Wythe
2023-11-22nfc: virtual_ncidev: Add variable to check if ndev is runningNguyen Dinh Phi
2023-11-22x86/hyperv: Use atomic_try_cmpxchg() to micro-optimize hv_nmi_unknown()Uros Bizjak
2023-11-21dpll: Fix potential msg memleak when genlmsg_put_reply failedHao Ge
2023-11-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-11-21docs: netdev: try to guide people on dealing with silenceJakub Kicinski
2023-11-21net: usb: ax88179_178a: fix failed operations during ax88179_resetJose Ignacio Tornos Martinez
2023-11-21Merge tag 'platform-drivers-x86-v6.7-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-11-21Merge tag 'erofs-for-6.7-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-21MAINTAINERS: Add indirect_call_wrapper.h to NETWORKING [GENERAL]Simon Horman
2023-11-21Merge branch 'hv_netvsc-fix-race-of-netvsc-vf-register-and-slave-bit'Paolo Abeni
2023-11-21hv_netvsc: Mark VF as slave before exposing it to user-modeLong Li
2023-11-21hv_netvsc: Fix race of register_netdevice_notifier and VF registerHaiyang Zhang
2023-11-21hv_netvsc: fix race of netvsc and VF register_netdeviceHaiyang Zhang
2023-11-21ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan
2023-11-21platform/x86: intel_telemetry: Fix kernel doc descriptionsAndy Shevchenko
2023-11-21MAINTAINERS: Drop Mark Gross as maintainer for x86 platform driversHans de Goede
2023-11-21Docs/zh_CN/LoongArch: Update links in LoongArch introduction.rstYanteng Si
2023-11-21Docs/LoongArch: Update links in LoongArch introduction.rstYanteng Si
2023-11-21LoongArch: Implement constant timer shutdown interfaceBibo Mao
2023-11-21LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPLHuacai Chen
2023-11-21LoongArch: Silence the boot warning about 'nokaslr'Huacai Chen
2023-11-21LoongArch: Add __percpu annotation for __percpu_read()/__percpu_write()Huacai Chen
2023-11-21LoongArch: Record pc instead of offset in la_abs relocationWANG Rui
2023-11-21LoongArch: Explicitly set -fdirect-access-external-data for vmlinuxWANG Rui
2023-11-21LoongArch: Add dependency between vmlinuz.efi and vmlinux.efiMasahiro Yamada
2023-11-20Merge branch 'verify-callbacks-as-if-they-are-called-unknown-number-of-times'Alexei Starovoitov