summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ovn: Remove completed items from TODO.ovnBen Pfaff2015-06-171-85/+0
* ofctrl: Don't use designated initializers.Gurucharan Shetty2015-06-161-22/+22
* ovs-sim: New utility for multi-node OVS and OVN simulation.Ben Pfaff2015-06-165-0/+685
* ovn-nbctl: Take default database target from OVN_NB_DB in environment.Ben Pfaff2015-06-163-13/+32
* xml2nroff: Add support for variable substitutions.Ben Pfaff2015-06-162-7/+39
* dummy: Introduce new --enable-dummy=system option.Ben Pfaff2015-06-165-38/+75
* netdev: Initialize at the beginning of netdev_unregister_provider().Ben Pfaff2015-06-161-0/+2
* dpif: Generalize test for dummy dpifs beyond the name.Ben Pfaff2015-06-163-5/+14
* ofproto-dpif-xlate: Add native tunnel information to ofproto/trace.Ben Pfaff2015-06-161-1/+16
* ofproto-dpif: Allow translation reports to include formatted data.Ben Pfaff2015-06-163-15/+37
* netdev-dummy: Implement ARP responder.Ben Pfaff2015-06-161-0/+17
* packets: Generalize compose_arp().Ben Pfaff2015-06-163-14/+28
* netdev-dummy: Report EADDRNOTAVAIL when no IPv4 address is configured.Ben Pfaff2015-06-161-1/+2
* ovn-sb: Remove redundant "attached_port" column from Gateway table.Ben Pfaff2015-06-152-9/+3
* Update location for Neutron plugin.Russell Bryant2015-06-151-3/+1
* fedora.spec: Create openvswitch-ovn package.Russell Bryant2015-06-154-8/+104
* ovn: Add ovn-ctl to assist with OVN daemon lifecycle.Russell Bryant2015-06-156-0/+317
* ovn-controller: Verify bridge ports before changing.Ben Pfaff2015-06-141-0/+3
* Merge "master" into "ovn".Ben Pfaff2015-06-13187-3479/+10678
|\
| * ovs-rcu: Comment fixes.Ben Pfaff2015-06-121-4/+4
| * rculist: Remove postponed poisoning.Jarno Rajahalme2015-06-116-52/+48
| * vtep-ctl: Fix a bug.Alex Wang2015-06-111-1/+1
| * ofproto: Revertible eviction.Jarno Rajahalme2015-06-111-43/+76
| * ofproto: Accurate flow counts.Jarno Rajahalme2015-06-113-12/+27
| * Use classifier versioning.Jarno Rajahalme2015-06-1112-565/+684
| * ofproto: Infra for table versioning.Jarno Rajahalme2015-06-115-11/+65
| * test-classifier: Test versioning features.Jarno Rajahalme2015-06-112-64/+245
| * classifier: Make traversing identical rules robust.Jarno Rajahalme2015-06-113-85/+141
| * odp-util: Remove last use of odp_tun_key_from_attr for formatting.Jesse Gross2015-06-111-17/+2
| * ovsdb-idl: Document that the IDL always presents a consistent view.Ben Pfaff2015-06-112-1/+6
| * datapath-windows: Stateless TCP Tunnelling protocol - Initial implementationEitan Eliahu2015-06-1114-65/+634
| * datapath-windows: Correctly complete the original NBL with multiple NBsSorin Vinturis2015-06-111-2/+3
| * netdev-vport: Mark netdev_vport_get_dpif_port() as OVS_WARN_UNUSED_RESULT.Ben Pfaff2015-06-111-2/+4
| * classifier: Support table versioningJarno Rajahalme2015-06-109-195/+347
| * ovs-ofctl: Add bundle support and unit testing.Jarno Rajahalme2015-06-1014-49/+807
| * ofproto: Rename *_begin functions as *_start.Jarno Rajahalme2015-06-101-19/+19
| * debian: Remove obsolete manual setting of CFLAGS and warnings from rules.Ben Pfaff2015-06-101-8/+1
| * configure: Stop avoiding -Wformat-zero-length.Ben Pfaff2015-06-106-31/+13
| * types: Rename and move ovs_u128_equal().Joe Stringer2015-06-096-12/+13
| * odp-util: Reuse UUID marshalling for UFID.Joe Stringer2015-06-094-29/+13
| * dpif: Always generate RFC4122 UUIDs for UFID.Joe Stringer2015-06-093-0/+9
| * ofp-parse: Use F_OUT_PORT when parsing.Jarno Rajahalme2015-06-092-5/+5
| * odp-util: Simplify parsing function for GCC.Jarno Rajahalme2015-06-091-6/+2
| * ofproto: Fix memory leak in ofproto_rule_delete().Jarno Rajahalme2015-06-091-1/+6
| * flow: Add 'const' qualifiers in flow extraction.Ben Pfaff2015-06-081-9/+9
| * ovsdb-monitor: add json cacheAndy Zhou2015-06-083-24/+103
| * ovsdb-monitor: allow multiple jsonrpc monitors to share a single ovsdbAndy Zhou2015-06-083-15/+141
| * ovsdb-monitor: refactor ovsdb_monitor_create()Andy Zhou2015-06-081-5/+12
| * tunneling: Fix a tunnel name display bugAndy Zhou2015-06-082-6/+16
| * ofp-util: Convert flow_metadata to match structure.Jesse Gross2015-06-0813-186/+100