summaryrefslogtreecommitdiff
path: root/nuttx/net/pkt/pkt_send.c
Commit message (Expand)AuthorAgeFilesLines
* Networking: When sending ICMPv6 advertisements and solicitations, set the NO...Gregory Nutt2015-01-201-1/+1
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-161-3/+3
* 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-061-2/+2
* NET: Move private definitions from include/nuttx/net/arp.h to net/arp/arp.hGregory Nutt2014-07-061-1/+0
* NET: Most of the contents of include/nuttx/net/pkt.h moved to net/pkt/pkt.hGregory Nutt2014-07-051-1/+0
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-1/+3
* NET: in-progress change... don't useGregory Nutt2014-07-041-1/+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 many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-281-3/+3
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-281-1/+1
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-281-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-2/+2
* 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-261-7/+7
* Clean-up packet socket namingGregory Nutt2014-06-251-3/+4
* Clean up all TCP-related namingGregory Nutt2014-06-241-8/+9
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-3/+3
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* 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-241-0/+307