summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* erspan: add big endian bit fields.William Tu2018-08-211-0/+21
* socket-util: Rate limit logs for bind attempts.Ben Pfaff2018-08-201-1/+2
* netdev-linux: Avoid division by 0 if kernel reports bad scheduler data.Ben Pfaff2018-08-201-1/+1
* ofp-group: Fix memory leak in error cases parsing group requests.Ben Pfaff2018-08-171-2/+2
* ofp-port: Fix null dereference parsing Intel custom statistics.Ben Pfaff2018-08-171-1/+1
* ofp-actions: Avoid assertion failure for clone(ct(...bad actions...)).Ben Pfaff2018-08-171-6/+10
* dpif-netlink: Prevent abort in probe_broken_meters().Justin Pettit2018-08-171-9/+17
* dpctl: Implement dpctl commands for conntrack per zone limitYi-Hung Wei2018-08-174-3/+268
* dpctl: Export next argument to be parsed in opt_dpif_open().Yi-Hung Wei2018-08-171-14/+23
* dpif-netlink: Implement conntrack zone limitYi-Hung Wei2018-08-171-3/+190
* ct-dpif: Helper functions for conntrack zone limitYi-Hung Wei2018-08-172-0/+25
* dpif: Support conntrack zone limit.Yi-Hung Wei2018-08-175-0/+77
* ofp-ed-props: Fix hang for crafted OpenFlow encap/decap properties.Ben Pfaff2018-08-161-1/+1
* dns-resolve: Fix a bug that frees node inside HMAP_FOR_EACHYifeng Sun2018-08-161-2/+2
* ovsdb-idl: Adjust indexes during transactions.Ben Pfaff2018-08-161-2/+23
* dpif-netlink: Probe for broken Linux meter implementations.Justin Pettit2018-08-161-0/+59
* dpif: Don't pass in '*meter_id' to meter_set commands.Justin Pettit2018-08-165-21/+21
* dpctl: Make opt_dpif_open() more general.Darrell Ball2018-08-151-5/+39
* netdev: Retry getting interfaces on inconsistent dumps from kernelDaniel Alvarez2018-08-151-0/+17
* tests: Use environment variable for default timeout.Ilya Maximets2018-08-152-0/+20
* ovsdb-idl: Track changes for table references.Han Zhou2018-08-141-4/+19
* ovsdb-idl.c: Update conditions when handling change tracking list.Han Zhou2018-08-141-11/+5
* ovsdb-idl: Remove a misleading comment for change tracking.Han Zhou2018-08-141-3/+1
* ovsdb-idl.c: Fix IDL index problem when rows are updated.Han Zhou2018-08-131-0/+2
* tests: Don't log to syslog during tests.Ben Pfaff2018-08-096-4/+110
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2018-08-083-67/+29
|\
| * ofp-port: Drop of useless indirection in ofputil_pull_ofp14_port_stats().Ben Pfaff2018-08-081-28/+2
| * ofp-port: Fix buffer overread parsing Intel custom statistics.Ben Pfaff2018-08-081-30/+20
| * netdev-dpdk: Use hex for PCI vendor ID.Kevin Traynor2018-08-081-1/+1
| * netdev-dpdk: Fix failure to configure flow control at netdev-init.Sugesh Chandran2018-08-081-8/+6
| * dpif-netdev: Fix zero length keys insertion to EMC.Ilya Maximets2018-08-081-1/+1
* | unixctl: Style fix.Ben Pfaff2018-08-081-1/+1
|/
* table: fix html buffer outputAaron Conole2018-08-081-1/+1
* table: append newline when printing tablesAaron Conole2018-08-081-0/+1
* dns-resolve: Only ask unbound to read /etc/resolv.conf if it exists.Ben Pfaff2018-08-071-6/+10
* ovn-nbctl: Make daemon mode more transparent.Ben Pfaff2018-08-072-1/+23
* ovn-nbctl: Separate command-line options parsing and interpretation.Ben Pfaff2018-08-072-0/+118
* unixctl: Make path to unixctl_server socket available to the client.Ben Pfaff2018-08-072-24/+30
* stream-ssl: Define SSL_OP_NO_SSL_MASK for OpenSSL versions that lack it.Ben Pfaff2018-08-061-0/+6
* dpctl: Simplify dpctl_flush_conntrack.Darrell Ball2018-08-061-42/+16
* db-ctl-base: Fix build with gcc 7.3 with O3.Darrell Ball2018-08-031-1/+1
* stream-ssl: Don't enable new TLS versions by defaultTimothy Redaelli2018-08-031-2/+1
* pcap-file: Fix formatting of log message.Ben Pfaff2018-08-031-1/+1
* meta-flow: Make mf_vl_mff_mf_from_nxm_header() require a valid field.Ben Pfaff2018-08-031-1/+3
* nx-match: Fix memory leak in oxm_pull_field_array() error case.Ben Pfaff2018-08-031-2/+3
* unixctl: Use absolute paths on Windows too.Ben Pfaff2018-08-031-11/+2
* util: Fix abs_file_name() bugs on Windows.Ben Pfaff2018-08-032-19/+42
* lib/tc: Support matching on ip tunnel tos and ttlOr Gerlitz2018-08-013-2/+36
* lib/tc: Support setting tos and ttl for TC IP tunnelsOr Gerlitz2018-08-013-2/+35
* lib/tc: Support matching on ip tosOr Gerlitz2018-08-014-2/+22