summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Gregory Nutt2014-11-215-3/+135
| | | | multiple devices). For INADDR_ANY
* 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
| | | | still have host firewall issues in testing
* 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 ↵Gregory Nutt2014-11-201-1/+7
| | | | Pierre-Noel Bouteville
* 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
| | | | Signed-off-by: Jussi Kivilinna <jussi.kivilinna@haltian.com>
* alling mq_timedreceived with immediate timeout was getting stuck and notGregory Nutt2014-11-191-2/+39
| | | | | | | | | | | | | timeout. Immediate timeout is achieved by setting absolute timeout value to past time, for example abstime={ .tv_sec=0, .tv_nsec=0 }. However absolute time was converted to relative time using unsigned integer arithmetic and resulted large ticks count by clock_abstime2ticks, instead of expected negative ticks value. Patch corrects clock_abstime2ticks to return negative ticks, if absolute time is in the past. Signed-off-by: Jussi Kivilinna <jussi.kivilinna@haltian.com>
* Freedom K25Z: Fix missing file inclusion in board Makefile. From Alan ↵Gregory Nutt2014-11-192-3/+7
| | | | Carvalho de Assis
* 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 ↵Gregory Nutt2014-11-181-27/+2
| | | | compilers
* DHCPD: Add support for the dhcp options for netmask, router and dns. From ↵Gregory Nutt2014-11-182-1/+82
| | | | Brennan Ashton
* Cosmetic fixes to commentsGregory Nutt2014-11-181-4/+4
|
* SAMA5D4-EK bridge configuration: Correct configuration -- PHY interfaces ↵Gregory Nutt2014-11-172-8/+8
| | | | are RMII not MII
* Update ChangeLogGregory Nutt2014-11-171-0/+5
|
* Move IP header flags from tcp.h to ip.h and rename IP_FLAGS vs TCPFLAGS. ↵Gregory Nutt2014-11-175-18/+18
| | | | The problem fixed here is that there IP flags were not available when TCP was disabled. The IP flags are used in ICMP and IGFMP
* NxPlayer Kconfig should depend on AUDIO supportGregory Nutt2014-11-171-0/+1
|
* Due to limitations in port unique-ness, have to use unique port numbers in ↵Gregory Nutt2014-11-172-4/+4
| | | | apps/examples/bridge for now
* Update TODO; Cosmetic changes to commentsGregory Nutt2014-11-173-13/+41
|