VirtualBox

source: vbox/trunk/src/VBox/Devices/Network

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @44546   12 years vboxsync DevE1000: Changed e1kRegLookup to use binary search for the part of …
(edit) @44542   12 years vboxsync DevE1000: More cleanups, changing it to use pThis instead of pState as …
(edit) @44541   12 years vboxsync DevE1000.cpp: Some more cleanups.
(edit) @44540   12 years vboxsync DevE1000.cpp: Some more cleanups.
(edit) @44537   12 years vboxsync DevE1000.cpp: Don't use the default device critsect.
(edit) @44536   12 years vboxsync DevE1000.cpp: Some cleanup.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44355   12 years vboxsync PDMNetShaper: Cleanups & fixes (untested). PVM -> PUVM. Note: cs is a …
(edit) @44208   12 years vboxsync DevINIP/new-lwip: use link-local address for IPv6 iSCSI-targets.
(edit) @43979   12 years vboxsync NAT: ICMP ECHO to built-in services.
(edit) @43976   12 years vboxsync SrvIntNetR0: warning.
(edit) @43975   12 years vboxsync SrvIntNetR0.cpp: Try shut up warning.
(edit) @43924   12 years vboxsync DevINIP: IPv6 and new LWIP introduction.
(edit) @43922   12 years vboxsync Makefile headers.
(edit) @43921   12 years vboxsync exposing LWIP specific build instructions closer to its sources.
(edit) @43876   12 years vboxsync fixed a few format specifier bugs
(edit) @43871   12 years vboxsync Devices/virtio-net: fixed the names of tx/rx stat counters (#6514)
(edit) @43752   12 years vboxsync NAT: don't free socket with alive tcb.
(edit) @43730   12 years vboxsync NAT: Don't be too optimistic, check the whether alias list isn't empty.
(edit) @43714   12 years vboxsync NAT:dns/logging.
(edit) @43673   12 years vboxsync NAT: handles resolv.conf-less distributions (vbox/10640).
(edit) @43663   12 years vboxsync NAT: wording.
(edit) @43641   12 years vboxsync NAT: handles registration of DNS servers in 127.0.0.0/8 range.
(edit) @43636   12 years vboxsync DevINIP: makes compatible with LWIP 1.4.1.
(edit) @43464   12 years vboxsync NAT: fixed pointer signing issue
(edit) @43442   12 years vboxsync Network/e1000: Fixed issue with format handlers registration
(edit) @43432   12 years vboxsync Network/e1000: Bigger TxD cache, logging improvements (#6428)
(edit) @43416   12 years vboxsync Network/e1000: Separate error code for TX cache error …
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @43327   12 years vboxsync Network/e1000: Allow forcing GSO fallback segmentation via CFGM
(edit) @43233   12 years vboxsync NAT: destroy really all memory in drvNATDestruct
(edit) @43105   12 years vboxsync change comment style
(edit) @43090   12 years vboxsync Network/e1000: OS/2 regression fix (#6217)
(edit) @43015   12 years vboxsync A small RTStrPrintf fix in half dead code.
(edit) @42954   12 years vboxsync Network/e1000: Reset crash fix
(edit) @42953   12 years vboxsync Network/e1000: Disabled TX delay timer
(edit) @42936   12 years vboxsync build fix
(edit) @42934   12 years vboxsync 32-bit build fix
(edit) @42932   12 years vboxsync Network/e1000: Tx delay timer, ITR fix, more stats (#4807)
(edit) @42431   12 years vboxsync Fixes bad coding style that trips up the VC2010 preprocessor.
(edit) @42428   12 years vboxsync Fixes bad coding style that trips up the VC2010 preprocessor.
(edit) @42334   12 years vboxsync Devices/Network/lwip: better error handling, managed to trigger the …
(edit) @42190   12 years vboxsync NAT: TFTP: possible status code overwriting.
(edit) @42187   12 years vboxsync NAT:TFTP: earlier verification option verification and avoid of status …
(edit) @42180   12 years vboxsync NAT:TFTP: * according to rfc 2349, option value handler increased up …
(edit) @42137   12 years vboxsync NAT: prints nameserver ip-addresses (release log).
(edit) @42102   12 years vboxsync NetShaper: GSO on RX path (#5582)
(edit) @42100   12 years vboxsync NAT: TCB releasing on slirp_link_down. (no more assertions on …
(edit) @42070   12 years vboxsync NAT: copyright.
(edit) @42066   12 years vboxsync yet another build fix
(edit) @42065   12 years vboxsync temporary fix to make Windows happy
(edit) @42062   12 years vboxsync NetShaper: R0 support (#5582)
(edit) @42020   12 years vboxsync NAT: adds TFTP ACK verification.
(edit) @42014   12 years vboxsync NAT: dead code.
(edit) @42013   12 years vboxsync NAT: warnings.
(edit) @42012   12 years vboxsync NAT: debug build fix.
(edit) @42010   12 years vboxsync NAT: 64-bit byte counter.
(edit) @42009   12 years vboxsync NAT: use read byte counter instead of block number.
(edit) @41997   12 years vboxsync NAT: comment.
(edit) @41996   12 years vboxsync NAT: enhances TFTP option handling.
(edit) @41995   12 years vboxsync NAT/tftp: fixed buffer overflow in new code found by parfait
(edit) @41994   12 years vboxsync NAT: typo.
(edit) @41987   12 years vboxsync NAT: hide TFTP internals.
(edit) @41980   12 years vboxsync NAT: windows build fix.
(edit) @41979   12 years vboxsync NAT: warnings.
(edit) @41977   12 years vboxsync NAT: extract DNS functions to slirp_dns.c. Handle …
(edit) @41970   12 years vboxsync NAT:tftp enhancements style, option parsing, handshaking.
(edit) @41969   12 years vboxsync NAT: back out r78837. (unexpected result)
(edit) @41967   12 years vboxsync NAT: NTOHS -> RT_N2H_U16
(edit) @41917   12 years vboxsync Virtio/Net: Feature negotiation and GSO handling on RX path (#5582)
(edit) @41864   12 years vboxsync PCNet,NetShaper: PCNet exact packet len counting + wrong lock order …
(edit) @41856   12 years vboxsync NAT: typo.
(edit) @41855   12 years vboxsync NAT: collapsing EAGAIN,EWOULDBLOCK,EINPROGRESS conditions to …
(edit) @41840   12 years vboxsync NAT: don't expose functions needed locally.
(edit) @41839   12 years vboxsync NAT: Zero pointer to link on link remove. (#6188)
(edit) @41820   12 years vboxsync virtio: fixed GSO header issue causing heavy loss of packets (#4807)
(edit) @41817   12 years vboxsync NAT: fix vbox/7459: drop packet if we can't send it because of EAGAIN …
(edit) @41812   12 years vboxsync NAT: attempt yo fix #6188, don't miss tcp_drop/close on tcp_input.
(edit) @41809   12 years vboxsync virtio: netshaper support (#5582)
(edit) @41808   12 years vboxsync e1000: fixed assertion in debug build (#5582)
(edit) @41807   12 years vboxsync NAT: warnings on release build.
(edit) @41806   12 years vboxsync NAT: assertion on freeing socket with nonempty tcp control block (paranoa).
(edit) @41805   12 years vboxsync Doxygen.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41774   12 years vboxsync bugref..
(edit) @41502   13 years vboxsync e1000: Optional RXD prefetching, proper handling of empty TX …
(edit) @41455   13 years vboxsync NAT: Don't spend time on connections with uninitiolized template.
(edit) @41453   13 years vboxsync NAT: clean up (part 1).
(edit) @41431   13 years vboxsync Use proper format specifier.
(edit) @41426   13 years vboxsync e1000: added CMD.RPS hadling for TX descriptors
(edit) @41423   13 years vboxsync e1000: added RX and TX descriptor dumps to debugger info command
(edit) @41414   13 years vboxsync tstIntNet-1: now really use an absolute path here
(edit) @41411   13 years vboxsync NAT: cosmetic.
(edit) @41409   13 years vboxsync Network: renamed uLinkUpDelay to cMsLinkUpDelay
(edit) @41408   13 years vboxsync NAT: don't waste time on tcp connections without connection information.
(edit) @41407   13 years vboxsync Network: added LinkUpDelay parameter to e1000,pcnet,virtio-net
(edit) @41341   13 years vboxsync NAT: attempt to fix #6188. libaslias marks sockets for deletion, but …
(edit) @41325   13 years vboxsync tstIntNet-1: use the absolute path here
(edit) @41323   13 years vboxsync NAT: missed headers for testcase.
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