summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-08-09xsk: drain continuation descs after overflow in xsk_build_skb()Jason Xing1-0/+1
2026-08-09xsk: use a smaller new lock for shared pool caseJason Xing1-4/+9
2026-08-09ipvs: do not mangle ICMP replies for non-first fragmentsJulian Anastasov1-6/+5
2026-08-09ipvs: fix places with wrong packet offsetsJulian Anastasov1-6/+9
2026-08-09ipvs: fix the checksum validationsJulian Anastasov1-2/+29
2026-08-09netfilter: nf_tables: make nft_object rhltable per tablePablo Neira Ayuso1-1/+3
2026-08-09arch/x86: mshyperv: Discover Confidential VMBus availabilityRoman Kisel1-0/+2
2026-08-09netfilter: nf_conntrack_sip: widen NAT rewrite delta to s32 in sip_help_tcp()Xiang Mei1-1/+1
2026-08-09thunderbolt: Prevent XDomain delayed work use-after-free on disconnectMichael Bommarito1-0/+3
2026-08-09mm/slab: prevent unbounded recursion in free path with new kmalloc typeHarry Yoo (Oracle)1-1/+7
2026-08-09lib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()Harry Yoo (Oracle)1-0/+3
2026-08-09netfilter: br_netfilter: Reallocate headroom if necessary in neigh_hh_bridge()Lorenzo Bianconi1-2/+6
2026-08-09netfilter: nf_conntrack_expect: restore helper propagation via expectationPablo Neira Ayuso1-1/+4
2026-08-03bootconfig: move xbc_snprint_cmdline() to lib/bootconfig.cBreno Leitao1-0/+3
2026-08-03x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domainTony Luck1-14/+14
2026-08-03cred: add kernel_cred() helperChristian Brauner1-0/+7
2026-08-03remoteproc: xlnx: Check remote core stateTanmay Shah1-0/+13
2026-08-03SUNRPC: Return an error from xdr_buf_to_bvec() on overflowChuck Lever1-2/+2
2026-08-03SUNRPC: Add helpers to convert xdr_buf byte ranges to scatterlistsChuck Lever1-0/+15
2026-08-03sunrpc: allocate a separate bvec array for socket sendsJeff Layton1-0/+3
2026-08-03gpu: Move DRM buddy allocator one level up (part two)Joel Fernandes2-159/+183
2026-08-03netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal3-37/+0
2026-08-03vduse: return internal vq group struct as map tokenEugenio Pérez1-3/+3
2026-08-03audit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina2-8/+8
2026-08-03audit: widen ino fields to u64Jeff Layton1-1/+1
2026-08-03fscrypt: Avoid dynamic allocation in fscrypt_get_devices()Eric Biggers1-8/+10
2026-08-03tcp: challenge ACK for non-exact RST in SYN-RECEIVEDYuxiang Yang1-0/+2
2026-08-03Bluetooth: RFCOMM: Fix session UAF in set_termiosChengfeng Ye1-0/+3
2026-08-03media: vb2: use ssize_t for vb2_read/vb2_writeZile Xiong1-4/+4
2026-08-03media: v4l2-fwnode: Fix subdev owner overwritten in v4l2_async_register_subde...Mirela Rabulea1-1/+3
2026-08-03drm/amd/display: Force PWM backlight on Lenovo Legion 5 15ARH05Alessandro Rinaldi1-0/+1
2026-08-03drm/displayid: fix Tiled Display Topology ID sizeJani Nikula1-3/+3
2026-08-03net/mlx5: Fix MCIA register buffer overflow on 32 dword readsGal Pressman1-12/+1
2026-08-03cred: add scoped_with_kernel_creds()Christian Brauner1-0/+8
2026-08-03btrfs: declare btrfs_ioctl_search_args_v2::buf as __u8You-Kai Zheng1-1/+1
2026-08-03sctp: fix auth_hmacs array size in struct sctp_cookieXin Long1-1/+2
2026-08-03powerpc/time: Prepare to stop elapsing in dynticks-idleFrederic Weisbecker1-0/+6
2026-08-03scsi: core: wake eh reliably when using scsi_schedule_ehDavid Jeffery1-0/+3
2026-08-03firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculationSebastian Ene1-1/+1
2026-08-03wifi: cfg80211: convert pmsr_free_wk to wiphy_work to fix deadlockPeddolla Harshavardhan Reddy1-1/+1
2026-08-03RDMA/umem: Add pinned revocable dmabuf import interfaceJacob Moroni1-0/+19
2026-08-03net: dropreason: add SKB_DROP_REASON_RECURSION_LIMITEric Dumazet2-1/+4
2026-08-03seqlock: Allow UBSAN_ALIGNMENT to fail optimizingHeiko Carstens1-3/+4
2026-08-03seqlock: Allow KASAN to fail optimizingPeter Zijlstra1-1/+4
2026-08-03seqlock: Cure some more scoped_seqlock() optimization failsPeter Zijlstra1-2/+2
2026-07-24seqlock: fix scoped_seqlock_read kernel-docRandy Dunlap1-9/+8
2026-07-24bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski1-0/+4
2026-07-24new helper: simple_remove_by_name()Al Viro1-0/+2
2026-07-24bpf: Consistently use bpf_rcu_lock_held() everywhereAndrii Nakryiko2-3/+3
2026-07-24seqlock: Introduce scoped_seqlock_read()Peter Zijlstra1-0/+111