index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
audit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Audit: send signal info if selinux is disabled
Eric Paris
2009-09-24
1
-6
/
+12
*
Fix rule eviction order for AUDIT_DIR
Al Viro
2009-06-24
1
-16
/
+1
*
Audit: clean up all op= output to include string quoting
Eric Paris
2009-06-24
1
-0
/
+9
*
audit: seperate audit inode watches into a subfile
Eric Paris
2009-06-23
1
-16
/
+0
*
Audit: clean up audit_receive_skb
Eric Paris
2009-06-23
1
-17
/
+18
*
Audit: cleanup netlink mesg handling
Eric Paris
2009-06-23
1
-15
/
+15
*
Audit: unify the printk of an skb when auditd not around
Eric Paris
2009-06-23
1
-17
/
+22
*
Audit: remove spaces from audit_log_d_path
Eric Paris
2009-04-05
1
-2
/
+2
*
audit: ignore terminating NUL in AUDIT_USER_TTY messages
Miloslav Trmac
2009-04-05
1
-0
/
+3
*
Audit: fix handling of 'strings' with NULL characters
Miloslav Trmac
2009-04-05
1
-1
/
+1
*
[PATCH] fix broken timestamps in AVC generated by kernel threads
Al Viro
2008-12-09
1
-3
/
+1
*
[PATCH] Audit: make audit=0 actually turn off audit
Eric Paris
2008-12-09
1
-7
/
+21
*
[PATCH] Fix the bug of using AUDIT_STATUS_RATE_LIMIT when set fail, no error ...
zhangxiliang
2008-08-01
1
-3
/
+8
*
kernel/audit.c control character detection is off-by-one
Vesa-Matti J Kari
2008-08-01
1
-1
/
+1
*
[PATCH] remove useless argument type in audit_filter_user()
Peng Haitao
2008-06-24
1
-1
/
+1
*
[PATCH] kernel/audit.c: nlh->nlmsg_type is gotten more than once
Peng Haitao
2008-06-24
1
-2
/
+2
*
[patch 1/1] audit_send_reply(): fix error-path memory leak
Andrew Morton
2008-05-17
1
-5
/
+6
*
[patch 2/2] Use find_task_by_vpid in audit code
Pavel Emelyanov
2008-04-28
1
-3
/
+3
*
[PATCH 2/2] audit: fix sparse shadowed variable warnings
Harvey Harrison
2008-04-28
1
-5
/
+5
*
Audit: standardize string audit interfaces
Eric Paris
2008-04-28
1
-10
/
+9
*
Audit: stop deadlock from signals under load
Eric Paris
2008-04-28
1
-5
/
+35
*
Audit: save audit_backlog_limit audit messages in case auditd comes back
Eric Paris
2008-04-28
1
-21
/
+81
*
Audit: collect sessionid in netlink messages
Eric Paris
2008-04-28
1
-32
/
+40
*
Audit: internally use the new LSM audit hooks
Ahmed S. Darwish
2008-04-19
1
-6
/
+1
*
Audit: use new LSM hooks instead of SELinux exports
Ahmed S. Darwish
2008-04-19
1
-8
/
+9
*
audit: silence two kerneldoc warnings in kernel/audit.c
Dave Jones
2008-03-28
1
-3
/
+3
*
audit: netlink socket can be auto-bound to pid other than current->pid (v2)
Pavel Emelyanov
2008-03-20
1
-3
/
+8
*
[PATCH] drop EOE records from printk
Steve Grubb
2008-03-01
1
-6
/
+8
*
[RFC] AUDIT: do not panic when printk loses messages
Eric Paris
2008-03-01
1
-1
/
+4
*
d_path: Make d_path() use a struct path
Jan Blunck
2008-02-14
1
-1
/
+1
*
d_path: Use struct path in struct avc_audit_data
Jan Blunck
2008-02-14
1
-6
/
+6
*
[AUDIT] ratelimit printk messages audit
Eric Paris
2008-02-01
1
-9
/
+18
*
[patch 2/2] audit: complement va_copy with va_end()
Richard Knutsson
2008-02-01
1
-0
/
+1
*
[patch 1/2] kernel/audit.c: warning fix
Andrew Morton
2008-02-01
1
-1
/
+1
*
[AUDIT] create context if auditing was ever enabled
Eric Paris
2008-02-01
1
-3
/
+13
*
[AUDIT] clean up audit_receive_msg()
Eric Paris
2008-02-01
1
-103
/
+66
*
[AUDIT] make audit=0 really stop audit messages
Eric Paris
2008-02-01
1
-131
/
+60
*
[AUDIT] break large execve argument logging into smaller messages
Eric Paris
2008-02-01
1
-14
/
+23
*
[AUDIT] include audit type in audit message when using printk
Eric Paris
2008-02-01
1
-1
/
+2
*
[AUDIT]: Increase skb->truesize in audit_expand
Herbert Xu
2008-01-31
1
-3
/
+7
*
[PATCH] audit: watching subtrees
Al Viro
2007-10-21
1
-0
/
+87
*
whitespace fixes: system auditing
Daniel Walker
2007-10-18
1
-7
/
+7
*
[NET]: make netlink user -> kernel interface synchronious
Denis V. Lunev
2007-10-10
1
-10
/
+2
*
[NET]: Support multiple network namespaces with netlink
Eric W. Biederman
2007-10-10
1
-2
/
+2
*
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
2007-07-17
1
-0
/
+1
*
Audit: add TTY input auditing
Miloslav Trmac
2007-07-16
1
-8
/
+88
*
audit: add spaces on either side of case "..." operator.
Robert P. J. Day
2007-05-08
1
-4
/
+4
*
[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
Patrick McHardy
2007-04-25
1
-1
/
+1
*
[NETLINK]: Introduce nlmsg_hdr() helper
Arnaldo Carvalho de Melo
2007-04-25
1
-3
/
+3
*
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
2007-04-25
1
-4
/
+4
[next]