summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* Networking: Remove field d_sndata from the device structure. It is the same...Gregory Nutt2015-01-1717-26/+6
* Networking: Move net/ipv6 to net/neighborGregory Nutt2015-01-167-27/+32
* Networking: UDP and TCP MSS depends on the IP header size (as well as the lin...Gregory Nutt2015-01-166-31/+53
* Networking: Replace all references to the macros net_ipaddr_copy, net_ipaddr...Gregory Nutt2015-01-1614-56/+58
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-1636-301/+777
* Networking: Drivers can have both IPv4 and IPv6 addesses, but a socket can on...Gregory Nutt2015-01-1616-74/+66
* Networking: More detangling of IPv6 logic. Next steps will be more invasive...Gregory Nutt2015-01-167-132/+522
* Clean a few more IPv6 compilation issues; Add implementation of net_ipv6_mask...Gregory Nutt2015-01-155-3/+138
* Networking: Seperate tcp_input() and udp_input() into seprate functions tcp_i...Gregory Nutt2015-01-1515-187/+385
* Networking: More IPv6 detanglementGregory Nutt2015-01-153-19/+32
* Networking: Misck IPv6 detanglementGregory Nutt2015-01-1517-65/+65
* - Rename devif_input() ipv4_input()Gregory Nutt2015-01-153-90/+328
* Networking: A few more IPv6-related fixesGregory Nutt2015-01-144-22/+42
* Networking: (1) Copied all ICMP sources files to net/icmpv6 with proper rena...Gregory Nutt2015-01-1416-31/+1049
* Networking: Remove all logic conditioned upon IPv6 from the net/icmp/directoryGregory Nutt2015-01-143-137/+3
* Networking: Make a home for ICMPv6Gregory Nutt2015-01-147-6/+76
* Networking: Add support for IPv6 ioctlsGregory Nutt2015-01-142-34/+188
* Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt2015-01-142-1/+8
* net/tcp/tcp_conn.c: Fix a logic error when CONFIG_NETDEV_MULTINIC is selecte...Gregory Nutt2015-01-021-0/+4
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-252-7/+0
* Update comments and READMEGregory Nutt2014-11-241-2/+1
* Fix included IPv6 file nameGregory Nutt2014-11-241-1/+1
* Update comments and read meGregory Nutt2014-11-232-2/+16
* Add logic to netdev_findbyaddr() to return the correct network device for the...Gregory Nutt2014-11-2314-51/+150
* Network routing: Refuse to perform routing table lookups for the Broadcast I...Gregory Nutt2014-11-232-0/+9
* Back inclusion of ipv6.hGregory Nutt2014-11-221-1/+0
* Extensions to ECP conneciton structure for the case of multiple networks. Se...Gregory Nutt2014-11-222-16/+102
* Add a commentGregory Nutt2014-11-221-0/+4
* Fix UDP routing error in last commitGregory Nutt2014-11-221-2/+2
* Back out a misconception about INADDR_ANY introduce with some previous commitsGregory Nutt2014-11-224-118/+19
* Make tcp_listener static scope; it is not used outside of tcp_conn.cGregory Nutt2014-11-224-53/+35
* Fix routing of muli-network UDP packetsGregory Nutt2014-11-211-0/+8
* Network: Misc changes to UDP bind logic for the case of multiple networksGregory Nutt2014-11-211-26/+23
* Some ideas for how port assignments might work with multiple network interfacesGregory Nutt2014-11-212-9/+136
* File missed in previous commitGregory Nutt2014-11-211-196/+0
* Network: Add logic to get a default network device (for the case where are m...Gregory Nutt2014-11-215-3/+135
* Network: Add a file of IPv6 globalsGregory Nutt2014-11-214-1/+268
* Move IP header flags from tcp.h to ip.h and rename IP_FLAGS vs TCPFLAGS. The...Gregory Nutt2014-11-173-5/+5
* Update TODO; Cosmetic changes to commentsGregory Nutt2014-11-172-12/+18
* changes for clean build with Ethernet+SLIPGregory Nutt2014-11-162-6/+6
* Completes basic changes to support per-device/per-link TCP receive window sizeGregory Nutt2014-11-163-20/+37
* Rename NET_LL_MTU to NET_DEV_MTU; rename d_llmtu to d_mtuGregory Nutt2014-11-167-9/+9
* Completes conversion of CONFIG_NET_BUFIZE to CONFIG_NET_ETH/SLIP_MTUGregory Nutt2014-11-168-22/+35
* Add link MTU size to network device structure.Gregory Nutt2014-11-161-1/+4
* Network: Update SLIP configuration; Fix compile issues when building SLIP onlyGregory Nutt2014-11-151-1/+2
* Network: netdev_register() must assign the device name appropriately accordin...Gregory Nutt2014-11-151-5/+17
* Network: Various fixes for clean compile with both Ethernet and SLIPGregory Nutt2014-11-151-2/+3
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-1524-67/+84
* Merge remote-tracking branch 'origin/master' into llhdrlenGregory Nutt2014-11-154-9/+9
|\
| * Remove use of NET_LL_HDRLEN from net/arp logic. Use ETH_HDRLEN insteadGregory Nutt2014-11-154-9/+9