summaryrefslogtreecommitdiff
path: root/nuttx/net/devif
Commit message (Expand)AuthorAgeFilesLines
* Networking: Final detangle off IPv4 and IPv6 TCP/UDP send logic. The Networ...Gregory Nutt2015-01-182-7/+7
* Networking: Fix accept() so that it returns the correct IP address for the se...Gregory Nutt2015-01-171-1/+1
* include/net/if.h: Add a bit to the device flags to indicate if the device pa...Gregory Nutt2015-01-171-1/+15
* Networking: Remove field d_sndata from the device structure. It is the same...Gregory Nutt2015-01-173-4/+4
* Networking: Move net/ipv6 to net/neighborGregory Nutt2015-01-161-1/+1
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-164-20/+26
* Networking: Drivers can have both IPv4 and IPv6 addesses, but a socket can on...Gregory Nutt2015-01-161-2/+2
* Clean a few more IPv6 compilation issues; Add implementation of net_ipv6_mask...Gregory Nutt2015-01-151-1/+1
* Networking: Seperate tcp_input() and udp_input() into seprate functions tcp_i...Gregory Nutt2015-01-152-5/+5
* Networking: Misck IPv6 detanglementGregory Nutt2015-01-151-1/+1
* - Rename devif_input() ipv4_input()Gregory Nutt2015-01-153-90/+328
* Networking: (1) Copied all ICMP sources files to net/icmpv6 with proper rena...Gregory Nutt2015-01-141-5/+5
* 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