summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2024-10-05crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()Lukas Wunner-7/+7
2024-10-05crypto: ecdsa - Move X9.62 signature decoding into templateLukas Wunner-0/+13
2024-10-05ASN.1: Clean up include statements in public headersLukas Wunner-1/+1
2024-10-05crypto: sig - Move crypto_sig_*() API calls to include fileLukas Wunner-11/+36
2024-10-05crypto: akcipher - Drop sign/verify operationsLukas Wunner-63/+10
2024-10-05crypto: virtio - Drop sign/verify operationsLukas Wunner-0/+1
2024-10-05crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner-0/+2
2024-10-05crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacksLukas Wunner-0/+28
2024-10-05crypto: sig - Introduce sig_alg backendLukas Wunner-0/+146
2024-10-04net_sched: sch_fq: add the ability to offload pacingJeffrey Ji-0/+2
2024-10-04net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attributeEric Dumazet-0/+5
2024-10-04net: Fix an unsafe loop on the listAnastasia Kovaleva-0/+2
2024-10-04tcp: add a fast path in tcp_delack_timer()Eric Dumazet-2/+3
2024-10-04tcp: annotate data-races around icsk->icsk_pendingEric Dumazet-2/+2
2024-10-04Merge tag 'pm-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-5/+1
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko-9/+18
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko-1/+12
2024-10-04net/mlx5: hw counters: Remove mlx5_fc_create_exCosmin Ratiu-3/+0
2024-10-04net/mlx5: hw counters: Make fc_stats & fc_pool privateCosmin Ratiu-32/+1
2024-10-04Merge tag 'sound-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-1/+1
2024-10-04Merge tag 'drm-fixes-2024-10-04' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-1/+10
2024-10-04Merge tag 'fsnotify_for_v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-7/+3
2024-10-04Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2024-10-04Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-4/+4
2024-10-04HID: add per device quirk to force bind to hid-genericBenjamin Tissoires-0/+2
2024-10-04HID: bpf: move HID-BPF report descriptor fixup earlierBenjamin Tissoires-16/+13
2024-10-04usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flagXu Yang-0/+1
2024-10-04appletalk: Remove deadcodeDr. David Alan Gilbert-8/+0
2024-10-04arm64/ptrace: Expose GCS via ptrace and core filesMark Brown-0/+1
2024-10-04mm: Define VM_SHADOW_STACK for arm64 when we support GCSMark Brown-1/+11
2024-10-04mman: Add map_shadow_stack() flagsMark Brown-0/+4
2024-10-04prctl: arch-agnostic prctl for shadow stackMark Brown-0/+26
2024-10-04mm: Define VM_HIGH_ARCH_6Mark Brown-0/+2
2024-10-04Merge drm/drm-next into drm-xe-nextThomas Hellström-5437/+13514
2024-10-04HID: stop exporting hid_snto32()Dmitry Torokhov-1/+0
2024-10-04Input: serio - define serio_pause_rx guard to pause and resume serio portsDmitry Torokhov-0/+3
2024-10-04ceph: Remove call to PagePrivate2()Matthew Wilcox (Oracle)-1/+1
2024-10-04mm: Remove PageMappedToDiskMatthew Wilcox (Oracle)-1/+1
2024-10-03scsi: ufs: core: Improve the struct ufs_hba documentationBart Van Assche-3/+4
2024-10-03bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contractEduard Zingerman-0/+1
2024-10-03bpf: __bpf_fastcall for bpf_get_smp_processor_id in uapiEduard Zingerman-0/+2
2024-10-03ipv4: Convert ip_route_input_noref() to dscp_t.Guillaume Nault-4/+3
2024-10-03ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault-2/+8
2024-10-03lib: packing: duplicate pack() and unpack() implementationsVladimir Oltean-2/+2
2024-10-03lib: packing: add pack() and unpack() wrappers over packing()Vladimir Oltean-0/+6
2024-10-03lib: packing: remove kernel-doc from header fileVladimir Oltean-26/+0
2024-10-03drm/msm/a6xx: Add a flag to allow preemption to submitqueue_createAntonino Maniscalco-1/+4
2024-10-03nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()Mike Snitzer-0/+15
2024-10-03NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang-0/+1
2024-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-494/+956