summaryrefslogtreecommitdiff
path: root/nuttx/net/devif
Commit message (Expand)AuthorAgeFilesLines
* Make some conditional compilation consistentGregory Nutt2015-02-051-0/+2
* Networking: Changes need to build ICMPv6 'router' configuration on STM32 with...Gregory Nutt2015-02-051-3/+3
* ICMPv6: Add option to send Router Advertisement Messages.Gregory Nutt2015-02-051-0/+5
* IPv6: Add a netmaks for the local link addressGregory Nutt2015-02-051-2/+7
* Networking: Break out Ethernet definitions into a separate file; add IPv6 mu...Gregory Nutt2015-02-042-15/+51
* Networking: Add support for sending ICMPv6 Router Solicitation and receiving...Gregory Nutt2015-02-031-0/+1
* ICMPv6: Adds basic logic to support verification that we have the IPv6 addres...Gregory Nutt2015-02-022-15/+3
* IPv6: More framework for automatic neighbor solicition. I think this also co...Gregory Nutt2015-02-021-10/+12
* IPv6: Remove an unusd file (kruft from original IPv6 develoment); Add inital ...Gregory Nutt2015-02-022-3/+9
* Unix domain: More fixed to build without Ethernet or SlipGregory Nutt2015-01-271-2/+2
* Networking: Clean up network status collection and presentation for IPv6Gregory Nutt2015-01-242-16/+16
* Some minor clean-up of IPv4/6 flagsGregory Nutt2015-01-242-5/+19
* Networking: IPv4 and IPv6 work together. This fixes a bug necessary to acco...Gregory Nutt2015-01-231-5/+13
* Networking: Final fixes. IPv6 pings now work in both directionsGregory Nutt2015-01-231-6/+3
* Networking: Various bugfixes related to IPv6 pingGregory Nutt2015-01-231-9/+9
* Networking: First cut at ICMPv6 ping logicGregory Nutt2015-01-231-70/+72
* Networking: Clean up IPv6 Neighbor Table logicGregory Nutt2015-01-201-0/+7
* Networking: Update ICMPv6 logic to RFCsGregory Nutt2015-01-201-4/+12
* Cosmetic standardization of some naming in commentsGregory Nutt2015-01-193-9/+9
* Networking: Hook in ICMPv6 polling operations into periodic network logicGregory Nutt2015-01-191-9/+46
* Networking: Fix an IPv6 bug: Wrong network byte order in comparisonGregory Nutt2015-01-191-11/+12
* 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