| Commit message (Expand) | Author | Age | Lines |
* | Fix compile warnings for const correctness | Ben Warren | 2010-08-09 | -1/+1 |
* | net: warn about spaces in device names | Mike Frysinger | 2010-07-12 | -0/+3 |
* | net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set | Wolfgang Denk | 2010-06-20 | -2/+2 |
* | ip/defrag: fix processing of last short fragment | Fillod Stephane | 2010-06-20 | -1/+2 |
* | Program net device MAC addresses after initializing | Ben Warren | 2010-05-03 | -0/+13 |
* | ./net/net.c - make Microsoft dns servers happy with random_port() numbers | Robin Getz | 2010-05-03 | -2/+4 |
* | net: Trivial coding style issue with empty for statement | Detlev Zundel | 2010-05-03 | -2/+3 |
* | TFTP: allow for adjustable retransmission timout | Wolfgang Denk | 2010-03-21 | -5/+18 |
* | Make getenv_IPaddr() global | Dirk Behme | 2010-01-17 | -26/+0 |
* | Add error codes/handling for TFTP-server | Remy Bohmer | 2009-12-13 | -3/+29 |
* | net: pull CONFIG checks out of source and into makefile | Mike Frysinger | 2009-12-13 | -30/+9 |
* | nfs: NfsTimeout() updates | Evan Samanas | 2009-12-07 | -5/+6 |
* | fix nfs symlink name corruption | Ed Swarthout | 2009-12-07 | -1/+1 |
* | Repair the 'netretry=once' option. | Remy Bohmer | 2009-11-24 | -8/+24 |
* | net/bootp.c: fix compile warning | Wolfgang Denk | 2009-09-11 | -1/+5 |
* | Add Transfer Size Option to tftp | Robin Getz | 2009-08-25 | -2/+36 |
* | nfs: accept CONFIG_NFS_READ_SIZE from config file | Alessandro Rubini | 2009-08-25 | -2/+8 |
* | tftp: get the tftp block size from config file and from the environment | Alessandro Rubini | 2009-08-25 | -2/+11 |
* | net: defragment IP packets | Alessandro Rubini | 2009-08-25 | -5/+183 |
* | net/tftp.c: fix warning: pointer targets differ in signedness | Wolfgang Denk | 2009-08-10 | -1/+3 |
* | net: sync env ethaddr to device enetaddr in eth_init() | Mike Frysinger | 2009-08-07 | -29/+23 |
* | minor debug cleanups in ./net | Robin Getz | 2009-08-07 | -167/+77 |
* | Coding Style cleanup; update CHANGELOG. | Wolfgang Denk | 2009-07-23 | -1/+0 |
* | Save server's MAC address in environment | Robin Getz | 2009-07-22 | -0/+9 |
* | DHCP regression on 2009-06 | Michael Zaidman | 2009-07-22 | -0/+3 |
* | Add warning about upcoming removal of old Ethernet API | Ben Warren | 2009-07-22 | -0/+2 |
* | Add DNS support | Robin Getz | 2009-07-22 | -3/+283 |
* | net: rename NetRxPkt to NetRxPacket | Mike Frysinger | 2009-07-22 | -5/+5 |
* | A VLAN tagged DHCP request/discover is 4 bytes short | Norbert van Bolhuis | 2009-06-15 | -2/+2 |
* | Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC | Ben Warren | 2009-06-15 | -4/+0 |
* | Switched davinci_emac Ethernet driver to use newer API | Ben Warren | 2009-06-15 | -4/+0 |
* | netloop: updates for NetLoop | Heiko Schocher | 2009-05-15 | -7/+5 |
* | Replace __attribute references with __attribute__ | Peter Tyser | 2009-04-28 | -2/+2 |
* | NetLoop initialization bug | Michael Zaidman | 2009-04-19 | -59/+4 |
* | net: get mac address from environment and use eth util funcs | Mike Frysinger | 2009-03-20 | -22/+6 |
* | net: new utility functions for working with enetaddr's | Mike Frysinger | 2009-03-20 | -31/+38 |
* | convert print_IPaddr() to %pI4 | Mike Frysinger | 2009-03-20 | -37/+14 |
* | netloop: speed up NetLoop | Heiko Schocher | 2009-02-22 | -61/+84 |
* | Add eth_get_dev_by_index | Andy Fleming | 2009-02-16 | -0/+22 |
* | net/sntp.c: move ifdef into Makefile COBJS-$(...) | Mike Frysinger | 2009-02-09 | -5/+1 |
* | Fix IP alignment problem | Olav Morken | 2009-01-28 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2008-12-09 | -5/+5 |
|\ |
|
| * | net: Fix TftpStart() ip:filename bug | Peter Tyser | 2008-12-04 | -2/+1 |
| * | net: Add additional IP fragmentation check | Peter Tyser | 2008-12-04 | -1/+2 |
| * | net: Define IP flag field values | Peter Tyser | 2008-12-04 | -3/+3 |
* | | Update U-Boot's build timestamp on every compile | Peter Tyser | 2008-12-06 | -0/+3 |
|/ |
|
* | Moved initialization of PPC4xx EMAC to cpu_eth_init() | Ben Warren | 2008-11-09 | -4/+0 |
* | Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC | Ben Warren | 2008-11-09 | -3/+2 |
* | Moved initialization of MPC8XX SCC to cpu_eth_init() | Ben Warren | 2008-11-09 | -4/+0 |
* | Moved initialization of MPC8220 FEC to cpu_eth_init() | Ben Warren | 2008-11-09 | -4/+0 |