summaryrefslogtreecommitdiff
path: root/nuttx/net/pkt
Commit message (Expand)AuthorAgeFilesLines
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-151-2/+2
* PKT sockets: Change how the IFF_NOARP flag is handled. This should be set on...Gregory Nutt2014-08-181-9/+7
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-063-6/+6
* NET: Move private definitions from include/nuttx/net/arp.h to net/arp/arp.hGregory Nutt2014-07-062-2/+0
* NET: Most of the contents of include/nuttx/net/pkt.h moved to net/pkt/pkt.hGregory Nutt2014-07-055-7/+123
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-051-2/+2
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-1/+3
* Remove all inclusion of uip.hGregory Nutt2014-07-043-3/+0
* NET: in-progress change... don't useGregory Nutt2014-07-042-2/+3
* NET: More renamingGregory Nutt2014-07-041-2/+2
* NET: Rename uip_nextXYZconn to XYZ_netconnGregory Nutt2014-06-302-3/+3
* NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net...Gregory Nutt2014-06-291-2/+2
* NET: Rename uip_callback_s to devif_callback_sGregory Nutt2014-06-291-6/+6
* NET: Renaming of IP address typesGregory Nutt2014-06-291-1/+1
* Rename static functions from uip_* to something more appropriate. Globally s...Gregory Nutt2014-06-281-7/+7
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-284-5/+10
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-285-5/+5
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-281-1/+1
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-281-3/+0
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-275-7/+7
* NET: Move net/netdev*.c to net/netdev/netdev*.cGregory Nutt2014-06-271-0/+1
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-262-8/+8
* 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