1. 20 2月, 2011 2 次提交
  2. 15 11月, 2010 1 次提交
    • B
      Net: clarify board/cpu_eth_init calls · 8ad25bf8
      Ben Warren 提交于
      This has always been confusing, and the idea of these functions returning the
      number of interfaces initialized was half-baked and ultimately pointless.
      Instead, act more like regular functions and return < 0 on failure, >= 0 on
      success.
      
      This change shouldn't break anything.
      Signed-off-by: NBen Warren <biggerbadderben@gmail.com>
      8ad25bf8
  3. 12 10月, 2010 1 次提交
  4. 10 8月, 2010 1 次提交
    • B
      Fix compile warnings for const correctness · d7fb9bcf
      Ben Warren 提交于
      Commit 6e37b1a3a25004d3df5867de49fff6b3fc9c4f04 modifies several net calls
      to take a (const char *) parameter instead of (char *), but in some cases
      the modified functions call other functions taking (char *).  The end result
      is warnings about discarding the const qualifier.
      
      This patch fixes these other function signatures.
      Signed-off-by: NBen Warren <biggerbadderben@gmail.com>
      d7fb9bcf
  5. 12 7月, 2010 1 次提交
  6. 21 6月, 2010 1 次提交
  7. 20 6月, 2010 1 次提交
  8. 04 5月, 2010 2 次提交
  9. 14 12月, 2009 1 次提交
  10. 08 8月, 2009 2 次提交
  11. 23 7月, 2009 1 次提交
  12. 15 6月, 2009 2 次提交
  13. 16 5月, 2009 1 次提交
  14. 28 4月, 2009 1 次提交
  15. 21 3月, 2009 1 次提交
    • M
      net: new utility functions for working with enetaddr's · 3f6e6993
      Mike Frysinger 提交于
      Declare new utility functions for converting between the environment
      variables (eth*addr) and the binary MAC address representation.  This way
      we can unify all the random places that already do this kind of thing.
      
      The functions in question:
      	eth_parse_enetaddr - "..." -> {...}
      	eth_getenv_enetaddr - env -> {...}
      	eth_setenv_enetaddr - {...} -> env
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      CC: Ben Warren <biggerbadderben@gmail.com>
      3f6e6993
  16. 23 2月, 2009 1 次提交
  17. 17 2月, 2009 1 次提交
  18. 10 11月, 2008 8 次提交
  19. 19 10月, 2008 1 次提交
  20. 03 9月, 2008 10 次提交