aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-23net: Move debug trace to point of actionJoe Hershberger1-1/+1
2012-05-23net: Refactor bootp packet length computationsJoe Hershberger1-11/+13
2012-05-23net: Refactor packet length computationsJoe Hershberger3-10/+16
2012-05-23net: Refactor NetSendUDPPacket to share more codeJoe Hershberger1-19/+25
2012-05-23net: Refactor IP, UPD, and ICMP header writing functionsJoe Hershberger3-52/+55
2012-05-23net: cosmetic: Replace magic numbers in arp.c with constantsJoe Hershberger1-17/+17
2012-05-23net: cosmetic: Rename tmp to reply_ip_addr in arp.cJoe Hershberger1-3/+3
2012-05-23net: cosmetic: Alphabetize includes in net.cJoe Hershberger1-12/+12
2012-05-23net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZEJoe Hershberger2-9/+8
2012-05-23net: cosmetic: Rename CDPHandler to cdp_receiveJoe Hershberger3-4/+4
2012-05-23net: cosmetic: Rename "x" to "eth_proto"Joe Hershberger1-12/+12