summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif.c
Commit message (Expand)AuthorAgeFilesLines
* lacp: Don't send or receive PDUs when carrier state of slave is downNitin Katiyar2019-06-101-7/+7
* ofproto-dpif-xlate: Change priority tags from boolean to enumEli Britstein2019-05-241-1/+2
* ofproto: Return error codes for rule insertions.Aravind Prasad S2019-04-231-1/+3
* Add a new OVS action check_pkt_largerNuman Siddique2019-04-221-0/+43
* bridge: Propagate patch port pairing errors to db.Ilya Maximets2019-03-261-0/+21
* odp-util: Improve log messages and error reporting for Netlink parsing.Ben Pfaff2019-02-251-2/+4
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-051-3/+3
* Revert "ofproto-dpif: Let the dpif report when a port is a duplicate."Flavio Leitner2019-01-251-3/+4
* Revert "ofproto-dpif: Check for EBUSY as well"Flavio Leitner2019-01-251-1/+1
* ovs-vswitchd: Implement OFPT_TABLE_FEATURES table modification request.Ben Pfaff2019-01-151-0/+1
* ofproto: Return correct error codes from meter_set.Tony van der Peet2018-12-121-2/+2
* ofproto: Consistently force off OFPPS_LIVE if port or link is down.Ben Pfaff2018-10-181-24/+2
* ofproto-dpif: Refactor port_run().Ben Pfaff2018-10-181-30/+32
* ofproto: Move may_enable from ofport_dpif to ofport.Ben Pfaff2018-10-181-8/+6
* ofproto-dpif: Fix NXT_RESUME flow statsYi-Hung Wei2018-09-211-1/+12
* ofproto-dpif: Check for EBUSY as wellGreg Rose2018-08-271-1/+1
* dpif: Don't pass in '*meter_id' to meter_set commands.Justin Pettit2018-08-161-1/+1
* ofproto-dpif: Fix typo in registered commandAlin Gabriel Serdean2018-08-011-1/+2
* ofproto: Add support for specifying a meter in controller actions.Justin Pettit2018-07-301-0/+1
* ofproto: Add CLI commands to show and clear mac_learning statisticsEelco Chaudron2018-07-061-0/+67
* ofproto-dpif: Let the dpif report when a port is a duplicate.Ben Pfaff2018-07-051-4/+3
* ofproto-dpif: Remove tabs from output.Ben Pfaff2018-06-111-2/+2
* ofproto-dpif: Use dp_hash as default selection methodJan Scheurich2018-05-251-8/+22
* ofproto-dpif: Improve dp_hash selection method for select groupsJan Scheurich2018-05-251-0/+150
* userspace datapath: Add OVS_HASH_L4_SYMMETRIC dp_hash algorithmJan Scheurich2018-05-251-0/+45
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-311-7/+10
* Don't shadow variables.Justin Pettit2018-02-281-2/+0
* Don't shadow global VLOG "rl" definition.Justin Pettit2018-02-281-6/+6
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-2/+0
* ofproto-dpif: Delete system tunnel interface when remove ovs bridgejuyan@redhat.com2018-02-011-0/+5
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-011-3/+1
* flow: Add some L7 payload data to most L4 protocols that accept it.Ben Pfaff2018-01-271-1/+1
* dpif: Add support for OVS_ACTION_ATTR_CT_CLEAREric Garver2018-01-201-0/+34
* ofproto-dpif: Don't slow-path controller actions with pause.Justin Pettit2018-01-101-1/+0
* ofproto-dpif: Add ability to look up an ofproto by UUID.Justin Pettit2018-01-101-26/+66
* ofproto-dpif-ipfix: add interface Information Elements to flow keyMichal Weglicki2018-01-101-11/+8
* ofproto-dpif: Issue clear error messages for unsupported CT features.Ben Pfaff2018-01-101-12/+15
* ofproto-dpif: Remove variable length userdata probe.Justin Pettit2018-01-091-85/+0
* ct-dpif,dpif-netlink: Support conntrack flush by ct 5-tupleYi-Hung Wei2017-12-071-1/+1
* tunnel: Fix deletion of datapath tunnel ports in case of reconfigurationBalazs Nemeth2017-11-281-3/+5
* netdev, dpif: fix the crash/assert on port deleteAshish Varma2017-11-131-5/+11
* ofproto-dpif: Put bundle_lookup ahead to simplify the code.Duan Jiong2017-11-031-2/+3
* ofproto-dpif: Fix comment in struct ofbundle.Duan Jiong2017-11-031-1/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* dpif-netdev: Use portable error code for zero rate meter bandAndy Zhou2017-09-291-1/+1
* dpif-netdev: Fix a zero-rate bug for meterAli Volkan ATLI2017-09-271-0/+2
* ofproto-dpif: Remove ofprto/tnl-push-pop command.Andy Zhou2017-08-031-34/+0
* ofproto-dpif: Remove dpif/disable-truncate command.Andy Zhou2017-08-031-21/+0
* ofproto-dpif: Remove dpif/disable-dp-clone command.Andy Zhou2017-08-031-24/+0
* ofproto-dpif: Add boottime support field.Andy Zhou2017-08-031-48/+87