summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate.c
Commit message (Expand)AuthorAgeFilesLines
* lib/list: Add LIST_FOR_EACH_POP.Jarno Rajahalme2015-04-061-3/+2
* ofproto-dpif-xlate: Fix MPLS recirculation.Jarno Rajahalme2015-03-261-89/+76
* ofproto-dpif: Restore metadata and registers on recirculation.Jarno Rajahalme2015-03-261-155/+441
* ofproto-dpif-xlate: More robust wildcarding for select group.Jarno Rajahalme2015-03-241-10/+1
* ofproto-dpif-xlate: Roll back group bucket actions after every bucket.Jarno Rajahalme2015-03-241-8/+29
* ofproto-dpif-xlate: Remove bond recirculation parameters from context.Jarno Rajahalme2015-03-241-27/+34
* ofproto-dpif-xlate: Restore was_mpls after a patch port.Jarno Rajahalme2015-03-241-0/+5
* Implement hash fields select groupSimon Horman2015-03-241-0/+67
* Support translation of NTR selection methodSimon Horman2015-03-241-1/+14
* ofproto-dpif-xlate: Do not exit if peer bridge exits.Jarno Rajahalme2015-03-171-0/+8
* ofproto-dpif-xlate: Preserve and execute action_set on a patch port.Jarno Rajahalme2015-03-171-1/+14
* ofproto-dpif-xlate: Preserve stack across patch port.Jarno Rajahalme2015-03-161-0/+5
* ofproto-dpif-xlate: Honor skip_wildcards in translation.Jarno Rajahalme2015-03-131-29/+37
* ofproto-dpif-xlate: Add rule cookie to the tranlation context.Jarno Rajahalme2015-03-131-4/+9
* ofproto-dpif-xlate: Fix indentation.Jarno Rajahalme2015-03-041-24/+24
* ofproto-dpif-xlate: Free recirculation ID in an error case.Jarno Rajahalme2015-03-041-0/+3
* ofproto-dpif-xlate: Don't translate action set when dropping.Jarno Rajahalme2015-03-041-4/+4
* auto-attach: Add auto-attach support to ofproto layerDennis Flynn2015-03-031-10/+24
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-19/+17
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-27/+27
* dpif_packet: Rename to dp_packetPravin B Shelar2015-03-031-4/+4
* userspace: Replace all uses of strncpy() by ovs_strlcpy().Ben Pfaff2015-02-201-1/+2
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-1/+1
* mac-learning: Implement per-port MAC learning fairness.Ben Pfaff2015-02-131-8/+8
* ofproto: add support of OFPR_ACTION_SET as packet-in reason for OF1.4+Shu Shen2015-02-061-1/+8
* mcast-snoop: Add support to control Reports forwardingFlavio Leitner2015-02-041-0/+34
* mcast_snoop: make mcast_fport_bundle genericFlavio Leitner2015-02-041-4/+4
* ofproto-dpif-xlate: Log if an OFPACT_CONJUNCTION action is executed.Ben Pfaff2015-01-131-1/+8
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-2/+6
* miniflow: Use 64-bit data.Jarno Rajahalme2015-01-061-1/+1
* recirculation: Map recirc_id to ofproto_dpif.Alex Wang2014-12-221-15/+40
* ofproto-dpif: Fix build failure.Pravin B Shelar2014-12-191-1/+0
* ofproto-dpif: Fix MPLS multiple Push pop action.Pravin B Shelar2014-12-181-12/+12
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-7/+7
* recirculation: Do not drop packet when there is no match fromAlex Wang2014-12-121-2/+5
* ofproto: add support of OFPR_GROUP as packet-in reason for OF1.4+Shu Shen2014-12-111-1/+2
* stp,rstp: disable learning and forwarding in STP/RSTP disabled state.Daniele Venturino2014-11-141-4/+12
* ofproto-dpif-xlate: Allow direct destroy of previous config.Alex Wang2014-11-121-2/+2
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-8/+181
* Fix setting transport ports with frags.Jarno Rajahalme2014-11-101-5/+8
* ofproto-dpif: Clean up table lookup code.Jarno Rajahalme2014-11-101-96/+24
* ofproto-dpif-xlate: Remove xbridge->frag.Jarno Rajahalme2014-11-101-7/+5
* rule_dpif_lookup_from_table: Check frags only once.Jarno Rajahalme2014-11-101-2/+2
* ofproto-dpif: Make ofproto/trace a bit more like real packet translation.Ben Pfaff2014-11-041-2/+18
* ofproto-dpif-xlate: Add drop_frags_rule to struct xbridge.Ben Pfaff2014-11-041-2/+9
* flow: Support OF1.5+ (draft) actset_output field.Ben Pfaff2014-11-031-3/+33
* ofproto-dpif-xlate: Do not clear ports with frags in xlate_actions().Jarno Rajahalme2014-11-031-23/+0
* lib/ovs-rcu: Support static initialization.Jarno Rajahalme2014-10-271-1/+1
* ofproto-dpif-xlate: Support BFD, CFM, carrier, and LACP for port liveness.Ben Pfaff2014-10-161-15/+2