summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-xlate: Log if an OFPACT_CONJUNCTION action is executed.Ben Pfaff2015-01-131-1/+8
* pkg-config: Fix Cflags in package-config filesAmit Bose2015-01-121-1/+1
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-112-3/+95
* classifier: Make classifier_lookup() 'flow' parameter non-const.Ben Pfaff2015-01-111-3/+9
* miniflow: Use 64-bit data.Jarno Rajahalme2015-01-063-7/+7
* ofproto-dpif: Do not allow recirc_id freed by non-owning ofproto.Alex Wang2015-01-061-5/+2
* ofproto: Don't count hidden rules in table stats.Ben Pfaff2015-01-067-7/+53
* ofproto: Omit hidden tables from "next tables".Ben Pfaff2015-01-021-4/+9
* sflow: Export OVS datapath performance counters via sFlow.Neil McKee2015-01-011-1/+134
* dpif-netdev: Add per-pmd flow-table/classifier.Alex Wang2014-12-301-15/+23
* Warn the free of 'recirc_id' by wrong 'ofproto'.Alex Wang2014-12-231-0/+7
* recirculation: RCU postpone the free of dpif_backer_recirc_node.Alex Wang2014-12-231-2/+5
* recirculation: Map recirc_id to ofproto_dpif.Alex Wang2014-12-223-17/+123
* bundles: Clean up bundle commit.Jarno Rajahalme2014-12-221-5/+10
* ofproto: Reject slave controllers for bundle messages.Jarno Rajahalme2014-12-221-0/+10
* bundles: Reject bundle add with bad flags.Jarno Rajahalme2014-12-221-3/+5
* connmgr: Dealloc 'bundles' in ofconn_destroy().Jarno Rajahalme2014-12-221-0/+1
* dpif: Shift ufid support checking up to dpif_backer.Joe Stringer2014-12-193-6/+56
* 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
* revalidator: Don't delete non-existent flow.Joe Stringer2014-12-171-1/+3
* lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf2014-12-155-5/+5
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-1517-17/+17
* lib: Expose struct ovs_list definition in <openvswitch/list.h>Thomas Graf2014-12-153-4/+4
* list: Rename struct list to struct ovs_listThomas Graf2014-12-1514-89/+89
* lib: Move token-bucket.h to <openvswitch/token-bucket.h>Thomas Graf2014-12-151-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* recirculation: Do not drop packet when there is no match fromAlex Wang2014-12-123-24/+29
* ofproto: add support of OFPR_GROUP as packet-in reason for OF1.4+Shu Shen2014-12-112-9/+42
* dpif: Refactor datapath feature detection.Joe Stringer2014-12-121-40/+4
* revalidator: Fix access of uninitialized memory.Joe Stringer2014-12-081-0/+1
* tunnel: Recreate tunnel port only when the netdev status change.Alex Wang2014-12-051-3/+3
* dpif: Minimize memory copy for revalidation.Joe Stringer2014-12-022-48/+165
* dpif: Index flows using unique identifiers.Joe Stringer2014-12-022-10/+25
* dpif: Don't clear argument in dp_enumerate_types().Ben Pfaff2014-12-021-3/+4
* route-table: Remove Unregister.Pravin B Shelar2014-12-011-2/+0
* ofproto: Fix checking of packet_in_mask in async config.Shu Shen2014-11-251-1/+1
* dpif: Generate flow_hash for revalidators in dpif.Joe Stringer2014-11-251-32/+39
* upcall: Revalidate using cache of mask, actions.Joe Stringer2014-11-251-74/+81
* upcall: Create ukeys in handler threads.Joe Stringer2014-11-251-78/+263
* upcall: Rename dump_op -> ukey_op.Joe Stringer2014-11-251-48/+49
* udpif: Separate udpif_key maps from revalidators.Joe Stringer2014-11-251-69/+83
* revalidator: Protect ukeys with a mutex.Joe Stringer2014-11-251-8/+21
* revalidator: Use 'cmap' for storing ukeys.Joe Stringer2014-11-251-28/+33
* tests: Add command to purge revalidators of flows.Joe Stringer2014-11-211-0/+20
* dpctl: Fix crash.Pravin B Shelar2014-11-211-1/+0
* ofproto-dpif: fix bundle_move() call in rstp_run().Daniele Venturino2014-11-191-2/+2
* rstp: shift learned MAC addresses to new Root port.Jarno Rajahalme2014-11-191-2/+35
* classifier: Defer pvector publication.Jarno Rajahalme2014-11-141-46/+62
* classifier: Make insert and replace take a const rule, too.Jarno Rajahalme2014-11-141-2/+2