Commit Graph

428 Commits (044fc14bcbcd2a344a2e63c083852fb4af82b96d)

Author SHA1 Message Date
Wolfgang Denk 9c00b2f0a3 net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set 14 years ago
Ben Warren ecee9324d7 Program net device MAC addresses after initializing 14 years ago
Robin Getz 9739946cc5 ./net/net.c - make Microsoft dns servers happy with random_port() numbers 14 years ago
Detlev Zundel aba4b69d01 net: Trivial coding style issue with empty for statement 14 years ago
Wolfgang Denk c96f86eefc TFTP: allow for adjustable retransmission timout 15 years ago
Dirk Behme 6a45e38495 Make getenv_IPaddr() global 15 years ago
Remy Bohmer aafda38fb2 Add error codes/handling for TFTP-server 15 years ago
Mike Frysinger 6ac59c5518 net: pull CONFIG checks out of source and into makefile 15 years ago
Evan Samanas aabb8cb081 nfs: NfsTimeout() updates 15 years ago
Ed Swarthout f64ef9bb99 fix nfs symlink name corruption 15 years ago
Remy Bohmer 67b96e87da Repair the 'netretry=once' option. 15 years ago
Wolfgang Denk e35c73d7e1 net/bootp.c: fix compile warning 15 years ago
Wolfgang Denk d8d8724be0 net/bootp.c: fix compile warning 15 years ago
Robin Getz 4fccb818e7 Add Transfer Size Option to tftp 15 years ago
Alessandro Rubini bd931ca61c nfs: accept CONFIG_NFS_READ_SIZE from config file 15 years ago
Alessandro Rubini 89ba81d107 tftp: get the tftp block size from config file and from the environment 15 years ago
Alessandro Rubini 5cfaa4e54d net: defragment IP packets 15 years ago
Wolfgang Denk d371708a1b net/tftp.c: fix warning: pointer targets differ in signedness 15 years ago
Mike Frysinger 86848a74c3 net: sync env ethaddr to device enetaddr in eth_init() 15 years ago
Robin Getz 0ebf04c607 minor debug cleanups in ./net 15 years ago
Wolfgang Denk 28958b8bea Coding Style cleanup; update CHANGELOG. 15 years ago
Robin Getz 97cfe86163 Save server's MAC address in environment 15 years ago
Michael Zaidman 09133f8580 DHCP regression on 2009-06 15 years ago
Ben Warren 3bd0a877b7 Add warning about upcoming removal of old Ethernet API 15 years ago
Robin Getz 1a32bf4188 Add DNS support 15 years ago
Mike Frysinger d9bec9f42a net: rename NetRxPkt to NetRxPacket 15 years ago
Norbert van Bolhuis c9a2aab151 A VLAN tagged DHCP request/discover is 4 bytes short 15 years ago
Ben Warren 6e0d2fc7fe Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC 15 years ago
Ben Warren 8453587ef9 Switched davinci_emac Ethernet driver to use newer API 15 years ago
Heiko Schocher da95427ce4 netloop: updates for NetLoop 15 years ago
Peter Tyser f9a109b3ad Replace __attribute references with __attribute__ 15 years ago
Michael Zaidman 3c172c4fdb NetLoop initialization bug 15 years ago
Mike Frysinger 95823ca077 net: get mac address from environment and use eth util funcs 16 years ago
Mike Frysinger 3f6e6993e9 net: new utility functions for working with enetaddr's 16 years ago
Mike Frysinger b6446b6775 convert print_IPaddr() to %pI4 16 years ago
Heiko Schocher 2f70c49e5b netloop: speed up NetLoop 16 years ago
Andy Fleming 9e56986a2b Add eth_get_dev_by_index 16 years ago
Mike Frysinger 638ed3e296 net/sntp.c: move ifdef into Makefile COBJS-$(...) 16 years ago
Olav Morken af8626e0c0 Fix IP alignment problem 16 years ago
Peter Tyser 561858ee7d Update U-Boot's build timestamp on every compile 16 years ago
Peter Tyser 6a86bb6c25 net: Fix TftpStart() ip:filename bug 16 years ago
Peter Tyser d32c5be50b net: Add additional IP fragmentation check 16 years ago
Peter Tyser e0c07b868c net: Define IP flag field values 16 years ago
Ben Warren 25a859066b Moved initialization of PPC4xx EMAC to cpu_eth_init() 16 years ago
Ben Warren 96e21f86e8 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC 16 years ago
Ben Warren 9eb79bd885 Moved initialization of MPC8XX SCC to cpu_eth_init() 16 years ago
Ben Warren a9bec96d63 Moved initialization of MPC8220 FEC to cpu_eth_init() 16 years ago
Ben Warren 0e8454e990 Moved initialization of QE Ethernet controller to cpu_eth_init() 16 years ago
Ben Warren 3456a14827 Moved initialization of FCC Ethernet controller to cpu_eth_init 16 years ago
Shinya Kuribayashi 5dfb3ee3f5 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init 16 years ago