1. 11 10月, 2007 3 次提交
    • E
      [NET]: Make socket creation namespace safe. · 1b8d7ae4
      Eric W. Biederman 提交于
      This patch passes in the namespace a new socket should be created in
      and has the socket code do the appropriate reference counting.  By
      virtue of this all socket create methods are touched.  In addition
      the socket create methods are modified so that they will fail if
      you attempt to create a socket in a non-default network namespace.
      
      Failing if we attempt to create a socket outside of the default
      network namespace ensures that as we incrementally make the network stack
      network namespace aware we will not export functionality that someone
      has not audited and made certain is network namespace safe.
      Allowing us to partially enable network namespaces before all of the
      exotic protocols are supported.
      
      Any protocol layers I have missed will fail to compile because I now
      pass an extra parameter into the socket creation code.
      
      [ Integrated AF_IUCV build fixes from Andrew Morton... -DaveM ]
      Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1b8d7ae4
    • E
      [NET]: Make /proc/net per network namespace · 457c4cbc
      Eric W. Biederman 提交于
      This patch makes /proc/net per network namespace.  It modifies the global
      variables proc_net and proc_net_stat to be per network namespace.
      The proc_net file helpers are modified to take a network namespace argument,
      and all of their callers are fixed to pass &init_net for that argument.
      This ensures that all of the /proc/net files are only visible and
      usable in the initial network namespace until the code behind them
      has been updated to be handle multiple network namespaces.
      
      Making /proc/net per namespace is necessary as at least some files
      in /proc/net depend upon the set of network devices which is per
      network namespace, and even more files in /proc/net have contents
      that are relevant to a single network namespace.
      Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      457c4cbc
    • D
      [NETLINK]: use container_of instead · 32b21e03
      Denis Cheng 提交于
      This could make future redesign of struct netlink_sock easier.
      Signed-off-by: NDenis Cheng <crquan@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      32b21e03
  2. 19 7月, 2007 2 次提交
  3. 18 7月, 2007 1 次提交
  4. 11 7月, 2007 1 次提交
  5. 09 5月, 2007 1 次提交
  6. 05 5月, 2007 1 次提交
  7. 03 5月, 2007 2 次提交
  8. 26 4月, 2007 14 次提交
  9. 19 4月, 2007 1 次提交
  10. 13 2月, 2007 1 次提交
  11. 11 2月, 2007 1 次提交
  12. 04 1月, 2007 1 次提交
  13. 09 12月, 2006 1 次提交
  14. 03 12月, 2006 2 次提交
  15. 31 10月, 2006 1 次提交
  16. 23 9月, 2006 3 次提交
  17. 30 8月, 2006 1 次提交
  18. 22 7月, 2006 1 次提交
  19. 04 7月, 2006 1 次提交
  20. 01 7月, 2006 1 次提交