aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-04-12Merge tag 'nf-24-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Gravatar David S. Miller 2-1/+25
2024-04-11Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 5-4/+76
2024-04-11Merge tag 'loongarch-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+5
2024-04-11netfilter: flowtable: validate pppoe headerGravatar Pablo Neira Ayuso 1-1/+11
2024-04-11netfilter: nft_set_pipapo: walk over current view on netlink dumpGravatar Pablo Neira Ayuso 1-0/+14
2024-04-10Merge tag 'bootconfig-fixes-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2024-04-10Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2024-04-10Bluetooth: SCO: Fix not validating setsockopt user inputGravatar Luiz Augusto von Dentz 1-0/+9
2024-04-10mm: Move lowmem_page_address() a little laterGravatar Huacai Chen 1-5/+5
2024-04-09ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrGravatar Jiri Benc 1-0/+4
2024-04-09net: add copy_safe_from_sockptr() helperGravatar Eric Dumazet 1-0/+25
2024-04-09compiler.h: Add missing quote in macro commentGravatar Thorsten Blum 1-1/+1
2024-04-09fs/proc: Skip bootloader comment if no embedded kernel parametersGravatar Masami Hiramatsu 1-0/+1
2024-04-08Merge tag 'fixes-2024-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2024-04-08geneve: fix header validation in geneve[6]_xmit_skbGravatar Eric Dumazet 1-0/+33
2024-04-07Merge tag 'x86-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+12
2024-04-07Merge tag 'timers-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-18/+62
2024-04-06Merge branch 'linus' into x86/urgent, to pick up dependent commitGravatar Ingo Molnar 14-22/+66
2024-04-05u64_stats: fix u64_stats_init() for lockdep when used repeatedly in one fileGravatar Petr Tesarik 1-4/+5
2024-04-05Merge tag 'io_uring-6.9-20240405' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+0
2024-04-05Merge tag 'devicetree-fixes-for-6.9-1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+1
2024-04-05Merge tag 'mm-hotfixes-stable-2024-04-05-11-30' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-6/+5
2024-04-05Merge tag 'pm-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-1/+0
2024-04-05Merge tag 'sound-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 2-1/+4
2024-04-05stackdepot: rename pool_index to pool_index_plus_1Gravatar Peter Collingbourne 1-4/+3
2024-04-05mm/secretmem: fix GUP-fast succeeding on secretmem foliosGravatar David Hildenbrand 1-2/+2
2024-04-05Merge tag 'vfs-6.9-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-10/+3
2024-04-05Merge tag 'asoc-fix-v6.9-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Gravatar Takashi Iwai 559-4792/+11584
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-2/+52
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-1/+15
2024-04-04PM: EM: fix wrong utilization estimation in em_cpu_energy()Gravatar Vincent Guittot 1-1/+0
2024-04-04x86/cc: Add cc_platform_set/_clear() helpersGravatar Borislav Petkov (AMD) 1-0/+12
2024-04-04memblock tests: fix undefined reference to `BIT'Gravatar Wei Yang 1-0/+2
2024-04-03net: mana: Fix Rx DMA datasize and skb_over_panicGravatar Haiyang Zhang 1-1/+0
2024-04-03randomize_kstack: Improve entropy diffusionGravatar Kees Cook 1-1/+1
2024-04-03vdso: Use CONFIG_PAGE_SHIFT in vdso/datapage.hGravatar Arnd Bergmann 1-7/+1
2024-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+1
2024-04-02io_uring/kbuf: get rid of lower BGID listsGravatar Jens Axboe 1-1/+0
2024-04-01timers: Fix kernel-doc format and add Return valuesGravatar Randy Dunlap 1-2/+10
2024-04-01time/timekeeping: Fix kernel-doc warnings and typosGravatar Randy Dunlap 1-7/+42
2024-04-01time/timecounter: Fix inline documentationGravatar Randy Dunlap 1-2/+9
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-11/+0
2024-03-31Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+3
2024-03-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 5-1/+5
2024-03-29Merge tag 'drm-fixes-2024-03-30' of https://gitlab.freedesktop.org/drm/kernelGravatar Linus Torvalds 1-3/+14
2024-03-29Merge tag 'gpio-fixes-for-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+15
2024-03-29Bluetooth: add quirk for broken address propertiesGravatar Johan Hovold 1-0/+9
2024-03-29udp: do not accept non-tunnel GSO skbs landing in a tunnelGravatar Antoine Tenart 1-0/+28
2024-03-29ASoC: tas2781: mark dvc_tlv with __maybe_unusedGravatar Gergo Koteles 1-1/+1
2024-03-28bpf: support deferring bpf_link dealloc to after RCU grace periodGravatar Andrii Nakryiko 1-1/+15