1. 09 11月, 2009 5 次提交
  2. 08 11月, 2009 1 次提交
    • E
      net: Support specifying the network namespace upon device creation. · 81adee47
      Eric W. Biederman 提交于
      There is no good reason to not support userspace specifying the
      network namespace during device creation, and it makes it easier
      to create a network device and pass it to a child network namespace
      with a well known name.
      
      We have to be careful to ensure that the target network namespace
      for the new device exists through the life of the call.  To keep
      that logic clear I have factored out the network namespace grabbing
      logic into rtnl_link_get_net.
      
      In addtion we need to continue to pass the source network namespace
      to the rtnl_link_ops.newlink method so that we can find the base
      device source network namespace.
      Signed-off-by: NEric W. Biederman <ebiederm@aristanetworks.com>
      Acked-by: NEric Dumazet <eric.dumazet@gmail.com>
      81adee47
  3. 06 11月, 2009 5 次提交
  4. 05 11月, 2009 3 次提交
  5. 04 11月, 2009 1 次提交
  6. 02 11月, 2009 2 次提交
  7. 31 10月, 2009 2 次提交
  8. 30 10月, 2009 1 次提交
  9. 29 10月, 2009 10 次提交
  10. 28 10月, 2009 3 次提交
  11. 24 10月, 2009 2 次提交
  12. 23 10月, 2009 1 次提交
  13. 21 10月, 2009 1 次提交
  14. 20 10月, 2009 3 次提交