index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
audit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-23
audit: add netlink multicast group for log read
Richard Guy Briggs
1
-4
/
+47
2014-04-23
audit: add netlink audit protocol bind to check capabilities on multicast join
Richard Guy Briggs
1
-0
/
+10
2014-04-12
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
1
-11
/
+16
2014-03-31
AUDIT: Allow login in non-init namespaces
Eric Paris
1
-1
/
+11
2014-03-31
AUDIT: Allow login in non-init namespaces
Eric Paris
1
-1
/
+11
2014-03-24
kernel: Use RCU_INIT_POINTER(x, NULL) in audit.c
Monam Agarwal
1
-1
/
+1
2014-03-20
audit: remove stray newlines from audit_log_lost messages
Josh Boyer
1
-2
/
+2
2014-03-20
audit: allow user processes to log from another PID namespace
Richard Guy Briggs
1
-3
/
+7
2014-03-20
audit: anchor all pid references in the initial pid namespace
Richard Guy Briggs
1
-2
/
+3
2014-03-20
audit: convert PPIDs to the inital PID namespace.
Richard Guy Briggs
1
-2
/
+2
2014-03-20
audit: Send replies in the proper network namespace.
Eric W. Biederman
1
-11
/
+10
2014-03-20
audit: Use struct net not pid_t to remember the network namespce to reply in
Eric W. Biederman
1
-4
/
+6
2014-03-09
audit: Update kdoc for audit_send_reply and audit_list_rules_send
Eric W. Biederman
1
-1
/
+1
2014-03-01
audit: Send replies in the proper network namespace.
Eric W. Biederman
1
-11
/
+10
2014-02-28
audit: Use struct net not pid_t to remember the network namespce to reply in
Eric W. Biederman
1
-4
/
+6
2014-01-18
audit: fix location of __net_initdata for audit_net_ops
Richard Guy Briggs
1
-1
/
+1
2014-01-18
audit: remove pr_info for every network namespace
Eric Paris
1
-2
/
+0
2014-01-14
audit: Convert int limit uses to u32
Joe Perches
1
-24
/
+25
2014-01-14
audit: Use more current logging style
Joe Perches
1
-20
/
+18
2014-01-14
audit: Use hex_byte_pack_upper
Joe Perches
1
-5
/
+2
2014-01-14
audit: reorder AUDIT_TTY_SET arguments
Eric Paris
1
-7
/
+4
2014-01-14
audit: rework AUDIT_TTY_SET to only grab spin_lock once
Eric Paris
1
-15
/
+13
2014-01-14
audit: remove needless switch in AUDIT_SET
Eric Paris
1
-16
/
+9
2014-01-14
audit: use define's for audit version
Eric Paris
1
-1
/
+1
2014-01-14
audit: wait_for_auditd rework for readability
Eric Paris
1
-9
/
+7
2014-01-14
audit: log task info on feature change
Richard Guy Briggs
1
-0
/
+1
2014-01-14
audit: fix incorrect set of audit_sock
Gao feng
1
-1
/
+1
2014-01-14
audit: print error message when fail to create audit socket
Gao feng
1
-5
/
+4
2014-01-14
audit: log on errors from filter user rules
Richard Guy Briggs
1
-1
/
+1
2014-01-14
audit: audit_log_start running on auditd should not stop
Toshiyuki Okajima
1
-6
/
+8
2014-01-14
audit: drop audit_cmd_lock in AUDIT_USER family of cases
Richard Guy Briggs
1
-0
/
+2
2014-01-14
audit: convert all sessionid declaration to unsigned int
Eric Paris
1
-1
/
+1
2014-01-14
audit: Added exe field to audit core dump signal log
Paul Davies C
1
-1
/
+2
2014-01-14
audit: prevent an older auditd shutdown from orphaning a newer auditd startup
Richard Guy Briggs
1
-0
/
+2
2014-01-14
audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* cases
Richard Guy Briggs
1
-3
/
+4
2014-01-14
audit: log AUDIT_TTY_SET config changes
Richard Guy Briggs
1
-8
/
+26
2014-01-14
audit: get rid of *NO* daemon at audit_pid=0 message
Richard Guy Briggs
1
-4
/
+6
2014-01-14
audit: allow unlimited backlog queue
Richard Guy Briggs
1
-2
/
+4
2014-01-14
audit: use old_lock in audit_set_feature
Gao feng
1
-1
/
+1
2014-01-14
audit: don't generate audit feature changed log when audit disabled
Gao feng
1
-0
/
+3
2014-01-14
audit: fix incorrect order of log new and old feature
Gao feng
1
-1
/
+1
2014-01-14
audit: remove useless code in audit_enable
Gao feng
1
-11
/
+2
2014-01-14
audit: add audit_backlog_wait_time configuration option
Richard Guy Briggs
1
-2
/
+29
2014-01-14
audit: clean up AUDIT_GET/SET local variables and future-proof API
Richard Guy Briggs
1
-25
/
+29
2014-01-14
audit: add kernel set-up parameter to override default backlog limit
Richard Guy Briggs
1
-1
/
+19
2014-01-14
audit: efficiency fix 2: request exclusive wait since all need same resource
Dan Duval
1
-1
/
+1
2014-01-14
audit: efficiency fix 1: only wake up if queue shorter than backlog limit
Dan Duval
1
-1
/
+3
2014-01-14
audit: make use of remaining sleep time from wait_for_auditd
Richard Guy Briggs
1
-4
/
+8
2014-01-14
audit: reset audit backlog wait time after error recovery
Richard Guy Briggs
1
-1
/
+4
2014-01-14
audit: listen in all network namespaces
Richard Guy Briggs
1
-12
/
+55
[prev]
[next]