summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
...
* NET: Rename uip_mss to tcp_mssGregory Nutt2014-06-304-11/+11
* 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
* NET: Rename uip_ping to icmp_pingGregory Nutt2014-06-301-3/+3
* Rename uip_input to devif_inputGregory Nutt2014-06-301-4/+4
* NET: Rename uip_nextXYZconn to XYZ_netconnGregory Nutt2014-06-307-13/+13
* NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net...Gregory Nutt2014-06-2912-35/+37
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-2920-64/+64
* NET: Rename uip_callback_s to devif_callback_sGregory Nutt2014-06-2913-77/+77
* NET: Renaming of IP address typesGregory Nutt2014-06-2929-92/+92
* Fixes for networking and tiny webserver from MaxGregory Nutt2014-06-292-0/+9
* Rename static functions from uip_* to something more appropriate. Globally s...Gregory Nutt2014-06-288-100/+97
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-2826-77/+94
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-2855-84/+101
* Move IPv6 files from net/uip to net/ipv6Gregory Nutt2014-06-287-52/+139
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-2852-93/+97
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-2815-96/+115
* Fix another place where sem_tryalloc may be called from the interrupt level. ...Gregory Nutt2014-06-281-1/+10
* NET: Last tweaks were still in the editorGregory Nutt2014-06-281-1/+4
* NET: Another fix for recently introduced networking errorsGregory Nutt2014-06-281-1/+1
* NET: Fix some errors in recent network I/O buffering when stack runs from in...Gregory Nutt2014-06-281-4/+12
* Clean-up naming associated with network checksumsGregory Nutt2014-06-2713-65/+247
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-2765-187/+188
* Move net/uip/uip_checksum.c to net/utils/net_chksum.c; fix missing Make.defs ...Gregory Nutt2014-06-275-9/+10
* Add net/README.txtGregory Nutt2014-06-271-0/+38
* Add missing source of netdev/KconfigGregory Nutt2014-06-271-6/+1
* Move NETDEV config from net/Kconfig to net/netdev/KconfigGregory Nutt2014-06-271-2/+8
* Fix conflict in ChangeLogGregory Nutt2014-06-275-0/+208
|\
| * Add support for a network device IOCTL to access PHY registers. Ioctls only ...Gregory Nutt2014-06-272-0/+21
* | NET: Move net/netdev*.c to net/netdev/netdev*.cGregory Nutt2014-06-2726-72/+44
|/
* Repartition network intialization functionsGregory Nutt2014-06-264-76/+154
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-2640-196/+340
* NET: Move routing table functions to net/routeGregory Nutt2014-06-2616-42/+98
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-2652-61/+138
* NET: Fix an include file ordering problem when CONFIG_NET_STATISTICS=Gregory Nutt2014-06-263-0/+3
* Clean up some networking configuration menusGregory Nutt2014-06-256-18/+29
* Clean-up packet socket namingGregory Nutt2014-06-2518-71/+170
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-254-7/+7
* Clean up IGMP namingGregory Nutt2014-06-2528-154/+331
* Clean up ICMP namingGregory Nutt2014-06-258-66/+56
* Clean up all UDP-related namingGregory Nutt2014-06-2419-108/+119
* Clean up all TCP-related namingGregory Nutt2014-06-2437-445/+555
* Forget to add a file in last commitGregory Nutt2014-06-242-0/+102
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-2418-389/+129
* Add throttle support to the I/O buffer logicGregory Nutt2014-06-2423-55/+121
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-2496-171/+171
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-2452-52/+52
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-2439-39/+39
* Net PKT: Suppress ARP requests for packet socket transfersGregory Nutt2014-06-241-1/+19
* Net PKT: Suppress ARP requests for packet socket transfersGregory Nutt2014-06-241-0/+11