aboutsummaryrefslogtreecommitdiff
path: root/net/Makefile
AgeCommit message (Expand)AuthorFilesLines
2016-01-28net: Rename eth.c to eth_lecacy.cSimon Glass1-1/+1
2016-01-28net: Move driver-model code into its own fileSimon Glass1-0/+4
2016-01-28net: Move common init into a new eth_common.c fileSimon Glass1-0/+1
2015-01-23net: Add a separate file for IP checksummingSimon Glass1-0/+1
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-1/+1
2013-10-31net: convert a makefile to Kbuild styleMasahiro Yamada1-34/+12
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-07-07net: use common rand()/srand() functionsMichael Walle1-2/+0
2012-05-23net: Add link-local addressing supportJoe Hershberger1-1/+3
2012-05-23net: Move PING out of net.cJoe Hershberger1-0/+1
2012-05-23net: Move ARP out of net.cJoe Hershberger1-0/+1
2012-05-23net: Move CDP out of net.cJoe Hershberger1-0/+1
2012-05-23net: Move MAC-seeded rand out of bootp.cJoe Hershberger1-0/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-11rarp: Condtionally compile rarp supportPeter Tyser1-1/+1
2009-12-13net: pull CONFIG checks out of source and into makefileMike Frysinger1-6/+6
2009-08-07minor debug cleanups in ./netRobin Getz1-1/+1
2009-07-22Add DNS supportRobin Getz1-3/+4
2009-02-09net/sntp.c: move ifdef into Makefile COBJS-$(...)Mike Frysinger1-1/+1
2007-11-15Build: split COBJS value into multiple linesGrant Likely1-2/+9
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-7/+11
2005-04-01* Patch by Masami Komiya, 30 Mar 2005:wdenk1-1/+1
2004-02-24* Patch by Masami Komiy, 22 Feb 2004:wdenk1-1/+1
2003-06-05* Add support for RMU boardwdenk1-1/+1
2002-02-24Initial revisionwdenk1-0/+43