summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* conntrack: Force commit.Jarno Rajahalme2017-02-231-1/+2
* actions: Add resubmit with conntrack tuple.Jarno Rajahalme2017-02-231-7/+61
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-02-234-2/+17
* flow: Make room after ct_state.Jarno Rajahalme2017-02-231-1/+1
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-02-232-8/+10
* 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
* ofproto-dpif-xlate: Make "clone" save action set and stack.Ben Pfaff2017-01-101-1/+17
* nx-match: Only store significant bytes to stack.Jarno Rajahalme2017-01-063-20/+17
* ofproto-dpif-xlate: After thawing, retrieve tunnel table from thawed xbridgeMickey Spiegel2017-01-061-3/+4
* ofproto-dpif-xlate: Make clone save whether conntracking has occurred.Ben Pfaff2017-01-051-0/+7
* ofproto-dpif: Break trace functionality into a separate source file.Ben Pfaff2017-01-055-521/+582
* ofproto-dpif: Unhide structure contents.Ben Pfaff2017-01-057-458/+274
* ofproto: Fix crash on flow monitor request with tun_metadata.Daniele Di Proietto2017-01-042-11/+11
* lib: Add support for tftp ct helper.Joe Stringer2017-01-031-2/+8
* ofproto-dpif-xlate: optimize 100% samplingBenli Ye2016-12-231-9/+15
* ofproto-dpif-xlate: optimize 0% samplingBenli Ye2016-12-231-0/+5
* ofproto-dpif-xlate: Adding IGMP/MLD checksum verificationEelco Chaudron2016-12-221-0/+27
* ofproto-dpif-upcall: Remove OVS_UNUSED from upcall_unixctl_set_flow_limit() arg.Justin Pettit2016-12-211-1/+1
* ofproto: Update access rules for 'flow_cookie'.Ben Pfaff2016-12-212-4/+5
* ofp-actions: Add clone action.William Tu2016-12-191-0/+14
* doc: Populate 'topics' sectionStephen Finucane2016-12-121-1/+1
* doc: Further populate the 'howto' sectionStephen Finucane2016-12-121-2/+1
* ofproto-dpif-ipfix: Fix assertion failure for bad configuration.Ben Pfaff2016-12-091-24/+23
* ovs-vswitchd: Avoid segfault for "netdev" datapath.nickcooper-zhangtonghao2016-12-091-3/+3
* treewide: Fix recent flake8-check.Joe Stringer2016-12-081-0/+1
* ovs-appctl: Add usage content to "upcall/set-flow-limit" command.nickcooper-zhangtonghao2016-12-061-2/+2
* tunnel: set udp dst-port in tunnel metadataPravin B Shelar2016-12-051-0/+1