summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cmap: Fix example provided for CMAP_FOR_EACH.Justin Pettit2018-02-281-4/+3
* Refer to database manpages in *ctl manpagesMark Michelson2018-02-262-11/+72
* vlog: fix the incorrect zero padding in format_log_messagezhangliping2018-02-261-1/+1
* cmap: Fix bug in CMAP_FOR_EACH_WITH_HASH_PROTECTED.zhangliping2018-02-261-1/+1
* ofp-parse: Include missing ofp-actions.h.Ilya Maximets2018-02-211-0/+1
* ovsdb-idlc: Implement synthetic columns.Ben Pfaff2018-02-162-3/+12
* ofp-meter: Fix use-after-free for decoding meter mods.Ben Pfaff2018-02-161-1/+1
* conntrack: Support conntrack flush by ct 5-tupleYi-Hung Wei2018-02-143-1/+76
* ofp-flow: Fix return value for ofputil_decode_flow_stats_reply().Ben Pfaff2018-02-131-16/+20
* Implement OF1.3 extension for OF1.4 role status feature.Ben Pfaff2018-02-131-17/+16
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-1340-13048/+13495
* json: Make it safe to pass null pointers to json_equal().Ben Pfaff2018-02-061-3/+3
* jsonrpc: Add comment for jsonrpc_msg_to_json().Ben Pfaff2018-02-061-0/+3
* odp-util: Always report ODP_FIT_TOO_LITTLE for IGMP.Ben Pfaff2018-02-061-0/+5
* ofproto-dpif-upcall: Slow path flows that datapath can't fully match.Ben Pfaff2018-02-061-2/+3
* Remove last mentions of 'facet' from comments.Ben Pfaff2018-02-061-1/+1
* netdev-linux: Report netdev change events when mac changed.Tonghao Zhang2018-02-055-3/+15
* util: Use lookup table to optimize hexit_value().Ben Pfaff2018-02-052-29/+16
* ovs-router: fix router entry castWilliam Tu2018-02-011-5/+1
* Add unixctl option for ovn-northdVenkata Anil2018-02-012-1/+28
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2018-02-011-0/+18
|\
| * netdev-dpdk: Add support for vHost dequeue zero copy (experimental)Ciara Loftus2018-01-311-0/+18
* | ovs-vswitchd: Avoid or suppress memory leak warning for glibc aio.Ben Pfaff2018-02-011-0/+10
* | ovs-vswitchd: Fire RCU callbacks before exit to reduce memory leak warnings.Ben Pfaff2018-02-012-2/+55
* | util: Document and rely on ovs_assert() always evaluating its argument.Ben Pfaff2018-02-0110-60/+24
* | Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-018-146/+328
* | ofp-util: New data structure for mapping between table names and numbers.Ben Pfaff2018-01-311-41/+109
* | ofp-actions: Make formatting and parsing functions take a struct argument.Ben Pfaff2018-01-313-694/+507
* | classifier: Refactor interface for classifier_remove().Ben Pfaff2018-01-314-24/+28
|/
* classifier: Fix typo in comment.Ben Pfaff2018-01-301-1/+1
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2018-01-274-17/+89
|\
| * netdev-dpdk: Fix xstats leak on port destruction.Ilya Maximets2018-01-261-1/+4
| * netdev-dpdk: Fix memory leak in netdev_dpdk_configure_xstats().Ilya Maximets2018-01-261-0/+2
| * netdev-dpdk: Fix memory leak in netdev_dpdk_get_custom_stats().Ilya Maximets2018-01-261-0/+2
| * vswitchd: show DPDK versionMatteo Croce2018-01-263-0/+14
| * netdev-dpdk: fix port addition for ports sharing same PCI idYuanhan Liu2018-01-261-15/+55
| * netdev-dpdk: Fix requested MTU size validation.Ian Stokes2018-01-261-1/+12
* | flow: Add some L7 payload data to most L4 protocols that accept it.Ben Pfaff2018-01-273-41/+66
* | flow: Simplify flow_compose_l4().Ben Pfaff2018-01-261-30/+10
|/
* ovs-atomic: Fix typo in comment.Ben Pfaff2018-01-261-1/+1
* tc flower: reorder tunnel encap/decap actionsJohn Hurley2018-01-241-5/+5
* LACP: Check active partner sys idRĂ³bert Mulik2018-01-231-6/+32
* bfd: Send BFD packets with DSCP CS6Venkatesan Pradeep2018-01-231-1/+1
* netdev-linux: do not send packets to down tap ifaces.Flavio Leitner2018-01-221-0/+16
* dpif: geneve: supply dpif function to get ifindexJohn Hurley2018-01-221-1/+1
* dpif: Add support for OVS_ACTION_ATTR_CT_CLEAREric Garver2018-01-207-0/+30
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2018-01-195-325/+686
|\
| * netdev-dpdk: add vhost-user get_status.Flavio Leitner2018-01-171-2/+60
| * dpif-netdev: Add percentage of pmd/core used by each rxq.Kevin Traynor2018-01-171-13/+40
| * dpif-netdev: Reset the rxq current cycle counter on reload.Kevin Traynor2018-01-171-0/+2