summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idl: Tolerate initialization races for singleton tables.Ben Pfaff2017-12-112-4/+21
* ovsdb-idl: Remove 'uuid' member of struct ovsdb_idl.Ben Pfaff2017-12-111-16/+4
* ovsdb-idl: Fix assertion failure on error path parsing server reply.Ben Pfaff2017-12-111-2/+2
* ovsdb-idl: Fix indentation in a couple of places.Ben Pfaff2017-12-111-9/+9
* ovsdb-idl: Improve comments.Ben Pfaff2017-12-111-14/+48
* conntrack: Fix icmp error address sanity check.Darrell Ball2017-12-111-5/+2
* conntrack: Disable algs by default.Darrell Ball2017-12-111-5/+27
* conntrack: Allow specified alg port numbers.Darrell Ball2017-12-113-18/+33
* conntrack: Refactor algs.Darrell Ball2017-12-111-55/+101
* dpif-netdev: Avoid "sparse" warning.Ben Pfaff2017-12-111-2/+4
* daemon-unix: include missing help informationAaron Conole2017-12-111-0/+2
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2017-12-115-124/+169
|\
| * netdev-dpdk: extend netdev_dpdk_get_status to include if_type and if_descrMichal Weglicki2017-12-081-0/+9
| * Revert "dpif_netdev: Refactor dp_netdev_pmd_thread structure."Ilya Maximets2017-12-081-91/+69
| * netdev-dpdk: vHost IOMMU supportMark Kavanagh2017-12-084-4/+31
| * netdev-dpdk: DPDK v17.11 upgradeMark Kavanagh2017-12-081-2/+3
| * dpif-netdev: Fix memory leakYifeng Sun2017-12-081-0/+3
| * dpif-netdev: Calculate rxq cycles prior to compare_rxq_cycles calls.Kevin Traynor2017-12-081-11/+13
| * dpif-netdev: Rename rxq_cycle_sort to compare_rxq_cycles.Kevin Traynor2017-12-081-2/+2
| * dpif-netdev: Add port/queue tiebreaker to rxq_cycle_sort.Kevin Traynor2017-12-081-3/+12
| * netdev-dpdk: Remove uneeded call to rte_eth_dev_count().Kevin Traynor2017-12-081-4/+2
| * netdev-dpdk: Add comment about variables naming convention.Ilya Maximets2017-12-081-0/+17
| * netdev-dpdk: Fix variables naming in set_admin_state function.Ilya Maximets2017-12-081-9/+10
* | stream-unix: Give accepted sockets distinct names for log messages.Ben Pfaff2017-12-081-3/+12
|/
* ovsdb-data: Add OVS_WARN_UNUSED_RESULT annotations to function definitions.Ben Pfaff2017-12-081-2/+2
* datapath-windows: Correct endianness for deleting zone.Justin Pettit2017-12-071-1/+1
* dpctl: Support flush conntrack by conntrack 5-tupleYi-Hung Wei2017-12-074-20/+185
* ct-dpif,dpif-netlink: Support conntrack flush by ct 5-tupleYi-Hung Wei2017-12-078-14/+142
* dpctl: Fix comment describing get_one_dp().Justin Pettit2017-12-071-2/+2
* odp-util: Fix another hang in NSH action parsing.Ben Pfaff2017-12-011-1/+1
* lib, ovsdb: Adapt headers for C++ usageYi-Hung Wei2017-12-019-0/+73
* odp-util: Fix parsing corner case for encap_nsh() actions.Ben Pfaff2017-12-011-0/+3
* netdev: netdev_get_etheraddr is not functioning as advertised.Yifeng Sun2017-11-301-1/+7
* odp-execute: Add helpful comment to odp_execute_actions().Ben Pfaff2017-11-301-0/+9
* odp-execute: Skip processing actions when batch is emptiedVishal Deep Ajmera2017-11-301-3/+6
* cmap: Use PADDED_MEMBERS macro for cmap_bucket padding.Ilya Maximets2017-11-301-24/+19
* dpif: Fix memory leakYifeng Sun2017-11-291-0/+1
* flow: Avoid buffer overread in parse_nsh() for malformed packet.Ben Pfaff2017-11-291-1/+1
* types: New macros ETH_ADDR_C and ETH_ADDR64_C.Ben Pfaff2017-11-294-16/+11
* util: Make xmalloc_cacheline() allocate full cachelines.Ben Pfaff2017-11-291-28/+32
* smap: Return default on failure in smap_get_int/ullong.Ilya Maximets2017-11-291-6/+19
* util: Introduce str_to_ullong() helper function.Ilya Maximets2017-11-292-0/+19
* util: Check ranges on string to int/long conversion.Ilya Maximets2017-11-291-2/+12
* ovs-ofctl: Fix bad free in colors_parse_from_env().Lili Huang2017-11-291-1/+2
* tunnel: Fix deletion of datapath tunnel ports in case of reconfigurationBalazs Nemeth2017-11-282-6/+7
* process: Extend get_process_info() for additional fields.Bhanuprakash Bodireddy2017-11-282-20/+25
* util: Add high resolution sleep support.Bhanuprakash Bodireddy2017-11-284-0/+56
* Update mailing list archive pointers to the current server.Justin Pettit2017-11-272-4/+4
* odp-util: Fix buffer overread in parsing string form of ODP flows.Ben Pfaff2017-11-271-1/+1
* tc: Fix build breakage on GCC 7 by annotating fall-through.Ben Pfaff2017-11-271-0/+2