summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Gregory Nutt2014-06-2852-93/+97
| | | | net/socket/socket.h
* 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 ↵Gregory Nutt2014-06-288-36/+222
| | | | TRNG, an NSH startup script, and a RAM disk at /tmp
* Fix another place where sem_tryalloc may be called from the interrupt level. ↵Gregory Nutt2014-06-281-1/+10
| | | | Thanks Manuel
* 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 ↵Gregory Nutt2014-06-284-13/+16
| | | | interrupt level
* 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
| | | | include in net/Makefile
* 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 ↵Gregory Nutt2014-06-271-1/+12
| | | | caches
* 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
| |
* | Fix conflict in ChangeLogGregory Nutt2014-06-2729-32/+428
|\|
| * Update ChangeLogGregory Nutt2014-06-271-3/+4
| |
| * Add support for a network device IOCTL to access PHY registers. Ioctls only ↵Gregory Nutt2014-06-2710-2/+128
| | | | | | | | implemented for STM32. From Lazlo
| * Update ChangelogGregory Nutt2014-06-271-0/+2
| |
| * Various changes associated with symbol tables. Most from Pelle WindestamGregory Nutt2014-06-2714-20/+107
| |
| * Fix Kconfig typoGregory Nutt2014-06-271-2/+2
| |
* | Update ChangeLogGregory Nutt2014-06-271-0/+8
| |
* | NET: Move net/netdev*.c to net/netdev/netdev*.cGregory Nutt2014-06-2726-72/+44
|/
* Update ChangeLogGregory Nutt2014-06-261-0/+2
|
* Setup the SAMA5D4-EK NSH configuration to use the DRAMBOOT loader by defaultGregory Nutt2014-06-267-12/+162
|
* Update ChangeLogGregory Nutt2014-06-261-0/+4
|
* SAMA5D4-EK: Add bootloader that runs from ISRAM and loads an Intel HEX file ↵Gregory Nutt2014-06-268-5/+1421
| | | | into DRAM