summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit2015-03-121-2/+1
* ofproto-dpif-upcall: Create ukey only for miss upcalls.Jarno Rajahalme2015-03-041-1/+6
* 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-038-40/+331
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-038-64/+59
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-0319-200/+202
* dpif_packet: Rename to dp_packetPravin B Shelar2015-03-031-4/+4
* ofproto-dpif: Fix UFID typo.Joe Stringer2015-02-271-3/+3
* userspace: Replace all uses of strncpy() by ovs_strlcpy().Ben Pfaff2015-02-201-1/+2
* ofproto/bond: Fix a race condition in updating post recirculation rulesAndy Zhou2015-02-171-3/+13
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-1/+1
* ofproto-dpif: Fix whitespace and typoMark D. Gray2015-02-131-4/+4
* mac-learning: Implement per-port MAC learning fairness.Ben Pfaff2015-02-132-14/+14
* ofproto: add support of OFPR_ACTION_SET as packet-in reason for OF1.4+Shu Shen2015-02-062-1/+13
* ofproto: Initialize tunnel module earlier.Jarno Rajahalme2015-02-041-1/+3
* mcast-snoop: Add support to control Reports forwardingFlavio Leitner2015-02-045-13/+56
* mcast_snoop: make mcast_fport_bundle genericFlavio Leitner2015-02-042-6/+5
* ofproto-dpif: Revalidate when sFlow probability changes.Ben Pfaff2015-02-031-1/+4
* ofp-errors: Use OFPERR_OFPBRC_IS_SLAVE to reject slave controllers.Ben Pfaff2015-01-221-1/+1
* ofproto-dpif: Fix memory leak of mirrors in bundle_destroy().Ben Pfaff2015-01-211-1/+1
* upcall: Simplify enable_ufid debug option.Joe Stringer2015-01-201-15/+18
* pktbuf: Always initialize '*bufferp' even when 'pb == NULL'.Ben Pfaff2015-01-191-1/+2
* 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