aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
13 daysraw: annotate disconnect-side IPv4 match writersXuanqiang Luo1-1/+2
2026-08-28net: iptunnel: fix stale transport header during tunnel decapsulationDong Chenchen1-0/+5
2026-08-28tcp: use GFP_ATOMIC in tcp_send_active_reset()Eric Dumazet1-2/+1
2026-08-28net: icmp: avoid invalid transport header access in icmp_send tracepointEric Dumazet1-5/+8
2026-08-27Merge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds17-19/+127
2026-08-27Merge tag 'nf-26-08-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-2/+0
2026-08-27net/sched: bound qdisc_pkt_len to prevent qdisc soft lockupJamal Hadi Salim1-0/+1
2026-08-27Merge tag 'leds-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/ledsLinus Torvalds1-0/+6
2026-08-27Merge tag 'mfd-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds9-588/+268
2026-08-27Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds25-89/+422
2026-08-27netfilter: nf_tables: skip double clone set expressions on element insertPablo Neira Ayuso1-2/+0
2026-08-27virtio-net: Ensure that TCP packets don't overflow gso_segsAlice Mikityanska1-0/+4
2026-08-26Merge tag 'hyperv-next-signed-20260826' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds2-10/+16
2026-08-26Merge tag 'nfs-for-7.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-2/+22
2026-08-26Merge tag 'thermal-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+0
2026-08-26Merge tag 'acpi-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+6
2026-08-26Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds33-46/+1691
2026-08-26Merge branch 'acpi-bus'Rafael J. Wysocki1-0/+6
2026-08-26Merge tag 'pwrseq-updates-for-v7.3-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-4/+4
2026-08-26power: sequencing: rename pwrseq_power_on/off() to pwrseq_enable/disable()Bartosz Golaszewski1-4/+4
2026-08-25Merge tag 'rproc-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linuxLinus Torvalds5-77/+58
2026-08-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-18/+90
2026-08-25Merge tag 'tty-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds6-30/+31
2026-08-25Merge tag 'usb-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-3/+91
2026-08-25Merge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds17-42/+564
2026-08-25Merge tag 'bootconfig-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+14
2026-08-25Merge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds3-8/+98
2026-08-25sctp: fix stream->outcnt underflow on duplicate RECONF responsesJun Yang1-1/+1
2026-08-24maple_tree: fix argument name in headerLiam R. Howlett (Oracle)1-1/+1
2026-08-24maple_tree: avoid mas_erase() and mtree_erase() failuresLiam R. Howlett (Oracle)1-0/+2
2026-08-24maple_tree: drop MAPLE_ALLOC_SLOTSLiam R. Howlett (Oracle)1-2/+0
2026-08-24maple_tree: add write lock checking with lockdep sequence numbersLiam R. Howlett (Oracle)1-2/+5
2026-08-24locking/lockdep: add sequence counter to held_lockLiam R. Howlett (Oracle)3-1/+6
2026-08-24maple_tree: add rcu locking check when LOCKDEP is enabledLiam R. Howlett (Oracle)1-0/+3
2026-08-24mm: include swap.h in swapops.hKiryl Shutsemau (Meta)1-0/+1
2026-08-24mm/memcontrol: avoid false sharing between vmstats and eventsUsama Arif1-2/+7
2026-08-24percpu: drop CONFIG_DEBUG_FORCE_WEAK_PER_CPUTejun Heo2-7/+2
2026-08-24mm/swap: move swap_ops into file systems for file system-based swapChristoph Hellwig4-8/+5
2026-08-24mm/swap: add a new swap_ops.h header to allow for pluggable swap opsChristoph Hellwig1-0/+39
2026-08-24mm/vmstat: add NRSWP{IN,OUT} countersChristoph Hellwig1-0/+4
2026-08-24mm/swap: remove SWP_FS_OPSChristoph Hellwig1-1/+5
2026-08-24mm/swap: use swap_ops to register swap device's methodsChristoph Hellwig1-0/+1
2026-08-24shmem: provide a shmem_write_folio wrapperChristoph Hellwig1-4/+1
2026-08-24alloc_tag: add accuracy based filtering to ioctlAbhishek Bapat1-0/+4
2026-08-24alloc_tag: add size-based filtering to ioctlAbhishek Bapat1-1/+7
2026-08-24alloc_tag: add ioctl filters to /proc/allocinfoAbhishek Bapat1-1/+25
2026-08-24alloc_tag: add ioctl to /proc/allocinfoSuren Baghdasaryan2-0/+67
2026-08-24mm: make VM_FAULT_RESULT_TRACE compatible with sparseBart Van Assche1-14/+14
2026-08-24mm/execmem: fix fallback_end description in kernel-docHenry Elderman1-1/+1
2026-08-24mm/sparse: keep mem_section_usage_size() internalMuchun Song1-1/+0