1. 08 10月, 2008 15 次提交
  2. 27 7月, 2008 1 次提交
  3. 08 7月, 2008 1 次提交
  4. 18 6月, 2008 1 次提交
  5. 10 6月, 2008 1 次提交
  6. 14 4月, 2008 2 次提交
  7. 24 2月, 2008 1 次提交
  8. 20 2月, 2008 1 次提交
  9. 01 2月, 2008 3 次提交
  10. 29 1月, 2008 7 次提交
  11. 29 11月, 2007 1 次提交
  12. 20 11月, 2007 1 次提交
  13. 07 11月, 2007 1 次提交
  14. 20 10月, 2007 1 次提交
  15. 16 10月, 2007 2 次提交
  16. 11 10月, 2007 1 次提交
    • E
      [NET]: Support multiple network namespaces with netlink · b4b51029
      Eric W. Biederman 提交于
      Each netlink socket will live in exactly one network namespace,
      this includes the controlling kernel sockets.
      
      This patch updates all of the existing netlink protocols
      to only support the initial network namespace.  Request
      by clients in other namespaces will get -ECONREFUSED.
      As they would if the kernel did not have the support for
      that netlink protocol compiled in.
      
      As each netlink protocol is updated to be multiple network
      namespace safe it can register multiple kernel sockets
      to acquire a presence in the rest of the network namespaces.
      
      The implementation in af_netlink is a simple filter implementation
      at hash table insertion and hash table look up time.
      Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      b4b51029