summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovs-appctl: Print lacp_fallback_ab info in "bond/show".nickcooper-zhangtonghao2017-02-161-0/+3
* ofproto/bond: Drop traffic in balance-tcp mode without lacp.nickcooper-zhangtonghao2017-02-161-0/+4
* ofproto/bond: Validate active-slave mac.nickcooper-zhangtonghao2017-02-151-3/+3
* ofproto: Uses the VLOG_WARN_RL instead of VLOG_WARN.nickcooper-zhangtonghao2017-02-061-3/+5
* dpif-netdev: Pass Openvswitch other_config smap to dpif.Daniele Di Proietto2017-02-034-11/+35
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-012-4/+25
* ofproto-dpif: Reduce the time to create many bridges.Sha Zhang2017-01-311-2/+2
* ovs-router: introduce pkt-mark.Pravin B Shelar2017-01-282-2/+5
* tunnel: Add support to configure ptk_markPravin B Shelar2017-01-281-0/+5
* dp-packet: Enhance packet batch APIs.Andy Zhou2017-01-261-1/+1
* libX.pc: use the correct output directoryAaron Conole2017-01-261-1/+1
* xlate: Generate of datapath clone action when supportedAndy Zhou2017-01-233-2/+61
* dpif-netdev: Add clone actionAndy Zhou2017-01-233-1/+60
* ofproto-dpif: Use acquire/release barriers with 'tables_version'.Jarno Rajahalme2017-01-181-3/+15
* libX: add new release / version info tagsAaron Conole2017-01-181-1/+1
* Use PRIu32 format for ofp_port_tShu Shen2017-01-143-17/+17
* ofproto-dpif: Make ofproto/trace output easier to read.Ben Pfaff2017-01-126-490/+720
* revalidator: Complain for more ukey transitions.Joe Stringer2017-01-111-1/+1
* revalidator: Prevent double-delete of ukey.Joe Stringer2017-01-111-3/+5
* New action "ct_clear".Ben Pfaff2017-01-101-6/+13
* ofproto-dpif-xlate: Make clone save "was_mpls".Ben Pfaff2017-01-101-0/+5