summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-2640-196/+340
* NET: Move routing table functions to net/routeGregory Nutt2014-06-2616-42/+98
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-2652-61/+138
* NET: Fix an include file ordering problem when CONFIG_NET_STATISTICS=Gregory Nutt2014-06-263-0/+3
* Clean up some networking configuration menusGregory Nutt2014-06-256-18/+29
* Clean-up packet socket namingGregory Nutt2014-06-2518-71/+170
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-254-7/+7
* Clean up IGMP namingGregory Nutt2014-06-2528-154/+331
* Clean up ICMP namingGregory Nutt2014-06-258-66/+56
* Clean up all UDP-related namingGregory Nutt2014-06-2419-108/+119
* Clean up all TCP-related namingGregory Nutt2014-06-2437-445/+555
* Forget to add a file in last commitGregory Nutt2014-06-242-0/+102
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-2418-389/+129
* Add throttle support to the I/O buffer logicGregory Nutt2014-06-2423-55/+121
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-2496-171/+171
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-2452-52/+52
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-2439-39/+39
* Net PKT: Suppress ARP requests for packet socket transfersGregory Nutt2014-06-241-1/+19
* Net PKT: Suppress ARP requests for packet socket transfersGregory Nutt2014-06-241-0/+11
* Separate net/net_send_buffered.c and net/net_send_unbuffered.c to net/tcp/tcp...Gregory Nutt2014-06-249-309/+692
* Update ChangelogGregory Nutt2014-06-232-3/+6
* CONFIG_NET_PKT is compatible with current TCP writebuffering logic because th...Gregory Nutt2014-06-235-21/+126
* TCP write buffering: This corrects some of the basic transfer problems. But ...Gregory Nutt2014-06-232-26/+19
* Merge remote-tracking branch 'origin/master' into netiobGregory Nutt2014-06-231-3/+3
|\
| * Remove some spurious spaces in field selectorsGregory Nutt2014-06-231-3/+3
* | TCP write buffering: Add an offset to buffer dumping logicGregory Nutt2014-06-234-26/+67
* | TCP write buffering: Add length to buffer dumping instrumentationGregory Nutt2014-06-234-24/+68
* | TCP write buffering: Extend and fix some buffer dumping logicGregory Nutt2014-06-227-43/+58
* | Write buffering: Fix a minor retransmission problemGregory Nutt2014-06-221-15/+22
* | TCP write buffering: Fix an error in the trim logicGregory Nutt2014-06-2221-20/+161
* | TCP write buffering: Correct handling of retry counterGregory Nutt2014-06-223-96/+145
* | Net: First bug fixes for modified write buffer logicGregory Nutt2014-06-222-1/+8
* | First cut at conversion of write-buffering to use I/O buffer chaings (IOBs)Gregory Nutt2014-06-2223-197/+1012
|/
* net: Add net/tcp/tcp.h; rename uip_tcpwrbuffer_ to tcp_wrbuffer_*Gregory Nutt2014-06-216-36/+158
* TCP write buffering: Add buffer allocation check from Max (himax)Gregory Nutt2014-06-191-28/+47
* Add missing CONFIG_NET_GUARDSIZE to KconfigGregory Nutt2014-06-191-0/+11
* Fix file names in new net/pkt/Make.defsGregory Nutt2014-06-191-4/+4
* Networking: Move relevant parts of net/Kconfig to tcp/Kconfig, udp/Kconfig, ...Gregory Nutt2014-06-186-249/+289
* Move Packet files from net/uip to net/pktGregory Nutt2014-06-187-17/+62
* Move UDP files from net/uip to net/udpGregory Nutt2014-06-1810-335/+89
* Move uip/uip_listen.c to tcp/tcp_listen.cGregory Nutt2014-06-182-1/+290
* Move TCP files from net/uip to net/tcpGregory Nutt2014-06-181-0/+63
* Move TCP files from net/uip to net/tcpGregory Nutt2014-06-1813-42/+23
* Raw sockets: Various fixes for closing, free connections, TX from Daniel Laz...Gregory Nutt2014-06-182-5/+18
* Raw sockets: Various fixes for closing, free connections, TX from Daniel Laz...Gregory Nutt2014-06-182-0/+30
* Notify Ethernet driver of TX data availability on raw socket. From Daniel La...Gregory Nutt2014-06-181-0/+5
* Cosmetic plus some configuration default changesGregory Nutt2014-06-122-3/+4
* Raw sockets: Additional changes for error-free/warning-free compilationGregory Nutt2014-06-125-57/+48
* First check-in of Lazlo's PF_PACKET 'raw' socket implementationGregory Nutt2014-06-1213-161/+1498
* IOB: Remove private data. Not neededGregory Nutt2014-06-125-12/+3