summaryrefslogtreecommitdiff
path: root/ovn/controller/ofctrl.c
Commit message (Expand)AuthorAgeFilesLines
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-261-3/+2
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-2/+2
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-141-4/+4
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+4
* Move lib/match.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-2/+2
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* geneve-map-rename: rename geneve-map to tlv-map.Mengke Liu2015-12-151-38/+38
* ofctrl: Negotiate OVN Geneve option.Ben Pfaff2015-08-031-136/+347
* ovn-controller: Tolerate missing integration bridge.Ben Pfaff2015-07-301-6/+10
* ofctrl: Fix use of uninitialized hash value in ofctrl_add_flow().Ben Pfaff2015-07-281-1/+2
* ovn-controller: Pass 'br_int' explicitly to functions that need it.Ben Pfaff2015-07-281-5/+6
* ovn-controller: Explicitly pass the flow table from function to function.Ben Pfaff2015-07-281-38/+35
* Revert "ofctrl: Don't use designated initializers."Ben Pfaff2015-07-141-22/+22
* Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.Ben Pfaff2015-07-031-0/+2
* openflow: Table maintenance commands for Geneve options.Jesse Gross2015-06-251-0/+3
* ofctrl: Don't use designated initializers.Gurucharan Shetty2015-06-161-22/+22
* ovn-controller: Update actions correctly.Gurucharan Shetty2015-05-151-2/+2
* ofctrl: Correctly remove flows that are no longer needed.Ben Pfaff2015-05-151-1/+1
* ovn-controller: Install generated pipeline flows into OVS via OpenFlow.Ben Pfaff2015-05-051-0/+464