aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk7-80/+7
2013-06-24net: Correct check for link-local target IP conflictJoe Hershberger1-4/+13
2013-06-24net/tftp: sparse fixesKim Phillips1-6/+6
2013-06-24net: nfs: add dynamic wait periodMatthias Brugger1-21/+53
2013-06-19NET: Fix system hanging if NET device is not installedJim Lin1-1/+2
2013-02-28net: Use new numeric setenv functionsSimon Glass1-6/+2
2012-12-15net: Fix endianness bug in link-localJoe Hershberger1-1/+1
2012-12-15net: Add tftp speed indicationSimon Glass1-0/+8
2012-12-13env: Add a bootfile env handlerJoe Hershberger1-0/+17
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-17/+15
2012-11-04net/: sparse fixesKim Phillips5-10/+10
2012-10-04Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-6/+21
2012-10-03net: fix netconsole filteringJoe Hershberger1-1/+1
2012-10-01OMAP: networking support for SPLIlya Yanok1-1/+6
2012-10-01net/bootp: add VCI support for BOOTP alsoIlya Yanok1-6/+16
2012-09-27net: Quietly ignore DHCP Option 28 (Broadcast Address)Brian Rzycki1-0/+2
2012-09-27net: eth_write_hwaddr: Return error for invalid MACsBenoît Thébaudeau1-2/+5
2012-09-24net: Filter incoming netconsole packets by IPJoe Hershberger1-0/+1
2012-09-24net: Improve the speed of netconsoleJoe Hershberger2-12/+22
2012-09-24net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000Tetsuyuki Kobayashi1-1/+1
2012-09-24api: net: fix length check in eth_receive()Michael Walle1-4/+1
2012-07-30Merge branch 'next' of git://git.denx.de/u-bootWolfgang Denk3-2/+20
2012-07-24net: Make sure the ethaddr is updated in net_init()Joe Hershberger1-2/+1
2012-07-19net: link_local: fix buildbenoit.thebaudeau@advans1-3/+3
2012-07-19net: bootp: fix buildbenoit.thebaudeau@advans1-1/+1
2012-07-12net: nfs: make NFS_TIMEOUT configurableTetsuyuki Kobayashi1-1/+5
2012-07-12Merge branch 'next' of git://git.denx.de/u-boot-net into nextWolfgang Denk2-1/+15
2012-07-11net: Inline the new eth_setenv_enetaddr_by_index functionJoe Hershberger1-1/+1
2012-07-11net: allow setting env enetaddr from net device settingRob Herring1-0/+14
2012-07-11net: tftp: fix type of block arg to store_blockJayachandran Chandrasekharan Nair1-1/+1
2012-07-10net: fix typo in arp clean upMike Frysinger1-1/+1
2012-07-10Minor Coding Style cleanupWolfgang Denk1-2/+3
2012-07-08net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAYKim Phillips1-1/+3
2012-07-07net: add helper to generate random mac addressMichael Walle1-0/+22
2012-07-07net: use common rand()/srand() functionsMichael Walle4-80/+28
2012-05-23net: Allow filtering on debug traces in the net subsystemJoe Hershberger5-31/+52
2012-05-23net: Work-around for brain-damaged Cisco equipment with arp-proxyJoe Hershberger1-0/+14
2012-05-23net: Add link-local addressing supportJoe Hershberger4-1/+372
2012-05-23net: Separate ArpRequest() into lower-level funcJoe Hershberger2-9/+15
2012-05-23net: Don't copy every packet that waits for an ARPJoe Hershberger4-35/+20
2012-05-23net: Fix net buffer initializationJoe Hershberger1-14/+31
2012-05-23net: Remove unused parameter from NetInitLoop()Joe Hershberger1-2/+2
2012-05-23net: Remove static allocation for MAC address in PingSend()Joe Hershberger2-11/+8
2012-05-23net: Add option CONFIG_BOOTP_MAY_FAILJoe Hershberger1-0/+5
2012-05-23net: Fix unused variable compile warningJoe Hershberger1-4/+3
2012-05-23net: Add net_update_ether() to handle ARP and Ping repliesJoe Hershberger3-6/+29
2012-05-23net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger8-51/+72
2012-05-23net: Refactor to protect access to the NetState variableJoe Hershberger7-28/+31
2012-05-23net: Refactor to use NetSendPacket instead of eth_send directlyJoe Hershberger4-14/+6
2012-05-23net: Refactor ping receive handlerJoe Hershberger1-16/+2