VirtualBox

source: vbox/trunk/src/VBox/HostDrivers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32256   14 years vboxsync Linux host kernel modules: some minor Makefile fixes
(edit) @32230   14 years vboxsync HostDrivers/Makefile.kmk: typo
(edit) @32212   14 years vboxsync HostDrivers: Makefile warning
(edit) @32183   14 years vboxsync Linux Installer/Additions: attempt to properly register the host/guest …
(edit) @32162   14 years vboxsync VBoxUSB/solaris: fixed driver conf file headers for OSE.
(edit) @32036   14 years vboxsync Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
(edit) @32035   14 years vboxsync Changing the remaining X86_PTE_PAE_PG_MASK uses to …
(edit) @31939   14 years vboxsync VBoxUSB: fixed solaris regression
(edit) @31911   14 years vboxsync make the VBOX_WITH_NEW_USB_CODE_ON_SOLARIS code mandatory
(edit) @31908   14 years vboxsync OSE header fix
(edit) @31907   14 years vboxsync OSE compile fix
(edit) @31904   14 years vboxsync OSE header fix
(edit) @31900   14 years vboxsync OSE compile fixes
(edit) @31898   14 years vboxsync OSE header fixes
(edit) @31896   14 years vboxsync export the VBoxUSB host driver to OSE
(edit) @31847   14 years vboxsync iprt: removed crc32.h and crc64.h, use crc.h instead.
(edit) @31842   14 years vboxsync FreeBSD: build fix
(edit) @31840   14 years vboxsync Linux support kernel module build fix
(edit) @31829   14 years vboxsync IPRT,SUP: Moved the strformat*.cpp completely out of RuntimeR0 on all …
(edit) @31730   14 years vboxsync fix
(edit) @31726   14 years vboxsync vboxnetadp: don't confuse the syntax highlighter of my editor
(edit) @31705   14 years vboxsync vboxnetflt: indentation
(edit) @31704   14 years vboxsync vboxnetadp: cosmetics
(edit) @31703   14 years vboxsync vboxnetflt: typo
(edit) @31702   14 years vboxsync vboxnetflt: qdisc state fix for 2.6.36 and newer kernels
(edit) @31697   14 years vboxsync vboxnetadp: ioctl to unlocked_ioctl transition for 2.6.36 and newer kernels
(edit) @31680   14 years vboxsync don't enable qdisc support if CONFIG_NET_SCHED is disabled (Linux …
(edit) @31678   14 years vboxsync vboxnetflt: pre 2.6.10 kernel compilation fix
(edit) @31675   14 years vboxsync vboxnetflt: pre 2.6.18 kernel compilation fixes
(edit) @31671   14 years vboxsync vboxnetflt: qdisc RHEL compilation fixes
(edit) @31668   14 years vboxsync vboxnetflt: qdisc is now enabled by default
(edit) @31654   14 years vboxsync vboxnetflt: qdisc stability fixes
(edit) @31627   14 years vboxsync vboxnetflt: fixed system lockup during VM shutdown (#5033) (corrected)
(edit) @31626   14 years vboxsync Reverted r64750 as it was inconvenient for backporting
(edit) @31622   14 years vboxsync vboxnetflt: fixed system lockup during VM shutdown (#5033)
(edit) @31556   14 years vboxsync strncpy
(edit) @31555   14 years vboxsync vboxnetadp: sanity check for dev->dev_addr
(edit) @31272   14 years vboxsync RTNETCSUMTYPE -> PDMNETCSUMTYPE. Assert on invalid parameters.
(edit) @31271   14 years vboxsync vboxnetflt: host-only checksum fix (xtracker 5020)
(edit) @31250   14 years vboxsync adding missing files for compiling Linux host kernel modules
(edit) @31245   14 years vboxsync HostDrivers/*/linux/Makefile: Disabled IPRT_DEBUG_SEMS.
(edit) @31165   14 years vboxsync SUPR0.def: remove non-tag versions.
(edit) @31163   14 years vboxsync windows build fix
(edit) @31162   14 years vboxsync windows build fix
(edit) @31157   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @31078   14 years vboxsync Solaris/VBoxNetFlt: even though kmem_alloc SLEEP can never fail, free …
(edit) @31074   14 years vboxsync Solaris/VBoxNetFlt: schedule promiscuous off request using qtimeout.
(edit) @30961   14 years vboxsync IPRT/vboxdrv: We have RTTimeSystemNanoTS in ring-0 now, so use it.
(edit) @30924   14 years vboxsync vboxnetflt: qdisc removal lockup fix (#4814)
(edit) @30810   14 years vboxsync vboxnetflt: Confirmed RHEL GRO fix (#5121)
(edit) @30785   14 years vboxsync vboxnetflt: Applied compilation fix for RHEL provided by Jim.
(edit) @30771   14 years vboxsync vboxnetflt: RHEL 5 GRO fix
(edit) @30732   14 years vboxsync vboxnetflt: Fixed GRO problem on Linux (#5121)
(edit) @30558   14 years vboxsync VBoxNetFlt-linux.c: QDisc related fixes.
(edit) @30489   14 years vboxsync Support/testcase/tstSupSem: Process spawn testing for multi release …
(edit) @30471   14 years vboxsync Support/testcase/tstSupSem: Added fork test for RTSemEvent*
(edit) @30360   14 years vboxsync supdrv/win: fix typo
(edit) @30336   14 years vboxsync logging.
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30262   14 years vboxsync VBoxNetFlt-linux.c: nits
(edit) @30143   14 years vboxsync #5020: Prevent flooding host's kernel log with warnings.
(edit) @30121   14 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30119   14 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30117   14 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30116   14 years vboxsync Solaris/VBoxNetFltBow: logflow.
(edit) @30115   14 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30112   14 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30111   14 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @30110   14 years vboxsync VBOXR0DRV isn't 10.4 on x86 any longer.
(edit) @30107   14 years vboxsync VBoxNetFltInternal.h: The linux pDev pointer member is supposed to be …
(edit) @30100   14 years vboxsync Solaris/VBoxNetFltBow: log and comments.
(edit) @30059   14 years vboxsync #4814: vboxnetflt qdisc: More fixes for older kernels.
(edit) @30051   14 years vboxsync #4814: vboxnetflt qdisc: Older kernel fixes.
(edit) @30029   15 years vboxsync #4814: vboxnetflt qdisc: Drop host->guest packets on linux.
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @30007   15 years vboxsync netadp/win: fix r61826 regression caused by parameter switch
(edit) @29978   15 years vboxsync SUPDrv.c: Temporarily changed VERR_NO_MEMORY in the LDR code with …
(edit) @29844   15 years vboxsync HostDrivers-OSX: removed Tiger support
(edit) @29826   15 years vboxsync Rebranding: HostDrivers on Mac OS X
(edit) @29747   15 years vboxsync VBoxNetFlt-freebsd: Build fix
(edit) @29713   15 years vboxsync FreeBSD-VBoxNetAdp/VBoxNetFlt: Fix names so vboxnetadp can load vboxnetflt
(edit) @29709   15 years vboxsync Solaris/VBoxNetFltBow: comments, added one error code.
(edit) @29708   15 years vboxsync Solaris/VBoxNetFltBow: dynamic VNIC creation and management.
(edit) @29696   15 years vboxsync IntNet: small fix for r61826
(edit) @29693   15 years vboxsync VBoxNetFlt: typo in function parameter.
(edit) @29691   15 years vboxsync Solaris/VBoxNetFltBow: Passing in a VNIC works with MAC address …
(edit) @29682   15 years vboxsync netflt/win: dbg: use ExAllocatePoolWithTag for debugging (to make …
(edit) @29681   15 years vboxsync fixed Linux module export scripts
(edit) @29667   15 years vboxsync netflt/win: fix memory leak
(edit) @29665   15 years vboxsync VBoxNetFlt-win: Build fix.
(edit) @29662   15 years vboxsync IntNet: Added Interface, Interface private data passing for …
(edit) @29643   15 years vboxsync netflt/win: always set no-loopback flag for intnet->wire packets to …
(edit) @29635   15 years vboxsync SrvIntNetR0.cpp,VBoxNetFlt.c: Adjusted r61623 so it won't crash if the …
(edit) @29616   15 years vboxsync netflt/win: fix more bug in loopback packet handling
(edit) @29592   15 years vboxsync netflt/win: fix loopback packets handling for no-packet-queue
(edit) @29525   15 years vboxsync Net[Flt|Adp]win: fix mem allocation failure handling
(edit) @29501   15 years vboxsync HostDrivers/Support: FreeBSD build fix
(edit) @29494   15 years vboxsync Build fix.
(edit) @29492   15 years vboxsync Build fix.
(edit) @29491   15 years vboxsync IntNet: added MAC address notification and connect/disconnect …
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