History log of /barrelfish-master/include/bfdmuxvm/vm.h
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 6b70fc6a 20-Dec-2013 pravin@inf.ethz.ch <pravin@inf.ethz.ch>

reverted the code to support software filtering for chained incoming packets,
as that code was not working.


# 4f37ef9e 24-Jun-2013 Antoine Kaufmann <antoinek@student.ethz.ch>

Software filtering now supports chained packets
This does not yet work together with IP fragmentation
---
include/bfdmuxvm/vm.h | 3 +-
include/net_queue_manager/net_queue_manager.h | 4 +-
lib/bfdmuxvm/vm.c | 138 ++++++++++++++++-----
lib/lwip/src/barrelfish/idc_barrelfish.c | 19 ++-
lib/lwip/src/netif/bfeth.c | 21 +---
lib/net_queue_manager/frag.c | 8 +-
lib/net_queue_manager/net_soft_filters_srv_impl.c | 113 +++++++++++------
lib/net_queue_manager/queue_manager.c | 6 +-
8 files changed, 210 insertions(+), 102 deletions(-)


# 19d33f6f 02-Oct-2011 pravin@inf.ethz.ch <pravin@inf.ethz.ch>

indented remaining code associated with lwip


# 9299dcef 08-Jul-2011 Stefan Kästle <stefan.kaestle@inf.ethz.ch>

Initial version of public stable barrelfish repository.