VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @50664   11 years vboxsync Support,VBoxNet[Flt|Adp]/solaris: Fix S10 regression with trunk, …
(edit) @50630   11 years vboxsync solaris/VBoxUSBMon, solaris/VBoxNetFlt-solaris: No quiesce needed.
(edit) @48952   11 years vboxsync HostDrivers: Whitespace and svn:keywords cleanups by scm.
(edit) @47971   11 years vboxsync Solaris/VBoxNetFlt: warning.
(edit) @44204   12 years vboxsync HostDrivers/solaris: wrap to 130 columns.
(edit) @41774   12 years vboxsync bugref..
(edit) @41700   13 years vboxsync Solaris: license header update for kernel bits.
(edit) @40806   13 years vboxsync RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
(edit) @40231   13 years vboxsync Runtime/r0drv/solaris, HostDrivers/VBoxNetFlt/Solaris: Hold mod_lock …
(edit) @39208   13 years vboxsync Solaris/vbi Solaris/NetFlt: close ctf file opens.
(edit) @38895   13 years vboxsync HostDrivers/solaris: LogFlow->Log for debug purposes.
(edit) @38736   13 years vboxsync *: Please don NOT redefine logger macros.
(edit) @37983   13 years vboxsync Spaces.
(edit) @37982   13 years vboxsync VBoxNetFlt/Solaris: Use CTF probing for f_vnode member.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33141   14 years vboxsync VBoxNetFlt/solaris: fix panic with using fastmutex with preemption …
(edit) @32773   14 years vboxsync Solaris/VBoxNetFlt: removed NETINFO deadcode.
(edit) @32716   14 years vboxsync Solaris/VBoxNetFlt: fix deadlock with PromiscReq and ModWritePut (#5262)
(edit) @32710   14 years vboxsync Solaris/VBoxNetFlt: fix deadlock with PromiscReq and ModWritePut (#5262)
(edit) @31847   14 years vboxsync iprt: removed crc32.h and crc64.h, use crc.h instead.
(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) @30121   15 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30117   15 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30115   15 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30112   15 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30111   15 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @29662   15 years vboxsync IntNet: Added Interface, Interface private data passing for …
(edit) @29491   15 years vboxsync IntNet: added MAC address notification and connect/disconnect …
(edit) @28961   15 years vboxsync Solaris/VBoxNetFlt: fixed memory leak in VLAN priority tag stripping.
(edit) @28925   15 years vboxsync Solaris/VBoxNetFlt: VLAN fix awful typo.
(edit) @28869   15 years vboxsync Solaris/VBoxNetFlt: build fix.
(edit) @28868   15 years vboxsync Solaris/VBoxNetFlt: fix priority tagged VLAN packets.
(edit) @28830   15 years vboxsync IntNet,VBoxNetFlt: Cleaned up the locking protocol between IntNet and …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28723   15 years vboxsync IntNet/NetFlt: Added INTNETTRUNKSWPORT::pfnReportGsoCapabilities and …
(edit) @28714   15 years vboxsync intnetinline.h: Changed the prefix to IntNet.
(edit) @28681   15 years vboxsync SrvIntNet-Solaris: fix burn
(edit) @28666   15 years vboxsync SrvIntNet,VBoxNetFlt: Changing from getting to reporting (VBoxNetFlt …
(edit) @28025   15 years vboxsync intnet, VBoxNet*, network device & drivers: GSO preps.
(edit) @27696   15 years vboxsync Solaris/VBoxNetFlt: fix panic in failure exit path. (public #6412)
(edit) @26710   15 years vboxsync HostDrivers/solaris: LogFlowFunc.
(edit) @25181   15 years vboxsync Fix warnings.
(edit) @23361   15 years vboxsync Solaris/VBoxNetFlt: fixed crash with kcred deallocation behind our back.
(edit) @23325   15 years vboxsync Solaris/VBoxNetFlt: compile time scope fix.
(edit) @23301   15 years vboxsync VBoxNetFlt-solaris.c: be bolder in the claims wrt …
(edit) @23293   15 years vboxsync Solaris/VBoxNetFlt: moved global lock to bracket insert/remove ioctls …
(edit) @23281   15 years vboxsync Solaris/VBoxNetFlt: fixed host panic due to wrong reference counting …
(edit) @23062   15 years vboxsync Solaris/VBoxNetFlt: paranoia.
(edit) @22989   15 years vboxsync Solaris/VBoxNetFlt: minor.
(edit) @22918   15 years vboxsync Solaris/VBoxNetFlt: debug statement fix.
(edit) @22799   15 years vboxsync Solaris/VBoxNetFlt: IPv6 poll fixes.
(edit) @22790   15 years vboxsync Solaris/VBoxNetFlt: fixes to dynamic IPv6 attachment.
(edit) @22769   15 years vboxsync Solaris/VBoxNetFlt: backed out r51933.
(edit) @22768   15 years vboxsync Solaris/VBoxNetFlt: fixed the deadlock in #4259
(edit) @22409   15 years vboxsync Solaris/VBoxNetFlt: enabled ipv6 dynamic polling and attachment.
(edit) @22393   15 years vboxsync Solaris/VBoxNetFlt: Timed polling for dynamic Ipv6 stream attachment …
(edit) @22009   15 years vboxsync Solaris/VBoxNetFlt: debugging change
(edit) @22008   15 years vboxsync Solaris/VBoxNetFlt: disabled some unused code and minor failure case …
(edit) @21530   15 years vboxsync Solaris/VBoxNetFlt: minor change.
(edit) @21096   15 years vboxsync Solaris/Drivers: Use RT_XSTR and spaces
(edit) @21078   15 years vboxsync Solaris/VBoxNetFlt: Paranoia part 2.
(edit) @21076   15 years vboxsync Solaris/VBoxNetFlt: some paranoia on message sizes.
(edit) @19884   16 years vboxsync Solaris/USB: bits.
(edit) @19640   16 years vboxsync Solaris/VBoxNetFlt: dl_primstr.
(edit) @19604   16 years vboxsync Solaris/VBoxNetFlt: do the attach work ourselves rather than dl_attach.
(edit) @19571   16 years vboxsync Solaris/VBoxNetFlt: enable style 2 opens on trunk.
(edit) @19483   16 years vboxsync Solaris/VBoxNetFlt: redundant prototypes.
(edit) @19388   16 years vboxsync vboxdrv, Solaris/VBoxNetFlt: RTStrDup and some fixes. (flt part …
(edit) @19380   16 years vboxsync Solaris/VBoxNetFlt: strdup fix.
(edit) @19339   16 years vboxsync Solaris/VBoxNetFlt: Use RT_C_IS_DIGIT.
(edit) @19323   16 years vboxsync Solaris/VBoxNetFlt: #3183 DLPI style 2 support (disabled, untested).
(edit) @18878   16 years vboxsync Solaris/VBoxNetFlt: fixed error printing.
(edit) @17188   16 years vboxsync grumble.
(edit) @17186   16 years vboxsync VBoxNetFlt: Fixed vboxNetFltOsInitInstance which had gotten out of sync.
(edit) @17184   16 years vboxsync VBoxNetFlt: review of core changes, several review comments needing …
(edit) @16928   16 years vboxsync Solaris/VBoxNetFlt: fixed panic on debug kernels.
(edit) @16888   16 years vboxsync Solaris/vboxdrv,VBoxNetFlt,VBoxNetAdp: Drop gxx_personality hack for …
(edit) @16546   16 years vboxsync Solaris/vboxdrv/vboxflt: Fixed incorrect return value on failure on _init.
(edit) @16082   16 years vboxsync Solaris/VBoxNetFlt: vlan logging.
(edit) @16060   16 years vboxsync comment.
(edit) @15779   16 years vboxsync Comment.
(edit) @15629   16 years vboxsync Solaris/VBoxNetFlt: minor.
(edit) @15527   16 years vboxsync fixed OSE headers for linux/darwin/solaris netfilter code
(edit) @15260   16 years vboxsync Solaris/VBoxNetFlt: log raw mode failure.
(edit) @15101   16 years vboxsync Solaris/VBoxNetFlt: Thread protection while closing.
(edit) @14280   16 years vboxsync Solaris/VBoxNetFlt: minor bits.
(edit) @14211   16 years vboxsync Solaris/VBoxNetFlt: Fixed ipsec 1 byte keep_alive causing panic.
(edit) @14127   16 years vboxsync Solaris/VBoxNetFlt: comments and log.
(edit) @13983   16 years vboxsync Solaris/vboxnetflt: don't push up messages on promisc stream even when …
(edit) @13910   16 years vboxsync Solaris/VBoxNetFlt: failure case fixes.
(edit) @13906   16 years vboxsync Solaris/VBoxNetFlt: unused.
(edit) @13875   16 years vboxsync Solaris/VBoxNetFlt: attempt to fix recursive mutex enters on other …
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13787   16 years vboxsync Solaris/VBoxNetFlt: cleanup.
(edit) @13769   16 years vboxsync Solaris/VBoxNetFlt: Teardown time race fixes.
(edit) @13746   16 years vboxsync Solaris/VBoxNetFlt: netinfo.
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