aboutsummaryrefslogtreecommitdiffstats
path: root/tools/remus/kmod/ebt_imq.c
Commit message (Collapse)AuthorAgeFilesLines
* remus: remove remus kernel extensions (now distributed with pvops kernel)Brendan Cully2010-09-071-96/+0
| | | | | | | | | Note that 2.6.18 doesn't have these extensions, so as of this patch Remus no longer supports 2.6.18 dom0 (2.6.18 is still the preferred kernel for domU, since it contains the suspend event channel). Signed-off-by: Brendan Cully <brendan@cs.ubc.ca> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* Remus: make ebt_imq and sch_queue compatible with pvopsKeir Fraser2010-04-151-9/+60
| | | | Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>
* Remus: support for network bufferingKeir Fraser2009-11-131-0/+45
This currently relies on the third-party IMQ patch (linuximq.net) being present in dom0. The plan is to replace this with a direct hook into netback eventually. This patch includes a pared-down and patched copy of ebtables to install IMQ on a VIF. Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>