VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @52394   10 years vboxsync intnetR0TrunkIfPortDisconnect: Must always release the busy reference …
(edit) @46904   11 years vboxsync IntNet, VirtioNet, NetFilter: Large frame support + drop oversized + …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @41548   13 years vboxsync netflt: fix dev unregistration issues on kernels 3.2.18 and newer (#6225)
(edit) @38408   13 years vboxsync vboxnetflt: partial BPF support for bridged interfaces (#5817)
(edit) @38370   13 years vboxsync vboxnetadp: BPF support for vboxnetX devices (#5817)
(edit) @38140   13 years vboxsync Solaris/VBoxNetBow: fix for using multiple host NICs, caused by using …
(edit) @36956   14 years vboxsync Solaris/VBoxNetFltBow: cleanup, link notification support (disabled).
(edit) @36730   14 years vboxsync Solaris/NetFltBow: support for VNIC templates and VLANs.
(edit) @36121   14 years vboxsync rework NetFlt/Adp
(edit) @33141   14 years vboxsync VBoxNetFlt/solaris: fix panic with using fastmutex with preemption …
(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) @30107   14 years vboxsync VBoxNetFltInternal.h: The linux pDev pointer member is supposed to be …
(edit) @29708   15 years vboxsync Solaris/VBoxNetFltBow: dynamic VNIC creation and management.
(edit) @29691   15 years vboxsync Solaris/VBoxNetFltBow: Passing in a VNIC works with MAC address …
(edit) @29662   15 years vboxsync IntNet: Added Interface, Interface private data passing for …
(edit) @29494   15 years vboxsync Build fix.
(edit) @29491   15 years vboxsync IntNet: added MAC address notification and connect/disconnect …
(edit) @29108   15 years vboxsync net[flt|adp]/win: disable delayed packet processing when intnet is on
(edit) @28868   15 years vboxsync Solaris/VBoxNetFlt: fix priority tagged VLAN packets.
(edit) @28832   15 years vboxsync build/alignment fix.
(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) @28703   15 years vboxsync VBoxNetFlt/linux: Added VBOXNETFLT_LINUX_NO_XMIT_QUEUE since we can …
(edit) @28667   15 years vboxsync build fix…
(edit) @28666   15 years vboxsync SrvIntNet,VBoxNetFlt: Changing from getting to reporting (VBoxNetFlt …
(edit) @25367   15 years vboxsync Solaris/VBoxBow: some bits before OS upgrade.
(edit) @25302   15 years vboxsync Solaris/VBoxBow: crossbow netfilter initial commit, rx works, no tx.
(edit) @24123   15 years vboxsync VBoxNetFlt/FreeBSD: Fix locking problems. Contributed by Fredrik Lindberg
(edit) @22875   15 years vboxsync FreeBSD: Add support for bridged and hostonly networking. Contributed …
(edit) @22791   15 years vboxsync Solaris/VBoxNetFlt: dynamic IPv6 attachment.
(edit) @22599   15 years vboxsync netflt-adp/win: additional bugfix
(edit) @22441   15 years vboxsync netflt/win: wait for pending ops to complete before switching netflt …
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20366   15 years vboxsync HostDrivers: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @18810   16 years vboxsync burn fix
(edit) @18807   16 years vboxsync NetFlt/win: rename Host Interface -> Bridged in notify object
(edit) @17307   16 years vboxsync VBoxNetFlt: Removed now obsolete state kVBoxNetFltInsState_Destroying.
(edit) @17306   16 years vboxsync VBoxNetFlt: Fixed missing transition to the 'destroying' state. …
(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) @16183   16 years vboxsync #3419: Added fNoPromisc parameter to pfnCreateAndConnect to prevent …
(edit) @15923   16 years vboxsync NetFlt/win: bind/unbind concurrency fix
(edit) @15917   16 years vboxsync NetFlt/win: concurency issue fix
(edit) @15893   16 years vboxsync INTNETR0IfWait fix, NetFlt/win fixes
(edit) @15527   16 years vboxsync fixed OSE headers for linux/darwin/solaris netfilter code
(edit) @14421   16 years vboxsync more room
(edit) @14417   16 years vboxsync more space
(edit) @14410   16 years vboxsync try to fix 64-bit Linux builds
(edit) @14236   16 years vboxsync Compile fix for win64.
(edit) @14226   16 years vboxsync NetFlt/win: cleaning/bugfixing for rediscovery/reconnect functionality
(edit) @14208   16 years vboxsync Linux hostif & e1000: Fixed non-existing device attachment problem
(edit) @14125   16 years vboxsync netflt: linux.amd64 build fix
(edit) @14112   16 years vboxsync Linux hostif: Fixed memory leak. Event handlers added: promiscuous …
(edit) @14097   16 years vboxsync win/NetFlt: switched to using VBOXNETFLT_STATIC_CONFIG
(edit) @13976   16 years vboxsync Linux hostif: Both send and receive are ok now
(edit) @13938   16 years vboxsync Linux hostif: Packet injection works. Mutexless filter intance lookup.
(edit) @13768   16 years vboxsync some comments.
(edit) @13758   16 years vboxsync The vboxNetFltPortOsIsPromiscuous is a bit vague, refer to the …
(edit) @13690   16 years vboxsync VBoxNetFlt: Early draft of Linux hostif, nothing is working yet
(edit) @13654   16 years vboxsync Solaris/VBoxNetFlt: Added IPv6 support (untested).
(edit) @13538   16 years vboxsync win NetFlt: memory allocation enhancements, caching host MAC
(edit) @12974   16 years vboxsync protocol-based approach fixes
(edit) @12883   16 years vboxsync driver refactored to make its bind/unbind functionality reusable for …
(edit) @12770   16 years vboxsync Solaris/vboxnetflt: Fixed loopback handling.
(edit) @12656   16 years vboxsync Solaris/vboxnetflt: More threading/race fixes. Ugh.
(edit) @12597   16 years vboxsync Solaris/vboxnetflt: Implemented a dedicated promiscuous stream.
(edit) @12008   16 years vboxsync code formating, comments added to structureas and types definitions
(edit) @11982   16 years vboxsync All: license header changes for 2.0 (OSE headers, add Sun GPL/LGPL …
(add) @11935   16 years vboxsync VBoxNetFlt for Darwin and Solaris to OSE
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