summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* 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
* tunnel: fix tunnel flags set/clear.William Tu2018-01-101-0/+1
* ofproto-dpif-xlate: Incorrect handling of errors in group action processingVishal Deep Ajmera2018-01-101-0/+16
* ofproto-dpif: Remove variable length userdata probe.Justin Pettit2018-01-093-98/+0
* ofp-errors: Send as much of a message as possible in an error reply.Ben Pfaff2018-01-095-50/+18
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-083-16/+16
* ofproto: Delete all groups and meters when (un)configuring a controller.Ben Pfaff2018-01-081-9/+22
* tunnel: Add ofproto/list-tunnels command for troubleshooting.Ben Pfaff2018-01-041-19/+55
* tunnel: Log sanely in tnl_port_receive().Ben Pfaff2018-01-041-13/+3
* tunnel: Avoid flow_to_string() call when rate-limited.Ben Pfaff2018-01-041-4/+5
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-226-2/+10
* ofproto-dpif: Fix a couple minor issues in comments.Justin Pettit2017-12-212-2/+2
* xcache: Handle null argument for xlate_cache_uninit().Justin Pettit2017-12-211-0/+3
* bond: Fix bug that writes to freed memoryYifeng Sun2017-12-201-1/+3
* ofproto: Keep inserting buckets into a group from changing group type.Ben Pfaff2017-12-111-0/+17
* ofproto-dpif-xlate: Change assertion to log message.Ben Pfaff2017-12-081-1/+3
* ofproto-dpif-xlate: Correctly decide whether truncating.Ben Pfaff2017-12-081-11/+27
* ct-dpif,dpif-netlink: Support conntrack flush by ct 5-tupleYi-Hung Wei2017-12-071-1/+1
* ofproto-dpif-xlate: Fix bug that may leak ofproto_flow_modYifeng Sun2017-11-291-0/+2
* tunnel: Fix deletion of datapath tunnel ports in case of reconfigurationBalazs Nemeth2017-11-283-23/+29
* netdev, dpif: fix the crash/assert on port deleteAshish Varma2017-11-131-5/+11
* ofproto: Remove break after OVS_NOT_REACHED.Bhanuprakash Bodireddy2017-11-032-3/+0
* bond: Reorder elements in bond_slave structure.Bhanuprakash Bodireddy2017-11-031-2/+2
* 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-0313-13/+13
* ofproto-dpif-upcall: Transition ukey on dp_ops error.Joe Stringer2017-11-021-0/+5
* ofproto/trace: Fix memory leak in oftrace_push_ct_state()Yi-Hung Wei2017-11-021-1/+3
* ofproto-dpif-upcall: Fix null pointer dereference on exit.Ben Pfaff2017-11-021-2/+2
* bond: send learning pkg when non active slave failed.minglumlu2017-11-011-0/+3
* ofproto-dpif-xlate: Fix bad memory free.William Tu2017-11-011-1/+1
* ofproto/trace: Propagate ct_zone in recirculationYi-Hung Wei2017-10-313-5/+9
* ofproto-dpif-xlate: use xlate error enum for unsupported packet typeZoltán Balogh2017-10-312-5/+8
* lib: Move lib/rconn.h to include/openvswitchXiao Liang2017-10-314-4/+4
* sparse: eliminate "duplicate initialization" warningLance Richardson2017-10-301-1/+0
* ofproto-dpif-xlate: Fix truncate and native tunnnelWilliam Tu2017-10-201-2/+3
* ofproto-dpif-xlate: Remove assertion for truncatedIWASE Yusuke2017-10-101-7/+2
* util: Make ovs_assert() always expand so that it should be followed by ;Ben Pfaff2017-10-101-1/+1