summaryrefslogtreecommitdiff
path: root/nuttx/net/uip
Commit message (Collapse)AuthorAgeFilesLines
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ↵patacongo2013-03-101-3/+3
| | | | | | to allocae stacks git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5725 42af7a65-404d-4744-a932-0658087f49c3
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-093-9/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 42af7a65-404d-4744-a932-0658087f49c3
* Ping/DNS fixes (part 2 of 2)patacongo2012-10-201-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5236 42af7a65-404d-4744-a932-0658087f49c3
* Fix problem with ping that prevent ping from going outside local network ↵patacongo2012-09-291-75/+82
| | | | | | (Darcy Gong) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5204 42af7a65-404d-4744-a932-0658087f49c3
* Resync new repository with old repo r5166patacongo2012-09-171-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5154 42af7a65-404d-4744-a932-0658087f49c3
* Remove executable property from source and make filespatacongo2012-09-1311-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5146 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-1330-30/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* NFS updatepatacongo2012-06-081-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4818 42af7a65-404d-4744-a932-0658087f49c3
* NFS updatepatacongo2012-06-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4817 42af7a65-404d-4744-a932-0658087f49c3
* More IPv6 ramblingpatacongo2012-06-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4815 42af7a65-404d-4744-a932-0658087f49c3
* Fix a deadlock when using the NSH ifconfig command over Telnetpatacongo2012-03-131-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4487 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 Ethernet driver now appears stablepatacongo2012-03-131-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4485 42af7a65-404d-4744-a932-0658087f49c3
* Update PIC32 Ethernet driverpatacongo2012-03-094-8/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4469 42af7a65-404d-4744-a932-0658087f49c3
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-0342-633/+633
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-271-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4433 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to ↵patacongo2012-02-271-4/+9
| | | | | | be better compatible with most of the rest of the world git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4431 42af7a65-404d-4744-a932-0658087f49c3
* Add support for SRAM on board the STM3240G-EVAL boardpatacongo2012-02-271-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4430 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error the TCP/IP received sequence number countingpatacongo2012-02-232-15/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4416 42af7a65-404d-4744-a932-0658087f49c3
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ↵patacongo2012-02-232-55/+109
| | | | | | option to suppress SDIO multi-block transfers in order to work around a buggy SDIO driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4415 42af7a65-404d-4744-a932-0658087f49c3
* Correct a buffer size error in the STM32 ethernet driverpatacongo2012-02-182-16/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4403 42af7a65-404d-4744-a932-0658087f49c3
* Fix compile problen with CONFIG_NET_ARP_IPINpatacongo2011-12-151-15/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4188 42af7a65-404d-4744-a932-0658087f49c3
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-131-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3500 42af7a65-404d-4744-a932-0658087f49c3
* Add netdev_unregister()patacongo2011-03-251-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3415 42af7a65-404d-4744-a932-0658087f49c3
* RTL8187 I/O routinespatacongo2011-03-251-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3414 42af7a65-404d-4744-a932-0658087f49c3
* More SLIP integrationpatacongo2011-03-1513-84/+313
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3384 42af7a65-404d-4744-a932-0658087f49c3
* More support for SLIP data link protocolpatacongo2011-03-123-5/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3370 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate uIP patchespatacongo2011-01-234-11/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3274 42af7a65-404d-4744-a932-0658087f49c3
* More TCP sequence changespatacongo2010-11-271-18/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3138 42af7a65-404d-4744-a932-0658087f49c3
* Fix TCP sequence number errorpatacongo2010-11-271-47/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3136 42af7a65-404d-4744-a932-0658087f49c3
* Cosmetic renaming of variablespatacongo2010-11-275-47/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3135 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate uip_outstanding()patacongo2010-11-262-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3134 42af7a65-404d-4744-a932-0658087f49c3
* Fix un-acked backlog coordinatin bugpatacongo2010-11-261-41/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3133 42af7a65-404d-4744-a932-0658087f49c3
* uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo2010-11-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3132 42af7a65-404d-4744-a932-0658087f49c3
* Restore uip_arp_ipin()patacongo2010-11-251-1/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3131 42af7a65-404d-4744-a932-0658087f49c3
* Fix compile error when stats enabledpatacongo2010-07-141-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2801 42af7a65-404d-4744-a932-0658087f49c3
* More cosmetic clean-uppatacongo2010-07-147-1315/+1315
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2800 42af7a65-404d-4744-a932-0658087f49c3
* Costmetic clean-uppatacongo2010-07-146-9/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2799 42af7a65-404d-4744-a932-0658087f49c3
* Fix preallocation logicpatacongo2010-07-141-4/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2798 42af7a65-404d-4744-a932-0658087f49c3
* Outgoing IGMP is functionalpatacongo2010-07-146-19/+133
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2797 42af7a65-404d-4744-a932-0658087f49c3
* IGMP debug fixespatacongo2010-07-138-48/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2791 42af7a65-404d-4744-a932-0658087f49c3
* IGMP debug fixespatacongo2010-07-136-39/+85
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2790 42af7a65-404d-4744-a932-0658087f49c3
* Add IGMP user interfacepatacongo2010-07-114-13/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2786 42af7a65-404d-4744-a932-0658087f49c3
* Add IGMP send logicpatacongo2010-07-114-8/+171
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2785 42af7a65-404d-4744-a932-0658087f49c3
* Add support for multicast MAC addressespatacongo2010-07-118-10/+143
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2784 42af7a65-404d-4744-a932-0658087f49c3
* More IGMP logicpatacongo2010-07-102-2/+278
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2783 42af7a65-404d-4744-a932-0658087f49c3
* Add IGMP timer logicpatacongo2010-07-106-9/+233
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2782 42af7a65-404d-4744-a932-0658087f49c3
* More IGMP logicpatacongo2010-07-107-6/+498
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2781 42af7a65-404d-4744-a932-0658087f49c3
* More IGMP logicpatacongo2010-07-108-28/+239
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2780 42af7a65-404d-4744-a932-0658087f49c3
* More IGMP logicpatacongo2010-07-084-1/+302
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2779 42af7a65-404d-4744-a932-0658087f49c3
* Add IGMP initialization logicpatacongo2010-07-084-1/+136
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2778 42af7a65-404d-4744-a932-0658087f49c3