]> git.proxmox.com Git - mirror_ovs.git/history - lib
acinclude: Fix SKB_GSO_UDP check.
[mirror_ovs.git] / lib /
2017-10-31 Ian Stokespackets: Add ESP header and trailer.
2017-10-31 Xiao Lianglib: Move lib/rconn.h to include/openvswitch
2017-10-30 Kaige Fudpif: Remove duplicated word in comment for dpif_recv()
2017-10-30 Kaige Furoute-table: Remove netdevs in netdev_hash when deleted
2017-10-30 Ilya Maximetsnetdev-dpdk: Fix mp_name leak on snprintf failure.
2017-10-30 Han Zhouovsdb-idl: fix index row setting with references.
2017-10-30 William Tuofp-actions: Fix dead assignment.
2017-10-30 Richard Olivertimeval: Check for OS-provided clock_gettime on macOS
2017-10-27 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-10-27 Ilya Maximetstimeval: Add functions with microsecond granularity.
2017-10-27 Ben Pfaffdpif-netdev: Initialize new rxqs in port_reconfigure().
2017-10-26 antonio.fischetti... netdev-dpdk: Rename dpdk_mp_put as dpdk_mp_free.
2017-10-26 antonio.fischetti... netdev-dpdk: Reword mp_size as n_mbufs.
2017-10-26 antonio.fischetti... netdev-dpdk: manage failure in mempool name creation.
2017-10-26 antonio.fischetti... netdev-dpdk: skip init for existing mempools.
2017-10-26 antonio.fischetti... Fix mempool names to reflect socket id.
2017-10-26 antonio.fischetti... netdev-dpdk: fix management of pre-existing mempools.
2017-10-26 Daniel AlvarezAdd dl_type to flow metadata for correct interpretation...
2017-10-25 Numan SiddiqueCheck flow's dl_type before setting ct_orig_tuple in...
2017-10-25 Ilya Maximetstimeval: Fix misleading function descriptions.
2017-10-24 Ben Pfaffjson: New function json_object_put_format().
2017-10-24 Ben Pfaffjson: New function json_nullable_clone().
2017-10-24 Ben Pfaffuuid: New function uuid_random().
2017-10-24 Ben Pfaffsocket-util: Make parse_bracketed_token() public, as...
2017-10-24 Ben Pfaffjsonrpc: Increment sequence number when connection...
2017-10-24 Ben Pfaffunixctl: Give better error message for unknown commands.
2017-10-17 Ben Pfaffovs-atomic: Add C++ compatible implementation.
2017-10-12 William Tunetdev: Fix memory leak on error path.
2017-10-09 Ben Pfaffutil: Fix style in ovs_hex_dump().
2017-10-07 Ben Pfaffofp-print: Avoid trailing white space in OpenFlow dumps.
2017-10-07 Ben Pfaffutil: Avoid trailing white space in hex dumps.
2017-10-07 Ben Pfafftable: Avoid trailing white space in tables.
2017-10-07 Ben Pfaffdaemon-unix: With --monitor, only close standard fds...
2017-10-06 Ben Pfaffovs-atomic: Reintroduce atomic_uint64_t and atomic_int64_t.
2017-09-29 Andy Zhoudpif-netdev: Use portable error code for zero rate...
2017-09-27 Ali Volkan ATLIdpif-netdev: Fix a zero-rate bug for meter
2017-09-26 Darrell Ballconntrack: Minor performance enhancement.
2017-09-26 Darrell Ballconntrack: Fix clang static analysis reports.
2017-09-26 Darrell Ballconntrack: Tighten handling of alg reverse conns.
2017-09-26 Darrell Ballconntrack: Add function ct_print_conn_info().
2017-09-26 Darrell Ballconntrack: Create nat_conn_keys_insert().
2017-09-25 Ben PfaffMerge pull request #207 from darball/dpdk_merge
2017-09-22 Ben Pfaffofp-util: Fix memory leaks when parsing OF1.5 group...
2017-09-22 Ben Pfaffofp-util: Fix memory leaks on error cases in ofputil_de...
2017-09-22 Ben Pfaffofp-util: Fix buffer overread in ofputil_decode_bundle_...
2017-09-22 Zoltan Baloghnetdev-dpdk: reset packet_type for reused dp_packets.
2017-09-22 Bhanuprakash Bodireddydpif-netdev: Fix comments for pmd_load_cached_ports.
2017-09-22 Bhanuprakash Bodireddydpif-netdev: Remove 'cnt' in dp_netdev_input__().
2017-09-22 Bhanuprakash Bodireddynetdev-dpdk: Minor cleanup of netdev_dpdk_send__.
2017-09-22 Bhanuprakash Bodireddynetdev-dpdk: Cleanup dpdk_do_tx_copy.
2017-09-22 Bhanuprakash Bodireddydpif-netdev: Use DP_PACKET_BATCH_FOR_EACH in fast_path_...
2017-09-22 Bhanuprakash Bodireddydpif-netdev: Use DP_PACKET_BATCH_FOR_EACH in dp_netdev_...
2017-09-22 Bhanuprakash Bodireddynetdev-dpdk: Use DP_PACKET_BATCH_FOR_EACH in netdev_dpd...
2017-09-22 Bhanuprakash Bodireddyconntrack: Use DP_PACKET_BATCH_FOR_EACH macro.
2017-09-22 Fischetti, Antoniodpif-netdev: Avoid reading RSS hash when EMC is disabled.
2017-09-20 Paul Blakeynetdev-tc-offloads: Fix vxlan tunnel offloading
2017-09-13 Paul Blakeylib/odp: Fix handling of set masked action in parse_odp...
2017-09-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/darball...
2017-09-10 Stuart Cardalladd libressl compatibility
2017-09-10 Ben Pfaffdpif-netdev: Avoid side-effect in argument of atomic_st...
2017-09-07 Gao Zhenyunetdev-dpdk: Execute QoS Checking before copying to...
2017-09-07 Alin Gabriel Serdeanovs-atomic-msvc: Add atomics x64 builds
2017-09-06 Alin Gabriel Serdeanovs-atomic-msvc: Add atomics x64 builds
2017-09-05 Kevin Traynordpif-netdev: Fix a couple of coding style issues.
2017-09-05 Cian Ferriterdpif-netdev: Rename "size" variable to "cnt".
2017-09-05 Fischetti, Antoniodpif-netdev: Fix comments in function headers.
2017-09-05 Ilya Maximetsdpif-netdev: Fix per packet cycles statistics.
2017-09-05 Robert Wojciechowicznetdev-dpdk: Create separate memory pool for each port.
2017-09-05 wangzhikenetdev-dpdk: update vhost user client port status.
2017-09-01 Alin Gabriel Serdeandaemon-windows: Set default error mode for services
2017-08-29 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/darball...
2017-08-25 wangzhikenetdev-dpdk: vhost get stats fix.
2017-08-25 Lance Richardsonnetdev-dpdk: use 64-bit arithmetic when converting...
2017-08-25 Lily Huangconntrack: Fix ct-clean thread crash bug.
2017-08-25 Kevin Traynordpif-netdev: Add ovs-appctl dpif-netdev/pmd-rxq-rebalance.
2017-08-25 Kevin Traynordpif-netdev: Change pmd selection order.
2017-08-25 Kevin Traynordpif-netdev: Change rxq_scheduling to use rxq processin...
2017-08-25 Kevin Traynordpif-netdev: Count the rxq processing cycles for an...
2017-08-25 Kevin Traynordpif-netdev: Add rxq processing cycle counters.
2017-08-25 Kevin Traynordpif-netdev: Change polled_queue to use dp_netdev_rxq.
2017-08-25 Fischetti, Antoniodp-packet: Use memcpy on dp_packet elements.
2017-08-25 Fischetti, Antonioconntrack: pass current time to conntrack_execute.
2017-08-25 Darrell Balldp-packet: Refactor DPDK packet initialization.
2017-08-21 Justin Pettitofproto-dpif: Mark packets as "untracked" after call...
2017-08-18 Roi Dayandpif: Fix cleanup of netdev_ports map
2017-08-16 Roi Dayannetdev-tc-offloads: Add prefix to identify source of...
2017-08-15 Joe Stringerovsdb-idl: Rename 'old' to 'old_datum'.
2017-08-15 Joe Stringerovsdb-idl: Avoid new expression.
2017-08-15 Joe Stringerovsdb-idl: Avoid mutable type specifier.
2017-08-15 Joe Stringerovsdb-idl: Avoid class declaration.
2017-08-11 Paul Blakeynetdev-tc-offloads: Offload match on tcp_flags
2017-08-11 Paul Blakeytc: Add matching on tcp flags
2017-08-11 Paul Blakeyodp-util: Put tcp_flags value to netlink if value is 0
2017-08-11 Paul Blakeynetdev-tc-offloads: Add nw_ttl matching using flower
2017-08-11 Paul Blakeymatch: Add helper function to set nw_ttl with mask
2017-08-11 Paul Blakeytc: Add ip layer ttl matching
2017-08-11 Joe Stringernetdev: Free ifidx mapping in netdev_ports_remove().
2017-08-10 Aaron Conolenetdev-dpdk: include dpdk PCI header directly
2017-08-10 Darrell Balldp-packet: Reset DPDK hwol flags on init.
2017-08-09 Joe Stringernetdev-dummy: Fix minor style variation.
next