summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-xlate: Report ct fields changes in ofproto/traceYi-Hung Wei2018-04-041-0/+2
* fail-open: Refactor NORMAL flow add/delYi-Hung Wei2018-04-041-17/+30
* ofproto-dpif: Init ukey->dump_seq to zeroJan Scheurich2018-04-041-9/+5
* vswitchd: Allow user to directly specify sFlow agent address.Ben Pfaff2018-04-031-1/+2
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-315-29/+47
* ofp-packet: Better abstract packet-in format.Ben Pfaff2018-03-143-15/+12
* ofp-protocol: Better abstract changing the protocol used for flow matches.Ben Pfaff2018-03-141-14/+6
* ofproto-dpif-xlate: translate action_set in clone actionEric Garver2018-03-081-0/+9
* ofproto-dpif-upcall: fix for segmentation faultAshish Varma2018-03-051-0/+5
* xlate: auto ofproto trace when recursion too deepWilliam Tu2018-03-053-7/+28
* ofp-util: Use consistent naming convention.Ben Pfaff2018-02-281-1/+1
* Don't shadow variables.Justin Pettit2018-02-282-30/+22
* Don't shadow global VLOG "rl" definition.Justin Pettit2018-02-284-17/+18
* ofproto: fix comment about ofproto-dpifWilliam Tu2018-02-281-1/+1
* ofproto-dpif-upcall: Fix using uninitialized fitness.Ilya Maximets2018-02-261-0/+1
* ofproto: Make ofproto_port_open_type() faster.Ben Pfaff2018-02-263-22/+12
* ofproto-dpif-ipfix: Fix an issue in flow key partBenli Ye2018-02-151-3/+21
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-1312-11/+17
* ofproto-dpif-upcall: Slow path flows that datapath can't fully match.Ben Pfaff2018-02-061-3/+13
* Remove last mentions of 'facet' from comments.Ben Pfaff2018-02-061-6/+5
* ofproto-dpif: Delete system tunnel interface when remove ovs bridgejuyan@redhat.com2018-02-011-0/+5
* xlate: fix packets loopback caused by duplicate read of xcfgp.Huanle Han2018-02-011-29/+14
* util: Document and rely on ovs_assert() always evaluating its argument.Ben Pfaff2018-02-011-4/+3
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-012-4/+2
* ofp-actions: Make formatting and parsing functions take a struct argument.Ben Pfaff2018-01-313-7/+16
* classifier: Refactor interface for classifier_remove().Ben Pfaff2018-01-311-10/+4
* flow: Add some L7 payload data to most L4 protocols that accept it.Ben Pfaff2018-01-273-2/+44
* ofproto-dpif-trace: Generalize syntax for ofproto/trace.Ben Pfaff2018-01-262-117/+119
* ofproto: Avoid use-after-free on error path in ofproto_flow_mod_learn().Ben Pfaff2018-01-261-6/+4
* ofproto: Fix double-unref of temporary rule when learning.Ben Pfaff2018-01-262-10/+8
* Fix incorrect handling of return value.Lili Huang2018-01-251-4/+5
* ofproto-dpif-upcall: Fix typo in comment.Ben Pfaff2018-01-241-1/+1
* xlate: fix xport lookup for recircZoltan Balogh2018-01-234-1/+61
* ofproto-dpif-xlate: add uuid to xportsZoltan Balogh2018-01-231-0/+12
* ofproto-dpif-sflow: Recursively examine actions inside clone.Zoltan Balogh2018-01-234-7/+20
* ofproto: Fix wrong datapath flow with same in_port and output port.Lilijun (Jerry)2018-01-221-2/+7
* dpif: Add support for OVS_ACTION_ATTR_CT_CLEAREric Garver2018-01-205-2/+52
* nsh: add dec_nsh_ttl actionYi Yang2018-01-111-0/+31
* nsh: add new flow key 'ttl'Yi Yang2018-01-111-3/+4
* ofproto-dpif: Don't slow-path controller actions with pause.Justin Pettit2018-01-105-116/+81
* ofproto-dpif: Don't slow-path controller actions.Justin Pettit2018-01-105-236/+176
* ofproto: Add 'ofproto_uuid' and 'ofp_in_port' to user action cookie.Justin Pettit2018-01-102-18/+44
* ofp-actions: Add action "debug_slow" for testing slow-path.Justin Pettit2018-01-101-0/+7
* ofproto-dpif: Modify process_upcall() to remove some redundant code.Justin Pettit2018-01-101-28/+17
* ofproto-dpif: Reorganize upcall handling.Justin Pettit2018-01-101-45/+36
* ofproto-dpif: Add ability to look up an ofproto by UUID.Justin Pettit2018-01-103-32/+76
* ofproto-dpif: Use a fixed size userspace cookie.Justin Pettit2018-01-106-68/+62
* netdev: Custom statistics.Michal Weglicki2018-01-101-0/+3
* ofproto-dpif-ipfix: add interface Information Elements to flow keyMichal Weglicki2018-01-104-110/+277
* ofproto-dpif: Issue clear error messages for unsupported CT features.Ben Pfaff2018-01-101-12/+15