summaryrefslogtreecommitdiff
path: root/nuttx/net/udp
Commit message (Expand)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 heade...Gregory Nutt2014-11-153-7/+7
* 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_, ICM...Gregory Nutt2014-07-062-4/+4
* 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. T...Gregory Nutt2014-07-042-3/+8
* 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 net...Gregory Nutt2014-06-291-2/+2
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-292-6/+6
* Rename static functions from uip_* to something more appropriate. Globally s...Gregory Nutt2014-06-281-19/+15
* 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: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-266-5/+15
* 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; Ren...Gregory Nutt2014-06-245-10/+10
* 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
* Move UDP files from net/uip to net/udpGregory Nutt2014-06-186-0/+1098