summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* Add support for OpenFlow 1.6 (draft) port status and port mod messages.Ben Pfaff2017-04-073-5/+9
* ofproto: Use macros to define DPIF support fieldsAndy Zhou2017-04-032-40/+47
* ofproto-dpif-mirror: Fix issue of reseting snaplen in mirroringZhenyu Gao2017-04-031-1/+2
* ofproto-dpif-xlate: Don't save pkt_mark in compose_output_action__().Ben Pfaff2017-03-291-3/+0
* ofproto-dpif-upcall: Fix flow setup/delete race.Joe Stringer2017-03-271-1/+1
* ofproto-dpif-xlate: Include controller traffic for NetFlow.Justin Pettit2017-03-231-6/+2
* ofproto-dpif-rid: Update comment for recirc_alloc_id__().Justin Pettit2017-03-231-2/+1
* ofproto-dpif: Update handle_action() comment.Justin Pettit2017-03-231-2/+5
* mirror: Allow concurrent lookups.Jarno Rajahalme2017-03-222-34/+67
* ofproto: Clean up style in ofproto_flow_mod_learn.Joe Stringer2017-03-201-10/+10
* ofproto: Log when learn limit reached.Joe Stringer2017-03-201-0/+6
* stp: Change the api for next patch.nickcooper-zhangtonghao2017-03-201-3/+1
* ofproto: Add some examples for 'ofproto/trace' in ovs-vswitchd man pageTimothy Redaelli2017-03-171-0/+36
* Fix format specifier technicalities.Ben Pfaff2017-03-171-1/+1
* Add new port VLAN mode "dot1q-tunnel"Eric Garver2017-03-174-15/+108
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-169-141/+307
* ofp-actions: Add limit to learn action.Daniele Di Proietto2017-03-167-13/+94
* ofproto-dpif-xlate: Create XC_LEARN entry after learning.Daniele Di Proietto2017-03-161-7/+17
* ofproto: Move tun_table and vl_mff_map deletion.Yi-Hung Wei2017-03-151-8/+8
* ofproto: Add ref counting for variable length mf_fields.Yi-Hung Wei2017-03-152-5/+32
* nx-match: Use vl_mff_map to parse match field.Yi-Hung Wei2017-03-151-4/+7
* ofproto: Add appctl command to show Datapath featuresAndy Zhou2017-03-151-1/+52
* ofproto-dpif-xlate: Avoid using sample action when nesting level is lowAndy Zhou2017-03-101-3/+10
* ofproto: Probe for sample nesting level.Andy Zhou2017-03-102-0/+61
* dpif: Refactor dpif_probe_feature()Andy Zhou2017-03-101-4/+4
* ofproto-dpif-xlate: Allow sending BFD messages when STP port is not forwarding.Mika Vaisanen2017-03-091-0/+4
* sflow: Expose ethernet stats via sFlowRobert Wojciechowicz2017-03-081-3/+24
* pinsched: Update next_txq pointer when destroying pinqueue.Tony van der Peet2017-03-081-0/+6
* conntrack: Force commit.Jarno Rajahalme2017-03-081-1/+2
* actions: Add resubmit with conntrack tuple.Jarno Rajahalme2017-03-081-7/+68
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-083-2/+15
* flow: Make room after ct_state.Jarno Rajahalme2017-03-081-1/+1
* datapath: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-03-081-0/+2
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-082-8/+10
* ofproto/bond: Simplify bond_may_recirc()Andy Zhou2017-03-083-18/+12
* ofproto: Meter translation.Jarno Rajahalme2017-03-082-21/+38
* ofproto: Fix thread safety annotation.Jarno Rajahalme2017-03-082-1/+4
* dpif: Meter framework.Jarno Rajahalme2017-03-085-11/+66
* ofproto-dpif-xlate: fix build.Jarno Rajahalme2017-03-061-0/+2
* xlate: Translate openflow clone into odp sample action.Andy Zhou2017-03-061-10/+28
* ofproto-dpif: Enhance execute_controller_action().Andy Zhou2017-03-061-5/+144
* mcast-snooping: Avoid segfault for vswitchd.nickcooper-zhangtonghao2017-03-031-0/+1
* mcast-snooping: Flush ports mdb when VLAN configuration changed.nickcooper-zhangtonghao2017-03-031-0/+1
* datapath: add Ethernet push and pop actionsYang, Yi Y2017-03-021-0/+7
* ofproto/bond: fix interal flow leak of tcp-balance bondHuanle Han2017-02-241-0/+2
* ofproto/bond: Fix bond post recirc rule leak.Andy Zhou2017-02-241-10/+26
* ofproto/bond: Fix bond reconfiguration race condition.Andy Zhou2017-02-243-21/+33
* ofproto: Remove 'ofproto/self-check' from ovs-vswitchd manpageTimothy Redaelli2017-02-231-7/+0
* meta-flow: Remove cmap dependency.Yi-Hung Wei2017-02-211-1/+1
* ofproto/bond: Fix bond/show when all interfaces are disabledAndy Zhou2017-02-171-4/+8