1. 24 5月, 2012 4 次提交
  2. 16 5月, 2012 2 次提交
  3. 19 3月, 2012 1 次提交
  4. 23 11月, 2011 1 次提交
  5. 28 10月, 2011 1 次提交
  6. 27 10月, 2011 1 次提交
  7. 18 10月, 2011 1 次提交
  8. 20 9月, 2011 1 次提交
  9. 09 8月, 2011 1 次提交
  10. 28 7月, 2011 1 次提交
  11. 13 5月, 2011 1 次提交
  12. 14 4月, 2011 1 次提交
  13. 15 11月, 2010 1 次提交
  14. 14 12月, 2009 1 次提交
  15. 03 10月, 2009 1 次提交
  16. 11 9月, 2009 1 次提交
  17. 08 8月, 2009 1 次提交
    • R
      minor debug cleanups in ./net · 0ebf04c6
      Robin Getz 提交于
       Minor ./net cleanups - no functional changes
        - change #ifdef DEBUG printf(); #endif to just debug()
        - changed __FUNCTION__ to __func__
        - got rid of extra whitespace between function and opening brace
        - removed unnecessary braces on if statements
      
       gcc dead code elimination should make this functionally/size equivalent
       when DEBUG is not defined. (confirmed on Blackfin, with gcc 4.3.3).
      Signed-off-by: NRobin Getz <rgetz@blackfin.uclinux.org>
      Signed-off-by: NBen Warren <biggerbadderben@gmail.com>
      0ebf04c6
  18. 23 7月, 2009 1 次提交
  19. 15 6月, 2009 1 次提交
  20. 21 3月, 2009 2 次提交
  21. 19 10月, 2008 2 次提交
  22. 27 8月, 2008 1 次提交
  23. 16 7月, 2008 1 次提交
  24. 14 7月, 2008 1 次提交
  25. 14 4月, 2008 1 次提交
  26. 30 3月, 2008 1 次提交
  27. 18 11月, 2007 1 次提交
  28. 04 11月, 2007 1 次提交
  29. 02 11月, 2007 1 次提交
    • J
      DHCP Client Fix · e5c794e4
      Justin Flammia 提交于
      This is a multi-part message in MIME format.
      
      commit e6e505eae94ed721e123e177489291fc4544b7b8
      Author: Justin Flammia <jflammia@savantav.com>
      Date:   Mon Oct 29 17:19:03 2007 -0400
      
          Found a bug in the way the DHCP Request packet is built, where the IP address
          that is offered by the server is bound to prematurely. This patch is a fix of
          that bug where the IP address offered by the DHCP server is not used until
          after the DHCP ACK from the server is received.
      Signed-off-by: NJustin Flammia <jflammia@savantav.com>
      Signed-off-by: NBen Warren <bwarren@qstreams.com>
      e5c794e4
  30. 30 10月, 2007 1 次提交
    • J
      DHCP Client Fix · 31548249
      Justin Flammia 提交于
      This is a multi-part message in MIME format.
      
      commit e6e505eae94ed721e123e177489291fc4544b7b8
      Author: Justin Flammia <jflammia@savantav.com>
      Date:   Mon Oct 29 17:19:03 2007 -0400
      
          Found a bug in the way the DHCP Request packet is built, where the IP address
          that is offered by the server is bound to prematurely. This patch is a fix of
          that bug where the IP address offered by the DHCP server is not used until
          after the DHCP ACK from the server is received.
      Signed-off-by: NJustin Flammia <jflammia@savantav.com>
      Signed-off-by: NBen Warren <bwarren@qstreams.com>
      31548249
  31. 19 9月, 2007 1 次提交
  32. 14 8月, 2007 1 次提交
  33. 11 7月, 2007 1 次提交
  34. 10 7月, 2007 1 次提交