summaryrefslogtreecommitdiff
path: root/nuttx/net/pkt
Commit message (Expand)AuthorAgeFilesLines
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-265-2/+8
* Clean up some networking configuration menusGregory Nutt2014-06-251-1/+1
* Clean-up packet socket namingGregory Nutt2014-06-256-32/+57
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-252-3/+3
* Clean up IGMP namingGregory Nutt2014-06-251-1/+0
* Clean up all TCP-related namingGregory Nutt2014-06-243-12/+14
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-245-13/+13
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-245-5/+5
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-243-3/+3
* Net PKT: Suppress ARP requests for packet socket transfersGregory Nutt2014-06-241-1/+19
* Separate net/net_send_buffered.c and net/net_send_unbuffered.c to net/tcp/tcp...Gregory Nutt2014-06-243-0/+454
* 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-181-0/+27
* Move Packet files from net/uip to net/pktGregory Nutt2014-06-185-0/+680