VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33326   14 years vboxsync virtio-net: 32-bit build fix
(edit) @33325   14 years vboxsync virtio-net: large (GSO) receive packet support (#4807)
(edit) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33201   14 years vboxsync reverted r66739
(edit) @33200   14 years vboxsync E1000, Main: support for 82566MC chipset type
(edit) @33145   14 years vboxsync NAT: releasing of temporal buffer.
(edit) @32967   14 years vboxsync DevPCNet: comment
(edit) @32964   14 years vboxsync DevPCNet: work around a WinXP driver bug which clears CSR0.TINT after …
(edit) @32863   14 years vboxsync e1k: temporary code for MSI testing
(edit) @32846   14 years vboxsync NAT: properly close a socket if we've got POLLHUP
(edit) @32839   14 years vboxsync NAT: fixed STAM typo
(edit) @32747   14 years vboxsync NAT: reduces responsibility of DHCP server about validness of TFTP …
(edit) @32745   14 years vboxsync NAT: Don't let exceed the bounds of mbuf selecting corresponding mbuf zone.
(edit) @32744   14 years vboxsync NAT: don't mix ether header lenght with free space calculation.
(edit) @32724   14 years vboxsync e1k: few PCI-related notes
(edit) @32431   14 years vboxsync scm cleanup
(edit) @32388   14 years vboxsync more branding fixes
(edit) @32226   14 years vboxsync warning
(edit) @32167   14 years vboxsync DrvIntNet.cpp: Missing initialization of pDrvIntR0. Should fix #5233.
(edit) @32160   14 years vboxsync DevE1000.cpp: Don't include unnecessary bit.s
(edit) @32139   14 years vboxsync FTM checkpoint setting
(edit) @31885   14 years vboxsync OSE header fixes
(edit) @31880   14 years vboxsync export some testcases to OSE
(edit) @31847   14 years vboxsync iprt: removed crc32.h and crc64.h, use crc.h instead.
(edit) @31767   14 years vboxsync build fix
(edit) @31765   14 years vboxsync virtio-net: fixed offset modification bug
(edit) @31764   14 years vboxsync virtio-net: removed TX buffer along with redundant memcpy call
(edit) @31755   14 years vboxsync virtio-net: TSO4, TSO6 and UFO support (#4807)
(edit) @31323   14 years vboxsync SrvIntNetR0.cpp: Fixed lock order inversion in IntNetR0IfSetActive, …
(edit) @31322   14 years vboxsync SrvIntNetR0.cpp: incorrect condition terminating the wait, causes …
(edit) @31114   14 years vboxsync TAP: make it work again on Linux hosts
(edit) @31097   14 years vboxsync RT_LIKELY misusage
(edit) @31094   14 years vboxsync typo
(edit) @31001   14 years vboxsync intnetR0NetworkSetIfActive: Paranoia: Make sure there are no pending …
(edit) @30921   14 years vboxsync NAT/hostresolver: trim ending dots confusing host resolver.
(edit) @30920   14 years vboxsync NAT: don't pass empty DNS server list to guest.
(edit) @30722   14 years vboxsync Removed some instances of obsolete PCISetIrqNoWait calls.
(edit) @30587   14 years vboxsync IntNet: Profile sends.
(edit) @30557   14 years vboxsync SrvIntNetR0.cpp: Implemented pfnPreRecv.
(edit) @30426   14 years vboxsync NAT: small performance enhancement. (allocate mbuf if it's required).
(edit) @30425   14 years vboxsync NAT: m_free -> m_freem.
(edit) @30421   14 years vboxsync NAT: small performance enhancement (allocate intermediate buffer only …
(edit) @30415   14 years vboxsync NAT: comments
(edit) @30404   14 years vboxsync NAT: fixed RTMemFree condition
(edit) @30402   14 years vboxsync NAT: missed m_freem calls right after icmp_error (see …
(edit) @30401   14 years vboxsync NAT: assign m_so before icmp_attach.
(edit) @30400   14 years vboxsync NAT: adds freeing of intermediate buffer.
(edit) @30399   14 years vboxsync NAT: icmp_input releasing mbuf and intermediate buffer.
(edit) @30370   14 years vboxsync NAT: comments
(edit) @30366   14 years vboxsync use m_freem() here as well
(edit) @30363   14 years vboxsync NAT: more comments + cosmetics
(edit) @30361   14 years vboxsync NAT: icmp_input copy src mbuf and compose new one to deliver.
(edit) @30355   14 years vboxsync NAT: cosmetics
(edit) @30354   14 years vboxsync NAT: removed one goto from arp_input()
(edit) @30353   14 years vboxsync NAT: fixed m_freem() in arp_input()
(edit) @30352   14 years vboxsync NAT: comments
(edit) @30351   14 years vboxsync NAT: increases jumbo16 zone. TSO/SGO heavily uses jumbo16 in case of …
(edit) @30350   14 years vboxsync NAT: Don't m_free mbuf just after send, it's responsible of recv …
(edit) @30349   14 years vboxsync NAT: allow link down/link up when the VM is suspended
(edit) @30333   14 years vboxsync E1000: properly disconnect the network cable if the guest driver was …
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30220   14 years vboxsync lwip/src/api/sockets.c: errno.h and MSC; who defines ERRNO in general?
(edit) @30219   14 years vboxsync DevVirtioNet.cpp: warning.
(edit) @30218   14 years vboxsync slirp: VCC100 errno adj.
(edit) @30111   14 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @30047   15 years vboxsync NAT: typo.
(edit) @30045   15 years vboxsync NAT: BSD sbuf.
(edit) @30029   15 years vboxsync #4814: vboxnetflt qdisc: Drop host->guest packets on linux.
(edit) @30018   15 years vboxsync NAT: initial contribution of FreeBSD 7.2 sbufs.
(edit) @30016   15 years vboxsync NAT: clean up.
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @30004   15 years vboxsync SrvIntNetR0.cpp: intnetR0NetworkDeliver must send to the internal …
(edit) @29968   15 years vboxsync NAT: do dns proxy , if the mode is enabled.
(edit) @29967   15 years vboxsync NAT: enables selecting right transaction id for dns query (fixes …
(edit) @29946   15 years vboxsync slirp.c/activate_port_forwarding: Must used LIST_FOREACH_SAFE when …
(edit) @29855   15 years vboxsync NAT: nits and a range fix
(edit) @29755   15 years vboxsync NAT: don't let register more than 4 nameservers. (vbox.org/4098)
(edit) @29707   15 years vboxsync SrvIntNetR0: fixed private data passing to Xmit.
(edit) @29685   15 years vboxsync DevE1000.cpp: Added todo about receive queue needing optimziation as …
(edit) @29669   15 years vboxsync DrvIntNet,SrvIntNet: Added IntNetR0AbortWait to address races in …
(edit) @29662   15 years vboxsync IntNet: Added Interface, Interface private data passing for …
(edit) @29656   15 years vboxsync NAT: reanable r61642.
(edit) @29635   15 years vboxsync SrvIntNetR0.cpp,VBoxNetFlt.c: Adjusted r61623 so it won't crash if the …
(edit) @29598   15 years vboxsync warning
(edit) @29579   15 years vboxsync DrvIntNet.cpp: Shut up silly send buffer size warning.
(edit) @29506   15 years vboxsync NAT: backed r61642, pospone till 3.2.2.
(edit) @29505   15 years vboxsync NAT: update DNS internal cache on requests containing tag -'5' (dns …
(edit) @29491   15 years vboxsync IntNet: added MAC address notification and connect/disconnect …
(edit) @29461   15 years vboxsync Devices/Network/VDE: applied "[vbox-dev] [PATCH] VirtualBox. vde_close …
(edit) @29439   15 years vboxsync DevE1000: Fixed bug in e1kRegWriteRCTL wrt calculating and updating …
(edit) @29435   15 years vboxsync DevPCNet,DevE1000: Statistics/profiling.
(edit) @29362   15 years vboxsync SrvIntNetR0.cpp: Don't call RTMemAllocZ when in interrupt or atomic …
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29234   15 years vboxsync tstItnNetR0: extending the testing a bit to try catch the assertion …
(edit) @29160   15 years vboxsync SrvIntNetR0.cpp: Fixed handling of unicast ARP frames when sharing the …
(edit) @29122   15 years vboxsync FE/Qt, Devices: moved VDE plugin headers into include/VBox and enabled …
(edit) @29050   15 years vboxsync NAT: reserves space for ether header before any manipulation with mbuf.
(edit) @28871   15 years vboxsync Comment fix
(edit) @28831   15 years vboxsync IntNet,VBoxNetFlt: Cleaned up the locking protocol between IntNet and …
(edit) @28807   15 years vboxsync NAT: logs too noisy.
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