summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Remove execute permisson on source filesHuanle Han2016-09-212-0/+0
* token-bucket: Add token_bucket_wait_at().Jarno Rajahalme2016-09-201-3/+4
* netdev: Avoid leaking seq in netdev_open() error path.Huanle Han2016-09-201-0/+1
* ovsdb-idl: Update comments.Ben Pfaff2016-09-191-3/+1
* netdev-dpdk: Fix memory leak in dpdk_mp_{get, put}().Ilya Maximets2016-09-191-2/+7
* netdev-dpdk: Add new 'dpdkvhostuserclient' port typeCiara Loftus2016-09-191-79/+99
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-1917-476/+268
* dpif-provider: Clean up comments around ct functions.Justin Pettit2016-09-191-3/+3
* jsonrpc: Improve comment for jsonrpc_get_status().Justin Pettit2016-09-191-5/+5
* ofp-parse: Fix sparse warnings about comparing ofp_port_ts.Ben Pfaff2016-09-161-1/+2
* xlate: Use dp_hash for select groups.Jarno Rajahalme2016-09-161-10/+6
* ofp-parse: Harden checking with group selection_method.Jarno Rajahalme2016-09-161-0/+12
* ofp-parse: Remove double uninit of group mod if parsing fails.Jarno Rajahalme2016-09-161-4/+0
* socket-util-unix: Avoid buffer read overrun in get_unix_name_len().Ben Pfaff2016-09-151-2/+2
* ofproto: Support packet_outs in bundles.Jarno Rajahalme2016-09-142-27/+143
* coverage: Rename init functions to avoid symbol collisions.Jarno Rajahalme2016-09-141-1/+1
* lib: Refactor mac-learning updates.Jarno Rajahalme2016-09-142-0/+130
* lib: Create $(sysconfdir)/openvswitch upon installFlavio Fernandes2016-09-141-0/+1
* ofproto: Honor mtu_request even for internal ports.Daniele Di Proietto2016-09-023-0/+27
* learn: Fix iteration over learning specs.Ben Pfaff2016-09-022-12/+5
* sflow-agent: Flush freshly-polled sFlow counters promptly.Neil McKee2016-09-021-2/+5
* learn: Avoid nested zero-sized arrays to fix build with MSVC.Jarno Rajahalme2016-09-012-8/+13
* ofp-actions: Waste less memory in set field and load actions.Jarno Rajahalme2016-08-312-83/+132
* ofp-actions: Waste less memory in learn actions.Jarno Rajahalme2016-08-313-40/+72
* object-collection: Remove access to stub.Jarno Rajahalme2016-08-301-5/+0
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-304-318/+24
* daemon: Minor tweaking of man page fragment.Justin Pettit2016-08-122-6/+7
* stream-windows: Disconnect faulty named pipesAlin Serdean2016-08-231-0/+2
* match: Only print external tunnel flags.Jesse Gross2016-08-191-2/+2
* netdev-dpdk: Fix occurance of error logCiara Loftus2016-08-181-0/+2
* netdev-dpdk: Simplify send function for ETH devices.Ilya Maximets2016-08-181-40/+6
* netdev-dpdk: Fix vHost stats.Ilya Maximets2016-08-181-23/+33
* Revert "netdev: do not allow devices to be opened with conflicting types"Thadeu Lima de Souza Cascardo2016-08-161-7/+1
* ovn-trace: New utility.Ben Pfaff2016-08-152-0/+122
* meta-flow: New functions mf_subfield_copy() and mf_subfield_swap().Ben Pfaff2016-08-153-33/+74
* netdev-dpdk: vHost client mode and reconnectCiara Loftus2016-08-151-26/+110
* netdev-dpdk: Consistent naming for vhostCiara Loftus2016-08-151-17/+8
* netdev-dpdk: Remove dpdkvhostcuse portsCiara Loftus2016-08-151-105/+5
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-155-36/+70
* ovsdb-idl: Style and comment improvements for conditional replication.Ben Pfaff2016-08-153-51/+94
* ovsdb-idl: Fix memory leak in ovsdb_idl_condition_add_clause().Ben Pfaff2016-08-151-1/+1
* ovsdb-idl: Fix double-remove in ovsdb_idl_condition_reset().Ben Pfaff2016-08-151-1/+0
* netdev-dpdk: Do not attempt to initialise flow control for 'dpdkr' portsCiara Loftus2016-08-151-21/+40
* netdev-dpdk: Use rte_eth_is_valid_port instead of manual checkCiara Loftus2016-08-151-2/+3
* tests: Add a new MTU test.Daniele Di Proietto2016-08-151-1/+4
* netdev-dummy: Add dummy-internal class.Daniele Di Proietto2016-08-152-3/+13
* netdev: Pass 'netdev_class' to ->run() and ->wait().Daniele Di Proietto2016-08-156-16/+22
* Fix copyright statements from commit f1ab6e06Ryan Moats2016-08-142-2/+4
* ovsdb: Add/use partial set updates.Ryan Moats2016-08-146-99/+516
* ovn-northd: Add logical flows to support DHCPv6Numan Siddique2016-08-141-0/+1