summaryrefslogtreecommitdiff
path: root/net/Makefile
Commit message (Expand)AuthorAgeLines
* net: Rename eth.c to eth_lecacy.cSimon Glass2016-01-28-1/+1
* net: Move driver-model code into its own fileSimon Glass2016-01-28-0/+4
* net: Move common init into a new eth_common.c fileSimon Glass2016-01-28-0/+1
* net: Add a separate file for IP checksummingSimon Glass2015-01-23-0/+1
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-19-1/+1
* net: convert a makefile to Kbuild styleMasahiro Yamada2013-10-31-34/+12
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* net: use common rand()/srand() functionsMichael Walle2012-07-07-2/+0
* net: Add link-local addressing supportJoe Hershberger2012-05-23-1/+3
* net: Move PING out of net.cJoe Hershberger2012-05-23-0/+1
* net: Move ARP out of net.cJoe Hershberger2012-05-23-0/+1
* net: Move CDP out of net.cJoe Hershberger2012-05-23-0/+1
* net: Move MAC-seeded rand out of bootp.cJoe Hershberger2012-05-23-0/+1
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-17-2/+2
* rarp: Condtionally compile rarp supportPeter Tyser2010-10-11-1/+1
* net: pull CONFIG checks out of source and into makefileMike Frysinger2009-12-13-6/+6
* minor debug cleanups in ./netRobin Getz2009-08-07-1/+1
* Add DNS supportRobin Getz2009-07-22-3/+4
* net/sntp.c: move ifdef into Makefile COBJS-$(...)Mike Frysinger2009-02-09-1/+1
* Build: split COBJS value into multiple linesGrant Likely2007-11-15-2/+9
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-09-1/+1
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-01-7/+11
* * Patch by Masami Komiya, 30 Mar 2005:wdenk2005-04-01-1/+1
* * Patch by Masami Komiy, 22 Feb 2004:wdenk2004-02-24-1/+1
* * Add support for RMU boardwdenk2003-06-05-1/+1
* Initial revisionwdenk2002-02-24-0/+43