aboutsummaryrefslogtreecommitdiff
path: root/kernel/audit.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+3
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2025-12-16audit: include source and destination ports to NETFILTER_PKTRicardo Robaina1-4/+99
2025-12-16audit: add audit_log_nf_skb helper functionRicardo Robaina1-0/+64
2025-09-10audit: fix skb leak when audit rate limit is exceededGerald Yang1-1/+3
2025-09-04audit: init ab->skb_list earlier in audit_buffer_alloc()Eric Dumazet1-1/+2
2025-08-30audit: add record for multiple object contextsCasey Schaufler1-1/+57
2025-08-30audit: add record for multiple task security contextsCasey Schaufler1-33/+175
2025-08-30lsm: security_lsmblob_to_secctx module selectionCasey Schaufler1-2/+2
2025-08-30audit: create audit_stamp structureCasey Schaufler1-8/+9
2025-04-11audit: record AUDIT_ANOM_* events regardless of presence of rulesRichard Guy Briggs1-1/+1
2025-04-11audit: mark audit_log_vformat() with __printf() attributeAndy Shevchenko1-2/+2
2025-01-29audit: Initialize lsmctx to avoid memory allocation errorHuacai Chen1-1/+1
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler1-5/+4
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-15/+15
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+11
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler1-6/+5
2024-10-11audit: update shutdown LSM dataCasey Schaufler1-6/+8
2024-10-03audit: Reorganize kerneldoc parameter namesJulia Lawall1-1/+1
2024-09-03audit: Make use of str_enabled_disabled() helperHongbo Li1-1/+1
2024-08-28audit: use task_tgid_nr() instead of task_pid_nr()Ricardo Robaina1-1/+1
2024-01-25audit: use KMEM_CACHE() instead of kmem_cache_create()Kunwu Chan1-3/+1
2023-11-12audit: Send netlink ACK before setting connection in auditd_setChris Riches1-7/+24
2023-08-15audit: move trailing statements to next lineAtul Kumar Pant1-1/+2
2023-07-20audit: include security.h unconditionallyXiu Jianfeng1-2/+0
2022-08-29audit: use time_after to compare timewuchi1-5/+3
2022-06-13audit: make is_audit_feature_set() staticXiu Jianfeng1-1/+1
2022-06-07audit: remove redundant data_len checkShreenidhi Shedi1-1/+1
2022-01-25audit: improve audit queue handling when "audit=1" on cmdlinePaul Moore1-19/+43
2022-01-11Merge tag 'audit-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+19
2022-01-11Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2021-12-20audit: use struct_size() helper in audit_[send|make]_reply()Xiu Jianfeng1-1/+1
2021-12-15audit: improve robustness of the audit queue handlingPaul Moore1-11/+10
2021-12-15audit: ensure userspace is penalized the same as the kernel when under pressurePaul Moore1-1/+17
2021-12-14audit: use struct_size() helper in kmalloc()Xiu Jianfeng1-1/+1
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore1-2/+2
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore1-2/+2
2021-01-15audit: Remove leftover reference to the audit_taskletDavidlohr Bueso1-1/+1
2021-01-04kernel/audit: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-02audit: replace atomic_add_return()Yejune Deng1-1/+1
2020-11-24audit: fix macros warningsAlex Shi1-1/+1
2020-10-27audit: trigger accompanying records when no rules presentRichard Guy Briggs1-0/+3
2020-10-27audit: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-08-26audit: Remove redundant null checkXu Wang1-2/+1
2020-08-17audit: uninitialize variable audit_sig_sidJules Irenge1-1/+1
2020-08-17audit: change unnecessary globals into staticsJules Irenge1-3/+3
2020-08-04Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+27