VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @77722   6 years vboxsync Drivers/Linux: add missing init and exit markers. bugref:4567: …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75599   6 years vboxsync HostDrivers: fix some warnings on old Linux kernels and add missing …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @70708   7 years vboxsync NetFlt/Linux: vboxNetFltLinuxAttachToInterface - g/c error handling …
(edit) @69797   7 years vboxsync Linux/NetFlt: (bugref:8599) Fixed duplicate EtherType when …
(edit) @69539   7 years vboxsync Linux/NetFlt: (bugref:9036) Drop UFO support to prevent compilation …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69250   7 years vboxsync HostDrivers: scm updates
(edit) @64206   8 years vboxsync NetFlt/Linux (bugref:8599) RHEL build fix for r111185
(edit) @64205   8 years vboxsync NetFlt/Linux (bugref:8599) Debug build fix for r111185
(edit) @64202   8 years vboxsync NetFlt/Linux (bugref:8599) One more build fix for r111185
(edit) @64201   8 years vboxsync NetFlt/Linux (bugref:8599) Doc build fix for r111185
(edit) @64198   8 years vboxsync NetFlt/Linux (bugref:8599) Yet even more build fixes for r111185
(edit) @64197   8 years vboxsync NetFlt/Linux (bugref:8599) Even more build fixes for r111185
(edit) @64196   8 years vboxsync NetFlt/Linux (bugref:8599) More build fixes for r111185
(edit) @64195   8 years vboxsync NetFlt/Linux (bugref:8599) Build fixes for r111185
(edit) @64194   8 years vboxsync NetFlt/Linux (bugref:8599) Scatter/gather support enabled
(edit) @62490   8 years vboxsync (C) 2016
(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) @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) @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   10 years vboxsync whitespace
(edit) @56293   10 years vboxsync HostDrivers: Updated (C) year.
(edit) @56280   10 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) @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) @41774   13 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) @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) @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) @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
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