summaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | audit: add netlink audit protocol bind to check capabilities on multicast joinRichard Guy Briggs2014-04-221-0/+10
* | | ipc, kernel: use Linux headersPaul McQuade2014-06-061-1/+1
| |/ |/|
* | net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-2/+2
|/
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-11/+16
|\
| * AUDIT: Allow login in non-init namespacesEric Paris2014-03-311-1/+11
| * kernel: Use RCU_INIT_POINTER(x, NULL) in audit.cMonam Agarwal2014-03-241-1/+1
| * audit: remove stray newlines from audit_log_lost messagesJosh Boyer2014-03-201-2/+2
| * audit: allow user processes to log from another PID namespaceRichard Guy Briggs2014-03-201-3/+7
| * audit: anchor all pid references in the initial pid namespaceRichard Guy Briggs2014-03-201-2/+3
| * audit: convert PPIDs to the inital PID namespace.Richard Guy Briggs2014-03-201-2/+2
| * audit: Send replies in the proper network namespace.Eric W. Biederman2014-03-201-11/+10
| * audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman2014-03-201-4/+6
* | AUDIT: Allow login in non-init namespacesEric Paris2014-03-301-1/+11
* | audit: Update kdoc for audit_send_reply and audit_list_rules_sendEric W. Biederman2014-03-081-1/+1
* | audit: Send replies in the proper network namespace.Eric W. Biederman2014-02-281-11/+10
* | audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman2014-02-281-4/+6
|/
* audit: fix location of __net_initdata for audit_net_opsRichard Guy Briggs2014-01-171-1/+1
* audit: remove pr_info for every network namespaceEric Paris2014-01-171-2/+0
* audit: Convert int limit uses to u32Joe Perches2014-01-141-24/+25
* audit: Use more current logging styleJoe Perches2014-01-141-20/+18
* audit: Use hex_byte_pack_upperJoe Perches2014-01-141-5/+2
* audit: reorder AUDIT_TTY_SET argumentsEric Paris2014-01-131-7/+4
* audit: rework AUDIT_TTY_SET to only grab spin_lock onceEric Paris2014-01-131-15/+13
* audit: remove needless switch in AUDIT_SETEric Paris2014-01-131-16/+9
* audit: use define's for audit versionEric Paris2014-01-131-1/+1
* audit: wait_for_auditd rework for readabilityEric Paris2014-01-131-9/+7
OpenPOWER on IntegriCloud