aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-16selftests: net-drv: queues: sanity check netlink dumpsJakub Kicinski1-10/+13
2024-12-16selftests: net: support setting recv_size in YNLJakub Kicinski1-8/+8
2024-12-16netdev: fix repeated netlink messages in queue statsJakub Kicinski1-2/+2
2024-12-16netdev: fix repeated netlink messages in queue dumpJakub Kicinski1-7/+4
2024-12-16fortify: Hide run-time copy size from value range trackingKees Cook1-1/+13
2024-12-16hwmon: (tmp513) Fix interpretation of values of Temperature Result and Limit ...Murad Masimov1-1/+1
2024-12-16hwmon: (tmp513) Fix Current Register value interpretationMurad Masimov1-1/+1
2024-12-16hwmon: (tmp513) Fix interpretation of values of Shunt Voltage and Limit Regis...Murad Masimov1-2/+4
2024-12-16ceph: allocate sparse_ext map only for sparse readsIlya Dryomov2-1/+3
2024-12-16ceph: fix memory leak in ceph_direct_read_write()Ilya Dryomov1-21/+22
2024-12-16ceph: improve error handling and short/overflow-read logic in __ceph_sync_read()Alex Markuze1-15/+14
2024-12-16ceph: validate snapdirname option length when mountingIlya Dryomov1-0/+2
2024-12-16ceph: give up on paths longer than PATH_MAXMax Kellermann1-5/+4
2024-12-16ceph: fix memory leaks in __ceph_sync_read()Max Kellermann1-4/+3
2024-12-16ftrace: Do not find "true_parent" if HAVE_DYNAMIC_FTRACE_WITH_ARGS is not setSteven Rostedt1-1/+2
2024-12-16fgraph: Still initialize idle shadow stacks when startingSteven Rostedt1-1/+7
2024-12-16thermal/thresholds: Fix uapi header macros leading to a compilation errorDaniel Lezcano1-2/+2
2024-12-16Merge tag 'soc-fixes-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds7-18/+23
2024-12-16Merge tag 'platform-drivers-x86-v6.13-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-27/+103
2024-12-16Merge tag 'usb-serial-6.13-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+27
2024-12-16erofs: use buffered I/O for file-backed mounts by defaultGao Xiang3-10/+21
2024-12-16erofs: reference `struct erofs_device_info` for erofs_map_devGao Xiang4-23/+15
2024-12-16erofs: use `struct erofs_device_info` for the primary deviceGao Xiang4-31/+22
2024-12-16thunderbolt: Improve redrive mode handlingMika Westerberg1-0/+41
2024-12-15ksmbd: conn lock to serialize smb2 negotiateNamjae Jeon1-0/+2
2024-12-15ksmbd: fix broken transfers when exceeding max simultaneous operationsMarios Makassikis5-10/+17
2024-12-15ksmbd: count all requests in req_running counterMarios Makassikis1-2/+3
2024-12-15selinux: ignore unknown extended permissionsThiƩbaud Weksteen1-2/+6
2024-12-15Linux 6.13-rc3v6.13-rc3Linus Torvalds1-1/+1
2024-12-15Merge tag 'arc-6.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds14-19/+19
2024-12-15Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-23/+7
2024-12-15Merge tag 'i2c-for-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-3/+4
2024-12-15net: renesas: rswitch: rework ts tags managementNikita Yushchenko2-45/+42
2024-12-15s390/mm: Consider KMSAN modules metadata for paging levelsVasily Gorbik1-0/+2
2024-12-15Merge branch 'ionic-minor-code-fixes'Jakub Kicinski3-5/+8
2024-12-15ionic: use ee->offset when returning sprom dataShannon Nelson1-2/+2
2024-12-15ionic: no double destroy workqueueShannon Nelson1-1/+4
2024-12-15ionic: Fix netdev notifier unregister on failureBrett Creeley1-2/+2
2024-12-15tools/net/ynl: fix sub-message key lookup for nested attributesDonald Hunter1-3/+3
2024-12-15netdevsim: prevent bad user input in nsim_dev_health_break_write()Eric Dumazet1-0/+2
2024-12-15net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic()Vladimir Oltean1-1/+1
2024-12-15Merge tag 'edac_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-22/+10
2024-12-15Merge tag 'irq_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+17
2024-12-15Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds7-22/+84
2024-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-16/+58
2024-12-15Merge branch 'smc-fixes'David S. Miller4-8/+58
2024-12-15net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang1-0/+5
2024-12-15net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang2-1/+9
2024-12-15net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msgGuangguan Wang3-3/+16
2024-12-15net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang3-2/+14