09 Dec, 2019

1 commit

  • Part of the env cleanup moved this out of the environment code and into
    the net code. However, this helper is sometimes needed even when the net
    stack isn't included.

    Move the helper to lib/net_utils.c like it's similarly-purposed
    string_to_ip(). Also rename the moved function to similar naming.

    Signed-off-by: Joe Hershberger
    Reported-by: Ondrej Jirman

    Joe Hershberger
     

16 Aug, 2017

3 commits


20 May, 2015

2 commits


19 Apr, 2015

1 commit


12 Jul, 2012

1 commit


04 May, 2010

1 commit

  • Add a new function to the eth_device struct for programming a network
    controller's hardware address.

    After all network devices have been initialized and the proper MAC address
    for each has been determined, make a device driver call to program the
    address into the device. Only device instances with valid unicast addresses
    will be programmed.

    Signed-off-by: Ben Warren
    Acked-by: Detlev Zundel
    Tested-by: Prafulla Wadaskar
    Tested-by: Heiko Schocher
    Tested-by: Thomas Chou

    Ben Warren
     

31 Mar, 2010

1 commit


21 Mar, 2009

1 commit