]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 26 May 2011 01:10:16 +0000 (18:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 26 May 2011 01:10:16 +0000 (18:10 -0700)
commitb625897d19ff61e79c1f98a9ffa7a3a7eee1c653
tree5e27d7495f8f7ce178b637d588ec42bd7b4173d8
parentc8c347300f2ac417e376fbea90d637be53c0a272
parent3a7ea34d37404ee866ce4be6a71d45c97429977b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd

* git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd:
  net: fix get_net_ns_by_fd for !CONFIG_NET_NS
  ns proc: Return -ENOENT for a nonexistent /proc/self/ns/ entry.
  ns: Declare sys_setns in syscalls.h
  net: Allow setting the network namespace by fd
  ns proc: Add support for the ipc namespace
  ns proc: Add support for the uts namespace
  ns proc: Add support for the network namespace.
  ns: Introduce the setns syscall
  ns: proc files for namespace naming policy.
fs/proc/internal.h
include/linux/proc_fs.h
include/linux/syscalls.h
net/core/net_namespace.c
net/core/rtnetlink.c