Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d61e2944b6364006e3d7a0152aaafda741c8c876
/
kernel
/
audit.c
f7b5363
Audit: remove unused audit_log_secctx function
by Casey Schaufler
· 7 years ago
33e8a90
audit: Allow auditd to set pid to 0 to end auditing
by Steve Grubb
· 7 years ago
5d842a5
audit: use audit_set_enabled() in audit_enable()
by Paul Moore
· 7 years ago
b3b4fdf
audit: convert audit_ever_enabled to a boolean
by Paul Moore
· 7 years ago
80ab4df
audit: don't use simple_strtol() anymore
by Paul Moore
· 7 years ago
be4104a
audit: initialize the audit subsystem as early as possible
by Paul Moore
· 7 years ago
173743d
audit: ensure that 'audit=1' actually enables audit for PID 1
by Paul Moore
· 7 years ago
196a508
audit: update the function comments
by Geliang Tang
· 7 years ago
e832bf4
audit: Reduce overhead using a coarse clock
by Mel Gorman
· 8 years ago
f58781c
Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 7 years ago
b0659ae
audit: fix memleak in auditd_send_unicast_skb.
by Shu Wang
· 7 years ago
7391786
Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 7 years ago
cd33f5f
audit: make sure we never skip the multicast broadcast
by Paul Moore
· 8 years ago
c81be52
audit: fix a race condition with the auditd tracking code
by Paul Moore
· 8 years ago
4b3e4ed
audit: unswing cap_* fields in PATH records
by Richard Guy Briggs
· 8 years ago
46f0537
Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
48d0e02
audit: fix the RCU locking for the auditd_connection structure
by Paul Moore
· 8 years ago
8cc9638
audit: use kmem_cache to manage the audit_buffer cache
by Paul Moore
· 8 years ago
2115bb2
audit: Use timespec64 to represent audit timestamps
by Deepa Dinamani
· 8 years ago
b6c7c11
audit: store the auditd PID as a pid struct instead of pid_t
by Paul Moore
· 8 years ago
45a0642
audit: kernel generated netlink traffic should have a portid of 0
by Paul Moore
· 8 years ago
a9d1620
audit: combine audit_receive() and audit_receive_skb()
by Paul Moore
· 8 years ago
6b6cbc1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
2d4bc93
netlink: extended ACK reporting
by Johannes Berg
· 8 years ago
264d509
audit: make sure we don't let the retry queue grow without bounds
by Paul Moore
· 8 years ago
5b52330
audit: fix auditd/kernel connection state tracking
by Paul Moore
· 8 years ago
b8989bc
Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
92c82e8
audit: add feature audit_lost reset
by Richard Guy Briggs
· 8 years ago
0110c35
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
dcdaa2f
Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
7c397d0
audit: Make AUDIT_KERNEL event conform to the specification
by Steve Grubb
· 8 years ago
533c7b6
audit: use proper refcount locking on audit_sock
by Richard Guy Briggs
· 8 years ago
a09cfa4
audit: don't ever sleep on a command record/message
by Paul Moore
· 8 years ago
6c54e78
audit: handle a clean auditd shutdown with grace
by Paul Moore
· 8 years ago
e1d1662
audit: wake up kauditd_thread after auditd registers
by Paul Moore
· 8 years ago
3197542
audit: rework audit_log_start()
by Paul Moore
· 8 years ago
c648020
audit: rework the audit queue handling
by Paul Moore
· 8 years ago
af8b824
audit: rename the queues and kauditd related functions
by Paul Moore
· 8 years ago
4aa83872
audit: queue netlink multicast sends just like we do for unicast sends
by Paul Moore
· 8 years ago
6c92556
audit: fixup audit_init()
by Paul Moore
· 8 years ago
55a6f17
audit: move kaudit thread start from auditd registration to kaudit init (#2)
by Richard Guy Briggs
· 8 years ago
8bd1076
audit_log_{name,link_denied}: constify struct path
by Al Viro
· 8 years ago
6060298
audit: remove useless synchronize_net()
by WANG Cong
· 8 years ago
c7d03a0
netns: make struct pernet_operations::id unsigned int
by Alexey Dobriyan
· 8 years ago
3cd013a
Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
fa2bea2
audit: consistently record PIDs with task_tgid_nr()
by Paul Moore
· 8 years ago
797cee9
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
89a82a9
Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 9 years ago
3f5be2d
audit: move audit_get_tty to reduce scope and kabi changes
by Richard Guy Briggs
· 9 years ago
86b2efb
audit: add fields to exclude filter by reusing user filter
by Richard Guy Briggs
· 9 years ago
03e1aa1
Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 9 years ago
db0a6fb
audit: add tty field to LOGIN event
by Richard Guy Briggs
· 9 years ago
7ffb8e3
audit: we don't need to __set_current_state(TASK_RUNNING)
by Paul Moore
· 9 years ago
51b3eae
Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 9 years ago
2e28d38
tty: audit: Handle tty audit enable atomically
by Peter Hurley
· 9 years ago
37282a7
tty: audit: Combine push functions
by Peter Hurley
· 9 years ago
935c9e7
audit: log failed attempts to change audit_pid configuration
by Richard Guy Briggs
· 9 years ago
133e1e5
audit: stop an old auditd being starved out by a new auditd
by Richard Guy Briggs
· 9 years ago
5807fca
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 9 years ago
d865e57
audit: Delete unnecessary checks before two function calls
by Markus Elfring
· 9 years ago
1194b99
audit: wake up threads if queue switched from limited to unlimited
by Richard Guy Briggs
· 9 years ago
f48a942
audit: include auditd's threads in audit_log_start() wait exception
by Richard Guy Briggs
· 9 years ago
eb8baf6
audit: remove audit_backlog_wait_overflow
by Paul Moore
· 9 years ago
c4b7a77
audit: don't needlessly reset valid wait time
by Richard Guy Briggs
· 9 years ago
d6335d7
security: Make inode argument of inode_getsecid non-const
by Andreas Gruenbacher
· 9 years ago
d0164ad
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
by Mel Gorman
· 9 years ago
233a686
audit: make audit_log_common_recv_msg() a void function
by Paul Moore
· 9 years ago
c5ea6efd
audit: removing unused variable
by Saurabh Sengar
· 9 years ago
9fcf836
audit: audit_string_contains_control can be boolean
by Yaowei Bai
· 9 years ago
32a1dba
audit: try harder to send to auditd upon netlink failure
by Richard Guy Briggs
· 9 years ago
425afcf
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 9 years ago
84cb777
audit: use macros for unset inode and device values
by Richard Guy Briggs
· 9 years ago
4a10a91
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 10 years ago
2201196
audit: fix for typo in comment to function audit_log_link_denied()
by Shailendra Verma
· 10 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
27cf3a1
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 10 years ago
3b36215
VFS: audit: d_backing_inode() annotations
by David Howells
· 10 years ago
724e7bf
audit: Remove condition which always evaluates to false
by Pranith Kumar
· 10 years ago
5b28255
audit: reduce mmap_sem hold for mm->exe_file
by Davidlohr Bueso
· 10 years ago
4766b19
audit: consolidate handling of mm->exe_file
by Davidlohr Bueso
· 10 years ago
5985de6
audit: code clean up
by Ameen Ali
· 10 years ago
efef73a
audit: don't reset working wait time accidentally with auditd
by Richard Guy Briggs
· 10 years ago
a77ed4e
audit: don't lose set wait time on first successful call to audit_log_start()
by Richard Guy Briggs
· 10 years ago
2c90331
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
023e2cf
netlink/genetlink: pass network namespace to bind/unbind
by Johannes Berg
· 10 years ago
66b3f4f
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 10 years ago
54dc77d
audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skb
by Richard Guy Briggs
· 10 years ago
a99abce
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 10 years ago
86c6a2f
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
0f7e94e
Merge branch 'next' into upstream for v3.19
by Paul Moore
· 10 years ago
0288d71
audit: convert status version to a feature bitmap
by Richard Guy Briggs
· 10 years ago
9118837
Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 10 years ago
6b55fc6
audit, sched/wait: Fixup kauditd_thread() wait loop
by Peter Zijlstra
· 10 years ago
897f1ac
audit: AUDIT_FEATURE_CHANGE message format missing delimiting space
by Richard Guy Briggs
· 10 years ago
ab074ad
Merge git://git.infradead.org/users/eparis/audit
by Linus Torvalds
· 10 years ago
9eab339
audit: get comm using lock to avoid race in string printing
by Richard Guy Briggs
· 11 years ago
9ef9151
audit: correct AUDIT_GET_FEATURE return message type
by Richard Guy Briggs
· 10 years ago
54e05ed
audit: set nlmsg_len for multicast messages.
by Richard Guy Briggs
· 10 years ago
01478d7
audit: use atomic_t to simplify audit_serial()
by Richard Guy Briggs
· 11 years ago
6eed9b2
kernel/audit.c: use ARRAY_SIZE instead of sizeof/sizeof[0]
by Fabian Frederick
· 11 years ago
Next »