summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-xlate: Avoid deadlock on multicast snooping recursion.Ben Pfaff2018-10-151-18/+84
* ofproto-dpif-xlate: Fix conntrack fields on NXT_RESUMEYi-Hung Wei2018-09-261-0/+1
* ofproto-dpif: Fix NXT_RESUME flow statsYi-Hung Wei2018-09-213-7/+20
* ofproto: Fix OVS crash when reverting old flows in bundle commitVishal Deep Ajmera2018-06-181-1/+1
* tunnel: make tun_key_to_attr aware of tunnel type.William Tu2018-05-143-2/+19
* Avoid crash in OvS while transmitting fragmented packets over tunnel.Rohith Basavaraja2018-05-091-0/+1
* ofproto-dpif-xlate: Fix segmentation fault caused by tun_tableYi-Hung Wei2018-05-031-1/+5
* ofproto-dpif: Init ukey->dump_seq to zeroJan Scheurich2018-04-161-9/+5
* xlate: Correct handling of double encap() actionsJan Scheurich2018-04-161-1/+6
* tunnel: Fix deletion of datapath tunnel ports in case of reconfigurationBalazs Nemeth2018-02-263-23/+29
* xlate: fix xport lookup for recircZoltan Balogh2018-02-064-1/+61
* ofproto-dpif-xlate: add uuid to xportsZoltan Balogh2018-02-061-0/+12
* ofproto: Fix double-unref of temporary rule when learning.Ben Pfaff2018-01-262-10/+8
* ofproto: Fix wrong datapath flow with same in_port and output port.Lilijun (Jerry)2018-01-221-2/+7
* tunnel: fix tunnel flags set/clear.William Tu2018-01-101-0/+1
* 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: Fix bug that may leak ofproto_flow_modYifeng Sun2017-11-291-0/+2
* netdev, dpif: fix the crash/assert on port deleteAshish Varma2017-11-131-5/+11
* 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
* ofproto-dpif-xlate: use xlate error enum for unsupported packet typeZoltán Balogh2017-10-312-5/+8
* sparse: eliminate "duplicate initialization" warningLance Richardson2017-10-301-1/+0
* 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: Include patch ports in mtu overriden checkNuman Siddique2017-09-211-5/+7
* Revert "ofproto-dpif: Mark packets as "untracked" after call to ct()."Justin Pettit2017-08-311-7/+14
* ofproto-dpif: Mark packets as "untracked" after call to ct().Justin Pettit2017-08-211-14/+7
* 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
* ofproto-dpif-ipfix: add support for per-flow drop countersPrzemyslaw Szczerbik2017-08-023-34/+247
* ofproto-dpif-xlate: Always process IGMP packets in userspace.Ben Pfaff2017-08-021-6/+7
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-022-16/+12
* ofproto-dpif-xlate: Eliminate duplicate read of xcfgp.Ben Pfaff2017-08-021-1/+0
* OF support and translation of generic encap and decapJan Scheurich2017-08-021-2/+114
* ofp-util: Avoid C++ keyword 'public' in name of struct member.Ben Pfaff2017-07-314-19/+19
* ofproto-dpif-rid: Don't include action_set_len as part of hash.Justin Pettit2017-07-281-1/+0
* ofproto-dpif-rid: Always store tunnel metadata.Justin Pettit2017-07-272-19/+4
* ofproto-dpif-rid: Store tunnel metadata in frozen metadata directly.Justin Pettit2017-07-272-23/+19