summaryrefslogtreecommitdiff
path: root/nuttx/net/devif
Commit message (Expand)AuthorAgeFilesLines
* Fix included IPv6 file nameGregory Nutt2014-11-241-1/+1
* Move IP header flags from tcp.h to ip.h and rename IP_FLAGS vs TCPFLAGS. The...Gregory Nutt2014-11-171-1/+1
* Rename NET_LL_MTU to NET_DEV_MTU; rename d_llmtu to d_mtuGregory Nutt2014-11-164-4/+4
* Completes conversion of CONFIG_NET_BUFIZE to CONFIG_NET_ETH/SLIP_MTUGregory Nutt2014-11-164-4/+4
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-151-2/+2
* arp_poll(): inished the implementation of logic to send ARP requests. Comple...Gregory Nutt2014-08-181-50/+89
* Add inclusion of assert.h to so files that use DEBUGASSERTGregory Nutt2014-07-211-0/+1
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-061-47/+64
* NET: Add a few missing configuration options to the Kconfig filesGregory Nutt2014-07-064-25/+31
* NET: Move private definitions from include/nuttx/net/arp.h to net/arp/arp.hGregory Nutt2014-07-061-1/+0
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-051-5/+5
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-043-0/+4
* Remove all inclusion of uip.hGregory Nutt2014-07-048-9/+0
* NET: in-progress change... don't useGregory Nutt2014-07-043-11/+94
* NET: More renamingGregory Nutt2014-07-041-2/+2
* NET: Rename some address comparison macrosGregory Nutt2014-07-011-2/+2
* NET: Some minor clean-upGregory Nutt2014-06-301-1/+1
* NET: Rename uip_mss to tcp_mssGregory Nutt2014-06-301-1/+1
* 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
* Rename uip_input to devif_inputGregory Nutt2014-06-301-4/+4
* NET: Rename uip_nextXYZconn to XYZ_netconnGregory Nutt2014-06-301-4/+4
* NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net...Gregory Nutt2014-06-291-3/+3
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-291-5/+5
* NET: Rename uip_callback_s to devif_callback_sGregory Nutt2014-06-292-16/+16
* NET: Renaming of IP address typesGregory Nutt2014-06-293-5/+5
* Rename static functions from uip_* to something more appropriate. Globally s...Gregory Nutt2014-06-282-58/+58
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-286-37/+37
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-2810-0/+2076