summaryrefslogtreecommitdiff
path: root/net/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil1-0/+1
2020-09-30net: add a generic udp protocolPhilippe Reynes1-0/+1
2019-12-15net: Move the checksum functions to lib/Simon Glass1-1/+0
2019-09-04net: introduce packet capture supportRamon Fried1-0/+1
2019-07-19net: add MDIO_MUX DM classAlex Marginean1-0/+1
2019-07-15net: introduce MDIO DM class for MDIO devicesAlex Marginean1-0/+1
2018-07-02net: Add new wol command - Wake on LANLothar Felten1-0/+1
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2018-04-13net: Make core net code depend on NET instead of CMD_NETJoe Hershberger1-5/+5
2018-04-13net: Make CMD_NET a menuconfigJoe Hershberger1-2/+2
2017-05-12net: Disable the format-extra-args warningTom Rini1-0/+5
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-24net: 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-24net: 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-12rarp: Condtionally compile rarp supportPeter Tyser1-1/+1
2009-12-14net: pull CONFIG checks out of source and into makefileMike Frysinger1-6/+6
2009-08-08minor debug cleanups in ./netRobin Getz1-1/+1
2009-07-23Add DNS supportRobin Getz1-3/+4
2009-02-10net/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-25Initial revisionwdenk1-0/+43