Commit Graph

578 Commits (9ede21234172ac9dff078e3e5f6dbd4a407c4680)

Author SHA1 Message Date
Joe Hershberger 738853bb6d net: cosmetic: Un-typedef ARP_t 13 years ago
Joe Hershberger c68cca35b3 net: cosmetic: Un-typedef VLAN_Ethernet_t 13 years ago
Joe Hershberger cb487f5664 net: cosmetic: Un-typedef Ethernet_t 13 years ago
Joe Hershberger c5c59df04d net: cosmetic: Split struct ip_udp_hdr into ip_hdr 13 years ago
Joe Hershberger 594c26f8a7 net: cosmetic: Un-typedef IP_t 13 years ago
Joe Hershberger 8b9c53221f net: Move RARP receive logic out of net.c 13 years ago
Joe Hershberger a36b12f95a net: Move PING out of net.c 13 years ago
Joe Hershberger d280d3f430 net: Move ARP out of net.c 13 years ago
Joe Hershberger 1735188329 net: Encapsulate CDP packet identification 13 years ago
Joe Hershberger f575ae1f7d net: Move CDP out of net.c 13 years ago
Joe Hershberger eafc8db0e3 net: Move MAC-seeded rand out of bootp.c 13 years ago
Mike Frysinger de30122bb5 net: move bootfile init into eth_initialize 13 years ago
Mike Frysinger 50a47d0523 net: punt bd->bi_ip_addr 13 years ago
Joe Hershberger 13dfe94379 net: cosmetic: tftp.* checkpatch compliance 13 years ago
Joe Hershberger 6c3234a343 net: cosmetic: sntp.* checkpatch compliance 13 years ago
Joe Hershberger c2faf4f901 net: cosmetic: rarp.* checkpatch compliance 13 years ago
Joe Hershberger c9f6c91b48 net: cosmetic: nfs.* checkpatch compliance 13 years ago
Joe Hershberger 48522bb503 net: cosmetic: net.c checkpatch compliance 13 years ago
Joe Hershberger 66c7385a5f net: cosmetic: eth.c checkpatch compliance 13 years ago
Joe Hershberger 3090b7e36c net: cosmetic: bootp.* checkpatch compliance 13 years ago
Joe Hershberger db288a9602 net: Remove volatile from net API 13 years ago
Eric Miao 6937664426 net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back 13 years ago
Simon Glass 573f14fe4e bootstage: Plumb in bootstage calls for basic operations 13 years ago
Simon Glass 770605e4f9 bootstage: Replace show_boot_progress/error() with bootstage_...() 13 years ago
Simon Glass c8e66db789 bootstage: Convert net progress numbers to enums 13 years ago
Simon Glass 5ddb118da4 bootstage: Use show_boot_error() for -ve progress numbers 13 years ago
Mike Frysinger f6add132f6 net/miiphy/serial: drop duplicate "NAMESIZE" define 13 years ago
Marek Vasut 021f6038a2 PPC: Drop mv6446x_eth_initialize() from net/eth.c 13 years ago
Marek Vasut 658c3b9eaf PPC: Drop mv6436x_eth_initialize() from net/eth.c 13 years ago
Vincent Palatin e7e982d69c eth: remove usb-ethernet devices before re-enumerating them 13 years ago
Michael Walle fea7dcae50 net: introduce per device index 13 years ago
Matthias Weisser ea45cb0adc net: Make sure IPaddr_t is 32 bits in size 13 years ago
Anatolij Gustschin c0fe04bf65 net/bootp.c: Fix GCC 4.6 warning 13 years ago
Wolfgang Denk 5c10419cea net/net.c: Fix GCC 4.6 build warning 13 years ago
Simon Glass e4a3d57dc7 net: Export auto_load, use it in rarp 13 years ago
Simon Glass ed1ada712a net: Change for loop to memset() 13 years ago
Simon Glass 8c6914f10f net: Add more #ifdefs for tftpput to reduce code size 13 years ago
Simon Glass 165099e753 net: Make net_transfer() a static function 13 years ago
Simon Glass 39bccd21d0 net: Hide more code behind CONFIG_CMD_TFTPPUT 13 years ago
Simon Glass 1fb7cd498e net: tftpput: implement tftp logic 13 years ago
Simon Glass 58f317d182 net: tftpput: Support selecting get/put for tftp 13 years ago
Simon Glass e4cde2f70d net: tftpput: Factor out start, restart and next block functions 13 years ago
Simon Glass f5329bbc3f net: tftpput: move common code into separate functions 13 years ago
Simon Glass e4bf0c5cfe net: tftpput: Rename TFTP to TFTPGET 13 years ago
Simon Glass 4793ee6522 net: tftpput: Add support for receiving ICMP packets 13 years ago
Simon Glass 8f79bb17a4 net: tftpput: Move ICMP code into its own function 13 years ago
Bernhard Kaindl 6dc809f407 net/dns.c: Fix endian conversion for big-endian in dns command 13 years ago
Jason Hobbs d2b5d5c4c1 net: bootp: add PXE/RFC 4578 DHCP options support 14 years ago
Mike Frysinger e2a53458a7 net: drop !NET_MULTI code 14 years ago
Mike Frysinger d90f0c107b net: drop !NET_MULTI ns7520 driver 14 years ago