- 5234ad1 net: Export auto_load, use it in rarp by Simon Glass · Thu Oct 27 06:24:32 2011 +0000
- e4655c5 net: Change for loop to memset() by Simon Glass · Wed Oct 26 14:18:39 2011 +0000
- 2928cd8 net: Hide more code behind CONFIG_CMD_TFTPPUT by Simon Glass · Wed Oct 26 14:18:38 2011 +0000
- 6a398d2 net: tftpput: implement tftp logic by Simon Glass · Mon Oct 24 18:00:07 2011 +0000
- d6c5f55 net: tftpput: Rename TFTP to TFTPGET by Simon Glass · Mon Oct 24 18:00:02 2011 +0000
- 230467c net: tftpput: Add support for receiving ICMP packets by Simon Glass · Mon Oct 24 18:00:01 2011 +0000
- 43c7296 net: tftpput: Move ICMP code into its own function by Simon Glass · Mon Oct 24 18:00:00 2011 +0000
- a23230c net: drop !NET_MULTI code by Mike Frysinger · Sun Oct 02 10:01:27 2011 +0000
- 7019d25 net/net.c: Update ipaddr if the environment has changed by Enric Balletbo i Serra · Tue May 31 21:01:47 2011 +0000
- 7aa81a4 TFTP: add tftpsrv command by Luca Ceresoli · Tue May 17 00:03:40 2011 +0000
- db21082 net/net.c: cosmetic: do not use assignment in if condition by Luca Ceresoli · Wed May 04 02:40:47 2011 +0000
- b19d0b7 net/net.c: cosmetic: fix indentation by Luca Ceresoli · Wed May 04 02:40:46 2011 +0000
- 5fe6de2 net/net.c: cosmetic: parentheses not required for return by Luca Ceresoli · Wed May 04 02:40:45 2011 +0000
- f27d91f net/net.c: cosmetic: fix pointer syntax issues by Luca Ceresoli · Wed May 04 02:40:44 2011 +0000
- e8ccbb0 net/net.c: cosmetic: fix brace issues by Luca Ceresoli · Wed May 04 02:40:43 2011 +0000
- 7cbd748 net/net.c: cosmetic: fix whitespace issues by Luca Ceresoli · Wed May 11 03:59:56 2011 +0000
- d01bc1c net/net.c: cosmetic: variable initializations by Luca Ceresoli · Wed May 11 03:59:55 2011 +0000
- 5c83a96 net/net.c: cosmetic: fix lines over 80 characters by Luca Ceresoli · Wed May 11 03:59:54 2011 +0000
- 428ab36 NET: pass source IP address to packet handlers by Luca Ceresoli · Mon Apr 18 06:19:50 2011 +0000
- 00dceba netconsole: remove `serverip' check by Simon Guinot · Sun May 01 23:38:40 2011 +0000
- fa51d4c NET: Correct potential missing goto label in case statement. by Gray Remlin · Tue Mar 29 10:21:32 2011 +0000
- 89c7392 string_to_VLAN: constify "var" arg by Mike Frysinger · Wed Oct 20 07:16:48 2010 -0400
- c8ecaa3 copy_filename: constify "src" arg by Mike Frysinger · Wed Oct 20 07:16:40 2010 -0400
- f7a48ca rarp: Condtionally compile rarp support by Peter Tyser · Thu Sep 30 11:25:48 2010 -0500
- e7ade8b ip/defrag: fix processing of last short fragment by Fillod Stephane · Fri Jun 11 19:26:43 2010 +0200
- 55b50e9 ./net/net.c - make Microsoft dns servers happy with random_port() numbers by Robin Getz · Mon Mar 08 14:07:00 2010 -0500
- 8b3cc06 Make getenv_IPaddr() global by Dirk Behme · Sun Jan 03 08:33:58 2010 +0100
- 8c2926d net: pull CONFIG checks out of source and into makefile by Mike Frysinger · Tue Nov 03 11:35:42 2009 -0500
- 0ddb8e8 Repair the 'netretry=once' option. by Remy Bohmer · Wed Oct 28 22:13:39 2009 +0100
- f119e3d net: defragment IP packets by Alessandro Rubini · Fri Aug 07 13:58:56 2009 +0200
- 9e0a4d6 minor debug cleanups in ./net by Robin Getz · Thu Jul 23 03:01:03 2009 -0400
- 470a6d4 Save server's MAC address in environment by Robin Getz · Tue Jul 21 12:15:28 2009 -0400
- 16bb21d DHCP regression on 2009-06 by Michael Zaidman · Tue Jul 14 23:37:12 2009 +0300
- 82f0d23 Add DNS support by Robin Getz · Mon Jul 20 14:53:54 2009 -0400
- dc16603 net: rename NetRxPkt to NetRxPacket by Mike Frysinger · Sat Jul 18 21:04:08 2009 -0400
- 3b195ff netloop: updates for NetLoop by Heiko Schocher · Tue Apr 28 08:36:11 2009 +0200
- b97bfe4 NetLoop initialization bug by Michael Zaidman · Sat Apr 04 01:43:00 2009 +0300
- 79ca1b9 net: get mac address from environment and use eth util funcs by Mike Frysinger · Wed Feb 11 18:23:48 2009 -0500
- d5695f4 convert print_IPaddr() to %pI4 by Mike Frysinger · Tue Feb 17 00:00:53 2009 -0500
- 0c303fa netloop: speed up NetLoop by Heiko Schocher · Tue Feb 10 09:38:52 2009 +0100
- e8a0277 Fix IP alignment problem by Olav Morken · Fri Jan 23 12:56:26 2009 +0100
- fd97492 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · Tue Dec 09 01:00:24 2008 +0100
- 6294850 Update U-Boot's build timestamp on every compile by Peter Tyser · Mon Nov 03 09:30:59 2008 -0600
- 49570cd net: Add additional IP fragmentation check by Peter Tyser · Mon Dec 01 16:26:21 2008 -0600
- 0885bf0 net: Define IP flag field values by Peter Tyser · Mon Dec 01 16:26:20 2008 -0600
- 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
- 5666846 net: express the first argument to NetSetTimeout() in milliseconds by Bartlomiej Sieka · Wed Oct 01 15:26:28 2008 +0200
- 81490f4 Fix some more printf() format issues. by Wolfgang Denk · Sun Jul 13 23:07:35 2008 +0200
- c4fb57c Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · Sat Jul 12 14:36:34 2008 +0200
- 12cec0a Fix some more print() format errors. by Wolfgang Denk · Fri Jul 11 01:16:00 2008 +0200
- b953578 Get rid of annoying/superfluous bad-checksum warning message by Remy Bohmer · Tue Jun 03 15:48:17 2008 +0200
- a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
- b38c2b3 net: make ARP timeout configurable by Guennadi Liakhovetski · Thu Apr 03 17:04:19 2008 +0200
- a02d62b net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option by Matthias Fuchs · Thu Dec 27 16:58:41 2007 +0100
- 1f2c9a4 Introduce new eth_receive routine by Rafal Jaworowski · Thu Dec 27 18:19:02 2007 +0100
- c1a6164 Fix warning differ in signedness in net/net.c and net/nfs.c by Jean-Christophe PLAGNIOL-VILLARD · Sat Nov 17 11:31:10 2007 +0100
- 084d0ce Fix memory corruption problem on STX GP3 SSA Board. by Wolfgang Denk · Wed Sep 12 00:48:57 2007 +0200
- 627f5c3 Coding style cleanup; rebuild CHANGELOG by Wolfgang Denk · Tue Aug 14 09:47:27 2007 +0200
- 7280da7 multicast tftp: RFC2090 by David Updegraff · Mon Jun 11 10:41:07 2007 -0500
- a9807e5 net/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · Tue Jul 10 11:05:02 2007 -0500
- 5336a76 Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK! by Jon Loeliger · Mon Jul 09 22:08:34 2007 -0500
- 54f35c2 net/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Mon Jul 09 17:45:14 2007 -0500
- 36301de net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:02:49 2007 -0500
- 8310919 net - Support ping reply when processing net-loop by Ed Swarthout · Wed Mar 07 12:14:50 2007 -0600
- 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · Fri Mar 31 18:32:53 2006 +0200
- 98ceffb Fix behaviour if gatewayip is not set Patch by Robin Gilks, 23 Dec 2004 by Wolfgang Denk · Sun Mar 12 01:13:30 2006 +0100
- f071113 Add explanation for CDP checksum algorithm by Wolfgang Denk · Thu Nov 10 20:59:46 2005 +0100
- aab8c49 Add support for multiple PHYs. by Marian Balakowicz · Fri Oct 28 22:30:33 2005 +0200
- 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
- ac55328 Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT). by Stefan Roese · Wed Aug 31 12:55:50 2005 +0200
- 3135c54 Prepare U-Boot for gcc-4.x by Wolfgang Denk · Fri Aug 26 01:36:03 2005 +0200
- 30b8732 Minor code cleanup by Wolfgang Denk · Fri Aug 12 23:43:12 2005 +0200
- dfced81 Add UPD-Checksum code, fix problem in net.c (return instead of break) by Stefan Roese · Fri Aug 12 20:06:52 2005 +0200
- cbc49a5 README: add explanation about patch policy net/net.c: fix indentation by wdenk · Tue May 03 14:12:25 2005 +0000
- 6148e74 Patch by David Adair, 27 Oct 2004: Add missing 440GX SDRAM Controller reset by wdenk · Sun Apr 03 20:55:38 2005 +0000
- fa66e93 * Patch by Richard Klingler, 03 Apr 2005: by wdenk · Sun Apr 03 14:52:59 2005 +0000
- 27fa585 Minor cleanup by wdenk · Sun Apr 03 14:18:51 2005 +0000
- b4ad962 * Patch by Masami Komiya, 30 Mar 2005: by wdenk · Fri Apr 01 00:25:43 2005 +0000
- cb99da5 * Some Cleanup. by wdenk · Wed Jan 12 00:15:14 2005 +0000
- c391953 * Patch by Philippe Robin, 28 Sept 2004: Fix Flash support for Versatile. by wdenk · Mon Oct 11 22:51:13 2004 +0000
- d6a3dd4 Patch by Andreas Engel, 16 Aug 2004: parameter type cleanup for NetSetTimeout() by wdenk · Sat Oct 09 21:56:21 2004 +0000
- b8fb619 Add support for console over UDP (compatible to Ingo Molnar's by wdenk · Mon Aug 02 21:11:11 2004 +0000
- 656140b * Patch by John Kerl, 19 Apr 2004: by wdenk · Sun Apr 25 13:18:40 2004 +0000
- 0593920 * Cleanup, minor fixes by wdenk · Sun Apr 18 17:39:38 2004 +0000
- 145d2c1 Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · Thu Apr 15 21:48:45 2004 +0000
- 42c0547 * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · Tue Mar 23 22:14:11 2004 +0000
- 4989f87 * Patch by Philippe Robin, 09 Mar 2004: by wdenk · Sun Mar 14 15:06:13 2004 +0000
- be9c1cb * Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download by wdenk · Tue Feb 24 02:00:03 2004 +0000
- 9c53f40 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · Wed Oct 15 23:53:47 2003 +0000
- 49c3f67 * Patch by Sangmoon Kim, 23 Sep 2003: by wdenk · Wed Oct 08 22:33:00 2003 +0000
- e0aadfb - Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK. by stroese · Thu Aug 28 14:17:32 2003 +0000
- 5d84173 * Make Ethernet autonegotiation on INCA-IP work for all clock rates; by wdenk · Sun Aug 17 18:55:18 2003 +0000
- 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
- 3e8b7dc * Patch by Richard Woodruff, 19 June 03: by wdenk · Thu Jun 19 23:58:30 2003 +0000
- e6466f6 * Add support for RMU board by wdenk · Thu Jun 05 19:27:42 2003 +0000
- 2582f6b * Patch by Jim Sandoz, 07 Nov 2002: by wdenk · Mon Nov 11 21:14:20 2002 +0000
- 2d96695 Initial revision by wdenk · Thu Oct 31 22:12:35 2002 +0000