A new XanMod Linux Kernel based on the latest LTS Linux Kernel 5.10.24 has been released. XanMod is a general-purpose Linux kernel distribution with custom settings and new features. The real-time version is recommended for critical runtime applications such as Linux gaming eSports, streaming, live productions and ultra-low latency enthusiasts.
XanMod is a general-purpose Linux kernel distribution with custom settings and new features. Built to provide a stable, responsive and smooth desktop experience.
The real-time version is recommended for critical runtime applications such as Linux gaming eSports, streaming, live productions and ultra-low latency enthusiasts.
Supports all recent 64-bit versions of Debian and Ubuntu-based systems.
Main Features
Preemptive Full Tickless Kernel at 500Hz w/ Tuned CPU Core Scheduler. RCU Boost for better responsiveness and lower overall system latency. Block Layer w/ multi-threaded runqueue for high I/O throughput. Caching, Virtual Memory Manager and CPUFreq Governor improvements. BBR TCP Congestion Control + FQ-PIE Packet Scheduling and AQM Algorithm [5.8]. ORC Unwinder for Kernel Stack Traces (debuginfo) implementation. Third-party patchset available: ZSTD kernel, initrd and modules support [5.8][5.6-rt], Full x86_64 FSGSBASE instructions [5.8], Clear Linux [partial], CK's Hrtimer Patchset [5.8][5.4], Wine / Proton Fsync, PCIe ACS Override, BMQ Process Scheduler [5.4 stock disabled], Aufs [5.4] and GCC graysky's. Real-time Linux kernel (PREEMPT_RT) build available [5.6-rt][5.4-rt]. Generic kernel package for compatibility with most Debian & Ubuntu based distributions. Built on the latest GCC 10.2 and Binutils 2.35. GPLv2 license. Can be built for any distribution or purpose.Install via Terminal
echo 'deb http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-kernel.list && wget -qO - https://dl.xanmod.org/gpg.key | sudo apt-key add -Then update and install:
sudo apt update && sudo apt install linux-xanmodReboot.
Meta packages available: linux-xanmod, linux-xanmod-edge, linux-xanmod-lts, linux-xanmod-rt-edge and linux-xanmod-rt.
To try without adding the repository
* linux-firmware-image package is optionalDownload from Sourceforge and install:
https://sourceforge.net/projects/xanmod/files/
In terminal:sudo dpkg -i linux-image-*xanmod*.deb linux-headers-*xanmod*.deb Reboot.
Check it:cat /proc/version
Linux 5.10.24-xanmod1
- 6a41ec8 Linux 5.10.24-xanmod1
- 33195b2 fs/ntfs3: Add MAINTAINERS
- e64a5b8 fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
- 763b75d fs/ntfs3: Add Kconfig, Makefile and doc
- dbc431c fs/ntfs3: Add NTFS journal
- f172521 fs/ntfs3: Add compression
- af74bfa fs/ntfs3: Add attrib operations
- 2d22502 fs/ntfs3: Add file operations and implementation
- 91942dd fs/ntfs3: Add bitmap
- 5467e5c fs/ntfs3: Add initialization of super block
- 70a11d6 fs/ntfs3: Add headers and misc files
- 2302d1e Merge tag 'v5.10.24' into 5.10
- 05d125f Linux 5.10.24
- 1c08996 RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_size
- 1dbce9b KVM: arm64: Fix nVHE hyp panic host context restore
- f67e524 xen/events: avoid handling the same event on two cpus at the same time
- 30cdb86 xen/events: don't unmask an event channel when an eoi is pending
- 4c84191 mm/page_alloc.c: refactor initialization of struct page for holes in memory layout
- e7afadd KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
- 518f98e mm/madvise: replace ptrace attach requirement for process_madvise
- 2aaa79f mm/userfaultfd: fix memory corruption due to writeprotect
- c3d70b1 KVM: arm64: Fix exclusive limit for IPA size
- ada8817 KVM: arm64: Reject VM creation when the default IPA size is unsupported
- eeba4e4 KVM: arm64: nvhe: Save the SPE context early
- a977982 KVM: arm64: Avoid corrupting vCPU context register in guest exit
- 17becbf KVM: arm64: Fix range alignment when walking page tables
- a688bf8 KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
- 4ab5d1b KVM: x86: Ensure deadline timer has truly expired before posting its IRQ
- e40384f x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscalls
- a2bab39 x86/sev-es: Use __copy_from_user_inatomic()
- 977b9f4 x86/sev-es: Correctly track IRQ states in runtime #VC handler
- 2694244 x86/entry: Move nmi entry/exit into common code
- 752fbe0 x86/sev-es: Check regs->sp is trusted before adjusting #VC IST stack
- 871fd1e x86/sev-es: Introduce ip_within_syscall_gap() helper
- d327d86 x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2
- 5ab9464 binfmt_misc: fix possible deadlock in bm_register_write
- 0e4750f powerpc: Fix missing declaration of [en/dis]able_kernel_vsx()
- 1f372e8 powerpc: Fix inverted SET_FULL_REGS bitop
- 9776812 powerpc/64s: Fix instruction encoding for lis in ppc_function_entry()
- 8571c66 efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP table
- 68b4378 sched/membarrier: fix missing local execution of ipi_sync_rq_state()
- 5f2f616 linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*
- bc7c1b0 zram: fix return value on writeback_store
- 3cbe8f9 include/linux/sched/mm.h: use rcu_dereference in in_vfork()
- 7da7542 stop_machine: mark helpers __always_inline
- 2a39eb7 seqlock,lockdep: Fix seqcount_latch_init()
- 372734d powerpc/64s/exception: Clean up a missed SRR specifier
- df7dbfc hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()
- 896846b perf/x86/intel: Set PERF_ATTACH_SCHED_CB for large PEBS and LBR
- 82ad50c perf/core: Flush PMU internal buffers for per-CPU events
- 3ebd4bd arm64: mm: use a 48-bit ID map when possible on 52-bit VA builds
- 1097203 configfs: fix a use-after-free in __configfs_open_file
- 6cf11f3 nvme-fc: fix racing controller reset and create association
- d1d9184 block: rsxx: fix error return code of rsxx_pci_probe()
- caa8690 NFSv4.2: fix return value of _nfs4_get_security_label()
- e181960 NFS: Don't gratuitously clear the inode cache when lookup failed
- dd756d0 NFS: Don't revalidate the directory permissions on a lookup failure
- faa48b2 SUNRPC: Set memalloc_nofs_save() for sync tasks
- 475a430 arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory
- e50ada5 cpufreq: qcom-hw: Fix return value check in qcom_cpufreq_hw_cpu_init()
- 7dfe37e cpufreq: qcom-hw: fix dereferencing freed memory 'data'
- 75d9be5 sh_eth: fix TRSCER mask for R7S72100
- a854bd0 staging: comedi: pcl818: Fix endian problem for AI command data
- ddfeb23 staging: comedi: pcl711: Fix endian problem for AI command data
- c30fe0f staging: comedi: me4000: Fix endian problem for AI command data
- 2c1ea26 staging: comedi: dmm32at: Fix endian problem for AI command data
- c36d2f4 staging: comedi: das800: Fix endian problem for AI command data
- d8f26a4 staging: comedi: das6402: Fix endian problem for AI command data
- b46f690 staging: comedi: adv_pci1710: Fix endian problem for AI command data
- 66a44ed staging: comedi: addi_apci_1500: Fix endian problem for command sample
- 4d14685 staging: comedi: addi_apci_1032: Fix endian problem for COS sample
- c5d3e25 staging: rtl8192e: Fix possible buffer overflow in _rtl92e_wx_set_scan
- 74a14d8 staging: rtl8712: Fix possible buffer overflow in r8712_sitesurvey_cmd
- 66cf4f5 staging: ks7010: prevent buffer overflow in ks_wlan_set_scan()
- be97453 staging: rtl8188eu: fix potential memory corruption in rtw_check_beacon_data()
- 550c9e4 staging: rtl8712: unterminated string leads to read overflow
- d972a51 staging: rtl8188eu: prevent ->ssid overflow in rtw_wx_set_scan()
- 1642b51 staging: rtl8192u: fix ->ssid overflow in r8192_wx_set_scan()
- 52feb58 misc: fastrpc: restrict user apps from sending kernel RPC messages
- 7ae2482 misc/pvpanic: Export module FDT device table
- 70c26fc Revert "serial: max310x: rework RX interrupt handling"
- 9951e64 usbip: fix vudc usbip_sockfd_store races leading to gpf
- 116a710 usbip: fix vhci_hcd attach_store() races leading to gpf
- ab5c318 usbip: fix stub_dev usbip_sockfd_store() races leading to gpf
- e033d7f usbip: fix vudc to check for stream socket
- 2aa2158 usbip: fix vhci_hcd to check for stream socket
- 6d74523 usbip: fix stub_dev to check for stream socket
- b249b8f USB: serial: cp210x: add some more GE USB IDs
- 0aa33c0 USB: serial: cp210x: add ID for Acuity Brands nLight Air Adapter
- 3aa5042 USB: serial: ch341: add new Product ID
- a347908 USB: serial: io_edgeport: fix memory leak in edge_startup
- fc411ca xhci: Fix repeated xhci wake after suspend due to uncleared internal wake state
- 209b3ff usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressing
- e780091 xhci: Improve detection of device initiated wake signal.
- 2030608 usb: xhci: do not perform Soft Retry for some xHCI hosts
- 7c87f4e usb: renesas_usbhs: Clear PIPECFG for re-enabling pipe with other EPNUM
- 48c7fc4 USB: usblp: fix a hang in poll() if disconnected
- adb9639 usb: dwc3: qcom: Honor wakeup enabled/disabled state
- 13c9e76 usb: dwc3: qcom: add ACPI device id for sc8180x
- 39bcc4b usb: dwc3: qcom: add URS Host support for sdm845 ACPI boot
- 10551fb usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement
- 32ad0eb usb: gadget: f_uac1: stop playback on function disable
- 30a187a usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slot
- 50233f8 USB: gadget: u_ether: Fix a configfs return code
- 8009154 USB: gadget: udc: s3c2410_udc: fix return value check in s3c2410_udc_probe()
- b0db0c7 Goodix Fingerprint device is not a modem
- d308202 cifs: do not send close in compound create+close requests
- 310a1ff mmc: cqhci: Fix random crash when remove mmc module/card
- a61596a mmc: core: Fix partition switch time for eMMC
- 6c971bd mmc: mmci: Add MMC_CAP_NEED_RSP_BUSY for the stm32 variants
- bb81589 xen/events: reset affinity of 2-level event when tearing it down
- e86abde software node: Fix node registration
- 08bccd7 s390/dasd: fix hanging IO request during DASD driver unbind
- 5d76645 s390/dasd: fix hanging DASD driver unbind
- fb242be arm64: perf: Fix 64-bit event counter read truncation
- ffb9a77 arm64: mte: Map hotplugged memory as Normal Tagged
- d73665b arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUAL
- d44c978 block: Try to handle busy underlying device on discard
- a534778 block: Discard page cache of zone reset target range
- 5d5422a Revert 95ebabde382c ("capabilities: Don't allow writing ambiguous v3 file capabilities")
- 29bc89c ALSA: usb-audio: fix use after free in usb_audio_disconnect
- d2fdcc8 ALSA: usb-audio: fix NULL ptr dereference in usb_audio_probe
- e449397 ALSA: usb-audio: Disable USB autosuspend properly in setup_disable_autosuspend()
- 144ebd0 ALSA: usb-audio: Apply the control quirk to Plantronics headsets
- 723bf21 ALSA: usb-audio: Fix "cannot get freq eq" errors on Dell AE515 sound bar
- 4b536c1 ALSA: hda: Avoid spurious unsol event handling during S3/S4
- f1d28b1 ALSA: hda: Flush pending unsolicited events before suspend
- ebbb9bb ALSA: hda: Drop the BATCH workaround for AMD controllers
- f5278fc ALSA: hda/ca0132: Add Sound BlasterX AE-5 Plus support
- 064ac8e ALSA: hda/conexant: Add quirk for mute LED control on HP ZBook G5
- 4dc3457 ALSA: hda/hdmi: Cancel pending works before suspend
- d77540a ALSA: usb: Add Plantronics C320-M USB ctrl msg delay quirk
- d291b25 ARM: efistub: replace adrl pseudo-op with adr_l macro invocation
- fd86365 ARM: assembler: introduce adr_l, ldr_l and str_l macros
- 917220f ARM: 9029/1: Make iwmmxt.S support Clang's integrated assembler
- 69f8455 mmc: sdhci: Update firmware interface API
- 73d1a11 clk: qcom: gpucc-msm8998: Add resets, cxc, fix flags on gpu_gx_gdsc
- 1b0b0c0 scsi: target: core: Prevent underflow for service actions
- 17c2c52 scsi: target: core: Add cmd length set before cmd complete
- 79b4fdd scsi: libiscsi: Fix iscsi_prep_scsi_cmd_pdu() error handling
- f49bdac sysctl.c: fix underflow value setting risk in vm_table
- 8876cc2 drivers/base/memory: don't store phys_device in memory blocks
- e4b98e2 s390/smp: __smp_rescan_cpus() - move cpumask away from stack
- 219fc4b kasan: fix memory corruption in kasan_bitops_tags test
- 6c73bc9 i40e: Fix memory leak in i40e_probe
- 6d4fabc PCI: Fix pci_register_io_range() memory leak
- 950bff2 kbuild: clamp SUBLEVEL to 255
- 64578f9 ext4: don't try to processed freed blocks until mballoc is initialized
- d49f86e PCI/LINK: Remove bandwidth notification
- 732bb21 drivers/base: build kunit tests without structleak plugin
- fa6dae9 PCI: mediatek: Add missing of_node_put() to fix reference leak
- d26949c PCI: xgene-msi: Fix race in installing chained irq handler
- 8282ec6 Input: applespi - don't wait for responses to commands indefinitely.
- f27af42 sparc64: Use arch_validate_flags() to validate ADI flag
- 99ed6ae sparc32: Limit memblock allocation to low memory
- 661cba4 clk: qcom: gdsc: Implement NO_RET_PERIPH flag
- a19d18a iommu/amd: Fix performance counter initialization
- adc631d powerpc/64: Fix stack trace not displaying final frame
- 9fbbc5d HID: logitech-dj: add support for the new lightspeed connection iteration
- eb5a9ee powerpc/perf: Record counter overflow always if SAMPLE_IP is unset
- 87e4432 powerpc: improve handling of unrecoverable system reset
- 2314d50 spi: stm32: make spurious and overrun interrupts visible
- 912237e powerpc/pci: Add ppc_md.discover_phbs()
- 711112e Platform: OLPC: Fix probe error handling
- 09ef146 mmc: sdhci-iproc: Add ACPI bindings for the RPi
- 35f662b mmc: mediatek: fix race condition between msdc_request_timeout and irq
- 7cb2c43 mmc: mxs-mmc: Fix a resource leak in an error handling path in 'mxs_mmc_probe()'
- 1e5ac05 iommu/vt-d: Clear PRQ overflow only when PRQ is empty
- 82d6c12 udf: fix silent AED tagLocation corruption
- cd69732 scsi: ufs: WB is only available on LUN #0 to #7
- 2b61057 i2c: rcar: optimize cacheline to minimize HW race condition
- 222a825 i2c: rcar: faster irq code to minimize HW race condition
- 4d65eb3 ath11k: fix AP mode for QCA6390
- 700e2b6 ath11k: start vdev if a bss peer is already created
- dbec869 ath11k: peer delete synchronization with firmware
- 781e956 net: enetc: initialize RFS/RSS memories for unused ports too
- a3df6b7 enetc: Fix unused var build warning for CONFIG_OF
- 606cfde net: dsa: tag_mtk: fix 802.1ad VLAN egress
- 409af89 net: dsa: tag_ar9331: let DSA core deal with TX reallocation
- a2fd181 net: dsa: tag_gswip: let DSA core deal with TX reallocation
- 9bb1bec net: dsa: tag_dsa: let DSA core deal with TX reallocation
- 9ad635b net: dsa: tag_brcm: let DSA core deal with TX reallocation
- 67fd35c net: dsa: tag_edsa: let DSA core deal with TX reallocation
- 6702dd4 net: dsa: tag_lan9303: let DSA core deal with TX reallocation
- 27f014e net: dsa: tag_mtk: let DSA core deal with TX reallocation
- 5478702 net: dsa: tag_ocelot: let DSA core deal with TX reallocation
- cf5c668 net: dsa: tag_qca: let DSA core deal with TX reallocation
- 8f17133 net: dsa: trailer: don't allocate additional memory for padding/tagging
- a4d2836 net: dsa: tag_ksz: don't allocate additional memory for padding/tagging
- 162c423 net: dsa: implement a central TX reallocation procedure
- f91a299 s390/qeth: fix notification for pending buffers during teardown
- f7a7d3e s390/qeth: improve completion of pending TX buffers
- 144dbdf s390/qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED state
- 926200f s390/qeth: don't replace a fully completed async TX buffer
- 13e312d net: hns3: fix error mask definition of flow director
- 3370a84 cifs: fix credit accounting for extra channel
- 83ff4f6 media: rc: compile rc-cec.c into rc-core
- db2ae26 media: v4l: vsp1: Fix bru null pointer access
- 465fd41 media: v4l: vsp1: Fix uif null pointer access
- 17c6d69 media: rkisp1: params: fix wrong bits settings
- c29dcb2 media: usbtv: Fix deadlock on suspend
- a5190a7 sh_eth: fix TRSCER mask for R7S9210
- c6ecc61 qxl: Fix uninitialised struct field head.surface_id
- 1afe773 s390/crypto: return -EFAULT if copy_to_user() fails
- dac4e0e s390/cio: return -EFAULT if copy_to_user() fails
- d7b8aef drm/i915: Wedge the GPU if command parser setup fails
- 335d21a drm/shmem-helpers: vunmap: Don't put pages for dma-buf
- d4ec1ff drm: meson_drv add shutdown function
- 915f2f8 drm: Use USB controller's DMA mask when importing dmabufs
- 5e9b011 drm/shmem-helper: Don't remove the offset in vm_area_struct pgoff
- 368b53e drm/shmem-helper: Check for purged buffers in fault handler
- ad106dd drm/amdgpu/display: handle aux backlight in backlight_get_brightness
- fd87d77 drm/amdgpu/display: don't assert in set backlight function
- 4b55b9f drm/amdgpu/display: simplify backlight setting
- 96b097e drm/amd/pm: bug fix for pcie dpm
- 6b99002 drm/amd/display: Fix nested FPU context in dcn21_validate_bandwidth()
- b40528b drm/amdgpu/display: use GFP_ATOMIC in dcn21_validate_bandwidth_fp()
- 5508617 drm/amd/display: Add a backlight module option
- e30ce84 drm/compat: Clear bounce structures
- ccc942e gpio: fix gpio-device list corruption
- 2e3c8a2 gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2
- f60ffab gpiolib: acpi: Allow to find GpioInt() resource by name and index
- 8df70a5 gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk
- 845ec46 bnxt_en: reliably allocate IRQ table on reset to avoid crash
- 686874c s390/cio: return -EFAULT if copy_to_user() fails again
- fd61e77 net: hns3: fix bug when calculating the TCAM table info
- 3c7f130 net: hns3: fix query vlan mask value error for flow director
- f9a8799 perf report: Fix -F for branch & mem modes
- 57a798e perf traceevent: Ensure read cmdlines are null terminated.
- e4f7ffa mlxsw: spectrum_ethtool: Add an external speed to PTYS register
- 824c94c selftests: forwarding: Fix race condition in mirror installation
- c1e1a64 net: phy: make mdio_bus_phy_suspend/resume as __maybe_unused
- ad59796 ethtool: fix the check logic of at least one channel for RX/TX
- 482f99d net: stmmac: fix wrongly set buffer2 valid when sph unsupport
- 333dbde net: stmmac: fix watchdog timeout during suspend/resume stress test
- 3c1b582 net: stmmac: stop each tx channel independently
- 640492c perf build: Fix ccache usage in $(CC) when generating arch errno table
- 8493877 tools/resolve_btfids: Fix build error with older host toolchains
- ee7eac2 ixgbe: fail to create xfrm offload of IPsec tunnel mode SA
- cab7353 r8169: fix r8168fp_adjust_ocp_cmd function
- 84ef8a8 s390/qeth: fix memory leak after failed TX Buffer allocation
- 345d90c net: qrtr: fix error return code of qrtr_sendmsg()
- 4f8e71a net: enetc: allow hardware timestamping on TX queues with tc-etf enabled
- 4fd0654 net: davicom: Fix regulator not turned off on driver removal
- e334c40 net: davicom: Fix regulator not turned off on failed probe
- 6342ccd net: lapbether: Remove netif_start_queue / netif_stop_queue
- 9c41360 stmmac: intel: Fixes clock registration error seen for multiple interfaces
- d78f23e net: stmmac: Fix VLAN filter delete timeout issue in Intel mGBE SGMII
- 85178d7 cipso,calipso: resolve a number of problems with the DOI refcounts
- e03ed11 netdevsim: init u64 stats for 32bit hardware
- 6ed0a2c net: usb: qmi_wwan: allow qmimux add/del with master up
- 565b2d3 net: dsa: sja1105: fix SGMII PCS being forced to SPEED_UNKNOWN instead of SPEED_10
- 719611e net: mscc: ocelot: properly reject destination IP keys in VCAP IS1
- 2809a5c net: sched: avoid duplicates in classes dump
- 9c61f1e nexthop: Do not flush blackhole nexthops when loopback goes down
- 87b7b19 net: stmmac: fix incorrect DMA channel intr enable setting of EQoS v4.10
- 6b0d3ae net/mlx4_en: update moderation when config reset
- fa0bc09 net: ethernet: mtk-star-emac: fix wrong unmap in RX handling
- 1cdd008 net: enetc: keep RX ring consumer index in sync with hardware
- 5317365 net: enetc: remove bogus write to SIRXIDR from enetc_setup_rxbdr
- 63876df net: enetc: force the RGMII speed and duplex instead of operating in inband mode
- 5732688 net: enetc: don't disable VLAN filtering in IFF_PROMISC mode
- d56e3f8 net: enetc: fix incorrect TPID when receiving 802.1ad tagged packets
- bf9c564 net: enetc: take the MDIO lock only once per NAPI poll cycle
- dfaf418 net: enetc: don't overwrite the RSS indirection table when initializing
- 4ea3797 sh_eth: fix TRSCER mask for SH771x
- 68277f6 net: dsa: tag_rtl4_a: fix egress tags
- 389055e docs: networking: drop special stable handling
- e175916 Revert "mm, slub: consider rest of partial list if acquire_slab() fails"
- 3d0bbd9 cifs: return proper error code in statfs(2)
- 36e1efc mount: fix mounting of detached mounts onto targets that reside on shared mounts
- aa1258d powerpc/603: Fix protection of user pages mapped with PROT_NONE
- e36d276 mt76: dma: do not report truncated frames to mac80211
- 1e343b2 ibmvnic: always store valid MAC address
- 57ac75f ibmvnic: Fix possibly uninitialized old_num_tx_queues variable warning.
- 2f6f72e libbpf: Clear map_info before each bpf_obj_get_info_by_fd
- f126147 samples, bpf: Add missing munmap in xdpsock
- 4d2cdb2 selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier
- 4fa0ece selftests/bpf: No need to drop the packet when there is no geneve opt
- 7653656 selftests/bpf: Use the last page in test_snprintf_btf on s390
- 6aa2382 net: phy: fix save wrong speed and duplex problem if autoneg is on
- 91796b6 net: always use icmp{,v6}_ndo_send from ndo_start_xmit
- 8abbf7e netfilter: x_tables: gpf inside xt_find_revision()
- 42402bd netfilter: nf_nat: undo erroneous tcp edemux lookup
- 046f3c1 tcp: add sanity tests to TCP_QUEUE_SEQ
- e95ebe1 tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)
- 473bce9 can: tcan4x5x: tcan4x5x_init(): fix initialization - clear MRAM before entering Normal Mode
- c537011 can: flexcan: invoke flexcan_chip_freeze() to enter freeze mode
- e24c531 can: flexcan: enable RX FIFO after FRZ/HALT valid
- 98b7f96 can: flexcan: assert FRZ bit in flexcan_chip_freeze()
- 4224890 can: skb: can_skb_set_owner(): fix ref counting if socket was closed before setting skb ownership
- fa5d019 net: l2tp: reduce log level of messages in receive path, add counter instead
- 453fff2 net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0
- faa3baa net: check if protocol extracted by virtio_net_hdr_set_proto is correct
- 09af436 net: Fix gro aggregation for udp encaps with zero csum
- d2fb191 ath9k: fix transmitting to stations in dynamic SMPS mode
- b0454a2 crypto: mips/poly1305 - enable for all MIPS processors
- a0df424 ethernet: alx: fix order of calls on resume
- a9c55f2 powerpc/pseries: Don't enforce MSI affinity with kdump
- ac022fb powerpc/perf: Fix handling of privilege level checks in perf interrupt context
- 7732f57 uapi: nfnetlink_cthelper.h: fix userspace compilation error
Homepage
Download Linux 5.10.24-xanmod1 source from GitHub