|
|
@50517
|
11 years |
vboxsync |
Update the set of mem_* defines to match new lwip. Not that it …
|
|
|
@50474
|
11 years |
vboxsync |
ip_reass: Fix typo in previous upstream fix that accidentally assigned …
|
|
|
@50366
|
11 years |
vboxsync |
icmp6_proxy_input: G/c unused variables.
|
|
|
@50273
|
11 years |
vboxsync |
Provide LWIP_DEBUGF definition that uses VBox logging facilities. …
|
|
|
@50257
|
11 years |
vboxsync |
Let LWIP_DEBUGF be overridden.
|
|
|
@50212
|
11 years |
vboxsync |
Fix #endif comment pasto.
|
|
|
@50211
|
11 years |
vboxsync |
lwip: Partially apply missed commit from git master
commit …
|
|
|
@50210
|
11 years |
vboxsync |
lwip: Sync with git master up to
commit …
|
|
|
@50209
|
11 years |
vboxsync |
lwip: Sync with git master up to
commit …
|
|
|
@50208
|
11 years |
vboxsync |
lwip: Sync with git master up to
commit …
|
|
|
@50207
|
11 years |
vboxsync |
lwip: Sync with git master up to
commit …
|
|
|
@50192
|
11 years |
vboxsync |
lwip: Sync with git master up to
commit …
|
|
|
@50189
|
11 years |
vboxsync |
lwip: Sync with git master up to
commit …
|
|
|
@50186
|
11 years |
vboxsync |
lwip: Sync with git master up to
commit …
|
|
|
@50185
|
11 years |
vboxsync |
lwip: Sync with git master up to
commit …
|
|
|
@50173
|
11 years |
vboxsync |
lwip: Sync with git master up to
commit …
|
|
|
@50172
|
11 years |
vboxsync |
Try to fix git commit 75f2c56558aee0f3476f170d2ccd96a28eeba710 …
|
|
|
@50171
|
11 years |
vboxsync |
lwip: Sync with git master up to
commit …
|
|
|
@50170
|
11 years |
vboxsync |
lwip: Sync with git master up to
commit …
|
|
|
@50169
|
11 years |
vboxsync |
lwip: Sync with git master up to
commit …
|
|
|
@50132
|
11 years |
vboxsync |
Protect SYN_RCVD_0 check with #if LWIP_CONNECTION_PROXY.
|
|
|
@50104
|
11 years |
vboxsync |
Fix mangled SVN keyword.
|
|
|
@50103
|
11 years |
vboxsync |
LWIP_NOASSERT is tested with #ifdef, not #if. Drop it its incorrect …
|
|
|
@50074
|
11 years |
vboxsync |
The meaning of LWIP_PREFIX_BYTEORDER_FUNCS was inverted in lwip-1.4 …
|
|
|
@50071
|
11 years |
vboxsync |
Refer to lwip symbols without lwip_ prefix introduced by our internal …
|
|
|
@50070
|
11 years |
vboxsync |
Define lwip_sys_sem_wait() properly. Adjust callers.
|
|
|
@50066
|
11 years |
vboxsync |
Use component-specific lwipopts.h instead of sharing single one. This …
|
|
|
@50058
|
11 years |
vboxsync |
def_vbox_lwip_flags: Make it possible to supply additional compilation …
|
|
|
@50057
|
11 years |
vboxsync |
Minor cosmetics, no functional change.
|
|
|
@50056
|
11 years |
vboxsync |
Enable fragmentation of outgoing IPv6 datagrams (LWIP_IPV6_FRAG).
|
|
|
@50027
|
11 years |
vboxsync |
tcp_enqueue_flags: Fix overzealous alignment assertion. …
|
|
|
@50023
|
11 years |
vboxsync |
Rewrite IPv6 reassembly: https://savannah.nongnu.org/bugs/?41009
…
|
|
|
@50020
|
11 years |
vboxsync |
ip6_input: When testing fragment offset use bit masks in network byte …
|
|
|
@50007
|
11 years |
vboxsync |
udp_proxy_input: verify udp checksum.
|
|
|
@49854
|
11 years |
vboxsync |
"IP_HDRINCL" is a name of a socket option and the #undef of it is a …
|
|
|
@49592
|
11 years |
vboxsync |
A bit of glue to proxy IPv6 echo requests.
|
|
|
@49586
|
11 years |
vboxsync |
newer gcc versions require a space between literal and identifier
|
|
|
@49514
|
11 years |
vboxsync |
A bit of glue to proxy echo requests.
|
|
|
@49041
|
11 years |
vboxsync |
ip6_input: immediately drop packet if ipv6 is not configured on the …
|
|
|
@48439
|
11 years |
vboxsync |
Provide real sys_arch_mbox_tryfetch.
XXX: We can't rename it with a …
|
|
|
@48287
|
11 years |
vboxsync |
netif_create_ip6_linklocal_address: Don't access netif::hwaddr outside …
|
|
|
@48178
|
11 years |
vboxsync |
Do not hardcode lwip location in lwip makefile. Provide functions for …
|
|
|
@48169
|
11 years |
vboxsync |
Move Devices bits to Devices makefile.
|
|
|
@48113
|
11 years |
vboxsync |
Move slip, ppp and snmp sources to separate += assignments and comment …
|
|
|
@48112
|
11 years |
vboxsync |
Drop src/netif/ethernetif.c from LWIP_SOURCES - it's an #if 0'ed …
|
|
|
@48111
|
11 years |
vboxsync |
Minor cosmetic in variable assignments.
|
|
|
@48109
|
11 years |
vboxsync |
Move renaming of lwip symbols from lwipopts.h into a separate file …
|
|
|
@48108
|
11 years |
vboxsync |
VBoxLwipCore.cpp is a generic wrapper for lwip, so it should live …
|
|
|
@48092
|
11 years |
vboxsync |
Drop "fini" callback/arg from tcpip_init() to minimize diffs from …
|
|
|
@48074
|
11 years |
vboxsync |
Explicitely use "signed char" instead of int8_t to define s8_t if …
|
|
|
@48001
|
11 years |
vboxsync |
Move proxy sources from Devices/Network/lwip-new/vbox
to …
|
|
|
@47994
|
11 years |
vboxsync |
G/c compat shim from standalone proxy - committed here accidentally.
|
|
|
@47967
|
11 years |
vboxsync |
lwip-nat:pxtcp: comment update for WSARecv.
|
|
|
@47966
|
11 years |
vboxsync |
lwip-nat: zero counter of sent bytes before sending to …
|
|
|
@47947
|
11 years |
vboxsync |
lwip-nat: fix return code (and errno) for inet_pton
inet_pton(3) …
|
|
|
@47888
|
11 years |
vboxsync |
fix OSE
|
|
|
@47887
|
11 years |
vboxsync |
fix OSE
|
|
|
@47886
|
11 years |
vboxsync |
export lwip-new to OSE
|