aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-10-04Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2012-10-03net: fix netconsole filteringJoe Hershberger
2012-10-01OMAP: networking support for SPLIlya Yanok
2012-10-01net/bootp: add VCI support for BOOTP alsoIlya Yanok
2012-09-27net: Quietly ignore DHCP Option 28 (Broadcast Address)Brian Rzycki
2012-09-27net: eth_write_hwaddr: Return error for invalid MACsBenoît Thébaudeau
2012-09-24net: Filter incoming netconsole packets by IPJoe Hershberger
2012-09-24net: Improve the speed of netconsoleJoe Hershberger
2012-09-24net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000Tetsuyuki Kobayashi
2012-09-24api: net: fix length check in eth_receive()Michael Walle
2012-07-30Merge branch 'next' of git://git.denx.de/u-bootWolfgang Denk
2012-07-24net: Make sure the ethaddr is updated in net_init()Joe Hershberger
2012-07-19net: link_local: fix buildbenoit.thebaudeau@advans
2012-07-19net: bootp: fix buildbenoit.thebaudeau@advans
2012-07-12net: nfs: make NFS_TIMEOUT configurableTetsuyuki Kobayashi
2012-07-12Merge branch 'next' of git://git.denx.de/u-boot-net into nextWolfgang Denk
2012-07-11net: Inline the new eth_setenv_enetaddr_by_index functionJoe Hershberger
2012-07-11net: allow setting env enetaddr from net device settingRob Herring
2012-07-11net: tftp: fix type of block arg to store_blockJayachandran Chandrasekharan Nair
2012-07-10net: fix typo in arp clean upMike Frysinger
2012-07-10Minor Coding Style cleanupWolfgang Denk
2012-07-08net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAYKim Phillips
2012-07-07net: add helper to generate random mac addressMichael Walle
2012-07-07net: use common rand()/srand() functionsMichael Walle
2012-05-23net: Allow filtering on debug traces in the net subsystemJoe Hershberger
2012-05-23net: Work-around for brain-damaged Cisco equipment with arp-proxyJoe Hershberger
2012-05-23net: Add link-local addressing supportJoe Hershberger
2012-05-23net: Separate ArpRequest() into lower-level funcJoe Hershberger
2012-05-23net: Don't copy every packet that waits for an ARPJoe Hershberger
2012-05-23net: Fix net buffer initializationJoe Hershberger
2012-05-23net: Remove unused parameter from NetInitLoop()Joe Hershberger
2012-05-23net: Remove static allocation for MAC address in PingSend()Joe Hershberger
2012-05-23net: Add option CONFIG_BOOTP_MAY_FAILJoe Hershberger
2012-05-23net: Fix unused variable compile warningJoe Hershberger
2012-05-23net: Add net_update_ether() to handle ARP and Ping repliesJoe Hershberger
2012-05-23net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger
2012-05-23net: Refactor to protect access to the NetState variableJoe Hershberger
2012-05-23net: Refactor to use NetSendPacket instead of eth_send directlyJoe Hershberger
2012-05-23net: Refactor ping receive handlerJoe Hershberger
2012-05-23net: Move debug trace to point of actionJoe Hershberger
2012-05-23net: Refactor bootp packet length computationsJoe Hershberger
2012-05-23net: Refactor packet length computationsJoe Hershberger
2012-05-23net: Refactor NetSendUDPPacket to share more codeJoe Hershberger
2012-05-23net: Refactor IP, UPD, and ICMP header writing functionsJoe Hershberger
2012-05-23net: cosmetic: Replace magic numbers in arp.c with constantsJoe Hershberger
2012-05-23net: cosmetic: Rename tmp to reply_ip_addr in arp.cJoe Hershberger
2012-05-23net: cosmetic: Alphabetize includes in net.cJoe Hershberger
2012-05-23net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZEJoe Hershberger
2012-05-23net: cosmetic: Rename CDPHandler to cdp_receiveJoe Hershberger
2012-05-23net: cosmetic: Rename "x" to "eth_proto"Joe Hershberger