summaryrefslogtreecommitdiffstats
path: root/include/net.h
Commit message (Expand)AuthorAgeFilesLines
* Add Ethernet hardware MAC address framework to usbnetSimon Glass2011-08-081-1/+24
* TFTP: add tftpsrv commandLuca Ceresoli2011-05-191-1/+2
* NET: pass source IP address to packet handlersLuca Ceresoli2011-05-121-5/+10
* string_to_ip: constify "s" argMike Frysinger2010-11-281-1/+1
* string_to_VLAN: constify "var" argMike Frysinger2010-11-281-1/+1
* copy_filename: constify "src" argMike Frysinger2010-11-281-1/+1
* Integrate USB gadget layer and USB CDC driver layerRemy Bohmer2010-09-201-2/+15
* Fix compile warnings for const correctnessBen Warren2010-08-091-1/+1
* Program net device MAC addresses after initializingBen Warren2010-05-031-0/+1
* Make getenv_IPaddr() globalDirk Behme2010-01-171-3/+0
* net: add random_port() prototypeMike Frysinger2009-10-041-0/+3
* net: sync env ethaddr to device enetaddr in eth_init()Mike Frysinger2009-08-071-1/+1
* Add DNS supportRobin Getz2009-07-221-0/+5
* net: rename NetRxPkt to NetRxPacketMike Frysinger2009-07-221-2/+2
* net: new utility functions for working with enetaddr'sMike Frysinger2009-03-201-0/+3
* convert print_IPaddr() to %pI4Mike Frysinger2009-03-201-3/+0
* Make some minor whitespace changes to eliminate line-wrappingAndy Fleming2009-02-161-15/+16
* Move is_valid_ether_addr() to include/net.hMike Frysinger2009-01-281-0/+16
* net: Define IP flag field valuesPeter Tyser2008-12-041-0/+6
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-8/+8
* Big white-space cleanup.Wolfgang Denk2008-05-211-9/+9
* Fix warnings while compiling net/net.c for MPC8610HPCD boardAnatolij Gustschin2008-04-301-4/+4
* Introduce new eth_receive routineRafal Jaworowski2008-01-031-0/+3
* multicast tftp: RFC2090David Updegraff2007-08-131-2/+9
* Add ability to take MAC address from the environment to DM9000 driverMike Rapoport2007-08-131-0/+23
* Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!Jon Loeliger2007-07-091-1/+1
* include/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-091-3/+3
* include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-3/+3
* Add support for multiple PHYs.Marian Balakowicz2005-10-281-0/+1
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-1/+1
* * Patch by Jon Loeliger, Kumar Gala 2005-02-08Jon Loeliger2005-07-231-1/+1
* * Patch by Masami Komiya, 30 Mar 2005:wdenk2005-04-011-1/+6
* Patch by Andreas Engel, 16 Aug 2004:wdenk2004-10-091-1/+1
* Add support for console over UDP (compatible to Ingo Molnar'swdenk2004-08-021-1/+2
* Patches by Pantelis Antoniou, 30 Mar 2004:wdenk2004-04-151-3/+49
* * Patch by Masami Komiy, 22 Feb 2004:wdenk2004-02-241-4/+4
* * Use "-fPIC" instead of "-mrelocatable" to prevent problems withwdenk2003-11-171-0/+1
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-151-1/+1
* - Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK.stroese2003-08-281-0/+3
* * Allow crc32 to be used at address 0x000wdenk2003-07-261-0/+8
* * Code cleanup:wdenk2003-06-271-5/+3
* * Fix CONFIG_NET_MULTI support in include/net.hwdenk2003-06-151-5/+7
* * Add support for RMU boardwdenk2003-06-051-1/+13
* - CFG_ETH_RX_BUFFER added.stroese2003-06-051-6/+3
* * Add dual ethernet support on PM826wdenk2003-01-171-0/+24
* * Patch by Jim Sandoz, 07 Nov 2002:wdenk2002-11-111-0/+5
* Initial revisionwdenk2002-10-311-0/+358
OpenPOWER on IntegriCloud