summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* IOB: remove flagsGregory Nutt2014-06-095-5/+1
* Those pesky carriage returnsGregory Nutt2014-06-071-172/+172
* IOB: Add iob_contig()Gregory Nutt2014-06-072-4/+173
* IOB: Add queue handling interfaces; improve listsGregory Nutt2014-06-0620-138/+571
* IOB: Minor improvement to trimheadGregory Nutt2014-06-061-15/+12
* IOB: Fix bugs in trimming logicGregory Nutt2014-06-053-9/+20
* Add iob_freechainGregory Nutt2014-06-053-3/+104
* IOB: Add iob_clone()Gregory Nutt2014-06-052-3/+193
* IOB: Fix typo in debug assertionGregory Nutt2014-06-051-2/+8
* IOB: More clean based on change of the last commitGregory Nutt2014-06-052-39/+29
* IOB: Need to clone header when deleting the first entry in an I/O buffer chainGregory Nutt2014-06-052-4/+41
* IOB: Remove unimplemented VLAN stuff; add unit test and fixes to pass unit testGregory Nutt2014-06-057-43/+322
* Left out some changes in last commitGregory Nutt2014-06-042-1/+179
* NET: Improvied I/O buffer logicGregory Nutt2014-06-046-103/+98
* Add iob_copyin()Gregory Nutt2014-06-034-4/+173
* NET: Add generic I/O buffering logicGregory Nutt2014-06-0313-0/+1075
* NET: Fix an error in networking Make.defs fileGregory Nutt2014-06-031-3/+0
* NET: Improvements to TCP connection fallback logic; Not needed with SO_LINGER...Gregory Nutt2014-06-021-6/+17
* Notify upper layer when TIME_WAIT or FIN_WAIT2_2 timeout occursGregory Nutt2014-06-021-0/+5
* Add CONFIG_NET_ETHERNET (not used yet)Gregory Nutt2014-06-011-0/+11
* Move arp, icmp, and igmp configuration values into new Kconfig files in those...Gregory Nutt2014-05-304-54/+82
* Files that I forgot to add in the previous commitsGregory Nutt2014-05-302-0/+105
* Move ICMP files from net/uip to net/icmpGregory Nutt2014-05-304-976/+0
* Move ICMP files from net/uip to net/icmpGregory Nutt2014-05-307-13/+1036
* Move IGMP files from net/uip to net/igmpGregory Nutt2014-05-3012-48/+37
* A few build fixes from last, big ARP relocation changeGregory Nutt2014-05-303-5/+3
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-308-54/+38
* Move arp-related files from net/uip to net/arpGregory Nutt2014-05-304-13/+16
* Change all variadic macros to C99 styleGregory Nutt2014-05-222-8/+8
* More trailing whilespace removalGregory Nutt2014-04-1317-208/+208
* Make sure that there is one space after forGregory Nutt2014-04-121-3/+3
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-1/+1
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-1/+1
* net/uip: Review all files in this directory for coding style and spellingGregory Nutt2014-04-1236-144/+183
* net/: IGMP-related bugfixes from Manuel StühnGregory Nutt2014-03-242-5/+12
* Simplify last change to netdev_findbyaddrGregory Nutt2014-03-221-13/+7
* net/netdev_findbyaddr.c: Skip network devices that are in the down state. T...Gregory Nutt2014-03-201-6/+26
* SAM4E-EK: Add an EMAC driver. Initial commit is just a quick port of the SA...Gregory Nutt2014-03-121-2/+2
* networking: Fix one place where the reference count was not being zeroed. Th...Gregory Nutt2014-02-251-0/+1
* Back out part of write buffering change. David G reports that this causes pr...Gregory Nutt2014-02-151-2/+1
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-103-6/+9
* Networking: Improved status reporting and new carrier management interfaces....Gregory Nutt2014-01-213-23/+142
* Add true and false commands; repartition some logic to better support forthco...Gregory Nutt2014-01-171-4/+6
* Some fixes for typos in recent changes to Kconfig filesGregory Nutt2014-01-161-1/+2
* net/Kconfig: Improved default values and commentsGregory Nutt2014-01-161-23/+54
* NET: write buffering configuration no longer depends on EXPERIMENTALGregory Nutt2014-01-151-1/+0
* If write buffering is enabled, then it is necessary to release the write buff...Gregory Nutt2014-01-141-2/+14
* When dup'ing sockets, need to clone fields for TCP write buffering tooGregory Nutt2014-01-145-11/+15