summaryrefslogtreecommitdiff
path: root/nuttx/net/udp
Commit message (Collapse)AuthorAgeFilesLines
* Update comments and read meGregory Nutt2014-11-231-1/+15
|
* Back inclusion of ipv6.hGregory Nutt2014-11-221-1/+0
|
* 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-221-54/+18
|
* 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
|
* Update TODO; Cosmetic changes to commentsGregory Nutt2014-11-171-11/+16
|
* Network: All logic will now handle varialbe length link layer protocol ↵Gregory Nutt2014-11-153-7/+7
| | | | headers within incoming packets. This permits use of multiple network interfaces with differing data links. For example, ETHERNET + SLIP
* EFM32: Fix typo in connecting ODD GPIO interrupt. Noted by PierreGregory Nutt2014-11-081-1/+1
|
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ↵Gregory Nutt2014-07-062-4/+4
| | | | ICMP_, or PKT_ vs UIP_
* NET: Rename some non-configurable constants UIP_ to IP_ or TCP_Gregory Nutt2014-07-061-1/+1
|
* NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.hGregory Nutt2014-07-052-9/+198
|
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-053-10/+10
|
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. ↵Gregory Nutt2014-07-042-3/+8
| | | | Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
* Remove all inclusion of uip.hGregory Nutt2014-07-045-5/+0
|
* NET: More renamingGregory Nutt2014-07-043-7/+7
|
* NET: Rename some address comparison macrosGregory Nutt2014-07-011-1/+1
|
* NET: Some minor clean-upGregory Nutt2014-06-301-1/+1
|
* NET: Rename uip_nextXYZconn to XYZ_netconnGregory Nutt2014-06-302-3/+3
|
* NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to ↵Gregory Nutt2014-06-291-2/+2
| | | | net_ip4addr_conv32, and uip_ethaddr_cmp to eth_addr_cmp
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-292-6/+6
|
* Rename static functions from uip_* to something more appropriate. Globally ↵Gregory Nutt2014-06-281-19/+15
| | | | scoped functions will take more work
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-282-1/+6
|
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-285-5/+5
|
* 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-1/+3
|
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-276-9/+9
|
* Move files to net/utils; make appropriate name changes, most for uip_lock to ↵Gregory Nutt2014-06-261-6/+6
| | | | net_lock
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular ↵Gregory Nutt2014-06-266-5/+15
| | | | inclusion problem.
* Clean up IGMP namingGregory Nutt2014-06-251-1/+0
|
* Clean up all UDP-related namingGregory Nutt2014-06-246-52/+78
|
* Clean up all TCP-related namingGregory Nutt2014-06-241-0/+79
|
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; ↵Gregory Nutt2014-06-245-10/+10
| | | | Rename *_internal.h header files in net/ to just *.h
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-245-5/+5
|
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-245-5/+5
|
* Networking: Move relevant parts of net/Kconfig to tcp/Kconfig, udp/Kconfig, ↵Gregory Nutt2014-06-181-0/+52
| | | | and pkt/Kconfig
* Move UDP files from net/uip to net/udpGregory Nutt2014-06-186-0/+1098