summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Extensions to ECP conneciton structure for the case of multiple networks. Se...Gregory Nutt2014-11-222-16/+102
* Add a commentGregory Nutt2014-11-221-0/+4
* Fix UDP routing error in last commitGregory Nutt2014-11-221-2/+2
* Back out a misconception about INADDR_ANY introduce with some previous commitsGregory Nutt2014-11-224-118/+19
* Update ChangeLogGregory Nutt2014-11-221-0/+2
* Make tcp_listener static scope; it is not used outside of tcp_conn.cGregory Nutt2014-11-224-53/+35
* Update TODOGregory Nutt2014-11-211-1/+9
* Update ChangeLogGregory Nutt2014-11-211-0/+5
* Fix routing of muli-network UDP packetsGregory Nutt2014-11-212-2/+9
* Network: Misc changes to UDP bind logic for the case of multiple networksGregory Nutt2014-11-212-28/+25
* Some ideas for how port assignments might work with multiple network interfacesGregory Nutt2014-11-212-9/+136
* File missed in previous commitGregory Nutt2014-11-211-196/+0
* Network: Add logic to get a default network device (for the case where are m...Gregory Nutt2014-11-215-3/+135
* Network: Add a file of IPv6 globalsGregory Nutt2014-11-214-1/+268
* Update READMEsGregory Nutt2014-11-212-0/+19
* apps/examples/bridge: Lots of fixes. I think it is working although I have ...Gregory Nutt2014-11-219-71/+122
* apps/examples/bridge: Fixes some bugs in test driver. Still does not workGregory Nutt2014-11-211-20/+30
* Update ChangeLogGregory Nutt2014-11-211-0/+2
* apps/examples/bridge: Add host-side test driverGregory Nutt2014-11-219-34/+541
* Update ChangeLogGregory Nutt2014-11-211-0/+2
* vfs/poll: add proper handling for sem_timedwait errnos. From Jussi KivilinnaGregory Nutt2014-11-211-0/+16
* Update ChangeLogGregory Nutt2014-11-201-0/+3
* Remove warnings when CONFIG_NXTK_BORDERWIDTH is set to zero. From Pierre-No...Gregory Nutt2014-11-201-1/+7
* Update ChangeLogGregory Nutt2014-11-201-0/+2
* SAMA5D3 Xplained: Add an apps/examples/bridge configurationGregory Nutt2014-11-208-3/+1315
* Update READMEGregory Nutt2014-11-201-2/+10
* Update ChangeLogGregory Nutt2014-11-201-2/+12
* Refresh STM32F429i Disco USB NSH configurationGregory Nutt2014-11-202-106/+224
* Update ChangeLogGregory Nutt2014-11-201-0/+3
* STM32 F4 OTGHS device controller driver from Brennan AshtonGregory Nutt2014-11-204-2/+5643
* Cosmetic chnages to commentsGregory Nutt2014-11-201-0/+6
* Update ChangeLogGregory Nutt2014-11-201-0/+2
* Fixing md5 hashing when digest[$i] lower that 16. Sergey <sectus@mail.ru>Gregory Nutt2014-11-201-1/+1
* Update READMEGregory Nutt2014-11-191-0/+16
* Simplifed semaphore wait logic in poll()Gregory Nutt2014-11-191-10/+4
* Update ChangeLogGregory Nutt2014-11-191-1/+11
* poll() was not waking up from signals (for example mq_notify() events).Gregory Nutt2014-11-191-13/+26
* alling mq_timedreceived with immediate timeout was getting stuck and notGregory Nutt2014-11-191-2/+39
* Freedom K25Z: Fix missing file inclusion in board Makefile. From Alan Carva...Gregory Nutt2014-11-192-3/+7
* Update READMEGregory Nutt2014-11-181-0/+7
* SAM EMAC: Fix typo in the check for successfull allocation of a timerGregory Nutt2014-11-185-5/+5
* SAMA5D4-EK EMAC1: Correct name of EMAC1 configuration variableGregory Nutt2014-11-183-8/+12
* Ooops.. Fix oversight in last commitGregory Nutt2014-11-181-2/+23
* DHCPD: Remove dhcpd_addoption_n. It uses C features not supported by all com...Gregory Nutt2014-11-181-27/+2
* DHCPD: Add support for the dhcp options for netmask, router and dns. From Br...Gregory Nutt2014-11-182-1/+82
* Cosmetic fixes to commentsGregory Nutt2014-11-181-4/+4
* SAMA5D4-EK bridge configuration: Correct configuration -- PHY interfaces are...Gregory Nutt2014-11-172-8/+8
* Update ChangeLogGregory Nutt2014-11-171-0/+5
* Move IP header flags from tcp.h to ip.h and rename IP_FLAGS vs TCPFLAGS. The...Gregory Nutt2014-11-175-18/+18
* NxPlayer Kconfig should depend on AUDIO supportGregory Nutt2014-11-171-0/+1