summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-3/+14
2025-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+12
2025-10-17tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahashEric Biggers-18/+8
2025-10-17inet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo-0/+13
2025-10-17rculist: Add hlist_nulls_replace_rcu() and hlist_nulls_replace_init_rcu()Xuanqiang Luo-0/+59
2025-10-17ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima-1/+1
2025-10-17cgroup/misc: fix misc_res_type kernel-doc warningRandy Dunlap-1/+1
2025-10-17Merge tag 'mmc-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds-0/+44
2025-10-17Merge tag 'sound-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+3
2025-10-17Merge tag 'drm-fixes-2025-10-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-22/+1
2025-10-17can: treewide: remove can_change_mtu()Vincent Mailhol-1/+0
2025-10-16net: dev_queue_xmit() llist adoptionEric Dumazet-1/+3
2025-10-16net: sched: claim one cache line in QdiscEric Dumazet-11/+7
2025-10-16Revert "net/sched: Fix mirred deadlock on device recursion"Eric Dumazet-1/+0
2025-10-16net/sched: act_mirred: add loop detectionEric Dumazet-1/+8
2025-10-17Merge tag 'drm-misc-fixes-2025-10-16' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-1/+1
2025-10-16bpf: Introduce SK_BPF_BYPASS_PROT_MEM.Kuniyuki Iwashima-0/+2
2025-10-16net: Introduce net.core.bypass_prot_mem sysctl.Kuniyuki Iwashima-0/+1
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima-0/+9
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-63/+116
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+16
2025-10-15net: remove obsolete WARN_ON(refcount_read(&sk->sk_refcnt) == 1)Eric Dumazet-8/+4
2025-10-15hung_task: fix warnings caused by unaligned lock pointersLance Yang-3/+5
2025-10-15drm/gpuvm: Fix kernel-doc warning for drm_gpuvm_map_req.mapAnkan Biswas-1/+1
2025-10-15net: bcmgenet: remove unused platform codeHeiner Kallweit-19/+0
2025-10-15net: allow busy connected flows to switch tx queuesEric Dumazet-14/+12
2025-10-15net: add /proc/sys/net/core/txq_reselection_ms controlEric Dumazet-0/+1
2025-10-15net: add SK_WMEM_ALLOC_BIAS constantEric Dumazet-1/+2
2025-10-15tcp: better handle TCP_TX_DELAY on established flowsEric Dumazet-0/+2
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...Alexei Starovoitov-0/+4
2025-10-14net: mdio: use macro module_driver to avoid boilerplate codeHeiner Kallweit-11/+2
2025-10-14netmem: replace __netmem_clear_lsb() with netmem_to_nmdesc()Byungchul Park-33/+33
2025-10-14HID: core: Add printk_ratelimited variants to hid_warn() etcVicki Pfau-0/+11
2025-10-13net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov-0/+15
2025-10-13net: phy: bcm54811: Fix GMII/MII/MII-Lite selectionKamil HorĂ¡k - 2N-0/+1
2025-10-13NFS4: Apply delay_retrans to async operationsJoshua Watt-0/+1
2025-10-13drm/amdgpu: drop unused structures in amdgpu_drm.hAlex Deucher-21/+0
2025-10-13KVM: arm64: Kill leftovers of ad-hoc timer userspace accessMarc Zyngier-3/+0
2025-10-13KVM: arm64: Make timer_set_offset() generally accessibleMarc Zyngier-0/+10
2025-10-13KVM: arm64: Replace timer context vcpu pointer with timer_idMarc Zyngier-5/+6
2025-10-13KVM: arm64: Introduce timer_context_to_vcpu() helperMarc Zyngier-1/+1
2025-10-13rpmb: move rpmb_frame struct and constants to common headerBean Huo-0/+44
2025-10-13ASoC: tas2781: Support more newly-released amplifiers tas58xx in the driverBaojun Xu-0/+3
2025-10-13firmware: arm_ffa: Add support for IMPDEF value in the memory access descriptorSudeep Holla-2/+19
2025-10-13ata: libata-core: relax checks in ata_read_log_directory()Damien Le Moal-0/+6
2025-10-11Revert "i2c: boardinfo: Annotate code used in init phase only"Wolfram Sang-1/+1
2025-10-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+3
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-18/+14
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-1/+1
2025-10-11Merge tag 'mm-nonmm-stable-2025-10-10-15-03' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+31