summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-2924-89/+89
* E1000: Rename uip_dev to netdevGregory Nutt2014-06-291-34/+34
* NET: Rename uip_callback_s to devif_callback_sGregory Nutt2014-06-2918-88/+89
* NET: Renaming of IP address typesGregory Nutt2014-06-2938-143/+150
* Fixes for networking and tiny webserver from MaxGregory Nutt2014-06-296-51/+109
* SAMA5: Add configuration to assign an XDMAC channel to an HSMCIGregory Nutt2014-06-294-19/+104
* SAMA5D4-EK: NSH configuration now supports the RTCGregory Nutt2014-06-294-25/+105
* Rename static functions from uip_* to something more appropriate. Globally s...Gregory Nutt2014-06-288-100/+97
* Update RTL driver in misc/driversGregory Nutt2014-06-281-25/+25
* Update ChangeLogGregory Nutt2014-06-281-1/+5
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-2829-92/+94
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-2856-94/+101
* Move IPv6 files from net/uip to net/ipv6Gregory Nutt2014-06-287-52/+139
* Update ChangeLogGregory Nutt2014-06-281-0/+3
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-2852-93/+97
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-2815-96/+115
* SAMA5D4-EK: NSH confuration now has FAT/ROMFS, /dev/zero, /dev/random via TRN...Gregory Nutt2014-06-288-36/+222
* Fix another place where sem_tryalloc may be called from the interrupt level. ...Gregory Nutt2014-06-281-1/+10
* Updated READMEGregory Nutt2014-06-281-4/+21
* Minor update to AT25BOOT; Updated README fileGregory Nutt2014-06-282-0/+27
* NET: Last tweaks were still in the editorGregory Nutt2014-06-281-1/+4
* NET: Another fix for recently introduced networking errorsGregory Nutt2014-06-282-1/+3
* NET: Fix some errors in recent network I/O buffering when stack runs from in...Gregory Nutt2014-06-284-13/+16
* SAMA5D4-EK: Fix some AT25BOOT bugsGregory Nutt2014-06-281-9/+8
* Update changelogGregory Nutt2014-06-281-0/+2
* Change double_t to double in rint. Add rintf and rintl while we are at itGregory Nutt2014-06-286-88/+373
* Updated READMEGregory Nutt2014-06-281-1/+112
* SAMA5D4-EK: Updates to get the at25boot configuration building correctlyGregory Nutt2014-06-287-18/+68
* Update ChangeLogGregory Nutt2014-06-281-0/+2
* SAMA5D4-EK: Add a configuration to load a boot program into AT25 FLASHGregory Nutt2014-06-289-25/+1458
* Add more XMega skeleton directoriesGregory Nutt2014-06-272-0/+188
* Add skeletin of XMega includeGregory Nutt2014-06-273-0/+299
* Clean-up naming associated with network checksumsGregory Nutt2014-06-2715-111/+296
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-27105-566/+567
* Update ChangeLogGregory Nutt2014-06-271-0/+4
* Move net/uip/uip_checksum.c to net/utils/net_chksum.c; fix missing Make.defs ...Gregory Nutt2014-06-275-9/+10
* Add net/README.txtGregory Nutt2014-06-275-2/+87
* Update changelogGregory Nutt2014-06-271-0/+3
* SAMA5D4: Bootloader needs to flush D-Cache to memory before disabling the ca...Gregory Nutt2014-06-271-1/+12
* Update ChangeLogsGregory Nutt2014-06-272-2/+7
* NSH: Networking features modified to handle the case of SLIP networks.Gregory Nutt2014-06-272-12/+47
* SAM4CM: Fixes from Macs NGregory Nutt2014-06-273-14/+14
* SAM4CM: Add IPC register header file. From Macs NGregory Nutt2014-06-271-0/+80
* Cosmetic update to commentsGregory Nutt2014-06-271-0/+5
* Updated ChangeLogGregory Nutt2014-06-271-0/+3
* Updates for coding styleGregory Nutt2014-06-271-57/+64
* Add missing source of netdev/KconfigGregory Nutt2014-06-271-6/+1
* Merge remote-tracking branch 'origin/master' into netiobGregory Nutt2014-06-274-0/+372
|\
| * Add apps/system/mdio from LazloGregory Nutt2014-06-274-0/+372
* | Move NETDEV config from net/Kconfig to net/netdev/KconfigGregory Nutt2014-06-271-2/+8