Age | Commit message (Expand) | Author | Files | Lines |
2014-10-25 | eth: make eth_address_set static | Jeroen Hofstee | 1 | -1/+1 |
2014-07-22 | Ethernet: let user know if there is no valid ethernet address | Pavel Machek | 1 | -8/+21 |
2014-05-12 | net: rename and refactor eth_rand_ethaddr() function | Masahiro Yamada | 1 | -22/+0 |
2014-02-07 | net: execute "miiphy_init" if CONFIG_PHYLIB defined | Alexey Brodkin | 1 | -1/+1 |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 1 | -17/+1 |
2012-09-27 | net: eth_write_hwaddr: Return error for invalid MACs | Benoît Thébaudeau | 1 | -2/+5 |
2012-09-24 | net: Improve the speed of netconsole | Joe Hershberger | 1 | -6/+2 |
2012-09-24 | api: net: fix length check in eth_receive() | Michael Walle | 1 | -4/+1 |
2012-07-11 | net: Inline the new eth_setenv_enetaddr_by_index function | Joe Hershberger | 1 | -1/+1 |
2012-07-11 | net: allow setting env enetaddr from net device setting | Rob Herring | 1 | -0/+14 |
2012-07-07 | net: add helper to generate random mac address | Michael Walle | 1 | -0/+22 |
2012-05-16 | net: move bootfile init into eth_initialize | Mike Frysinger | 1 | -0/+10 |
2012-05-16 | net: cosmetic: eth.c checkpatch compliance | Joe Hershberger | 1 | -35/+32 |
2012-05-16 | net: Remove volatile from net API | Joe Hershberger | 1 | -7/+5 |
2012-04-04 | net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back | Eric Miao | 1 | -2/+1 |
2012-03-19 | bootstage: Replace show_boot_progress/error() with bootstage_...() | Simon Glass | 1 | -3/+3 |
2012-03-19 | bootstage: Convert net progress numbers to enums | Simon Glass | 1 | -3/+3 |
2012-03-18 | bootstage: Use show_boot_error() for -ve progress numbers | Simon Glass | 1 | -1/+1 |
2012-03-18 | net/miiphy/serial: drop duplicate "NAMESIZE" define | Mike Frysinger | 1 | -1/+1 |
2012-03-07 | PPC: Drop mv6446x_eth_initialize() from net/eth.c | Marek Vasut | 1 | -5/+0 |
2012-03-07 | PPC: Drop mv6436x_eth_initialize() from net/eth.c | Marek Vasut | 1 | -4/+0 |
2012-03-03 | eth: remove usb-ethernet devices before re-enumerating them | Vincent Palatin | 1 | -0/+29 |
2011-12-21 | net: introduce per device index | Michael Walle | 1 | -29/+12 |
2011-10-06 | net: drop !NET_MULTI code | Mike Frysinger | 1 | -38/+11 |
2011-10-06 | net: drop !NET_MULTI ns7520 driver | Mike Frysinger | 1 | -4/+0 |
2011-10-01 | net: Add \n before warning message so it prints on a new line. | Philip Balister | 1 | -1/+1 |
2011-09-22 | net: turn name len check into an assert | Mike Frysinger | 1 | -6/+1 |
2011-09-10 | net/eth.c: throw BUG for eth_get_dev_by_name(NULL) | Helmut Raiger | 1 | -0/+2 |
2011-09-05 | Correct call to eth_write_hwaddr() | Simon Glass | 1 | -1/+1 |
2011-09-05 | net: Check network device driver name | Michal Simek | 1 | -0/+8 |
2011-08-08 | Add Ethernet hardware MAC address framework to usbnet | Simon Glass | 1 | -25/+39 |
2011-08-03 | net/eth.c: drop obsolete at91rm9200 support | Andreas Bießmann | 1 | -4/+0 |
2011-04-21 | Create PHY Lib for U-Boot | Andy Fleming | 1 | -0/+6 |
2011-02-19 | Fix compile warning in net/eth.c | Remy Bohmer | 1 | -1/+1 |
2011-02-19 | Add USB host ethernet adapter support | Simon Glass | 1 | -19/+22 |
2010-11-15 | Net: clarify board/cpu_eth_init calls | Ben Warren | 1 | -4/+12 |
2010-10-12 | Net: Remove redundant CONFIG_NET_MULTI directives | Ben Warren | 1 | -12/+4 |
2010-08-09 | Fix compile warnings for const correctness | Ben Warren | 1 | -1/+1 |
2010-07-12 | net: warn about spaces in device names | Mike Frysinger | 1 | -0/+3 |
2010-06-20 | net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set | Wolfgang Denk | 1 | -2/+2 |
2010-05-04 | Program net device MAC addresses after initializing | Ben Warren | 1 | -0/+13 |
2010-05-04 | net: Trivial coding style issue with empty for statement | Detlev Zundel | 1 | -2/+3 |
2009-12-14 | net: pull CONFIG checks out of source and into makefile | Mike Frysinger | 1 | -4/+3 |
2009-08-08 | net: sync env ethaddr to device enetaddr in eth_init() | Mike Frysinger | 1 | -29/+23 |
2009-08-08 | minor debug cleanups in ./net | Robin Getz | 1 | -4/+4 |
2009-07-23 | Add warning about upcoming removal of old Ethernet API | Ben Warren | 1 | -0/+2 |
2009-06-15 | Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC | Ben Warren | 1 | -4/+0 |
2009-06-15 | Switched davinci_emac Ethernet driver to use newer API | Ben Warren | 1 | -4/+0 |
2009-05-15 | netloop: updates for NetLoop | Heiko Schocher | 1 | -3/+2 |
2009-04-28 | Replace __attribute references with __attribute__ | Peter Tyser | 1 | -2/+2 |