Fix problem with identifying SNAP frames when extracting flows.
[sliver-openvswitch.git] / datapath / table-linear.c
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