1. 29 9月, 2006 1 次提交
  2. 23 9月, 2006 1 次提交
  3. 18 9月, 2006 1 次提交
  4. 09 7月, 2006 1 次提交
  5. 04 7月, 2006 2 次提交
  6. 01 7月, 2006 2 次提交
  7. 23 3月, 2006 1 次提交
  8. 21 3月, 2006 2 次提交
  9. 12 1月, 2006 2 次提交
  10. 04 1月, 2006 2 次提交
  11. 30 11月, 2005 1 次提交
  12. 15 11月, 2005 1 次提交
  13. 09 11月, 2005 1 次提交
  14. 08 9月, 2005 2 次提交
  15. 30 8月, 2005 3 次提交
  16. 06 8月, 2005 1 次提交
  17. 22 6月, 2005 1 次提交
    • D
      [IPV6]: multicast join and misc · c9e3e8b6
      David L Stevens 提交于
      Here is a simplified version of the patch to fix a bug in IPv6
      multicasting. It:
      
      1) adds existence check & EADDRINUSE error for regular joins
      2) adds an exception for EADDRINUSE in the source-specific multicast
              join (where a prior join is ok)
      3) adds a missing/needed read_lock on sock_mc_list; would've raced
              with destroying the socket on interface down without
      4) adds a "leave group" in the (INCLUDE, empty) source filter case.
              This frees unneeded socket buffer memory, but also prevents
              an inappropriate interaction among the 8 socket options that
              mess with this. Some would fail as if in the group when you
              aren't really.
      
      Item #4 had a locking bug in the last version of this patch; rather than
      removing the idev->lock read lock only, I've simplified it to remove
      all lock state in the path and treat it as a direct "leave group" call for
      the (INCLUDE,empty) case it covers. Tested on an MP machine. :-)
      
      Much thanks to HoerdtMickael <hoerdt@clarinet.u-strasbg.fr> who
      reported the original bug.
      Signed-off-by: NDavid L Stevens <dlstevens@us.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c9e3e8b6
  18. 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