aboutsummaryrefslogtreecommitdiff
path: root/include/net.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-29net: force PKTALIGN to ARCH_DMA_MINALIGNEric Nelson1-1/+2
2012-03-18net/miiphy/serial: drop duplicate "NAMESIZE" defineMike Frysinger1-3/+1
2012-03-03eth: remove usb-ethernet devices before re-enumerating themVincent Palatin1-0/+1
2011-12-20net: introduce per device indexMichael Walle1-0/+1
2011-12-06net: Make sure IPaddr_t is 32 bits in sizeMatthias Weisser1-1/+2
2011-10-27net: 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-05net: 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-03Program net device MAC addresses after initializingBen Warren1-0/+1
2010-01-17Make getenv_IPaddr() globalDirk Behme1-3/+0
2009-10-04net: add random_port() prototypeMike Frysinger1-0/+3
2009-08-07net: sync env ethaddr to device enetaddr in eth_init()Mike Frysinger1-1/+1
2009-07-22Add DNS supportRobin Getz1-0/+5
2009-07-22net: rename NetRxPkt to NetRxPacketMike Frysinger1-2/+2
2009-03-20net: new utility functions for working with enetaddr'sMike Frysinger1-0/+3
2009-03-20convert print_IPaddr() to %pI4Mike Frysinger1-3/+0
2009-02-16Make some minor whitespace changes to eliminate line-wrappingAndy Fleming1-15/+16
2009-01-28Move is_valid_ether_addr() to include/net.hMike Frysinger1-0/+16
2008-12-04net: 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-04-30Fix warnings while compiling net/net.c for MPC8610HPCD boardAnatolij Gustschin1-4/+4
2008-01-03Introduce new eth_receive routineRafal Jaworowski1-0/+3
2007-08-13multicast tftp: RFC2090David Updegraff1-2/+9
2007-08-13Add ability to take MAC address from the environment to DM9000 driverMike Rapoport1-0/+23
2007-07-09Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!Jon Loeliger1-1/+1
2007-07-09include/: 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-28Add 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-09Patch by Andreas Engel, 16 Aug 2004:wdenk1-1/+1
2004-08-02Add support for console over UDP (compatible to Ingo Molnar'swdenk1-1/+2
2004-04-15Patches by Pantelis Antoniou, 30 Mar 2004:wdenk1-3/+49
2004-02-24* Patch by Masami Komiy, 22 Feb 2004:wdenk1-4/+4
2003-11-17* Use "-fPIC" instead of "-mrelocatable" to prevent problems withwdenk1-0/+1
2003-10-15* Patches by Xianghua Xiao, 15 Oct 2003:LABEL_2003_10_16_0200wdenk1-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