Add support for listing and deleting entries based on an output port.
[sliver-openvswitch.git] / datapath / table-linear.c
2008-12-01 Justin PettitAdd support for listing and deleting entries based...
2008-10-03 Justin PettitAdd support for vendor-defined and variable-length...
2008-09-19 Justin PettitAdded lookup count to ofp_table_stats.
2008-09-16 Justin PettitAdded OFPFC_MODIFY_STRICT flow mod command.
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-15 Justin PettitAdd support for OFPFC_MODIFY Flow Mod command.
2008-09-13 Justin PettitKeep old stats when a Flow Add replaces an existing...
2008-09-10 Justin PettitUse new method to describe table entries in OpenFlow...
2008-08-18 Ben PfaffImplement subnet mask matching in OpenFlow.
2008-08-07 Ben PfaffImplement OpenFlow hard timeouts.
2008-08-06 Justin PettitProperly track table match counts.
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-21 Ben PfaffDon't need 'deleted' member of struct flow.
2008-07-21 Ben PfaffDon't use atomic_t for tracking table flow counts.
2008-07-21 Ben PfaffGet rid of unnecessary synchronization in tables.
2008-07-21 Ben PfaffSimplify use of dp_mutex.
2008-07-19 Ben PfaffFix build on Linux 2.6.26.
2008-05-28 Ben PfaffFix buggy table-linear iterator function.
2008-05-07 Ben PfaffWhen deleting flows, only insist on matching priority...
2008-05-05 Ben PfaffCompile fix for Linux 2.6.26-rc1: don't use the removed...
2008-05-02 Ben PfaffRemove MAX_ACTIONS (which was 16) as a limit on the...
2008-04-29 Justin Pettit- On flow entries with wildcards, match priority field...
2008-04-29 Ben PfaffGet rid of union in struct sw_flow, because only one...
2008-04-29 Ben PfaffMake dumping large numbers of flows possible.
2008-04-26 Justin Pettit- Add support for flow entry priorities.
2008-04-16 Justin Pettit- Keep datapath config in host-byte order (and fix...
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-04 Ben PfaffBreak data_hello and control_hello messages into multip...
2008-03-28 Justin PettitUpdate 2007 copyrights to include 2008.
2008-03-04 Martin CasadoInitial import