summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofproto: Honor OFPFF_RESET_COUNTS flag in flow modify message.Jarno Rajahalme2016-12-052-4/+7
* mpls: Fix MPLS restoration after patch port and group bucket.Jarno Rajahalme2016-12-021-1/+2
* ofp-actions: Add "ingress" and "egress" options to "sample" action.Ben Pfaff2016-11-302-5/+12
* ofproto: Drop flows between protected portsBen Kelly2016-11-221-0/+19
* ofproto: Add protected property to bundleBen Kelly2016-11-224-7/+20
* lib: Use nl_attr_get_odp_port().Joe Stringer2016-11-161-1/+1
* ofproto: Return the OFPC_BUNDLES bit in switch features reply.Jarno Rajahalme2016-11-141-1/+1
* ofproto-dpif-xlate: Fix duplicate multicast packetsO'Reilly, Darragh2016-11-141-1/+4
* ofproto-dpif: Log warning when ct action or its variants are not supported.Ben Pfaff2016-11-011-0/+14
* doc: Convert README-native-tunneling to rSTStephen Finucane2016-10-281-1/+1
* ofproto: Always delete rules before deleting a meter.Jarno Rajahalme2016-10-041-20/+15
* revalidator: Simplify full-revalidation code.Joe Stringer2016-09-281-31/+18
* revalidator: Defer stats push to end of validation.Joe Stringer2016-09-281-20/+42
* revalidator: Reuse xlate_ukey from deletion.Joe Stringer2016-09-283-45/+22
* revalidator: Refactor revalidation early exit.Joe Stringer2016-09-281-58/+78
* revalidator: Refactor ukey->xout translation.Joe Stringer2016-09-281-33/+67
* revalidator: Prepare xcache before xlate_lookup.Joe Stringer2016-09-281-7/+7
* upcall: Don't start new revalidation round too soon after the last one.Jarno Rajahalme2016-09-271-0/+15
* openvswitch: Allow external IPsec tunnel management.Pravin B Shelar2016-09-273-35/+0
* Add OpenFlow command to flush conntrack table entries.Justin Pettit2016-09-233-0/+40
* ofproto-dpif-xlate: Adjust generated mask for fragments.Daniele Di Proietto2016-09-211-0/+11