summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofproto-dpif: A new command for changing dpif support fieldsAndy Zhou2017-08-031-0/+134
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-9/+4
* ofp-util: Avoid C++ keyword 'public' in name of struct member.Ben Pfaff2017-07-311-4/+4
* flow: Refactor flow_compose() API.Andy Zhou2017-07-271-1/+1
* tunneling: Avoid datapath-recirc by combining recirc actions at xlate.Sugesh Chandran2017-07-191-1/+2
* ofproto-dpif: Detect support for ct_tuple6.Joe Stringer2017-07-141-9/+19
* userspace: Handling of versatile tunnel portsBen Pfaff2017-06-271-2/+2
* odp-util: Use port names in output in more places.Ben Pfaff2017-06-231-1/+1
* ovs-dpctl: New --names option to use port names in flow dumps.Ben Pfaff2017-06-231-14/+34
* dpctl: Add an option to dump only certain kinds of flowsPaul Blakey2017-06-151-1/+1
* rstp: Add rstp port name for human reading.nickcooper-zhangtonghao2017-06-081-1/+1
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-021-4/+2
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-3/+3
* stp: Add link-state checking support for stp ports.nickcooper-zhangtonghao2017-05-311-1/+37
* ofproto-dpif: Include EthType in ct_orig_tuple feature probeSairam Venugopal2017-05-261-5/+8
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-2/+2
* vswitchd: Add --cleanup option to the 'appctl exit' commandAndy Zhou2017-05-031-4/+7
* ofproto-dpif: Add 'meter_ids' to backerAndy Zhou2017-04-281-3/+48
* xlate: Use OVS_CT_ATTR_EVENTMASK.Jarno Rajahalme2017-04-281-0/+63