]> 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)
commit583f4b51246ddd7d055347170b786bc472e7a28d
tree5e27d7495f8f7ce178b637d588ec42bd7b4173d8
parent3b025900ccbcfe7bfcc7f6363bc5b35c7d238f78
parent232973e8be033fc08bc0aa5bd6fb245e145261f3
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