tests: Remove the windows service in case it failed to start
[cascardo/ovs.git] / lib /
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-18 Jesse Grossodp-util: Convert flow serialization parameters to...
2015-06-17 Thadeu Lima de Sou... Add IGMPv3 support.
2015-06-17 Ben Pfafflacp: Remove packed attribute from struct lacp_pdu.
2015-06-17 Dennis Flynnauto-attach: Cleanup i-sid/vlan mappings associated...
2015-06-16 Ben Pfaffdummy: Introduce new --enable-dummy=system option.
2015-06-16 Ben Pfaffnetdev: Initialize at the beginning of netdev_unregiste...
2015-06-16 Ben Pfaffdpif: Generalize test for dummy dpifs beyond the name.
2015-06-16 Ben Pfaffnetdev-dummy: Implement ARP responder.
2015-06-16 Ben Pfaffpackets: Generalize compose_arp().
2015-06-16 Ben Pfaffnetdev-dummy: Report EADDRNOTAVAIL when no IPv4 address...
2015-06-15 Daniele Di Proiettodpif-netdev: Prefetch next packet before miniflow_extra...
2015-06-15 Ben Pfaffflow: Make assertions about offsets within struct flow...
2015-06-15 Ciara Loftusnetdev-dpdk: add dpdk vhost-user ports
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-12 Jarno Rajahalmeofproto: Postpone sending flow removed messages.
2015-06-12 Jarno Rajahalmeclassifier: Simplify versioning.
2015-06-12 Ben Pfaffovs-rcu: Comment fixes.
2015-06-12 Jarno Rajahalmerculist: Remove postponed poisoning.
2015-06-11 Jarno RajahalmeUse classifier versioning.
2015-06-11 Jarno Rajahalmeclassifier: Make traversing identical rules robust.
2015-06-11 Jesse Grossodp-util: Remove last use of odp_tun_key_from_attr...
2015-06-11 Ben Pfaffovsdb-idl: Document that the IDL always presents a...
2015-06-11 Ben Pfaffnetdev-vport: Mark netdev_vport_get_dpif_port() as...
2015-06-10 Jarno Rajahalmeclassifier: Support table versioning
2015-06-10 Jarno Rajahalmeovs-ofctl: Add bundle support and unit testing.
2015-06-10 Ben Pfaffconfigure: Stop avoiding -Wformat-zero-length.
2015-06-10 Joe Stringertypes: Rename and move ovs_u128_equal().
2015-06-10 Joe Stringerodp-util: Reuse UUID marshalling for UFID.
2015-06-10 Joe Stringerdpif: Always generate RFC4122 UUIDs for UFID.
2015-06-10 Jarno Rajahalmeofp-parse: Use F_OUT_PORT when parsing.
2015-06-10 Jarno Rajahalmeodp-util: Simplify parsing function for GCC.
2015-06-08 Ben Pfaffflow: Add 'const' qualifiers in flow extraction.
2015-06-08 Jesse Grossofp-util: Convert flow_metadata to match structure.
2015-06-07 Thomas F. HerbertAdd support functions for 8021.ad push and pop vlan.
2015-06-03 Daniele Di Proiettodpif-netdev: Fix non-pmd thread queue id.
2015-06-02 Andy Zhoulib/util.c: style fixes
2015-06-02 Jesse Grossmetaflow: Convert hex parsing to use new utility functions.
2015-06-02 Jarno Rajahalmeofproto: Add support for reverting flow mods and bundle...
2015-06-02 Jarno Rajahalmebundles: Validate bundled messages.
2015-06-01 Jarno Rajahalmeclassifier: Support duplicate rules.
2015-06-01 Jarno Rajahalmeclassifier: Add support for invisible flows.
2015-06-01 Jarno Rajahalmeofp-util: Fix xid in ofputil_encode_bundle_add().
2015-05-29 Ben Pfafflearn: Improve error reporting.
2015-05-29 Joe Stringerodp-execute: Refactor determining dpif assistance.
2015-05-29 Ben Pfaffofp-errors: Add Nicira extension code for OFPBMC_BAD_FIELD.
2015-05-29 Ben Pfaffjson: Fix error message for corner case in json_string_...
2015-05-29 Jesse Grossodp-util: Fix alignment when scanning Geneve attributes.
2015-05-29 Jesse Grossodp-util: Geneve netlink decoding.
2015-05-29 Jesse Grossutil: Library routines for printing and scanning large...
2015-05-29 Jesse Grossodp-util: Format tunnel attributes directly from netlink.
2015-05-29 Jesse Grossodp-util: Correctly generate wildcards when formating...
2015-05-28 Joe Stringerofp-actions: Improve conjunction error message.
2015-05-27 Joe Stringerodp-util: Skip UFID when parsing datapath key.
2015-05-27 Gurucharan Shettyovs_threads: Avoid running pthread destructors from...
2015-05-27 Alin Serdeannetdev-windows: Add ARP lookup and next hop functionality.
2015-05-22 Andy Zhouodp-util: always output recirc_id in hex
2015-05-22 Andy ZhouRevert "ovs-ofctl: Always prints recirc_id in decimal"
2015-05-22 Joe Stringerdpctl: Don't print UFID if not present.
2015-05-22 Daniele Di Proiettonetdev-dpdk: Adapt the requested number of tx and rx...
2015-05-22 Daniele Di Proiettonetdev-dpdk: Use specific spinlock for stats.
2015-05-22 Daniele Di Proiettonetdev-dpdk: Properly support non pmd threads.
2015-05-22 Daniele Di Proiettoovs-numa: Change 'core_id' to unsigned.
2015-05-21 Daniele Di Proiettodpif-netdev: Reset RSS hash when recirculating.
2015-05-21 Ethan Jacksondpif-netdev: Clear flow batches before execute.
2015-05-21 Kevin Traynornetdev-dpdk: Use default NIC configuration.
2015-05-21 Ciara Loftusdpif-netdev: Increase the number of EMC entries
2015-05-21 Dan McGregornetdev-bsd: Include net/bpf.h.
2015-05-19 Ethan Jacksondpdk: Ditch MAX_PKT_BURST macro.
2015-05-19 Ethan Jacksonnetdev-dpdk: Fix sparse warnings.
2015-05-19 Andy Zhouovs-ofctl: Always prints recirc_id in decimal
2015-05-18 Daniele Di Proiettodpif-netdev: Share emc and fast path output batches.
2015-05-18 Daniele Di Proiettodpif-netdev: Store batch pointer in dp_netdev_flow.
2015-05-18 Daniele Di Proiettodpif-netdev: Store pkt_metadata structure in dp_netdev_...
2015-05-18 Daniele Di Proiettodp-packet: Style fixes.
2015-05-18 Daniele Di Proiettodp-packet: Merge 'allocated' member with DPDK mbuf...
2015-05-18 Daniele Di Proiettodp-packet: Remove 'frame' member.
2015-05-18 Daniele Di Proiettodp-packet: Remove 'list' member.
2015-05-12 Kevin Traynornetdev-dpdk: Add vhost enqueue retries.
2015-05-12 Kevin Traynornetdev-dpdk: Change phy rx burst size.
2015-05-08 Ben Pfaffofp-util: Use OFPGMFC_OUT_OF_BUCKETS for indirect group...
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-05-07 Daniele Di Proiettodpctl: Ignore enumeration errors if there is at least...
2015-05-07 Daniele Di Proiettodpctl: Factor out common code to iterate through all...
2015-05-07 Joe Stringerlldp: Fix clang warning.
2015-05-07 Daniele Di Proiettodpctl: Add OVS_PRINTF_FORMAT annotation to dpctl_*...
2015-05-07 Justin Pettitmatch: Fix compile of match initializer on GCC 4.6.1.
2015-05-06 Ben Pfaffmatch: Add MATCH_CATCHALL_INITIALIZER.
2015-05-06 Ben Pfaffrconn: Only increment seqno when connection actually...
2015-05-02 Alex Wangodp-util: Fix a bug in parse_flag().
2015-05-01 Pravin B Shelardpctl: cleaner dpctl output for tunnel ports.
2015-04-30 Mark KavanaghDPDK: add support for v2.0.0
2015-04-29 Pravin B Shelardatapath: Add Stateless TCP Tunneling protocol.
2015-04-29 Nithin Rajuovs-hyperv: make kernel return values netlink socket...
2015-04-27 Ben Pfaffofp-parse: Correctly report error parsing selection...
2015-04-23 Mark D. Graynetdev-dpdk: Reset RSS hash on transmit
2015-04-22 Ben Pfaffofp-parse: Properly report error for invalid group ID.
2015-04-22 Ben Pfaffofp-util: Add missing 'break;' in bad_group_cmd().
2015-04-21 Ben Pfaffnetdev-dummy: Fix null pointer deref in dummy_packet_co...
2015-04-20 Ben Pfaffjson: New function json_string_escape().
next