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
Commit message (
Expand
)
Author
Age
Files
Lines
*
userns: Convert xenfs to use kuid and kgid where appropriate
Eric W. Biederman
2012-09-21
2
-3
/
+2
*
userns: Convert hugetlbfs to use kuid/kgid where appropriate
Eric W. Biederman
2012-09-21
2
-6
/
+11
*
userns: Convert devtmpfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GID
Eric W. Biederman
2012-09-21
2
-3
/
+2
*
userns: Convert usb functionfs to use kuid/kgid where appropriate
Eric W. Biederman
2012-09-21
2
-8
/
+16
*
userns: Convert gadgetfs to use kuid and kgid where appropriate
Eric W. Biederman
2012-09-21
2
-3
/
+2
*
userns: Convert fat to use kuid/kgid where appropriate
Eric W. Biederman
2012-09-20
4
-12
/
+17
*
userns: Convert quota
Eric W. Biederman
2012-09-18
2
-16
/
+14
*
userns: Convert struct dquot_warn
Eric W. Biederman
2012-09-18
1
-9
/
+7
*
userns: Convert struct dquot dq_id to be a struct kqid
Eric W. Biederman
2012-09-18
9
-82
/
+102
*
userns: Modify dqget to take struct kqid
Eric W. Biederman
2012-09-18
4
-15
/
+17
*
userns: Convert quota netlink aka quota_send_warning
Eric W. Biederman
2012-09-18
6
-15
/
+22
*
userns: Convert qutoactl
Eric W. Biederman
2012-09-18
7
-30
/
+48
*
userns: Implement struct kqid
Eric W. Biederman
2012-09-18
3
-1
/
+258
*
userns: Add kprojid_t and associated infrastructure in projid.h
Eric W. Biederman
2012-09-18
5
-1
/
+257
*
userns: Convert configfs to use kuid and kgid where appropriate
Eric W. Biederman
2012-09-18
2
-3
/
+2
*
userns: Convert extN to support kuids and kgids in posix acls
Eric W. Biederman
2012-09-18
4
-24
/
+60
*
userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr
Eric W. Biederman
2012-09-18
17
-49
/
+53
*
userns: Convert vfs posix_acl support to use kuids and kgids
Eric W. Biederman
2012-09-18
5
-21
/
+126
*
userns: Teach trace to use from_kuid
Eric W. Biederman
2012-09-18
3
-3
/
+3
*
userns: Convert bsd process accounting to use kuid and kgid where appropriate
Eric W. Biederman
2012-09-18
2
-3
/
+2
*
userns: Convert taskstats to handle the user and pid namespaces.
Eric W. Biederman
2012-09-18
4
-14
/
+30
*
userns: Convert audit to work with user namespaces enabled
Eric W. Biederman
2012-09-18
5
-27
/
+37
*
userns: Convert the audit loginuid to be a kuid
Eric W. Biederman
2012-09-17
18
-66
/
+80
*
audit: Add typespecific uid and gid comparators
Eric W. Biederman
2012-09-17
4
-89
/
+184
*
audit: Don't pass pid or uid to audit_log_common_recv_msg
Eric W. Biederman
2012-09-17
1
-15
/
+14
*
audit: Remove the unused uid parameter from audit_receive_filter
Eric W. Biederman
2012-09-17
3
-4
/
+4
*
audit: Properly set the origin port id of audit messages.
Eric W. Biederman
2012-09-17
1
-1
/
+1
*
audit: Simply AUDIT_TTY_SET and AUDIT_TTY_GET
Eric W. Biederman
2012-09-17
1
-25
/
+13
*
audit: kill audit_prepare_user_tty
Eric W. Biederman
2012-09-17
1
-19
/
+1
*
audit: Use current instead of NETLINK_CREDS() in audit_filter
Eric W. Biederman
2012-09-17
3
-9
/
+8
*
audit: Limit audit requests to processes in the initial pid and user namespaces.
Eric W. Biederman
2012-09-17
1
-0
/
+6
*
userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of ...
Eric W. Biederman
2012-09-13
3
-5
/
+6
*
userns: Convert security/keys to the new userns infrastructure
Eric W. Biederman
2012-09-13
10
-88
/
+84
*
userns: Convert drm to use kuid and kgid and struct pid where appropriate
Eric W. Biederman
2012-09-13
5
-8
/
+9
*
userns: Convert ipc to use kuid and kgid where appropriate
Eric W. Biederman
2012-09-06
7
-38
/
+55
*
userns: Convert process event connector to handle kuids and kgids
Eric W. Biederman
2012-09-06
2
-5
/
+14
*
userns: Convert debugfs to use kuid/kgid where appropriate.
Eric W. Biederman
2012-09-06
2
-9
/
+18
*
userns: Make credential debugging user namespace safe.
Eric W. Biederman
2012-08-23
2
-3
/
+8
*
userns: Enable building of pf_key sockets when user namespace support is enab...
Eric W. Biederman
2012-08-23
1
-1
/
+0
*
ipv6: move dereference after check in fl_free()
Dan Carpenter
2012-08-16
1
-5
/
+2
*
userns: Convert tun/tap to use kuid and kgid where appropriate
Eric W. Biederman
2012-08-14
2
-15
/
+32
*
userns: Make the airo wireless driver use kuids for proc uids and gids
Eric W. Biederman
2012-08-14
2
-22
/
+28
*
userns: xt_owner: Add basic user namespace support.
Eric W. Biederman
2012-08-14
2
-7
/
+24
*
userns xt_recent: Specify the owner/group of ip_list_perms in the initial use...
Eric W. Biederman
2012-08-14
2
-3
/
+11
*
userns: Convert xt_LOG to print socket kuids and kgids as uids and gids
Eric W. Biederman
2012-08-14
2
-7
/
+10
*
userns: Convert cls_flow to work with user namespaces enabled
Eric W. Biederman
2012-08-14
2
-5
/
+12
*
net sched: Pass the skb into change so it can access NETLINK_CB
Eric W. Biederman
2012-08-14
10
-10
/
+19
*
userns: nfnetlink_log: Report socket uids in the log sockets user namespace
Eric W. Biederman
2012-08-14
2
-5
/
+10
*
userns: Teach inet_diag to work with user namespaces
Eric W. Biederman
2012-08-14
4
-8
/
+20
*
userns: Implement sk_user_ns
Eric W. Biederman
2012-08-14
1
-0
/
+9
[next]