.. |
uip
|
Changes for ZDS-II ez80 build
|
2013-11-28 17:47:03 -06:00 |
.gitignore
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
Kconfig
|
Add logic to enable DEBUG_NET if NET=n but WL_CC3000=y
|
2013-10-23 11:48:57 -06:00 |
Makefile
|
Another case where we should use the routing table: There may be multiple routers on the same network. In that case, we have to search for the routing table for the router that forwards to the destination address. We do this when we determine the MAC address we want in the ARP logic
|
2013-10-05 19:08:57 -06:00 |
accept.c
|
First round of compile fixes for IPv6
|
2012-06-07 22:00:19 +00:00 |
bind.c
|
Add more low-level, thread-independent socket interfaces
|
2012-03-02 19:57:52 +00:00 |
connect.c
|
Add psock_connect()
|
2012-03-13 13:02:45 +00:00 |
getsockname.c
|
First round of compile fixes for IPv6
|
2012-06-07 22:00:19 +00:00 |
getsockopt.c
|
Fix bad net_clone.c compilation when CONFIG_NET_SOCKOPTS is not defined
|
2013-04-05 06:40:40 -06:00 |
listen.c
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
net_addroute.c
|
Clean-up routing table design.
|
2013-10-05 12:05:51 -06:00 |
net_allocroute.c
|
Add NSH addroute and delroute commands
|
2013-10-05 15:42:20 -06:00 |
net_arptimer.c
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
net_checksd.c
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
net_clone.c
|
Fix bad net_clone.c compilation when CONFIG_NET_SOCKOPTS is not defined
|
2013-04-05 06:40:40 -06:00 |
net_close.c
|
Changes for ZDS-II ez80 build
|
2013-11-28 17:47:03 -06:00 |
net_delroute.c
|
Clean-up routing table design.
|
2013-10-05 12:05:51 -06:00 |
net_dsec2timeval.c
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
net_dup.c
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
net_dup2.c
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
net_foreachroute.c
|
Clean-up routing table design.
|
2013-10-05 12:05:51 -06:00 |
net_internal.h
|
netdev_findbyaddr() will not use a routing table if one is available. It will also make a better decision in the case there there is no routing table but only a single network interface.
|
2013-10-05 13:16:18 -06:00 |
net_monitor.c
|
Notify the socket layer if a connection is lost before the monitoring callback has been registered. From Max Holtzberg
|
2013-10-11 10:04:54 -06:00 |
net_poll.c
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
net_route.h
|
Another case where we should use the routing table: There may be multiple routers on the same network. In that case, we have to search for the routing table for the router that forwards to the destination address. We do this when we determine the MAC address we want in the ARP logic
|
2013-10-05 19:08:57 -06:00 |
net_router.c
|
Another case where we should use the routing table: There may be multiple routers on the same network. In that case, we have to search for the routing table for the router that forwards to the destination address. We do this when we determine the MAC address we want in the ARP logic
|
2013-10-05 19:08:57 -06:00 |
net_sendfile.c
|
net_sendfile: Let the ACK callback handle the REXMIT flag and don't return until all data has been ACK'd. From Max Holtzberg
|
2013-10-17 09:54:48 -06:00 |
net_sockets.c
|
Clean-up routing table design.
|
2013-10-05 12:05:51 -06:00 |
net_timeo.c
|
Correct a buffer size error in the STM32 ethernet driver
|
2012-02-18 22:09:09 +00:00 |
net_timeval2dsec.c
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
net_vfcntl.c
|
Clean up some naming: fd vs. fildes vs. filedes and filep vs filp
|
2013-09-28 16:50:07 -06:00 |
netdev_count.c
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
netdev_findbyaddr.c
|
netdev_findbyaddr() will not use a routing table if one is available. It will also make a better decision in the case there there is no routing table but only a single network interface.
|
2013-10-05 13:16:18 -06:00 |
netdev_findbyname.c
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
netdev_foreach.c
|
Move all non-standard, NuttX header files into include/nuttx/net
|
2012-03-03 23:18:34 +00:00 |
netdev_ioctl.c
|
Fix ordering of operations in network ioctl handling. We need to able to distinguish an error because the command was not recognized vs. other kinds of error
|
2013-10-05 16:43:10 -06:00 |
netdev_register.c
|
Fix a deadlock when using the NSH ifconfig command over Telnet
|
2012-03-13 20:51:48 +00:00 |
netdev_router.c
|
SAMA5: LCDC driver progress
|
2013-10-07 12:05:16 -06:00 |
netdev_rxnotify.c
|
Use the new signature of rxnotify caused by the routing table. From Max Holtzberg
|
2013-10-06 07:38:15 -06:00 |
netdev_sem.c
|
Fix a deadlock when using the NSH ifconfig command over Telnet
|
2012-03-13 20:51:48 +00:00 |
netdev_txnotify.c
|
Use the new signature of rxnotify caused by the routing table. From Max Holtzberg
|
2013-10-06 07:38:15 -06:00 |
netdev_unregister.c
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
recv.c
|
Add new psock layer; telnet session is now wrapped in a character device
|
2012-01-30 21:29:59 +00:00 |
recvfrom.c
|
Changed the meaning of the uip_*input functions. They now return success when a packet is dropped; This is needed for the ENCX24J600 driver that must make a decision to return the packet or not: It should not retain dropped packets. From Max Holtzberg
|
2013-10-11 10:48:00 -06:00 |
send.c
|
TCP: Change how initial MSS is handled. From Max Holtzberg
|
2013-10-17 09:45:38 -06:00 |
sendto.c
|
Changed the meaning of the uip_*input functions. They now return success when a packet is dropped; This is needed for the ENCX24J600 driver that must make a decision to return the packet or not: It should not retain dropped packets. From Max Holtzberg
|
2013-10-11 10:48:00 -06:00 |
setsockopt.c
|
Fix bad net_clone.c compilation when CONFIG_NET_SOCKOPTS is not defined
|
2013-04-05 06:40:40 -06:00 |
socket.c
|
Add more low-level, thread-independent socket interfaces
|
2012-03-02 19:57:52 +00:00 |