summaryrefslogtreecommitdiff
path: root/nuttx/net/uip
Commit message (Expand)AuthorAgeFilesLines
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-3/+3
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-093-9/+10
* Ping/DNS fixes (part 2 of 2)patacongo2012-10-201-0/+2
* Fix problem with ping that prevent ping from going outside local network (Dar...patacongo2012-09-291-75/+82
* Resync new repository with old repo r5166patacongo2012-09-171-0/+1
* Remove executable property from source and make filespatacongo2012-09-1311-0/+0
* Email address change in nuttx/patacongo2012-09-1330-30/+30
* NFS updatepatacongo2012-06-081-2/+3
* NFS updatepatacongo2012-06-081-1/+1
* More IPv6 ramblingpatacongo2012-06-081-1/+1
* Fix a deadlock when using the NSH ifconfig command over Telnetpatacongo2012-03-131-4/+4
* PIC32 Ethernet driver now appears stablepatacongo2012-03-131-2/+2
* Update PIC32 Ethernet driverpatacongo2012-03-094-8/+10
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-0342-633/+633
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-271-1/+1
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-271-4/+9
* Add support for SRAM on board the STM3240G-EVAL boardpatacongo2012-02-271-3/+5
* Fix an error the TCP/IP received sequence number countingpatacongo2012-02-232-15/+41
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ...patacongo2012-02-232-55/+109
* Correct a buffer size error in the STM32 ethernet driverpatacongo2012-02-182-16/+19
* Fix compile problen with CONFIG_NET_ARP_IPINpatacongo2011-12-151-15/+15
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-131-2/+2
* Add netdev_unregister()patacongo2011-03-251-0/+1
* RTL8187 I/O routinespatacongo2011-03-251-3/+2
* More SLIP integrationpatacongo2011-03-1513-84/+313
* More support for SLIP data link protocolpatacongo2011-03-123-5/+24
* Incorporate uIP patchespatacongo2011-01-234-11/+44
* More TCP sequence changespatacongo2010-11-271-18/+4
* Fix TCP sequence number errorpatacongo2010-11-271-47/+70
* Cosmetic renaming of variablespatacongo2010-11-275-47/+47
* Eliminate uip_outstanding()patacongo2010-11-262-5/+5
* Fix un-acked backlog coordinatin bugpatacongo2010-11-261-41/+31
* uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo2010-11-251-1/+1
* Restore uip_arp_ipin()patacongo2010-11-251-1/+29
* Fix compile error when stats enabledpatacongo2010-07-141-2/+2
* More cosmetic clean-uppatacongo2010-07-147-1315/+1315
* Costmetic clean-uppatacongo2010-07-146-9/+22
* Fix preallocation logicpatacongo2010-07-141-4/+14
* Outgoing IGMP is functionalpatacongo2010-07-146-19/+133
* IGMP debug fixespatacongo2010-07-138-48/+28
* IGMP debug fixespatacongo2010-07-136-39/+85
* Add IGMP user interfacepatacongo2010-07-114-13/+24
* Add IGMP send logicpatacongo2010-07-114-8/+171
* Add support for multicast MAC addressespatacongo2010-07-118-10/+143
* More IGMP logicpatacongo2010-07-102-2/+278
* Add IGMP timer logicpatacongo2010-07-106-9/+233
* More IGMP logicpatacongo2010-07-107-6/+498
* More IGMP logicpatacongo2010-07-108-28/+239
* More IGMP logicpatacongo2010-07-084-1/+302
* Add IGMP initialization logicpatacongo2010-07-084-1/+136