index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-07
userns: Convert ipc to use kuid and kgid where appropriate
Eric W. Biederman
7
-38
/
+55
2012-09-07
userns: Convert process event connector to handle kuids and kgids
Eric W. Biederman
2
-5
/
+14
2012-09-07
userns: Convert debugfs to use kuid/kgid where appropriate.
Eric W. Biederman
2
-9
/
+18
2012-08-24
userns: Make credential debugging user namespace safe.
Eric W. Biederman
2
-3
/
+8
2012-08-24
userns: Enable building of pf_key sockets when user namespace support is enab...
Eric W. Biederman
1
-1
/
+0
2012-08-17
ipv6: move dereference after check in fl_free()
Dan Carpenter
1
-5
/
+2
2012-08-15
userns: Convert tun/tap to use kuid and kgid where appropriate
Eric W. Biederman
2
-15
/
+32
2012-08-15
userns: Make the airo wireless driver use kuids for proc uids and gids
Eric W. Biederman
2
-22
/
+28
2012-08-15
userns: xt_owner: Add basic user namespace support.
Eric W. Biederman
2
-7
/
+24
2012-08-15
userns xt_recent: Specify the owner/group of ip_list_perms in the initial use...
Eric W. Biederman
2
-3
/
+11
2012-08-15
userns: Convert xt_LOG to print socket kuids and kgids as uids and gids
Eric W. Biederman
2
-7
/
+10
2012-08-15
userns: Convert cls_flow to work with user namespaces enabled
Eric W. Biederman
2
-5
/
+12
2012-08-15
net sched: Pass the skb into change so it can access NETLINK_CB
Eric W. Biederman
10
-10
/
+19
2012-08-15
userns: nfnetlink_log: Report socket uids in the log sockets user namespace
Eric W. Biederman
2
-5
/
+10
2012-08-15
userns: Teach inet_diag to work with user namespaces
Eric W. Biederman
4
-8
/
+20
2012-08-15
userns: Implement sk_user_ns
Eric W. Biederman
1
-0
/
+9
2012-08-15
netlink: Make the sending netlink socket availabe in NETLINK_CB
Eric W. Biederman
2
-2
/
+5
2012-08-15
userns: Convert net/ax25 to use kuid_t where appropriate
Eric W. Biederman
3
-10
/
+16
2012-08-15
pidns: Export free_pid_ns
Eric W. Biederman
1
-0
/
+2
2012-08-15
net ip6 flowlabel: Make owner a union of struct pid * and kuid_t
Eric W. Biederman
4
-9
/
+48
2012-08-15
userns: Use kgids for sysctl_ping_group_range
Eric W. Biederman
4
-29
/
+35
2012-08-15
userns: Print out socket uids in a user namespace aware fashion.
Eric W. Biederman
16
-27
/
+36
2012-08-15
userns: Make seq_file's user namespace accessible
Eric W. Biederman
2
-0
/
+18
2012-08-15
userns: Allow USER_NS and NET simultaneously in Kconfig
Eric W. Biederman
1
-1
/
+1
2012-08-15
userns: Convert sock_i_uid to return a kuid_t
Eric W. Biederman
2
-4
/
+4
2012-08-15
userns: Convert __dev_set_promiscuity to use kuids in audit logs
Eric W. Biederman
1
-3
/
+4
2012-08-15
userns: Convert net/core/scm.c to use kuids and kgids
Eric W. Biederman
2
-10
/
+25
2012-08-04
userns: Fix link restrictions to use uid_eq
Eric W. Biederman
1
-3
/
+3
2012-08-03
userns: Allow the usernamespace support to build after the removal of usbfs
Eric W. Biederman
1
-1
/
+0
2012-08-03
Linux 3.6-rc1
v3.6-rc1
Linus Torvalds
1
-2
/
+2
2012-08-02
Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpc
Linus Torvalds
13
-164
/
+451
2012-08-02
Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
43
-569
/
+1387
2012-08-02
Merge tag 'pm2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
3
-47
/
+103
2012-08-02
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-4
/
+6
2012-08-02
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
29
-47
/
+419
2012-08-02
Merge tag 'md-3.6' of git://neil.brown.name/md
Linus Torvalds
5
-22
/
+150
2012-08-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
5
-67
/
+43
2012-08-02
Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
7
-316
/
+158
2012-08-02
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
8
-158
/
+270
2012-08-02
mm: remove node_start_pfn checking in new WARN_ON for now
Linus Torvalds
1
-1
/
+1
2012-08-02
ARM: mmp: add missing irqs.h
Haojian Zhuang
1
-0
/
+1
2012-08-02
arm: mvebu: fix typo in .dtsi comment for Armada XP SoCs
Thomas Petazzoni
1
-1
/
+1
2012-08-02
ARM: PRIMA2: delete redundant codes to restore LATCHED when timer resumes
Barry Song
1
-3
/
+3
2012-08-02
libceph: fix crypto key null deref, memory leak
Sylvain Munaut
2
-1
/
+3
2012-08-02
ceph: simplify+fix atomic_open
Sage Weil
3
-66
/
+40
2012-08-02
sh: explicitly include sh_dma.h in setup-sh7722.c
Guennadi Liakhovetski
1
-0
/
+1
2012-08-02
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
14
-72
/
+108
2012-08-02
Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
23
-302
/
+206
2012-08-02
Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
28
-1415
/
+2124
2012-08-02
Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
5
-85
/
+58
[prev]
[next]