VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxNetFlt/linux

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @62490   8 years vboxsync (C) 2016
(edit) @61411   9 years vboxsync Linux hosts / guests: try to build the modules parallel
(edit) @61081   9 years vboxsync allow to compile with gcc configured with --enable-default-pie (e.g. …
(edit) @60995   9 years vboxsync HostDrivers/VBoxNetFlt/linux: EL 6.8 fix
(edit) @60590   9 years vboxsync fix for Linux 4.5 if CONFIG_NET_CLS_ACT is enabled, see ticketref:15327
(edit) @60584   9 years vboxsync Linux host/guest modules: include the revision into the Linux kernel …
(edit) @59453   9 years vboxsync ticketref:15069: Minor issue with file permissions - fail SCAP …
(edit) @58845   9 years vboxsync Linux hosts/guests: fix for EL7.2 Linux kernel
(edit) @58656   9 years vboxsync VBoxNetFlt/linux: vboxNetFltLinuxPacketHandler - there's no need to …
(edit) @58638   9 years vboxsync VBoxNetFlt/linux: vboxNetFltLinuxCanForwardAsGso - fix apparent cut …
(edit) @58340   9 years vboxsync HostDrivers: Doxygen fixes
(edit) @58254   9 years vboxsync VBoxNetAdp/linux, VBoxNetFlt/linux: treat presence of VBoxNetFlt as …
(edit) @57943   9 years vboxsync added utf16.h and latin1.h to the various files_ files
(edit) @57401   9 years vboxsync warning
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57315   9 years vboxsync SUPDrv,VBoxNetFlt: More EFLAGS preservation fixes for linux.
(edit) @57121   9 years vboxsync VBoxNetFlt/linux: #include fix
(edit) @57120   9 years vboxsync VBoxNetFlt/linux: Don't attach to an interface from a different …
(edit) @57118   9 years vboxsync VBoxNetFlt/linux: s/NETDRV/NETDEV/ typo in a log.
(edit) @56861   9 years vboxsync VBoxNetFlt/linux: register_netdevice_notifier() invokes the callback …
(edit) @56855   9 years vboxsync VBoxNetFlt/linux: Simplify check for IPv6 link-local addresses that …
(edit) @56847   9 years vboxsync VBoxNetFlt/linux: In very old kernels <net/addrconf.h> does not …
(edit) @56723   9 years vboxsync VBoxNetFlt: use RTmac instead of Rhxs format specifier when logging …
(edit) @56315   9 years vboxsync whitespace
(edit) @56293   9 years vboxsync HostDrivers: Updated (C) year.
(edit) @56280   9 years vboxsync VBoxNetFlt/linux: Ignore IPv4 (RFC3927) and IPv6 link-local addresses …
(edit) @56144   10 years vboxsync VBoxNetFlt/linux: In older kernels <net/addrconf.h> does not smuggle …
(edit) @56143   10 years vboxsync VBoxNetFlt/linux: Instead of fighting an uphill battle with ifdefs to …
(edit) @56120   10 years vboxsync IntNet/NetFlt: Fix a bug accidentally introduced in unsuspecting …
(edit) @56104   10 years vboxsync IntNet/NetFlt: dev_net() is still a problem for older kernels, so …
(edit) @56101   10 years vboxsync IntNet/NetFlt: Re-enable notifications for host address changes.
(edit) @55685   10 years vboxsync VBoxNetFlt/linux: inet6_dev::addr_list became struct list_head in 2.6.35.
(edit) @55683   10 years vboxsync VBoxNetFlt/linux: for_each_netdev_rcu() appeared in 2.6.33.
(edit) @55682   10 years vboxsync VBoxNetFlt/linux: netdev_name() officially appeared in 2.6.34.
(edit) @55681   10 years vboxsync VBoxNetFlt/linux: dev_net() appeared in 2.6.26 (redo r100072 w/out …
(edit) @55680   10 years vboxsync VBoxNetFlt/linux: *sigh*, revert previous... note to self, don't edit …
(edit) @55679   10 years vboxsync VBoxNetFlt/linux: dev_net() appeared in 2.6.26
(edit) @55653   10 years vboxsync IntNet/NetFlt: temporarily disable r100033 on linux - need to adapt to …
(edit) @55652   10 years vboxsync IntNet/NetFlt: blacklist host's L3 addresses when bridging to wifi. …
(edit) @54461   10 years vboxsync HostDrivers/VBoxNetFlt: Linux 4 compile fix
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @48901   11 years vboxsync Linux host modules: added -Wno-declaration-after-statement (introduced …
(edit) @47484   11 years vboxsync VBoxNetFlt/linux: fix for Linux 3.11
(edit) @46922   11 years vboxsync Missing break in complicated vboxNetFltLinuxFrameSize case.
(edit) @46904   11 years vboxsync IntNet, VirtioNet, NetFilter: Large frame support + drop oversized + …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44321   12 years vboxsync NetFlt/Linux: wording change for host-bound packet send suppression stats
(edit) @44292   12 years vboxsync NetFlt/Linux: Minor fix for kfree_skb usage (#6539)
(edit) @44100   12 years vboxsync VBoxNetFlt: connection leak fix (#6539)
(edit) @42905   12 years vboxsync Linux/dkms.conf: use LF eol-style and remove superfluous files
(edit) @41774   12 years vboxsync bugref..
(edit) @41548   13 years vboxsync netflt: fix dev unregistration issues on kernels 3.2.18 and newer (#6225)
(edit) @40854   13 years vboxsync VBoxNetFlt: ignore loopbacked packets (#4806)
(edit) @40806   13 years vboxsync RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
(edit) @40733   13 years vboxsync VBoxNetFlt: 3.4-rc1 support (VLAN_ETH_ALEN -> ETH_ALEN)
(edit) @39479   13 years vboxsync NetFlt: Restore VLAN tags stripped by hardware (#4806)
(edit) @39400   13 years vboxsync Linux modules: force disabling of CONFIG_MODULE_SIG when building the …
(edit) @39019   13 years vboxsync netflt: renamed host-to-wire filter conditionals, updated comments
(edit) @39018   13 years vboxsync netflt: code cleanup, removed qdisc alternative
(edit) @38549   13 years vboxsync GSO: UDP fragmentation offloading (#5846)
(edit) @38063   13 years vboxsync netflt: yet another attempt to fix regression introduced in r72926
(edit) @38062   13 years vboxsync netflt: another attempt to fix regression introduced in r72926
(edit) @38054   13 years vboxsync netflt: fix for regression introduced in r72926
(edit) @38052   13 years vboxsync backed out r72992
(edit) @38050   13 years vboxsync netflt: RHEL5 fix
(edit) @38007   13 years vboxsync netflt: fixed 'bad override' complaints (#5712)
(edit) @37993   13 years vboxsync netflt: Attempt to fix host-only networking crash for pre-2.6.29 kernels
(edit) @36950   14 years vboxsync typo
(edit) @36671   14 years vboxsync Trunk: forward ported r70873: Installer/linux: no "make kernelrelease" …
(edit) @36293   14 years vboxsync Linux additions / host drivers: fixed compilation with DKMS
(edit) @36190   14 years vboxsync IPRT,Drivers: Committed a modified version of the …
(edit) @36115   14 years vboxsync VBoxNetFlt/linux: warning
(edit) @36100   14 years vboxsync VBoxNetFlt: Linux 2.6.18...21 debug build fix
(edit) @35928   14 years vboxsync netflt: build fix
(edit) @35927   14 years vboxsync netflt: enabled hard_start_xmit override instead of qdisc (#4814)
(edit) @35554   14 years vboxsync netflt: hard_start_xmit override support for pre-2.6.29 kernels
(edit) @35382   14 years vboxsync vboxnetflt: fix for host panic when bridging to devices with no TX queue
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35066   14 years vboxsync VBoxNetFlt/linux: Linux 2.6.37rc compile fix for DEBUG builds
(edit) @33752   14 years vboxsync HostDrivers/VBoxNetFlt: Linux 2.6.37 fix
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33506   14 years vboxsync vboxnetflt: tap link state fix for linux kernels 2.6.36 and above (#5328)
(edit) @32856   14 years vboxsync vboxnetflt: qdisc compilation fix for newer kernels (#4814)
(edit) @32537   14 years vboxsync Linux host drivers: another fix for the clean rule (the kernel …
(edit) @32256   14 years vboxsync Linux host kernel modules: some minor Makefile fixes
(edit) @32183   14 years vboxsync Linux Installer/Additions: attempt to properly register the host/guest …
(edit) @31705   14 years vboxsync vboxnetflt: indentation
(edit) @31703   14 years vboxsync vboxnetflt: typo
(edit) @31702   14 years vboxsync vboxnetflt: qdisc state fix 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) @31272   14 years vboxsync RTNETCSUMTYPE -> PDMNETCSUMTYPE. Assert on invalid parameters.
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