summaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | tty: audit: Combine push functionsPeter Hurley2016-01-271-1/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-171-1/+1
|\ \ | |/ |/|
| * security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher2015-12-241-1/+1
* | audit: Delete unnecessary checks before two function callsMarkus Elfring2016-01-131-5/+2
* | audit: wake up threads if queue switched from limited to unlimitedRichard Guy Briggs2016-01-131-1/+2
* | audit: include auditd's threads in audit_log_start() wait exceptionRichard Guy Briggs2016-01-131-1/+1
* | audit: remove audit_backlog_wait_overflowPaul Moore2016-01-131-2/+1
* | audit: don't needlessly reset valid wait timeRichard Guy Briggs2016-01-131-1/+1
|/
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-3/+3
* audit: make audit_log_common_recv_msg() a void functionPaul Moore2015-11-041-5/+3
* audit: removing unused variableSaurabh Sengar2015-11-041-4/+3
* audit: audit_string_contains_control can be booleanYaowei Bai2015-11-041-3/+3
* audit: try harder to send to auditd upon netlink failureRichard Guy Briggs2015-11-041-5/+22
* Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-09-081-1/+1
|\
| * audit: use macros for unset inode and device valuesRichard Guy Briggs2015-08-061-1/+1
* | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-06-271-1/+1
|\ \ | |/
| * audit: fix for typo in comment to function audit_log_link_denied()Shailendra Verma2015-05-291-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\ \
| * | VFS: audit: d_backing_inode() annotationsDavid Howells2015-04-151-1/+1
| |/
* | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-04-221-17/+30
|\ \ | |/ |/|
| * audit: Remove condition which always evaluates to falsePranith Kumar2015-03-131-3/+2
| * audit: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso2015-02-231-8/+14
| * audit: consolidate handling of mm->exe_fileDavidlohr Bueso2015-02-231-8/+15
| * audit: code clean upAmeen Ali2015-02-231-3/+2
| * audit: don't reset working wait time accidentally with auditdRichard Guy Briggs2015-02-231-1/+2
| * audit: don't lose set wait time on first successful call to audit_log_start()Richard Guy Briggs2015-02-231-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-301-1/+1
|\ \
| * | netlink/genetlink: pass network namespace to bind/unbindJohannes Berg2014-12-271-1/+1
* | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2014-12-231-4/+4
|\ \ \ | |/ / |/| / | |/
| * audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skbRichard Guy Briggs2014-12-191-4/+4
* | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2014-12-131-1/+1
|\ \ | |/
| * Merge branch 'next' into upstream for v3.19Paul Moore2014-12-091-1/+1
| |\
| | * audit: convert status version to a feature bitmapRichard Guy Briggs2014-11-171-1/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-091-10/+1
|\ \ \
| * | | audit, sched/wait: Fixup kauditd_thread() wait loopPeter Zijlstra2014-11-041-10/+1
* | | | Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2014-11-131-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | audit: AUDIT_FEATURE_CHANGE message format missing delimiting spaceRichard Guy Briggs2014-10-301-1/+1
| |/
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-191-20/+10
|\ \ | |/
| * audit: get comm using lock to avoid race in string printingRichard Guy Briggs2014-09-231-3/+2
| * audit: correct AUDIT_GET_FEATURE return message typeRichard Guy Briggs2014-09-231-1/+1
| * audit: set nlmsg_len for multicast messages.Richard Guy Briggs2014-09-231-1/+2
| * audit: use atomic_t to simplify audit_serial()Richard Guy Briggs2014-09-231-12/+2
| * kernel/audit.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick2014-09-231-1/+1
| * audit: reduce scope of audit_log_fcapsRichard Guy Briggs2014-09-231-1/+1
| * audit: reduce scope of audit_net_idRichard Guy Briggs2014-09-231-1/+1
* | CAPABILITIES: remove undefined caps from all processesEric Paris2014-07-241-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-4/+60
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-2/+2
| |\
| * | audit: send multicast messages only if there are listenersRichard Guy Briggs2014-04-221-0/+3
| * | audit: add netlink multicast group for log readRichard Guy Briggs2014-04-221-4/+47
OpenPOWER on IntegriCloud