summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* 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
* dpif-netdev: Use portable error code for zero rate meter bandAndy Zhou2017-09-291-1/+1
* connmgr: Fix violation of flow monitoring protocol description.Ben Pfaff2017-09-281-14/+14
* dpif-netdev: Fix a zero-rate bug for meterAli Volkan ATLI2017-09-271-0/+2
* ofproto-dpif-xlate: Refactor native tunnel handling logicAndy Zhou2017-09-271-148/+95
* ofproto-dpif-xlate: Rename apply_nested_clone_actions()Andy Zhou2017-09-271-16/+17
* ofproto-dpif-xlate: Refactor xlate_table_actions()Andy Zhou2017-09-271-11/+21
* ofproto-dpif-xlate: Keep track of the last actionAndy Zhou2017-09-271-81/+133
* ofproto-dpif: Refactor compose_clone()Andy Zhou2017-09-271-6/+14
* ofproto-dpif-xlate: Remove uncessary assignmentAndy Zhou2017-09-271-1/+0
* ofproto-dpif: Unfreeze within cloneAndy Zhou2017-09-271-0/+9
* ofproto: Include patch ports in mtu overriden checkNuman Siddique2017-09-211-5/+7
* ofproto-dpif: Mark packets as "untracked" after call to ct().Justin Pettit2017-08-211-14/+7
* ofproto-dpif-ipfix: Fix minor style variation.Joe Stringer2017-08-091-1/+1
* ofproto-dpif-ipfix: Use common OVS functions for getting current time.Ben Pfaff2017-08-091-12/+11
* ofproto-dpif-upcall: Fix key attr iteration.Joe Stringer2017-08-071-1/+1
* ofproto-dpif-upcall: Fix action attr iteration.Joe Stringer2017-08-071-1/+1
* Generic encap and decap support for NSHJan Scheurich2017-08-073-12/+172
* userspace: Add support for NSH MD1 match fieldsJan Scheurich2017-08-073-2/+3
* ofproto-dpif-xlate: Add OFPACT_ENCAP, OFPACT_DECAP to reversible_actions().Ben Pfaff2017-08-031-0/+2
* xlate: Emit datapath clone only when necessary.Andy Zhou2017-08-031-42/+127
* xlate: Refactor compose_clone() APIAndy Zhou2017-08-031-44/+32
* 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-033-36/+0
* ofproto-dpif: Add boottime support field.Andy Zhou2017-08-036-53/+113
* ofproto-dpif: A new command for changing dpif support fieldsAndy Zhou2017-08-031-0/+134