ofproto-dpif: Move recirc members from struct xlate_out to struct xlate_ctx
[sliver-openvswitch.git] / ofproto / ofproto-dpif-xlate.h
2014-05-01 Simon Hormanofproto-dpif: Move recirc members from struct xlate_out...
2014-04-21 Andy Zhouopenvswitch.h: rename hash action definition
2014-04-18 ejjMerge pull request #3 from joestringer/submit/xlate_cac...
2014-04-18 Joe Stringerofproto-dpif-xlate: Cache xlate_actions() effects.
2014-04-08 Andy Zhouofproto/bond: Implement bond megaflow using recirculation
2014-02-04 Ben PfaffEnhance userspace support for MPLS, for up to 3 labels.
2014-02-03 Simon Hormanofproto-dpif-xlate: Remove unused fitnessp pararameter...
2013-12-30 Ben Pfaffofproto-dpif: Enable NXAST_SAMPLE only if the datapath...
2013-12-13 Ethan Jacksonofproto-dpif-xlate: Add a mechanism to skip wildcard...
2013-12-13 Ethan Jacksonofproto: Move all statistics accounting into xlate_acti...
2013-12-13 Ethan Jacksonofproto: Retrieve ipfix, sflow and netflow in xlate_rec...
2013-12-13 Ethan Jacksonofproto: Handle netflow similarly to ipfix and sflow...
2013-11-03 Simon Hormanofproto-dpif: Translation of fast failover groups
2013-10-29 Jarno RajahalmeWiden TCP flags handling.
2013-10-09 Ethan Jacksonofproto-dpif-xlate: Do initial rule lookup for callers.
2013-10-09 Alex Wangofproto-dpif: Move send_packet() to ofproto-dpif-xlate...
2013-10-01 Ethan Jacksonofproto-dpif: Move special upcall handling into ofproto...
2013-09-04 Ethan Jacksonofproto-dpif: Hide struct rule_dpif internally.
2013-08-11 Ethan Jacksonofproto-dpif: Implement multi-threaded miss handling.
2013-08-09 Ethan Jacksonofproto-dpif-xlate: Require a lock for reconfiguration.
2013-08-08 Ethan Jacksonofproto-dpif: Hide rule_dpif_miss_rule().
2013-08-05 Ethan Jacksonofproto-dpif-xlate: Take responsibility for ofproto_rec...
2013-08-05 Ethan Jacksonofproto-dpif-xlate: Maintain a pointer to struct dpif.
2013-08-03 Ethan Jacksonofproto-dpif-xlate: Take control of the qdscp map.
2013-08-02 Ethan Jacksonofproto-dpif-xlate: Pull STP xlation into ofproto-dpif...
2013-08-02 Ethan Jacksontag: Retire the venerable tag library.
2013-07-07 Ethan Jacksonofproto-dpif: Modularize ofproto-dpif-xlate.
2013-07-07 Ethan Jacksonofproto-dpif: Modularize mirror code.
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-17 Ethan Jacksonofproto-dpif-xlate: Hide MAX_RESUBMIT_RECURSION.
2013-06-12 Ethan Jacksonofproto-dpif-xlate: Hide 'struct xlate_ctx'.
2013-06-12 Ethan Jacksonofproto-dpif: Pull xlate_actions() into its own file.