aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-23selftests: fill in some missing configs for netJakub Kicinski1-0/+28
2024-01-23hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 KbytesMichael Kelley1-2/+2
2024-01-23Revert "net: macsec: use skb_ensure_writable_head_tail to expand the skb"Rahul Rameshbabu1-5/+20
2024-01-23Merge tag 'trace-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-7/+21
2024-01-23riscv, bpf: Fix unpredictable kernel crash about RV64 struct_opsPu Lehui1-2/+3
2024-01-23Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski11-47/+24
2024-01-23Merge branch 'netfs-fixes' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Christian Brauner11-40/+76
2024-01-23eventfs: Save directory inodes in the eventfs_inode structureSteven Rostedt (Google)2-6/+15
2024-01-23ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao1-0/+3
2024-01-23ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein7-51/+110
2024-01-23netlink: fix potential sleeping issue in mqueue_flush_fileZhengchao Shao1-1/+1
2024-01-23selftest: Don't reuse port for SO_INCOMING_CPU test.Kuniyuki Iwashima1-18/+50
2024-01-23tcp: Add memory barrier to tcp_push()Salvatore Dipietro1-0/+1
2024-01-23fbdev: stifb: Fix crash in stifb_blank()Helge Deller1-1/+1
2024-01-22drm/ttm: fix ttm pool initialization for no-dma-device driversFedor Pchelkin1-2/+7
2024-01-22Revert "btrfs: zstd: fix and simplify the inline extent decompression"Linus Torvalds2-23/+54
2024-01-22afs: Fix missing/incorrect unlocking of RCU read lockDavid Howells1-2/+3
2024-01-22afs: Remove afs_dynroot_d_revalidate() as it is redundantDavid Howells1-9/+0
2024-01-22afs: Fix error handling with lookup via FS.InlineBulkStatusDavid Howells2-3/+34
2024-01-22afs: Hide silly-rename files from userspaceDavid Howells1-0/+8
2024-01-22cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-modeDavid Howells1-0/+3
2024-01-22tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu1-1/+6
2024-01-22netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()Dan Carpenter1-2/+3
2024-01-22netfs, fscache: Prevent Oops in fscache_put_cache()Dan Carpenter1-1/+2
2024-01-22cifs: Don't use certain unnecessary folio_*() functionsDavid Howells1-5/+5
2024-01-22afs: Don't use certain unnecessary folio_*() functionsDavid Howells1-5/+5
2024-01-22netfs: Don't use certain unnecessary folio_*() functionsDavid Howells4-13/+13
2024-01-22fbcon: Fix incorrect printed function name in fbcon_prepare_logo()Geert Uytterhoeven1-2/+1
2024-01-22Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-186/+179
2024-01-22exec: Fix error handling in begin_new_exec()Bernd Edlinger1-0/+3
2024-01-22exec: Add do_close_execat() helperKees Cook1-6/+26
2024-01-22exec: remove useless commentAskar Safin1-3/+0
2024-01-22ELF, MAINTAINERS: specifically mention ELFAlexey Dobriyan1-1/+2
2024-01-22Merge tag 'Wstringop-overflow-for-6.8-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds3-2/+16
2024-01-22Merge tag 'xsa448-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/x...Linus Torvalds1-6/+38
2024-01-22netfs: Add Jeff Layton as reviewerDavid Howells1-0/+1
2024-01-22netfs, cachefiles: Change mailing listDavid Howells1-2/+2
2024-01-22net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recvSharath Srinivasan1-1/+1
2024-01-22net: micrel: Fix PTP frame parsing for lan8814Horatiu Vultur1-0/+11
2024-01-22Merge branch 'dpll-fixes'David S. Miller3-29/+100
2024-01-22dpll: fix register pin with unregistered parent pinArkadiusz Kubalewski1-6/+0
2024-01-22dpll: fix userspace availability of pinsArkadiusz Kubalewski1-2/+27
2024-01-22dpll: fix pin dump crash for rebound moduleArkadiusz Kubalewski3-18/+69
2024-01-22dpll: fix broken error path in dpll_pin_alloc(..)Arkadiusz Kubalewski1-3/+4
2024-01-22Merge branch 'tun-fixes'David S. Miller1-2/+8
2024-01-22tun: add missing rx stats accounting in tun_xdp_actYunjian Wang1-0/+2
2024-01-22tun: fix missing dropped counter in tun_xdp_actYunjian Wang1-2/+6
2024-01-22net: fix removing a namespace with conflicting altnamesJakub Kicinski2-0/+12
2024-01-21init: Kconfig: Disable -Wstringop-overflow for GCC-11Gustavo A. R. Silva2-1/+15
2024-01-21Makefile: Enable -Wstringop-overflow globallyGustavo A. R. Silva2-2/+2