Age | Commit message (Expand) | Author |
2015-02-12 | net: Use new checksum functions | Simon Glass |
2015-01-23 | net: Add a separate file for IP checksumming | Simon Glass |
2014-12-08 | net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changed | Wu, Josh |
2014-10-25 | eth: make eth_address_set static | Jeroen Hofstee |
2014-10-22 | net: Display the size when tftpboot finishes | Simon Glass |
2014-10-10 | SPDX License cleanup for LiMon imported files | Wolfgang Denk |
2014-09-24 | kconfig: add blank Kconfig files | Masahiro Yamada |
2014-09-16 | net: dns: fix for DNS queries sent to the wrong MAC address | Gerhard Sittig |
2014-08-21 | net: More BOOTP retry timeout improvements | Thierry Reding |
2014-08-09 | net: BOOTP retry timeout improvements | Stephen Warren |
2014-07-22 | Ethernet: let user know if there is no valid ethernet address | Pavel Machek |
2014-07-22 | bootp can use mdelay | Pavel Machek |
2014-06-19 | fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL | Hannes Petermaier |
2014-05-12 | net: rename and refactor eth_rand_ethaddr() function | Masahiro Yamada |
2014-04-02 | lib: uuid: code refactor for proper maintain between uuid bin and string | Przemyslaw Marczak |
2014-02-19 | kbuild: use Linux Kernel build scripts | Masahiro Yamada |
2014-02-07 | net: execute "miiphy_init" if CONFIG_PHYLIB defined | Alexey Brodkin |
2013-11-22 | net: tftpsrv: Get correct client MAC address | Andrew Ruder |
2013-11-22 | net: tftp: Make sure timeout will not effect wrap offset | rockly |
2013-10-31 | net: convert a makefile to Kbuild style | Masahiro Yamada |
2013-08-26 | NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is defined | Jim Lin |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-06-24 | net: Correct check for link-local target IP conflict | Joe Hershberger |
2013-06-24 | net/tftp: sparse fixes | Kim Phillips |
2013-06-24 | net: nfs: add dynamic wait period | Matthias Brugger |
2013-06-19 | NET: Fix system hanging if NET device is not installed | Jim Lin |
2013-02-28 | net: Use new numeric setenv functions | Simon Glass |
2012-12-15 | net: Fix endianness bug in link-local | Joe Hershberger |
2012-12-15 | net: Add tftp speed indication | Simon Glass |
2012-12-13 | env: Add a bootfile env handler | Joe Hershberger |
2012-12-13 | env: Use getenv_yesno() more generally | Joe Hershberger |
2012-11-04 | net/: sparse fixes | Kim Phillips |
2012-10-04 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini |
2012-10-03 | net: fix netconsole filtering | Joe Hershberger |
2012-10-01 | OMAP: networking support for SPL | Ilya Yanok |
2012-10-01 | net/bootp: add VCI support for BOOTP also | Ilya Yanok |
2012-09-27 | net: Quietly ignore DHCP Option 28 (Broadcast Address) | Brian Rzycki |
2012-09-27 | net: eth_write_hwaddr: Return error for invalid MACs | Benoît Thébaudeau |
2012-09-24 | net: Filter incoming netconsole packets by IP | Joe Hershberger |
2012-09-24 | net: Improve the speed of netconsole | Joe Hershberger |
2012-09-24 | net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000 | Tetsuyuki Kobayashi |
2012-09-24 | api: net: fix length check in eth_receive() | Michael Walle |
2012-07-30 | Merge branch 'next' of git://git.denx.de/u-boot | Wolfgang Denk |
2012-07-24 | net: Make sure the ethaddr is updated in net_init() | Joe Hershberger |
2012-07-19 | net: link_local: fix build | benoit.thebaudeau@advans |
2012-07-19 | net: bootp: fix build | benoit.thebaudeau@advans |
2012-07-12 | net: nfs: make NFS_TIMEOUT configurable | Tetsuyuki Kobayashi |
2012-07-12 | Merge branch 'next' of git://git.denx.de/u-boot-net into next | Wolfgang Denk |
2012-07-11 | net: Inline the new eth_setenv_enetaddr_by_index function | Joe Hershberger |
2012-07-11 | net: allow setting env enetaddr from net device setting | Rob Herring |