VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @38549   13 years vboxsync GSO: UDP fragmentation offloading (#5846)
(edit) @38492   13 years vboxsync NAT: logging.
(edit) @38402   13 years vboxsync NAT: win build fix.
(edit) @38401   13 years vboxsync NAT: clean mbufs and list of intercepted packets while ICMP processing …
(edit) @38345   13 years vboxsync NAT: logging. (vbox/#9346).
(edit) @38170   13 years vboxsync NAT: processing FD_CONNECT on Windows hosts.
(edit) @38111   13 years vboxsync NAT: makes backlog value configurable in listen(, backlog).
(edit) @38110   13 years vboxsync NAT: logs.
(edit) @38109   13 years vboxsync NAT: logs
(edit) @38108   13 years vboxsync NAT: lets host's TCP/IP stack limit the queue of requests to listeinig …
(edit) @38101   13 years vboxsync NAT: fixed error path
(edit) @38090   13 years vboxsync NAT: next attempt to handle FD_CONNECT right, under …
(edit) @38069   13 years vboxsync NAT: logs.
(edit) @38068   13 years vboxsync NAT: experiment with NAT connection (2), attempt to fix xTracker/5742.
(edit) @38057   13 years vboxsync NAT: typo.
(edit) @38044   13 years vboxsync NAT: FD_CONNECT exception in FD_OOB handler under …
(edit) @38043   13 years vboxsync NAT: experiment with FD_CONNECT processing on Windows host (disabled …
(edit) @37979   13 years vboxsync IntNet: Work around DHCP issue on Mac OS X Lion GM when bridging …
(edit) @37938   13 years vboxsync NAT: logs, don't assert.
(edit) @37937   13 years vboxsync NAT: log handling NULL in tcpcb793.
(edit) @37936   13 years vboxsync NAT: logs.
(edit) @37935   13 years vboxsync Alignment fixes for 32-bit build employing the electric fence.
(edit) @37910   13 years vboxsync NAT: findso: better logging.
(edit) @37909   13 years vboxsync IntNet: moved header buffer from trunk to sended interface (#5775)
(edit) @37908   13 years vboxsync NAT: return mtod pointer to ip header after icmp header begining …
(edit) @37841   13 years vboxsync NAT: typo.
(edit) @37756   13 years vboxsync NAT/debug: typo.
(edit) @37747   13 years vboxsync NAT/debug: dumps tcp state on dumping tcpcb.
(edit) @37746   13 years vboxsync NAT/debug: %R[naipv4] -> %RTnaipv4 and &IP -> IP.
(edit) @37745   13 years vboxsync NAT/debug: tracing of sbuf socket operations.
(edit) @37744   13 years vboxsync NAT/debug: introduces %R[sbuf] prints sbuf fields' values.
(edit) @37743   13 years vboxsync NAT: so{read,write} logging.
(edit) @37742   13 years vboxsync NAT: warning.
(edit) @37741   13 years vboxsync NAT: %R[natsock] prints local ip/port.
(edit) @37738   13 years vboxsync NAT: tracing tcp machine state change.
(edit) @37728   13 years vboxsync NAT: tcp_input more flow logging.
(edit) @37724   13 years vboxsync NAT: todo (logging)
(edit) @37644   13 years vboxsync e1000: applied e1kRegRead fix suggested by Vasily
(edit) @37643   13 years vboxsync Network/DevE1000: some note.
(edit) @37636   13 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37627   13 years vboxsync Devices/E1000: in the link up timer, don't automatically set the link …
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37461   13 years vboxsync comment wrap
(edit) @37423   13 years vboxsync Ran the source code massager (scm).
(edit) @37369   14 years vboxsync Network/Pcap.cpp: work around wireshark bug, which cannot always …
(edit) @37324   14 years vboxsync TM,Devices: Fixed default critical section screwup and adjusted its …
(edit) @37299   14 years vboxsync Network/DrvVDE: make cfgm parameter case match the rest of the code …
(edit) @37259   14 years vboxsync Device/DrvUDPTunnel: include contributor information
(edit) @37198   14 years vboxsync Devices/Network/DrvUDPTunnel: new network transport which sends …
(edit) @36980   14 years vboxsync e1000: some explanation for SMP fix in r71586
(edit) @36977   14 years vboxsync e1000: fix for linux SMP guest panic under heavy RX traffic
(edit) @36966   14 years vboxsync NAT: comment.
(edit) @36965   14 years vboxsync NAT: Attempt to fix (the rest of vbox/7711 and vbox/8701). The reason …
(edit) @36943   14 years vboxsync NAT: correct ar_sha format in who-is requests initiated by Slirp.
(edit) @36901   14 years vboxsync NAT: Each service should use right ethernet address (see xTracker/5664)
(edit) @36608   14 years vboxsync NAT/bsd: returns original number of preallocated 16kb mbufs.
(edit) @36502   14 years vboxsync DevE1000: Two incorrect PDMBOTHCBDECL uses.
(edit) @36470   14 years vboxsync VBoxNetNat & tstIntNet: VERR_INTERRUPTED handling (#5620)
(edit) @36410   14 years vboxsync slipr: %R[ether] -> %RTmac.
(edit) @36358   14 years vboxsync NAT/arp: typo (gramma).
(edit) @36354   14 years vboxsync NAT: log ether %RX8->%hhx.
(edit) @36353   14 years vboxsync NAT/arp: cosmetic. verfication of updating of pair moved to …
(edit) @36352   14 years vboxsync NAT: for gratuitous ARP processing pair ar_sip, ar_sha is used. NAT …
(edit) @36351   14 years vboxsync NAT: loging of ethernet addresses.
(edit) @36216   14 years vboxsync NAT: limitations, not required any more.
(edit) @36089   14 years vboxsync SrvIntNetR0.cpp: Addressed the allow-network promiscuous mode policy …
(edit) @36087   14 years vboxsync DrvIntNet: todo
(edit) @36085   14 years vboxsync DrvIntNet: bugfix
(edit) @36084   14 years vboxsync DrvIntNet: Consolidated policy config variables.
(edit) @36082   14 years vboxsync Added a promiscModePolicy attribute to INetworkAdapter, three values: …
(edit) @36081   14 years vboxsync DrvIntNet.cpp: Accept IfPolicyPromiscTrunk
(edit) @36080   14 years vboxsync DrvIntNet: RestrictAccess implies ACCESS_FIXED.
(edit) @36077   14 years vboxsync build fixes
(edit) @36075   14 years vboxsync More flexible internal network promisc mode (++) policy management.
(edit) @36044   14 years vboxsync typo.
(edit) @36023   14 years vboxsync DevINIP: Make it work again after the network overhaul.
(edit) @35957   14 years vboxsync dang
(edit) @35955   14 years vboxsync DrvNAT: leave the critical section of the zone before working …
(edit) @35925   14 years vboxsync NAT: icmp_error frees mbuf at the end of processing.
(edit) @35924   14 years vboxsync NAT: udp's part of r69951.
(edit) @35923   14 years vboxsync NAT: 'icmp_error` frees source mbuf.
(edit) @35922   14 years vboxsync NAT: out-of-memory feedback (xTracker/5103)
(edit) @35861   14 years vboxsync NAT/misc: debug assertion for me.
(edit) @35860   14 years vboxsync NAT/tcp: similar to r69862 case on tcp.
(edit) @35859   14 years vboxsync NAT/udp: free after icmp_error call.
(edit) @35826   14 years vboxsync NAT/udp/socket: let's NAT send bodyless packets without annoying of …
(edit) @35387   14 years vboxsync virtio-net: fixed the issue with TX performance with newer linux kernels
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35351   14 years vboxsync scm cleanups.
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35313   14 years vboxsync e1000: PXE boot fixes for WDS and other pipelined TFTP servers.
(edit) @35163   14 years vboxsync gcc 4.2.1 OS X warnings
(edit) @34890   14 years vboxsync missing case
(edit) @34483   14 years vboxsync e1000: VM reset handler
(edit) @34335   14 years vboxsync Main/DrvIntNet: pass IgnoreConnectFailure to the driver to make it …
(edit) @34330   14 years vboxsync DrvIntNet: Don't fail if we cannot connect to the internal network, …
(edit) @34305   14 years vboxsync NAT: routines printing TCB and TCP segment.
(edit) @34243   14 years vboxsync PDM: Added search paths to the device and driver DLL CFGM nodes so …
(edit) @34235   14 years vboxsync NAT: fine-tuning of r66315
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