summaryrefslogtreecommitdiff
path: root/nuttx/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Add logic to netdev_findbyaddr() to return the correct network device for the...Gregory Nutt2014-11-234-4/+25
* Network: Various fixes for clean compile with both Ethernet and SLIPGregory Nutt2014-11-151-2/+3
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-153-7/+18
* AIO now also supports socket transfersGregory Nutt2014-10-111-1/+1
* Major structure of file system functions to better support asynchronous I/O. ...Gregory Nutt2014-10-065-9/+9
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* If CONFIG_NET_ARP_SEND is enabled, then all ICMP, TCP, and UDP send operation...Gregory Nutt2014-08-182-4/+39
* A little too much was deleted in a recent commitGregory Nutt2014-08-161-0/+2
* Clean missing function headersGregory Nutt2014-08-164-14/+108
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-0710-49/+29
* Add inclusion of assert.h to so files that use DEBUGASSERTGregory Nutt2014-07-212-0/+2
* NET: Important fix to the read-ahead buffer queue managment: Consumed bytes w...Gregory Nutt2014-07-071-3/+4
* NET: Fix a few problems after big merge of network reorganizationGregory Nutt2014-07-061-1/+2
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-067-69/+76
* NET: Rename TCP state values: UIP_ -> TCP_Gregory Nutt2014-07-062-3/+3
* NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.hGregory Nutt2014-07-0610-12/+6
* NET: Move private definitions from include/nuttx/net/arp.h to net/arp/arp.hGregory Nutt2014-07-061-1/+1
* NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.hGregory Nutt2014-07-053-1/+4
* NET: Most of the contents of include/nuttx/net/pkt.h moved to net/pkt/pkt.hGregory Nutt2014-07-054-5/+1
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-052-3/+3
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-043-1/+4
* Remove all inclusion of uip.hGregory Nutt2014-07-043-3/+0
* NET: in-progress change... don't useGregory Nutt2014-07-049-6/+16
* NET: More renamingGregory Nutt2014-07-042-3/+3
* NET: Rename uip_mss to tcp_mssGregory Nutt2014-06-301-2/+2
* NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net...Gregory Nutt2014-06-291-2/+4
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-292-6/+6
* NET: Rename uip_callback_s to devif_callback_sGregory Nutt2014-06-296-41/+41
* Fixes for networking and tiny webserver from MaxGregory Nutt2014-06-291-0/+2
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-286-20/+22
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-287-7/+7
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-2825-1/+8260
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-282-0/+108