| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-12-30 | 1 | -1/+1 |
|\ |
|
| * | netlink/genetlink: pass network namespace to bind/unbind | Johannes Berg | 2014-12-27 | 1 | -1/+1 |
* | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2014-12-24 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skb | Richard Guy Briggs | 2014-12-20 | 1 | -4/+4 |
* | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2014-12-13 | 1 | -1/+1 |
|\| |
|
| * | Merge branch 'next' into upstream for v3.19 | Paul Moore | 2014-12-09 | 1 | -1/+1 |
| |\ |
|
| | * | audit: convert status version to a feature bitmap | Richard Guy Briggs | 2014-11-17 | 1 | -1/+1 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-12-10 | 1 | -10/+1 |
|\ \ \ |
|
| * | | | audit, sched/wait: Fixup kauditd_thread() wait loop | Peter Zijlstra | 2014-11-04 | 1 | -10/+1 |
* | | | | Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2014-11-13 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * / | audit: AUDIT_FEATURE_CHANGE message format missing delimiting space | Richard Guy Briggs | 2014-10-31 | 1 | -1/+1 |
| |/ |
|
* | | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2014-10-20 | 1 | -20/+10 |
|\| |
|
| * | audit: get comm using lock to avoid race in string printing | Richard Guy Briggs | 2014-09-23 | 1 | -3/+2 |
| * | audit: correct AUDIT_GET_FEATURE return message type | Richard Guy Briggs | 2014-09-23 | 1 | -1/+1 |
| * | audit: set nlmsg_len for multicast messages. | Richard Guy Briggs | 2014-09-23 | 1 | -1/+2 |
| * | audit: use atomic_t to simplify audit_serial() | Richard Guy Briggs | 2014-09-23 | 1 | -12/+2 |
| * | kernel/audit.c: use ARRAY_SIZE instead of sizeof/sizeof[0] | Fabian Frederick | 2014-09-23 | 1 | -1/+1 |
| * | audit: reduce scope of audit_log_fcaps | Richard Guy Briggs | 2014-09-23 | 1 | -1/+1 |
| * | audit: reduce scope of audit_net_id | Richard Guy Briggs | 2014-09-23 | 1 | -1/+1 |
* | | CAPABILITIES: remove undefined caps from all processes | Eric Paris | 2014-07-24 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-06-12 | 1 | -4/+60 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-05-12 | 1 | -2/+2 |
| |\ |
|
| * | | audit: send multicast messages only if there are listeners | Richard Guy Briggs | 2014-04-23 | 1 | -0/+3 |
| * | | audit: add netlink multicast group for log read | Richard Guy Briggs | 2014-04-23 | 1 | -4/+47 |
| * | | audit: add netlink audit protocol bind to check capabilities on multicast join | Richard Guy Briggs | 2014-04-23 | 1 | -0/+10 |
* | | | ipc, kernel: use Linux headers | Paul McQuade | 2014-06-07 | 1 | -1/+1 |
| |/
|/| |
|
* | | net: Use netlink_ns_capable to verify the permisions of netlink messages | Eric W. Biederman | 2014-04-24 | 1 | -2/+2 |
|/ |
|
* | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2014-04-12 | 1 | -11/+16 |
|\ |
|
| * | AUDIT: Allow login in non-init namespaces | Eric Paris | 2014-03-31 | 1 | -1/+11 |
| * | kernel: Use RCU_INIT_POINTER(x, NULL) in audit.c | Monam Agarwal | 2014-03-24 | 1 | -1/+1 |
| * | audit: remove stray newlines from audit_log_lost messages | Josh Boyer | 2014-03-20 | 1 | -2/+2 |
| * | audit: allow user processes to log from another PID namespace | Richard Guy Briggs | 2014-03-20 | 1 | -3/+7 |
| * | audit: anchor all pid references in the initial pid namespace | Richard Guy Briggs | 2014-03-20 | 1 | -2/+3 |
| * | audit: convert PPIDs to the inital PID namespace. | Richard Guy Briggs | 2014-03-20 | 1 | -2/+2 |
| * | audit: Send replies in the proper network namespace. | Eric W. Biederman | 2014-03-20 | 1 | -11/+10 |
| * | audit: Use struct net not pid_t to remember the network namespce to reply in | Eric W. Biederman | 2014-03-20 | 1 | -4/+6 |
* | | AUDIT: Allow login in non-init namespaces | Eric Paris | 2014-03-31 | 1 | -1/+11 |
* | | audit: Update kdoc for audit_send_reply and audit_list_rules_send | Eric W. Biederman | 2014-03-09 | 1 | -1/+1 |
* | | audit: Send replies in the proper network namespace. | Eric W. Biederman | 2014-03-01 | 1 | -11/+10 |
* | | audit: Use struct net not pid_t to remember the network namespce to reply in | Eric W. Biederman | 2014-02-28 | 1 | -4/+6 |
|/ |
|
* | audit: fix location of __net_initdata for audit_net_ops | Richard Guy Briggs | 2014-01-17 | 1 | -1/+1 |
* | audit: remove pr_info for every network namespace | Eric Paris | 2014-01-17 | 1 | -2/+0 |
* | audit: Convert int limit uses to u32 | Joe Perches | 2014-01-14 | 1 | -24/+25 |
* | audit: Use more current logging style | Joe Perches | 2014-01-14 | 1 | -20/+18 |
* | audit: Use hex_byte_pack_upper | Joe Perches | 2014-01-14 | 1 | -5/+2 |
* | audit: reorder AUDIT_TTY_SET arguments | Eric Paris | 2014-01-14 | 1 | -7/+4 |
* | audit: rework AUDIT_TTY_SET to only grab spin_lock once | Eric Paris | 2014-01-14 | 1 | -15/+13 |
* | audit: remove needless switch in AUDIT_SET | Eric Paris | 2014-01-14 | 1 | -16/+9 |
* | audit: use define's for audit version | Eric Paris | 2014-01-14 | 1 | -1/+1 |
* | audit: wait_for_auditd rework for readability | Eric Paris | 2014-01-14 | 1 | -9/+7 |