- Aug 27, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
net/socket and net/tcp: Fix a problem in whent there are multiple network devices. Polls were being sent to all TCP sockets before. This is not good because it means that packets may sometimes be sent out on the wrong device. That is inefficient because it will cause retransmissions and bad performance. But, worse, when one of the devices is not Ethernet, it will have a different MSS and, as a result, incorrect data transfers can cause crashes. The fix is to lock into a single device once the MSS is locked locked down.
-
Gregory Nutt authored
Networking: Get rid of the tcp_mss macro. It is confusing and only obfuscates what is really going on
-
Gregory Nutt authored
-
SaeHie Park authored
-
- Aug 26, 2015
-
-
Gregory Nutt authored
-
Juha Niskanen authored
-
Gregory Nutt authored
Local loopback: Set the IFF_UP flags during initialization because the local loopback device is always up
-
Saehie ParK authored
Networking: Fix network device name assignment logic for the case of the local loopback device. There is only one local loopback network device and it is unnumbered
-
- Aug 25, 2015
-
-
Gregory Nutt authored
Compilation warning fixup
-
Anton D. Kachalov authored
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
-
Anton D. Kachalov authored
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
-
SaeHie Park authored
-
Gregory Nutt authored
Kconfig: CONFIG_NET_MULTILINK and CONFIG_NET_MULTINIC must be support if the loopback device and any real network device are selected
-
- Aug 24, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 23, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Pavel Pisa authored
-
Pavel Pisa authored
Optional canned symtab inclusion to the build. When option CONFIG_LIBC_SYMTAB is selected and symbol table file libc/symtab/canned_symtab.inc is prepared then application can use system provided complete symbol table. The option has substantial effect on system image size. Mainly code/text. If loading of applications at runtime is not planned do not select this. From Pavel Pisa.
-
Pavel Pisa authored
-