1. 11 10月, 2007 1 次提交
    • E
      [NET]: Add network namespace clone & unshare support. · 9dd776b6
      Eric W. Biederman 提交于
      This patch allows you to create a new network namespace
      using sys_clone, or sys_unshare.
      
      As the network namespace is still experimental and under development
      clone and unshare support is only made available when CONFIG_NET_NS is
      selected at compile time.
      
      As this patch introduces network namespace support into code paths
      that exist when the CONFIG_NET is not selected there are a few
      additions made to net_namespace.h to allow a few more functions
      to be used when the networking stack is not compiled in.
      Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9dd776b6
  2. 15 7月, 2007 1 次提交
  3. 10 5月, 2007 1 次提交
  4. 07 5月, 2007 1 次提交
  5. 06 5月, 2007 1 次提交
  6. 27 4月, 2007 1 次提交
  7. 26 4月, 2007 2 次提交
  8. 09 2月, 2007 1 次提交
  9. 03 12月, 2006 2 次提交
  10. 06 11月, 2006 1 次提交
    • P
      [NETLABEL]: Fix build failure. · 38c94377
      Paul Moore 提交于
      > the build with the attached .config failed, make ends with:
      > ...
      > : undefined reference to `cipso_v4_sock_getattr'
      > net/built-in.o: In function `netlbl_socket_getattr':
      
       ...
      
      It looks like I was stupid and made NetLabel depend on CONFIG_NET and not
      CONFIG_INET, the patch below should fix this by making NetLabel depend on
      CONFIG_INET and CONFIG_SECURITY.  Please review and apply for 2.6.19.
      Signed-off-by: NPaul Moore <paul.moore@hp.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      38c94377
  11. 29 9月, 2006 1 次提交
  12. 23 9月, 2006 2 次提交
  13. 18 9月, 2006 1 次提交
  14. 18 6月, 2006 3 次提交
  15. 03 2月, 2006 1 次提交
  16. 31 1月, 2006 1 次提交
  17. 18 1月, 2006 1 次提交
  18. 13 1月, 2006 1 次提交
  19. 17 9月, 2005 1 次提交
  20. 30 8月, 2005 2 次提交
  21. 19 7月, 2005 1 次提交
  22. 12 7月, 2005 3 次提交
  23. 13 5月, 2005 1 次提交
    • J
      [NET] ieee80211 subsystem · b453872c
      Jeff Garzik 提交于
      Contributors:
      Host AP contributors
      James Ketrenos <jketreno@linux.intel.com>
      Francois Romieu <romieu@fr.zoreil.com>
      Adrian Bunk <bunk@stusta.de>
      Matthew Galgoci <mgalgoci@parcelfarce.linux.th
      eplanet.co.uk>
      b453872c
  24. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4