summaryrefslogtreecommitdiff
path: root/include/net.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-21net: introduce per device indexMichael Walle1-0/+1
2011-12-07net: Make sure IPaddr_t is 32 bits in sizeMatthias Weisser1-1/+2
2011-10-28net: Export auto_load, use it in rarpSimon Glass1-0/+6
2011-10-26net: tftpput: Support selecting get/put for tftpSimon Glass1-1/+1
2011-10-26net: tftpput: Rename TFTP to TFTPGETSimon Glass1-3/+5
2011-10-26net: tftpput: Add support for receiving ICMP packetsSimon Glass1-0/+19
2011-10-06net: drop !NET_MULTI codeMike Frysinger1-40/+0
2011-08-08Add Ethernet hardware MAC address framework to usbnetSimon Glass1-1/+24
2011-05-19TFTP: add tftpsrv commandLuca Ceresoli1-1/+2
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli1-5/+10
2010-11-28string_to_ip: constify "s" argMike Frysinger1-1/+1
2010-11-28string_to_VLAN: constify "var" argMike Frysinger1-1/+1
2010-11-28copy_filename: constify "src" argMike Frysinger1-1/+1
2010-09-20Integrate USB gadget layer and USB CDC driver layerRemy Bohmer1-2/+15
2010-08-09Fix compile warnings for const correctnessBen Warren1-1/+1
2010-05-04Program net device MAC addresses after initializingBen Warren1-0/+1
2010-01-17Make getenv_IPaddr() globalDirk Behme1-3/+0
2009-10-05net: add random_port() prototypeMike Frysinger1-0/+3
2009-08-08net: sync env ethaddr to device enetaddr in eth_init()Mike Frysinger1-1/+1
2009-07-23Add DNS supportRobin Getz1-0/+5
2009-07-23net: rename NetRxPkt to NetRxPacketMike Frysinger1-2/+2
2009-03-21net: new utility functions for working with enetaddr'sMike Frysinger1-0/+3
2009-03-21convert print_IPaddr() to %pI4Mike Frysinger1-3/+0
2009-02-17Make some minor whitespace changes to eliminate line-wrappingAndy Fleming1-15/+16
2009-01-29Move is_valid_ether_addr() to include/net.hMike Frysinger1-0/+16
2008-12-05net: Define IP flag field valuesPeter Tyser1-0/+6
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-8/+8
2008-05-21Big white-space cleanup.Wolfgang Denk1-9/+9
2008-05-01Fix warnings while compiling net/net.c for MPC8610HPCD boardAnatolij Gustschin1-4/+4
2008-01-04Introduce new eth_receive routineRafal Jaworowski1-0/+3
2007-08-14multicast tftp: RFC2090David Updegraff1-2/+9
2007-08-14Add ability to take MAC address from the environment to DM9000 driverMike Rapoport1-0/+23
2007-07-10Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!Jon Loeliger1-1/+1
2007-07-10include/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-3/+3
2007-07-04include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-3/+3
2005-10-29Add support for multiple PHYs.Marian Balakowicz1-0/+1
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-1/+1
2005-07-23* Patch by Jon Loeliger, Kumar Gala 2005-02-08Jon Loeliger1-1/+1
2005-04-01* Patch by Masami Komiya, 30 Mar 2005:wdenk1-1/+6
2004-10-10Patch by Andreas Engel, 16 Aug 2004:wdenk1-1/+1
2004-08-03Add support for console over UDP (compatible to Ingo Molnar'swdenk1-1/+2
2004-04-16Patches by Pantelis Antoniou, 30 Mar 2004:wdenk1-3/+49
2004-02-24* Patch by Masami Komiy, 22 Feb 2004:wdenk1-4/+4
2003-11-18* Use "-fPIC" instead of "-mrelocatable" to prevent problems withwdenk1-0/+1
2003-10-16* Patches by Xianghua Xiao, 15 Oct 2003:wdenk1-1/+1
2003-08-28- Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK.stroese1-0/+3
2003-07-26* Allow crc32 to be used at address 0x000wdenk1-0/+8
2003-06-28* Code cleanup:wdenk1-5/+3
2003-06-16* Fix CONFIG_NET_MULTI support in include/net.hwdenk1-5/+7
2003-06-05* Add support for RMU boardwdenk1-1/+13