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) @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
(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.
(edit) @31271   14 years vboxsync vboxnetflt: host-only checksum fix (xtracker 5020)
(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) @30262   15 years vboxsync VBoxNetFlt-linux.c: nits
(edit) @30143   15 years vboxsync #5020: Prevent flooding host's kernel log with warnings.
(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) @30059   15 years vboxsync #4814: vboxnetflt qdisc: More fixes for older kernels.
(edit) @30051   15 years vboxsync #4814: vboxnetflt qdisc: Older kernel fixes.
(edit) @30029   15 years vboxsync #4814: vboxnetflt qdisc: Drop host->guest packets on linux.
(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) @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) @28703   15 years vboxsync VBoxNetFlt/linux: Added VBOXNETFLT_LINUX_NO_XMIT_QUEUE since we can …
(edit) @28666   15 years vboxsync SrvIntNet,VBoxNetFlt: Changing from getting to reporting (VBoxNetFlt …
(edit) @28283   15 years vboxsync Linux HostDrivers/Additions: fixed missing symbol …
(edit) @28281   15 years vboxsync VBoxNetFlt/linux: 2.6.22 that is
(edit) @28278   15 years vboxsync Rebranding: Linux modules
(edit) @28238   15 years vboxsync VBoxNetFlt-linux.c: 2.6.18 build fix
(edit) @28221   15 years vboxsync VBoxNetFlt-linux.c: grumble
(edit) @28219   15 years vboxsync VBoxNetFlt-linux.c: Another try…
(edit) @28208   15 years vboxsync intnet,VBoxNetFlt-linux: Added INTNETTRUNKSWPORT::pfnPreRecv for doing …
(edit) @28202   15 years vboxsync VBoxNetFlt-linux.c: skb_partial_csum_set is 2.6.26+ :-/
(edit) @28161   15 years vboxsync 2.6.29 that is
(edit) @28160   15 years vboxsync VBoxNetFlt-linux.c: Made the receive GSO stuff configurable as well.
(edit) @28159   15 years vboxsync VBoxNetFlt-linux.c: Experimenting with filtering out traffic from the …
(edit) @28157   15 years vboxsync cleanup
(edit) @28156   15 years vboxsync VBoxNetFlt-linux: GSO to host and wire experiment, the former is a …
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