summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-22scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()Dan Carpenter
2024-08-22scsi: aacraid: Fix double-free on probe failureBen Hutchings
2024-08-22scsi: lpfc: Fix overflow build issueSherry Yang
2024-08-22scsi: ufs: Move UFS trace events to private headerAvri Altman
2024-08-22pktgen: use cpus_read_lock() in pg_net_init()Eric Dumazet
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-22string: Check for "nonstring" attribute on strscpy() argumentsKees Cook
2024-08-22Merge branch 'unmask-upper-dscp-bits-part-1'Jakub Kicinski
2024-08-22ipv4: Unmask upper DSCP bits when using hintsIdo Schimmel
2024-08-22ipv4: udp: Unmask upper DSCP bits during early demuxIdo Schimmel
2024-08-22ipv4: icmp: Pass full DS field to ip_route_input()Ido Schimmel
2024-08-22ipv4: Unmask upper DSCP bits in RTM_GETROUTE input route lookupIdo Schimmel
2024-08-22ipv4: Unmask upper DSCP bits in input route lookupIdo Schimmel
2024-08-22ipv4: Unmask upper DSCP bits in fib_compute_spec_dst()Ido Schimmel
2024-08-22ipv4: ipmr: Unmask upper DSCP bits in ipmr_rt_fib_lookup()Ido Schimmel
2024-08-22netfilter: nft_fib: Unmask upper DSCP bitsIdo Schimmel
2024-08-22netfilter: rpfilter: Unmask upper DSCP bitsIdo Schimmel
2024-08-22ipv4: Unmask upper DSCP bits when constructing the Record Route optionIdo Schimmel
2024-08-22ipv4: Unmask upper DSCP bits in NETLINK_FIB_LOOKUP familyIdo Schimmel
2024-08-22bpf: Unmask upper DSCP bits in bpf_fib_lookup() helperIdo Schimmel
2024-08-22media: venus: hfi_cmds: struct hfi_session_release_buffer_pkt: Add __counted_...Kees Cook
2024-08-22media: venus: hfi_cmds: struct hfi_session_release_buffer_pkt: Replace 1-elem...Kees Cook
2024-08-22virt: vbox: struct vmmdev_hgcm_pagelist: Replace 1-element array with flexibl...Kees Cook
2024-08-22Merge branch 'enhance-network-interface-feature-testing'Jakub Kicinski
2024-08-22selftests: net: Use XFAIL for operations not supported by the driverAbhinav Jain
2024-08-22selftests: net: Add on/off checks for non-fixed features of interfaceAbhinav Jain
2024-08-22selftests: net: Create veth pair for testing in networkless kernelAbhinav Jain
2024-08-22net: atlantic: Avoid warning about potential string truncationSimon Horman
2024-08-23Merge tag 'net-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-08-23Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-08-23Merge tag 'drm-xe-fixes-2024-08-22' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie
2024-08-23Merge tag 'drm-misc-fixes-2024-08-22' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2024-08-23Merge tag 'drm-intel-fixes-2024-08-22' of https://gitlab.freedesktop.org/drm/...Dave Airlie
2024-08-23Merge tag 'amd-drm-fixes-6.11-2024-08-21' of https://gitlab.freedesktop.org/a...Dave Airlie
2024-08-22Merge tag 'nvme-6.11-2024-08-22' of git://git.infradead.org/nvme into block-6.11Jens Axboe
2024-08-22NFS: Avoid unnecessary rescanning of the per-server delegation listTrond Myklebust
2024-08-22NFSv4: Fix clearing of layout segments in layoutreturnTrond Myklebust
2024-08-22NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegationsTrond Myklebust
2024-08-22nfs: fix bitmap decoder to handle a 3rd wordJeff Layton
2024-08-22nfs: fix the fetch of FATTR4_OPEN_ARGUMENTSJeff Layton
2024-08-22regulator: Minor cleanupsMark Brown
2024-08-23Merge tag 'drm-msm-fixes-2024-08-19' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie
2024-08-22smb/client: fix typo: GlobalMid_Sem -> GlobalMid_LockChenXiaoSong
2024-08-22cpufreq/amd-pstate: Use topology_logical_package_id() instead of logical_die_...Gautham R. Shenoy
2024-08-22cpufreq: amd-pstate: Fix uninitialized variable in amd_pstate_cpu_boost_update()Dan Carpenter
2024-08-22security: smack: Fix indentation in smack_netfilter.cGiSeong Ji
2024-08-22nvme: Remove unused fieldNilay Shroff
2024-08-22nvme: move stopping keep-alive into nvme_uninit_ctrl()Ming Lei
2024-08-22selftests/bpf: Add testcase for updating attached freplace prog to prog_array...Leon Hwang
2024-08-22perf python: Disable -Wno-cast-function-type-mismatch if present on clangArnaldo Carvalho de Melo