VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @41322   13 years vboxsync NAT: exposing Slirp queue routines for testing.
(edit) @41229   13 years vboxsync NAT: dump more inforamtion about the socket if error is appear.
(edit) @41228   13 years vboxsync NAT: debug more flags from socket, structures and dump of tcpstate.
(edit) @41227   13 years vboxsync NAT: don't touch anything, except fShouldBeRemoved, when …
(edit) @41198   13 years vboxsync NAT: deal with ICMP responses for which no sent mbuf has been stored.
(edit) @41197   13 years vboxsync NAT: backed out r77824.
(edit) @41196   13 years vboxsync NAT: ignore ICMP if don't know how to deal with it.
(edit) @41178   13 years vboxsync NAT: attempt to fix xTracker/#6188.
(edit) @41165   13 years vboxsync lwip: sanity check
(edit) @41123   13 years vboxsync e1000: bumped SSM version for changes made in r77543
(edit) @41046   13 years vboxsync E1000: Fixed fetching of incomplete packets. TX critical section (#5582)
(edit) @41034   13 years vboxsync E1000: Minor change in comments (#5582)
(edit) @41033   13 years vboxsync release build fix
(edit) @41032   13 years vboxsync E1000: Fixed a potential read beyond TxD cache due to incorrect usage …
(edit) @41030   13 years vboxsync E1000: Increased the size of TX descriptor cache (#5582)
(edit) @41029   13 years vboxsync E1000: Fixed an infinite loop in R0, re-enabled TX descriptor cache (#5582)
(edit) @40998   13 years vboxsync DevE1000: uninitialized variable
(edit) @40996   13 years vboxsync e1000: Temporarely disable TXD cache until regressions are fixed (#5582).
(edit) @40992   13 years vboxsync E1000: Removed unused global mutex, documented the options.
(edit) @40985   13 years vboxsync E1000: csum offloading for legacy descriptors, batch TX descriptor …
(edit) @40837   13 years vboxsync NAT: backed out r77351
(edit) @40836   13 years vboxsync NAT: don't compile else branch if logging is disabled.
(edit) @40835   13 years vboxsync NAT: make sure that socket is still on queue, before doing any further …
(edit) @40834   13 years vboxsync NAT:libalias: tabs.
(edit) @40806   13 years vboxsync RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
(edit) @40799   13 years vboxsync e1000: Handle packets with unstripped Ethernet CRC (#6152)
(edit) @40794   13 years vboxsync e1000: VLAN support to match the spec (#4806)
(edit) @40793   13 years vboxsync build fix
(edit) @40791   13 years vboxsync e1000: added EthernetCRC CFGM parameter to make calculation of CRC …
(edit) @40786   13 years vboxsync NAT:libalias: initialization of TCP socket for constructed link.
(edit) @40766   13 years vboxsync PCNet: Debug printing addition to r77259 (#6152)
(edit) @40764   13 years vboxsync PCNet: Handle packets with unstripped Ethernet CRC (#6152)
(edit) @40706   13 years vboxsync NetShaper: TX thread implementation (#5582)
(edit) @40652   13 years vboxsync NetShaper,E1000: Basic framework and partial implementation for …
(edit) @40623   13 years vboxsync NAT/libalias: better socket's reference count.
(edit) @40622   13 years vboxsync NAT: tabs.
(edit) @40621   13 years vboxsync NAT: libalias closes self sockets, and Slirp inform libalias in case …
(edit) @40583   13 years vboxsync NAT: verification that sockets always stay on right queues.
(edit) @40582   13 years vboxsync NAT: ICMP in some cases NAT engine can't determinate where from …
(edit) @40423   13 years vboxsync NAT: warnings [-Wunused-macros]
(edit) @40422   13 years vboxsync NAT: warnings [-Wunused-but-set-variable]
(edit) @40421   13 years vboxsync NAT: warnings [-Wunused-but-set-variable]
(edit) @40291   13 years vboxsync NAT: refactoring (extracting arp_output from arp_input)
(edit) @40287   13 years vboxsync NAT: arp_input refactorting.
(edit) @40286   13 years vboxsync NAT: netmask in host format.
(edit) @40285   13 years vboxsync NAT: special_addr is already network address.
(edit) @40284   13 years vboxsync NAT: htip->tip (CTL_CHECK) takes parameter in the network format. The …
(edit) @40283   13 years vboxsync NAT: CTL_CHECK takes address without modification.
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @40279   13 years vboxsync NAT: CTL_CHECK(x) verify whether address belong to NAT network either.
(edit) @40204   13 years vboxsync NAT: logging: VBOX_NAT_MEM_DEBUG control adding NAT's "uma" emulation …
(edit) @40122   13 years vboxsync NAT: dhcp: removes p_end, p is too unmeaning variable name, …
(edit) @40121   13 years vboxsync NAT: respect return value of TRStrPrintf.
(edit) @40120   13 years vboxsync NAT: sorecvoob() should regard return value of soread() operation.
(edit) @40119   13 years vboxsync NAT: unused variable c (moved under LIBALIAS_DEBUG ambrella).
(edit) @40118   13 years vboxsync NAT: removes unused variable pmsg_type.
(edit) @40117   13 years vboxsync NAT/libalias: calm down clang-analyzer (replace assignment with …
(edit) @40116   13 years vboxsync NAT/libalias: backed out r76255, the code actually right (no way to …
(edit) @40115   13 years vboxsync NAT/tftp: nobytes is unused.
(edit) @40114   13 years vboxsync NAT/libalias: initialization of iresult at the very begining, to avoid …
(edit) @40113   13 years vboxsync NAT/dhcp: processing of DHCPRELEASE doesn't expect status reporting to …
(edit) @40048   13 years vboxsync NAT: ICMP: logs (replacement custom IP address printing with %RTnaip4).
(edit) @40018   13 years vboxsync NAT: TCPCB validation macrodefinitions. (DEBUG_vvl)
(edit) @39955   13 years vboxsync Ancient Solaris crossbow/TAP no longer relevant.
(edit) @39949   13 years vboxsync NAT: logs.
(edit) @39894   13 years vboxsync NAT: don't confuse anyone with service port. It was never used and was …
(edit) @39884   13 years vboxsync NAT:TCP:tcp_output uninitiolized template detection and warning once …
(edit) @39883   13 years vboxsync NAT:ARP: reserved ARP WHO HAS 0.0.0.0 diagnosys for myself. o WHO HAS …
(edit) @39861   13 years vboxsync DrvNAT: Use RTStrSimplePatternMultiMatch instead of …
(edit) @39848   13 years vboxsync NAT: after creation of fresh mbuf on tcp_ouput we need to fill …
(edit) @39784   13 years vboxsync regex it is not.
(edit) @39783   13 years vboxsync doxygen comments where appropriate, please.
(edit) @39778   13 years vboxsync NAT: DrvNAT.cpp (missed changes)
(edit) @39776   13 years vboxsync NAT: (release log) let user know when mapping is registered or …
(edit) @39775   13 years vboxsync NAT: introduces CFGM value …
(edit) @39774   13 years vboxsync NAT: backed out r75718.
(edit) @39773   13 years vboxsync NAT: logs and comments.
(edit) @39772   13 years vboxsync NAT: warns on switch on DNS proxy if DNS host resolver has been …
(edit) @39768   13 years vboxsync NAT: replaces goto with if {} else {} statement.
(edit) @39766   13 years vboxsync NAT: host resolver can use user-defined mapping instead of host …
(edit) @39599   13 years vboxsync NAT: repaired port forwarding
(edit) @39556   13 years vboxsync NAT: logging.
(edit) @39555   13 years vboxsync NAT/service: registering port-forwarding without ether address of the …
(edit) @39550   13 years vboxsync Request thread pool hancking. Some RTReq refactoring as always…
(edit) @39506   13 years vboxsync NAT: warnings.
(edit) @39505   13 years vboxsync NAT: processing of dhcp_find_option NULL-result in release build.
(edit) @39498   13 years vboxsync RTReq refactoring.
(edit) @39483   13 years vboxsync NAT:dhcp: return value of dhcp_find_option xTracker/5989.
(edit) @39471   13 years vboxsync No doxygen comment here, keep it short and to the point. …
(edit) @39467   13 years vboxsync NAT: condition for validation of proposed value has been added in …
(edit) @39466   13 years vboxsync NAT: english
(edit) @39465   13 years vboxsync NAT: fixed typo (thanks Knut). This changeset adds comment to …
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