- Nov 28, 2013
-
-
Gregory Nutt authored
-
- Oct 23, 2013
-
-
Gregory Nutt authored
-
- Oct 17, 2013
-
-
Gregory Nutt authored
net_sendfile: Let the ACK callback handle the REXMIT flag and don't return until all data has been ACK'd. From Max Holtzberg
-
Gregory Nutt authored
Move tcp connection into SYN_RCVD state after aception instead of bypassing and moving directly into ESTABLISHED. From Max Holtzberg.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 11, 2013
-
-
Gregory Nutt authored
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
-
Gregory Nutt authored
Notify the socket layer if a connection is lost before the monitoring callback has been registered. From Max Holtzberg
-
- Oct 08, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Oct 07, 2013
-
-
Gregory Nutt authored
-
- Oct 06, 2013
-
-
Gregory Nutt authored
Make net_close() nonblocking and free unestablished connections if no free connections available. From Max Holtzberg
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
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
-
- Oct 05, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
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
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
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.
-
Gregory Nutt authored
-
- Oct 02, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 30, 2013
-
-
Gregory Nutt authored
-
- Sep 29, 2013
-
-
Gregory Nutt authored
-
- Sep 28, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 27, 2013
-
-
Gregory Nutt authored
Networking: Fix backward conditional in test to see if address is in ARP table. From Max Holtzberg
-
Gregory Nutt authored
Networking: If sending out of the subnet, device lookup by IP will fail. Fall back to ETH0 for now. From Max Holtzberg
-
- Sep 25, 2013
-
-
Gregory Nutt authored
-
- Sep 17, 2013
-
-
Gregory Nutt authored
-
- Sep 06, 2013
-
-
Gregory Nutt authored
Networking: Important bug fix. The backlog buffer pointer was not being incrmented so that only the first backlog buffer was getting added to the freelist. From Max Holtzberg
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Networking: Fix race condition that can cause missing loss-of-connection events. From Max Holtzberg
-