summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* bfd: Allow setting OAM bit when encapsulated in tunnel.Jesse Gross2016-06-292-2/+7
* bridge: allow OVS to interact with controller through sockets outside run dirAnsis Atteka2016-06-274-0/+49
* util: New function nullable_xstrdup().Ben Pfaff2016-06-267-12/+17
* ofp-util: Zero out padding bytes in ofputil_ipfix_stats_to_reply().Ben Pfaff2016-06-261-0/+1
* netdev-dpdk: Fix using uninitialized link_status.Ilya Maximets2016-06-241-1/+3
* ovsdb-idl: Fix issues detected in Partial Map Update featureLutz, Arnoldo2016-06-242-1/+12
* netdev-dummy: Allow configuring the numa_id for testing purposes.Daniele Di Proietto2016-06-241-6/+19
* ofp-actions: Add truncate action.William Tu2016-06-2413-4/+291
* netdev-linux: Add new QoS type linux-noop.bschanmu@redhat.com2016-06-231-1/+48
* ovn-controller: Add 'put_dhcp_opts' action in ovn-controllerNuman Siddique2016-06-231-0/+13
* netlink-notifier: change message to a less scary oneThadeu Lima de Souza Cascardo2016-06-231-1/+1
* tun-metadata: Use correct offset when accessing fragmented metadata.Jesse Gross2016-06-211-2/+2
* netdev-dpdk: NUMA Aware vHost UserCiara Loftus2016-06-171-3/+34
* ipfix: Support tunnel information for Flow IPFIX.Benli Ye2016-06-173-16/+85
* netdev-dpdk: Remove vhost send retries when no packets have been sent.Kevin Traynor2016-06-141-28/+6
* ofp-util: Fix parsing of parenthesized values within key-value pairs.Ben Pfaff2016-06-141-44/+67
* ovs-ofctl: Fixed PID file naming on windowsPaul Boca2016-06-141-2/+6
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-143-0/+185
* ovs-vsctl: Support identifying Flow_Sample_Collector_Set records by id.Ben Pfaff2016-06-131-11/+24
* netlink-notifier: Support multiple groups.Jarno Rajahalme2016-06-134-58/+71
* dpif-netdev: Print installed flows in dpif format.Jesse Gross2016-06-131-5/+17
* odp-util: Remove odp_in_port from struct odp_flow_key_parms.Jesse Gross2016-06-134-14/+3
* packets: Parse IP address strings with a zero length prefix.Justin Pettit2016-06-111-5/+5
* ovn-controller: Fix memory leak reported by valgrind.William Tu2016-06-101-0/+1
* ovs-numa: Fix a compilation errorYAMAMOTO Takashi2016-06-091-1/+1
* vswitchd: Add --dummy-numa command line option.Daniele Di Proietto2016-06-072-27/+148