summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ovn: Make it possible for CMS to detect when the OVN system is up-to-date.Ben Pfaff2016-07-262-2/+13
* flow: Verify that tot_len >= ip_len in miniflow_extract().Ben Pfaff2016-07-261-1/+1
* Windows: daemon-windows lockfileAlin Serdean2016-07-261-1/+1
* util: Expose function nullable_string_is_equal.Ilya Maximets2016-07-253-12/+9
* netdev-dpdk: remove duplicated code in netdev_dpdk_get_statusxubinbin2016-07-251-2/+0
* netdev-dpdk: Apply batch truncation API.William Tu2016-07-251-7/+4
* windows: Added lockf function and lock PID filePaul Boca2016-07-251-0/+41
* Explain initialization when using csum()Ryan Moats2016-07-243-0/+5
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-2274-702/+88
* netdev-dummy: fix crash with more than one passive connectionLance Richardson2016-07-221-8/+13
* netdev-provider: Apply batch object to netdev provider.William Tu2016-07-216-130/+106
* packets: Fix in6_is_lla() on systems without s6_addr32 defined.Justin Pettit2016-07-191-2/+3
* packets: Add in6_is_lla() function.Justin Pettit2016-07-191-0/+12
* packets: Define RSO flags.Justin Pettit2016-07-191-0/+4
* packets: Rename "rco_flags" to "rso_flags".Justin Pettit2016-07-192-5/+5
* packets: Introduce xor and is_zero functions on IPv6 addresses.Justin Pettit2016-07-192-13/+36
* stream-unix: only use path-based socket namesThadeu Lima de Souza Cascardo2016-07-193-4/+6
* lib: add monitor_cond_change API to C IDL libLiran Schour2016-07-186-2/+328
* lib: add to ovsdb-idl monitor_idLiran Schour2016-07-182-6/+12
* ovsdb-client: support monitor-cond methodLiran Schour2016-07-181-14/+14
* ovn-controller: Persist ovn flow tablesRyan Moats2016-07-181-1/+10
* datapath: backport: libnl: nla_put_be64(): align on a 64-bit areaPravin B Shelar2016-07-171-0/+2
* ofp-actions: Remove XXX comment for write-actions in ofpacts_format().Ben Pfaff2016-07-141-1/+0
* ofp-actions: Translate OF1.1+ mod_nw_ttl action to OF1.0 properly.Ben Pfaff2016-07-141-1/+3
* ofp-actions: Translate mod_nw_ecn action to OF1.1 properly.Ben Pfaff2016-07-141-5/+23
* ofp-actions: Translate OF1.0 "enqueue" actions for OF1.1+.Ben Pfaff2016-07-141-1/+7
* ofp-actions: Add extension to support "group" action in OF1.0.Ben Pfaff2016-07-141-8/+4
* token-bucket: Correctly truncate existing tokens.Eziz Durdyyev2016-07-141-1/+1
* Windows: Use NETLINK_NETFILTER instead of NETLINK_GENERICSairam Venugopal2016-07-132-8/+1
* Windows: Add support for handling protocol (netlink family)Sairam Venugopal2016-07-131-0/+75
* sset: New function sset_from_delimited_string().Ben Pfaff2016-07-132-1/+23
* dpctl: Fix shadowed iterator in show_dpif().Justin Pettit2016-07-131-7/+4
* Introduce 128-bit xxregs.Justin Pettit2016-07-125-0/+81
* Increase number of registers to 16.Justin Pettit2016-07-125-12/+12
* dpif-netdev: Remove PMD latency on seq_mutexFlavio Leitner2016-07-085-8/+89
* netdev-dummy: Add n_txq option.Ilya Maximets2016-07-081-25/+7
* netdev-dpdk: Obtain number of queues for vhost ports from attached virtio.Ilya Maximets2016-07-082-77/+68
* netdev-linux: Do not log a warning if the device is down.Daniele Di Proietto2016-07-061-7/+12
* netdev-dpdk: Use instant sending instead of queueing of packets.Ilya Maximets2016-07-061-87/+14
* lib: Remove extra API dependency for ovs_thread_create()Andy Zhou2016-07-051-1/+1
* netlink-notifier: Avoid valgrind possible leak warning.Ben Pfaff2016-07-051-2/+2
* netlink: Avoid passing NULL pointer to memcpy(), even with zero length.William Tu2016-07-021-1/+1
* Fix dead assignments.William Tu2016-07-021-1/+0
* ofproto: Add relaxed group_mod command ADD_OR_MODJan Scheurich2016-07-023-1/+14
* ovn: Add 'na' action and lflow for NDZong Kai LI2016-07-022-0/+33
* flow: New function is_nd().Ben Pfaff2016-07-025-22/+28
* Windows: Ignore the dpif conversions for windows in netlink-conntrack.cSairam Venugopal2016-07-011-0/+10
* Windows: Add conntrack dump and flush support in userspaceSairam Venugopal2016-07-013-16/+42
* lib: Use a more accurate value for CPU count (sched_getaffinity).David Marchand2016-07-011-63/+15
* bridge: fix windows buildAnsis Atteka2016-06-291-1/+1