summaryrefslogtreecommitdiff
path: root/ovn/controller/ofctrl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove OVN.Mark Michelson2019-09-061-1393/+0
* ovn-controller: Provide the option to configure inactivity probe interval for...Numan Siddique2019-07-051-2/+12
* ovn-controller: Initial use of incremental engine - quiet mode.Han Zhou2019-05-241-80/+190
* ovn-controller: Fix chassisredirect port flapping when ovs-vswitchd crashesNuman Siddique2019-02-041-0/+6
* ovn: Fix IPv6 DAD failure for container portsNuman Siddique2018-10-101-9/+20
* ofproto: Handle OpenFlow version mismatch for requestforward with groups.Ben Pfaff2018-09-261-1/+1
* ofctrl: Placate GCC.Ben Pfaff2018-07-311-1/+1
* ovn: Support configuring meters through SB Meter table.Justin Pettit2018-07-301-35/+91
* ovn: Use C strings instead of ds for extended tables.Justin Pettit2018-07-301-2/+2
* ovn: Support port groups in ACLsHan Zhou2018-04-131-2/+4
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-311-10/+12
* ofp-util: Use consistent naming convention.Ben Pfaff2018-02-281-1/+1
* Don't shadow variables.Justin Pettit2018-02-281-6/+6
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+5
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-011-6/+6
* ofp-actions: Make formatting and parsing functions take a struct argument.Ben Pfaff2018-01-311-1/+2
* flow: Add some L7 payload data to most L4 protocols that accept it.Ben Pfaff2018-01-271-1/+1
* ovn: OVN Support QoS meterGuoshuai Li2018-01-241-7/+89
* ovn-controller: Add extend_table instead of group_table to expand meter.Guoshuai Li2018-01-241-110/+45
* ovn-controller: Change duplicate flows trace from INFO to DBGDaniel Alvarez2018-01-091-2/+2
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* lib: Move lib/rconn.h to include/openvswitchXiao Liang2017-10-311-1/+1
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-1/+0
* flow: Refactor flow_compose() API.Andy Zhou2017-07-271-1/+1
* ovn-controller: avoid crash when vswitchd connection is lostLance Richardson2017-07-111-1/+2
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-8/+8
* ovn-controller: Fix log conditions for unexpected openflow messages.Han Zhou2017-05-311-5/+1
* ovn-controller: Fix a wrong comment.Han Zhou2017-05-311-1/+1
* ofp-util: Add flow metadata to ofputil_packet_outYi-Hung Wei2017-05-311-1/+1
* ovn-controller: Avoid recomputing when there are in-flight msgs.Han Zhou2017-05-011-6/+15
* ofctrl: Free contents of symbol table in ofctrl_destroy().Ben Pfaff2017-02-081-0/+1
* ofctrl: Fix warning from sparse.Ben Pfaff2017-01-051-1/+1
* ofctrl: Fix version check in ofctrl_inject_packet().Ben Pfaff2017-01-051-2/+2
* ovn-controller: Introduce "inject-pkt" ovs-appctl command.Justin Pettit2017-01-051-0/+99
* ovn-controller: Tie OpenFlow and logical flows using OpenFlow cookie.Ben Pfaff2016-12-281-4/+8
* ovn-controller: Flush conntrack entries for newly allocated zones.Justin Pettit2016-09-231-8/+68
* ofctrl: Fix logic for mff_ovn_geneve.Gurucharan Shetty2016-09-101-1/+1
* ovn-controller: Fix group_id allocation.Gurucharan Shetty2016-09-091-1/+5
* ovn-controller: Fix memory leak in recv_S_TLV_TABLE_REQUESTED().Ben Pfaff2016-09-011-58/+66
* ovn-controller: Back out incremental processingRyan Moats2016-08-311-255/+98
* ovn-controller: Reset flow processing after (re)connection to switchNuman Siddique2016-08-141-0/+7
* ovn-controller: Simplify ofctrl_run(), pinctrl_run().nickcooper-zhangtonghao2016-08-131-10/+5
* ovn-controller: Persist desired conntrack groups.Ryan Moats2016-08-101-31/+42
* ofproto: Use ofputil_uninit_group_mod().Jarno Rajahalme2016-07-291-3/+3
* move ovn/lib/<lex|actions|expr>.h to include/ovnAaron Rosen2016-07-271-1/+1
* ovn: Make it possible for CMS to detect when the OVN system is up-to-date.Ben Pfaff2016-07-261-19/+144
* ovn-controller: eliminate stall in ofctrl state machineLance Richardson2016-07-231-24/+32
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* ofctrl: Refine treatment of duplicate flows in ofctrl_add_flow().Ben Pfaff2016-07-191-5/+43
* ovn-controller: Persist ovn flow tablesRyan Moats2016-07-181-85/+198