summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* expr: Make expr_to_flows() include conj_id flows.Ben Pfaff2015-04-291-11/+1
* expr: Support string fields in expr_to_matches().Ben Pfaff2015-04-162-33/+67
* expr: New module for Boolean expressions on fields, for use in OVN.Ben Pfaff2015-04-152-0/+1429
* lex: New lexical analyzer module for use in OVN.Ben Pfaff2015-04-154-2/+220
* tests: gre: fix flags endiannessFlavio Leitner2015-04-102-3/+3
* test-csum: endianess fixFlavio Leitner2015-04-101-2/+5
* testsuite: ofproto-dpif: fix test namesFlavio Leitner2015-04-091-5/+5
* testsuite: work around patch bugFlavio Leitner2015-04-081-3/+3
* tunneling: Add UDP checksum support for userspace tunnels.Jesse Gross2015-04-072-7/+8
* packet: Add IP pseudoheader checksum calculation.Jesse Gross2015-04-072-1/+32
* tunneling: Add userspace tunnel support for Geneve.Jesse Gross2015-04-072-0/+17
* odp-util: Shift VXLAN VNI when printing/parsing.Jesse Gross2015-04-072-3/+3
* tunneling: Add check for GRE protocol is Ethernet.Jesse Gross2015-04-071-0/+16
* lib/list: Add LIST_FOR_EACH_POP.Jarno Rajahalme2015-04-062-1/+27
* ovsdb-server: Correct malformed error replies to certain JSON-RPC requests.Ben Pfaff2015-03-311-1/+1
* ovsdb-idl: Tolerate missing tables and columns.Ben Pfaff2015-03-313-1/+161
* netdev: Fix user space tunneling for set_tunnel action.Ricky Li2015-03-261-1/+14
* flow_format: Do not format "in_port=0".Jarno Rajahalme2015-03-263-303/+303
* ofproto-dpif: Restore metadata and registers on recirculation.Jarno Rajahalme2015-03-262-104/+123
* ofproto-dpif-xlate: Roll back group bucket actions after every bucket.Jarno Rajahalme2015-03-241-0/+12
* Implement hash fields select groupSimon Horman2015-03-242-4/+45
* Support NTR selection method in ovs-ofctl group commandsSimon Horman2015-03-241-2/+2
* auto-attach: Support latest version of auto-attach LLDP TLVsDennis Flynn2015-03-231-16/+17
* ovs-vsctl-bashcomp: Avoid setting the COMP_WORDBREAKS.Alex Wang2015-03-201-5/+5
* command-line: add ovs_cmdl_contextRussell Bryant2015-03-1711-222/+270
* ofproto-dpif-xlate: Preserve stack across patch port.Jarno Rajahalme2015-03-161-0/+49
* match: Do not skip formatting a zero dp_hash.Jarno Rajahalme2015-03-162-3/+3
* Add testsuite.tmp.orig to .gitignoreAlin Serdean2015-03-161-0/+1
* test-hash: Improve comments.Alex Wang2015-03-161-68/+51
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-1612-41/+41
* ovstest: Fix a typo in a comment.Russell Bryant2015-03-161-1/+1
* ovs-vsctl-bashcomp: Fix build failure when bash version < 4.0.Alex Wang2015-03-131-3/+3
* Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit2015-03-121-1/+1
* ovs-vsctl-bashcomp: Documentation and unit tests.Alex Wang2015-03-121-0/+460
* ovs-appctl-bashcomp: Keep naming consistency.Alex Wang2015-03-121-30/+30
* lldp: Fix DPDK build.Pravin B Shelar2015-03-041-2/+2
* test-hash: Do not exit check_word_hash() when there is a failure.Alex Wang2015-03-041-1/+0
* test-hash: Test hash_bytes128() with single 128-bit word.Alex Wang2015-03-041-12/+89
* lldpd: Fix use of list of struct lldpd_hardware.Ben Pfaff2015-03-031-3/+2
* lldpd-structs: Fix type of c_id member.Ben Pfaff2015-03-031-2/+2
* lldp-structs: Fix use of list of lldpd_aa_isid_vlan_maps_tlv.Ben Pfaff2015-03-031-8/+5
* lldp: Change representation of ISID to uint32_t.Ben Pfaff2015-03-031-18/+6
* test-aa: Make variables local to this file static.Ben Pfaff2015-03-031-3/+3
* lldp: Get rid of POKE macros in favor of inline functions.Ben Pfaff2015-03-031-3/+3
* auto-attach: Add auto-attach support to bridge layer and command setDennis Flynn2015-03-035-2/+343
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-035-23/+23
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-034-16/+19
* test-hash: Remove the check_word_hash() for hash_bytes128_cb.Alex Wang2015-02-271-10/+0
* test-hash: Refine the check_256byte_hash().Alex Wang2015-02-271-18/+22
* test-hash: Make check_256byte_hash() test no 1-bits set case.Alex Wang2015-02-261-2/+4