For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / datapath / datapath.h
2008-12-17 Justin PettitAdd support for exporting flow information in NetFlow...
2008-11-27 Ben PfaffAllow the datapath ID to be configured by changing...
2008-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-10-14 Ben PfaffSupport up to 0xff00 ports in OpenFlow, without changin...
2008-10-11 Justin PettitAdd support for Source-NAT to Linux 2.6 datapaths.
2008-10-06 Justin PettitUnconditionally set skb->dev in dp_set_origin.
2008-09-25 Justin PettitModify VLAN actions to support setting both VID and...
2008-09-22 Justin PettitModify OpenFlow commands related to ports to be more...
2008-09-19 Justin PettitUse device notifier in Linux kernel switch for detectin...
2008-09-16 Ben PfaffMake "controller nl:0" work again, by fixing a layering...
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-15 Ben PfaffImplement OFPT_HELLO simple version negotiation.
2008-09-10 Ben PfaffMake switches send error messages when they receive...
2008-09-09 Ben PfaffImplement 802.1D Spanning Tree Protocol.
2008-08-22 Justin PettitSend PORT_STATUS messages on port and link changes...
2008-08-07 Ben PfaffImplement OpenFlow hard timeouts.
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-21 Ben PfaffSimplify use of dp_mutex.
2008-07-01 Ben PfaffRespond to echo requests in OpenFlow implementations.
2008-06-13 Justin PettitHave the switch list all the stats types it support...
2008-05-28 Ben PfaffMake the OFPP_LOCAL port work in the kernel OpenFlow...
2008-05-02 Ben PfaffImplement new statistics format in kernel and userspace...
2008-05-01 Justin Pettit- Add support for OpenFlow error message type.
2008-04-22 Justin PettitFix tab/space issue.
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 PfaffImplement OpenFlow statistics in switches and in dpctl.
2008-04-04 Ben PfaffSend replies to OpenFlow requests only to the sender.
2008-04-04 Ben PfaffBreak data_hello and control_hello messages into multip...
2008-04-01 Ben PfaffAllow timeout implementations to block, by using a...
2008-03-04 Martin CasadoInitial import