summaryrefslogtreecommitdiff
path: root/nuttx/net/igmp
Commit message (Expand)AuthorAgeFilesLines
* Move IP header flags from tcp.h to ip.h and rename IP_FLAGS vs TCPFLAGS. The...Gregory Nutt2014-11-171-2/+2
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-153-5/+5
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-2/+2
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-214-9/+9
* NET: Rename TCP state values: UIP_ -> TCP_Gregory Nutt2014-07-061-2/+2
* NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.hGregory Nutt2014-07-061-0/+1
* NET: Move most of the contents of include/nuttx/net/igmp.h moved to net/igmp/...Gregory Nutt2014-07-053-29/+308
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-053-11/+11
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-049-2/+16
* Remove all inclusion of uip.hGregory Nutt2014-07-046-6/+0
* NET: rename include/net/ip.h to ipopt.hGregory Nutt2014-07-041-1/+1
* NET: in-progress change... don't useGregory Nutt2014-07-045-5/+5
* NET: More renamingGregory Nutt2014-07-043-5/+5
* NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net...Gregory Nutt2014-06-292-5/+5
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-293-6/+6
* NET: Renaming of IP address typesGregory Nutt2014-06-299-20/+20
* Rename static functions from uip_* to something more appropriate. Globally s...Gregory Nutt2014-06-282-8/+9
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-2810-10/+10
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-281-3/+0
* Clean-up naming associated with network checksumsGregory Nutt2014-06-272-2/+2
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-279-22/+22
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-264-28/+28
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-267-16/+23
* Clean up some networking configuration menusGregory Nutt2014-06-251-1/+4
* Clean up IGMP namingGregory Nutt2014-06-2512-87/+221
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-2410-29/+29
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-242-2/+2
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-248-8/+8
* Move arp, icmp, and igmp configuration values into new Kconfig files in those...Gregory Nutt2014-05-301-0/+22
* Files that I forgot to add in the previous commitsGregory Nutt2014-05-301-0/+52
* Move IGMP files from net/uip to net/igmpGregory Nutt2014-05-3010-0/+2031