summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
...
* Update ChangeLogGregory Nutt2014-08-191-1/+1
* ARP: Add signal logic so that we do not have to wait so long with the network...Gregory Nutt2014-08-195-37/+424
* Move some internal networking function protoypes out of the public include/nu...Gregory Nutt2014-08-181-0/+59
* If CONFIG_NET_ARP_SEND is enabled, then all ICMP, TCP, and UDP send operation...Gregory Nutt2014-08-185-12/+98
* arp_poll(): inished the implementation of logic to send ARP requests. Comple...Gregory Nutt2014-08-185-88/+290
* arp_send.c: Partial implementation of logic to send ARP requests to assure th...Gregory Nutt2014-08-184-0/+368
* PKT sockets: Change how the IFF_NOARP flag is handled. This should be set on...Gregory Nutt2014-08-182-11/+12
* arp_format.c: Move the logic that formats an ARP packet into a separate file ...Gregory Nutt2014-08-184-20/+144
* Move arp_arpin() from arp_inout.c to its own file. Rename arp_inout.c to arpi...Gregory Nutt2014-08-184-49/+116
* Move arp_out() from arp_inout.c to its own fileGregory Nutt2014-08-184-187/+270
* ARP: Add missing configuration option to select dumping of ARP packet headers...Gregory Nutt2014-08-185-73/+200
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-161-1/+14
* Finishes the ioctl definition to subscribe to PHY events. Revamp network ioct...Gregory Nutt2014-08-161-2/+2
* A little too much was deleted in a recent commitGregory Nutt2014-08-161-0/+2
* Clean missing function headersGregory Nutt2014-08-167-17/+124
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-0716-73/+39
* Add inclusion of assert.h to so files that use DEBUGASSERTGregory Nutt2014-07-213-0/+3
* IOB: Change suggested by Rony XlnGregory Nutt2014-07-081-5/+5
* NET: Important fix to the read-ahead buffer queue managment: Consumed bytes w...Gregory Nutt2014-07-073-4/+132
* NET: Fix a few problems after big merge of network reorganizationGregory Nutt2014-07-065-3/+7
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-0625-209/+235
* NET: Rename some non-configurable constants UIP_ to IP_ or TCP_Gregory Nutt2014-07-066-12/+12
* NET: Rename TCP state values: UIP_ -> TCP_Gregory Nutt2014-07-0612-92/+92
* NET: Add a few missing configuration options to the Kconfig filesGregory Nutt2014-07-0610-32/+84
* NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.hGregory Nutt2014-07-0622-38/+781
* NET: Move private definitions from include/nuttx/net/arp.h to net/arp/arp.hGregory Nutt2014-07-0612-79/+196
* NET: Oops. Forgot to add a file before committingGregory Nutt2014-07-051-0/+78
* NET: Move most of the contents of include/nuttx/net/igmp.h moved to net/igmp/...Gregory Nutt2014-07-057-32/+330
* NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.hGregory Nutt2014-07-055-10/+202
* NET: Most of the contents of include/nuttx/net/pkt.h moved to net/pkt/pkt.hGregory Nutt2014-07-059-12/+124
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-0524-96/+96
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-0441-14/+80
* Remove all inclusion of uip.hGregory Nutt2014-07-0440-43/+0
* NET: rename include/net/ip.h to ipopt.hGregory Nutt2014-07-041-1/+1
* NET: in-progress change... don't useGregory Nutt2014-07-0436-37/+156
* NET: More renamingGregory Nutt2014-07-0422-66/+66
* NET: More renamingGregory Nutt2014-07-031-2/+2
* NET: Misc naming clean-upGregory Nutt2014-07-021-3/+3
* NET: Rename g_uipsem to g_netlockGregory Nutt2014-07-011-6/+6
* NET: Rename some address comparison macrosGregory Nutt2014-07-014-5/+5
* NET: Some minor clean-upGregory Nutt2014-06-303-3/+3
* NET: Rename uip_dataevent to tcp_data_eventGregory Nutt2014-06-301-4/+4
* NET: Remove uip_restart()Gregory Nutt2014-06-302-2/+2
* NET: Rename uip_mss to tcp_mssGregory Nutt2014-06-304-11/+11
* NET: Remove uip_stopped and uip_stopGregory Nutt2014-06-302-4/+4
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-301-13/+13
* NET: Rename uip_ping to icmp_pingGregory Nutt2014-06-301-3/+3
* Rename uip_input to devif_inputGregory Nutt2014-06-301-4/+4
* NET: Rename uip_nextXYZconn to XYZ_netconnGregory Nutt2014-06-307-13/+13
* NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net...Gregory Nutt2014-06-2912-35/+37