VirtualBox

source: vbox/trunk/src/VBox/Devices/Network/lwip-new

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @65808   8 years vboxsync Devices/Network/lwip-new: the mailbox uses pointers to the message. As …
(edit) @64484   8 years vboxsync lwIP: cherry-pick a TCP fix for FIN ACK handling with unsent data. …
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63288   8 years vboxsync grr
(edit) @63287   8 years vboxsync build fix
(edit) @63283   8 years vboxsync NetworkServices: warnings
(edit) @63056   8 years vboxsync lwip: netif_create_ip6_linklocal_address - adjust previous, just drop …
(edit) @63055   8 years vboxsync lwip: tcp_listen_input - adjust previous: use LWIP_UNUSED_ARG(syn) to …
(edit) @63049   8 years vboxsync Revert previous, which accidentally overwrote this with some temporary …
(edit) @63016   8 years vboxsync Devices: warnings (debug builds)
(edit) @63015   8 years vboxsync slirp: warnings
(edit) @63011   8 years vboxsync lwip-new: warnings
(edit) @63010   8 years vboxsync lwip-new/Config.kmk: Dropped LWIPTEST_SOURCES since I couldn't find …
(edit) @63009   8 years vboxsync Reduced lwip-new/Config.kmk to just the two list (incs and sources), …
(edit) @63007   8 years vboxsync lwip-new/Makefile.kmk is not a proper makefile and only messes up .kup …
(edit) @63006   8 years vboxsync no change
(edit) @63005   8 years vboxsync lwip,nat: Try figure LWIP_NOASSERT in the two lwipopts.h files, …
(edit) @62499   8 years vboxsync (C) 2016
(edit) @61857   8 years vboxsync lwip: g/c duplicate assertion that was also wrong
(edit) @58592   9 years vboxsync lwip: Use different callback for proxy accept that is triggered by …
(edit) @58589   9 years vboxsync lwip: tcp_restore_pbuf - factor out code to restore syn pbuf passed to …
(edit) @58581   9 years vboxsync lwip: make tcp_accept_null globally visible, use it instead of …
(edit) @58555   9 years vboxsync lwip: tcp_accept_syn - a proxy like early accept callback for ordinary …
(edit) @58549   9 years vboxsync lwip: tcp_accept_null - call tcp_abort().
(edit) @57426   9 years vboxsync DECLCALLBACK
(edit) @57393   9 years vboxsync DECLCALLBACK
(edit) @56409   10 years vboxsync lwip: fix wraparound check when updating icmp echo reply checksum that …
(edit) @56292   10 years vboxsync Devices: Updated (C) year.
(edit) @55994   10 years vboxsync lwip: Add missing newlines in LWIP_DEBUGF.
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @50517   11 years vboxsync Update the set of mem_* defines to match new lwip. Not that it …
(edit) @50474   11 years vboxsync ip_reass: Fix typo in previous upstream fix that accidentally assigned …
(edit) @50366   11 years vboxsync icmp6_proxy_input: G/c unused variables.
(edit) @50273   11 years vboxsync Provide LWIP_DEBUGF definition that uses VBox logging facilities. …
(edit) @50257   11 years vboxsync Let LWIP_DEBUGF be overridden.
(edit) @50212   11 years vboxsync Fix #endif comment pasto.
(edit) @50211   11 years vboxsync lwip: Partially apply missed commit from git master commit …
(edit) @50210   11 years vboxsync lwip: Sync with git master up to commit …
(edit) @50209   11 years vboxsync lwip: Sync with git master up to commit …
(edit) @50208   11 years vboxsync lwip: Sync with git master up to commit …
(edit) @50207   11 years vboxsync lwip: Sync with git master up to commit …
(edit) @50192   11 years vboxsync lwip: Sync with git master up to commit …
(edit) @50189   11 years vboxsync lwip: Sync with git master up to commit …
(edit) @50186   11 years vboxsync lwip: Sync with git master up to commit …
(edit) @50185   11 years vboxsync lwip: Sync with git master up to commit …
(edit) @50173   11 years vboxsync lwip: Sync with git master up to commit …
(edit) @50172   11 years vboxsync Try to fix git commit 75f2c56558aee0f3476f170d2ccd96a28eeba710 …
(edit) @50171   11 years vboxsync lwip: Sync with git master up to commit …
(edit) @50170   11 years vboxsync lwip: Sync with git master up to commit …
(edit) @50169   11 years vboxsync lwip: Sync with git master up to commit …
(edit) @50132   11 years vboxsync Protect SYN_RCVD_0 check with #if LWIP_CONNECTION_PROXY.
(edit) @50104   11 years vboxsync Fix mangled SVN keyword.
(edit) @50103   11 years vboxsync LWIP_NOASSERT is tested with #ifdef, not #if. Drop it its incorrect …
(edit) @50074   11 years vboxsync The meaning of LWIP_PREFIX_BYTEORDER_FUNCS was inverted in lwip-1.4 …
(edit) @50071   11 years vboxsync Refer to lwip symbols without lwip_ prefix introduced by our internal …
(edit) @50070   11 years vboxsync Define lwip_sys_sem_wait() properly. Adjust callers.
(edit) @50066   11 years vboxsync Use component-specific lwipopts.h instead of sharing single one. This …
(edit) @50058   11 years vboxsync def_vbox_lwip_flags: Make it possible to supply additional compilation …
(edit) @50057   11 years vboxsync Minor cosmetics, no functional change.
(edit) @50056   11 years vboxsync Enable fragmentation of outgoing IPv6 datagrams (LWIP_IPV6_FRAG).
(edit) @50027   11 years vboxsync tcp_enqueue_flags: Fix overzealous alignment assertion. …
(edit) @50023   11 years vboxsync Rewrite IPv6 reassembly: https://savannah.nongnu.org/bugs/?41009
(edit) @50020   11 years vboxsync ip6_input: When testing fragment offset use bit masks in network byte …
(edit) @50007   11 years vboxsync udp_proxy_input: verify udp checksum.
(edit) @49854   11 years vboxsync "IP_HDRINCL" is a name of a socket option and the #undef of it is a …
(edit) @49592   11 years vboxsync A bit of glue to proxy IPv6 echo requests.
(edit) @49586   11 years vboxsync newer gcc versions require a space between literal and identifier
(edit) @49514   11 years vboxsync A bit of glue to proxy echo requests.
(edit) @49041   11 years vboxsync ip6_input: immediately drop packet if ipv6 is not configured on the …
(edit) @48439   11 years vboxsync Provide real sys_arch_mbox_tryfetch. XXX: We can't rename it with a …
(edit) @48287   11 years vboxsync netif_create_ip6_linklocal_address: Don't access netif::hwaddr outside …
(edit) @48178   11 years vboxsync Do not hardcode lwip location in lwip makefile. Provide functions for …
(edit) @48169   11 years vboxsync Move Devices bits to Devices makefile.
(edit) @48113   11 years vboxsync Move slip, ppp and snmp sources to separate += assignments and comment …
(edit) @48112   11 years vboxsync Drop src/netif/ethernetif.c from LWIP_SOURCES - it's an #if 0'ed …
(edit) @48111   11 years vboxsync Minor cosmetic in variable assignments.
(edit) @48109   11 years vboxsync Move renaming of lwip symbols from lwipopts.h into a separate file …
(edit) @48108   11 years vboxsync VBoxLwipCore.cpp is a generic wrapper for lwip, so it should live …
(edit) @48092   11 years vboxsync Drop "fini" callback/arg from tcpip_init() to minimize diffs from …
(edit) @48074   11 years vboxsync Explicitely use "signed char" instead of int8_t to define s8_t if …
(edit) @48001   11 years vboxsync Move proxy sources from Devices/Network/lwip-new/vbox to …
(edit) @47994   11 years vboxsync G/c compat shim from standalone proxy - committed here accidentally.
(edit) @47967   11 years vboxsync lwip-nat:pxtcp: comment update for WSARecv.
(edit) @47966   11 years vboxsync lwip-nat: zero counter of sent bytes before sending to …
(edit) @47947   11 years vboxsync lwip-nat: fix return code (and errno) for inet_pton inet_pton(3) …
(edit) @47888   11 years vboxsync fix OSE
(edit) @47887   11 years vboxsync fix OSE
(add) @47886   11 years vboxsync export lwip-new to OSE
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette