| Commit message (Expand) | Author | Age | Lines |
* | dm: eth: Provide a way for drivers to manage packet buffers | Joe Hershberger | 2015-04-18 | -1/+3 |
* | net: Improve error handling | Joe Hershberger | 2015-04-18 | -16/+66 |
* | dm: eth: Add support for ethprime env var | Joe Hershberger | 2015-04-18 | -1/+28 |
* | dm: eth: Add support for aliases | Joe Hershberger | 2015-04-18 | -9/+41 |
* | dm: eth: Pass the packet pointer as a parameter to recv | Joe Hershberger | 2015-04-18 | -1/+14 |
* | net: Clean up network stack names used in DM drivers | Joe Hershberger | 2015-04-18 | -11/+19 |
* | dm: eth: Add basic driver model support to Ethernet stack | Joe Hershberger | 2015-04-18 | -6/+340 |
* | net: Access mapped physmem in net functions | Joe Hershberger | 2015-04-18 | -2/+10 |
* | net: Make netretry actually do something | Joe Hershberger | 2015-04-18 | -2/+6 |
* | net: Remove the bd* parameter from net stack functions | Joe Hershberger | 2015-04-18 | -9/+10 |
* | net: Use int instead of u8 for boolean flag | Joe Hershberger | 2015-04-18 | -1/+1 |
* | net: Change return codes from net/eth.c to use errorno constants | Joe Hershberger | 2015-04-18 | -6/+6 |
* | net: Refactor in preparation for driver model | Joe Hershberger | 2015-04-18 | -36/+43 |
* | net: Rename helper function to be more clear | Joe Hershberger | 2015-04-18 | -9/+4 |
* | net: Provide a function to get the current MAC address | Joe Hershberger | 2015-04-18 | -1/+1 |
* | net: Use new checksum functions | Simon Glass | 2015-02-12 | -29/+6 |
* | net: Add a separate file for IP checksumming | Simon Glass | 2015-01-23 | -0/+61 |
* | net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changed | Wu, Josh | 2014-12-08 | -2/+2 |
* | eth: make eth_address_set static | Jeroen Hofstee | 2014-10-25 | -1/+1 |
* | net: Display the size when tftpboot finishes | Simon Glass | 2014-10-22 | -0/+2 |
* | SPDX License cleanup for LiMon imported files | Wolfgang Denk | 2014-10-10 | -0/+7 |
* | kconfig: add blank Kconfig files | Masahiro Yamada | 2014-09-24 | -0/+10 |
* | net: dns: fix for DNS queries sent to the wrong MAC address | Gerhard Sittig | 2014-09-16 | -0/+3 |
* | net: More BOOTP retry timeout improvements | Thierry Reding | 2014-08-21 | -8/+40 |
* | net: BOOTP retry timeout improvements | Stephen Warren | 2014-08-09 | -11/+34 |
* | Ethernet: let user know if there is no valid ethernet address | Pavel Machek | 2014-07-22 | -8/+21 |
* | bootp can use mdelay | Pavel Machek | 2014-07-22 | -3/+2 |
* | fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL | Hannes Petermaier | 2014-06-19 | -2/+2 |
* | net: rename and refactor eth_rand_ethaddr() function | Masahiro Yamada | 2014-05-12 | -22/+0 |
* | lib: uuid: code refactor for proper maintain between uuid bin and string | Przemyslaw Marczak | 2014-04-02 | -1/+1 |
* | kbuild: use Linux Kernel build scripts | Masahiro Yamada | 2014-02-19 | -1/+1 |
* | net: execute "miiphy_init" if CONFIG_PHYLIB defined | Alexey Brodkin | 2014-02-07 | -1/+1 |
* | net: tftpsrv: Get correct client MAC address | Andrew Ruder | 2013-11-22 | -0/+3 |
* | net: tftp: Make sure timeout will not effect wrap offset | rockly | 2013-11-22 | -1/+1 |
* | net: convert a makefile to Kbuild style | Masahiro Yamada | 2013-10-31 | -34/+12 |
* | NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is defined | Jim Lin | 2013-08-26 | -0/+11 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -80/+7 |
* | net: Correct check for link-local target IP conflict | Joe Hershberger | 2013-06-24 | -4/+13 |
* | net/tftp: sparse fixes | Kim Phillips | 2013-06-24 | -6/+6 |
* | net: nfs: add dynamic wait period | Matthias Brugger | 2013-06-24 | -21/+53 |
* | NET: Fix system hanging if NET device is not installed | Jim Lin | 2013-06-19 | -1/+2 |
* | net: Use new numeric setenv functions | Simon Glass | 2013-02-28 | -6/+2 |
* | net: Fix endianness bug in link-local | Joe Hershberger | 2012-12-15 | -1/+1 |
* | net: Add tftp speed indication | Simon Glass | 2012-12-15 | -0/+8 |
* | env: Add a bootfile env handler | Joe Hershberger | 2012-12-13 | -0/+17 |
* | env: Use getenv_yesno() more generally | Joe Hershberger | 2012-12-13 | -17/+15 |
* | net/: sparse fixes | Kim Phillips | 2012-11-04 | -10/+10 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2012-10-04 | -6/+21 |
|\ |
|
| * | OMAP: networking support for SPL | Ilya Yanok | 2012-10-01 | -1/+6 |
| * | net/bootp: add VCI support for BOOTP also | Ilya Yanok | 2012-10-01 | -6/+16 |