aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Add new wol command - Wake on LANLothar Felten2018-07-021-0/+1
* net: fastboot: Merge AOSP UDP fastbootAlex Kiernan2018-05-301-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-3/+1
* net: Make core net code depend on NET instead of CMD_NETJoe Hershberger2018-04-131-5/+5
* net: Make CMD_NET a menuconfigJoe Hershberger2018-04-131-2/+2
* net: Disable the format-extra-args warningTom Rini2017-05-121-0/+5
* net: Rename eth.c to eth_lecacy.cSimon Glass2016-01-281-1/+1
* net: Move driver-model code into its own fileSimon Glass2016-01-281-0/+4
* net: Move common init into a new eth_common.c fileSimon Glass2016-01-281-0/+1
* net: Add a separate file for IP checksummingSimon Glass2015-01-231-0/+1
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-191-1/+1
* net: convert a makefile to Kbuild styleMasahiro Yamada2013-10-311-34/+12
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* net: use common rand()/srand() functionsMichael Walle2012-07-071-2/+0
* net: Add link-local addressing supportJoe Hershberger2012-05-231-1/+3
* net: Move PING out of net.cJoe Hershberger2012-05-231-0/+1
* net: Move ARP out of net.cJoe Hershberger2012-05-231-0/+1
* net: Move CDP out of net.cJoe Hershberger2012-05-231-0/+1
* net: Move MAC-seeded rand out of bootp.cJoe Hershberger2012-05-231-0/+1
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-2/+2
* rarp: Condtionally compile rarp supportPeter Tyser2010-10-121-1/+1
* net: pull CONFIG checks out of source and into makefileMike Frysinger2009-12-131-6/+6
* minor debug cleanups in ./netRobin Getz2009-08-071-1/+1
* Add DNS supportRobin Getz2009-07-231-3/+4
* net/sntp.c: move ifdef into Makefile COBJS-$(...)Mike Frysinger2009-02-101-1/+1
* Build: split COBJS value into multiple linesGrant Likely2007-11-151-2/+9
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-081-1/+1
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-7/+11
* * Patch by Masami Komiya, 30 Mar 2005:wdenk2005-03-311-1/+1
* * Patch by Masami Komiy, 22 Feb 2004:wdenk2004-02-231-1/+1
* * Add support for RMU boardwdenk2003-06-051-1/+1
* Initial revisionwdenk2002-02-241-0/+43