summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* db-ctl-base: Propagate errors from the commands parser.Jakub Sitnicki2018-07-232-12/+24
* db-ctl-base: Propagate error from parse_command().Jakub Sitnicki2018-07-231-20/+43
* ovsdb-idl: Allow monitoring columns that are already monitored.Jakub Sitnicki2018-07-231-1/+15
* table: Introduce a constant for default table style.Jakub Sitnicki2018-07-231-0/+2
* netdev-bsd: Fix crash on FreeBSD.Olivier Cochard-Labbé2018-07-111-2/+1
* conntrack: Fix conn_update_state_alg use after free.Darrell Ball2018-07-111-2/+5
* conntrack: Fix using alg_exp_entry out of scope.Ilya Maximets2018-07-101-1/+1
* table: New function table_format() for formatting a table as a string.Ben Pfaff2018-07-102-104/+121
* flow: Fix buffer overread for crafted IPv6 packets.Ben Pfaff2018-07-091-1/+1
* treewide: Remove pointless "return;" at ends of functions.Ben Pfaff2018-07-093-7/+0
* db-ctl-base: Don't die in cmd_add() on error.Jakub Sitnicki2018-07-091-1/+2
* ofp-group: Don't assert-fail decoding bad OF1.5 group mod type or command.Ben Pfaff2018-07-061-2/+2
* DNS: Fix build issue with dns_resolve_init().Justin Pettit2018-07-061-1/+1
* ofproto: Add CLI commands to show and clear mac_learning statisticsEelco Chaudron2018-07-062-1/+2
* mac-learning: Add per mac learning instance countersEelco Chaudron2018-07-062-0/+23
* mac-learning: Add additional mac-learning coverage countersEelco Chaudron2018-07-061-0/+6
* dpif-netdev: Fix a couple of comments for dp_netdev_run_meter().Justin Pettit2018-07-061-4/+4
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2018-07-069-137/+1598
|\
| * dpdk: Support both shared and per port mempools.Ian Stokes2018-07-064-98/+215
| * dpif-netdev: do hw flow offload in a threadYuanhan Liu2018-07-061-90/+258
| * netdev-dpdk: add debug for rte flow patternsYuanhan Liu2018-07-061-0/+177
| * netdev-dpdk: implement flow offload with rte flowFinn Christensen2018-07-061-1/+557
| * dpif-netdev: retrieve flow directly from the flow markYuanhan Liu2018-07-064-6/+121
| * flow: Introduce IP packet sanity checksYuanhan Liu2018-07-061-32/+69
| * dpif-netdev: associate flow with a mark idYuanhan Liu2018-07-062-0/+291
* | DNS: Add basic support for asynchronous DNS resolvingYifeng Sun2018-07-069-27/+440
* | dpif-netlink-rtnl: Retry smaller MTU when default MAX_MTU is too large.Yifeng Sun2018-07-061-9/+20
|/
* ofp-actions: Fix undefined behavior shifting 'int' 16 places left.Ben Pfaff2018-07-051-1/+2
* json: Avoid signed integer overflow in parsing exponents.Ben Pfaff2018-07-051-2/+11
* ofp-actions: Fix buffer overread in decode_LEARN_specs().Ben Pfaff2018-07-051-1/+1
* ofp-actions: Avoid buffer overread in BUNDLE action decoding.Ben Pfaff2018-07-051-6/+7
* ofproto-dpif: Let the dpif report when a port is a duplicate.Ben Pfaff2018-07-051-2/+7
* netdev-linux: Fix segfault in update_lag().Tiago Lam2018-07-051-1/+7
* db-ctl-base: Use boolean variable values.Darrell Ball2018-07-051-1/+1
* conntrack: Fix fragmentation checks.Darrell Ball2018-07-051-33/+22
* db-ctl-base: Fix compilation warnings.Ian Stokes2018-07-051-6/+4
* rconn: Suppress 'connected' log for unreliable connections.Ilya Maximets2018-07-051-1/+1
* db-ctl-base: Don't die in cmd_destroy() on error.Jakub Sitnicki2018-07-031-2/+6
* db-ctl-base: Don't die in cmd_clear() on error.Jakub Sitnicki2018-07-031-2/+3
* db-ctl-base: Don't die in cmd_remove() on error.Jakub Sitnicki2018-07-031-4/+5
* db-ctl-base: Don't die in cmd_get() on error.Jakub Sitnicki2018-07-031-7/+14
* db-ctl-base: Kill die_if_error() helper.Jakub Sitnicki2018-07-031-8/+0
* db-ctl-base: Fix resource deallocation on error path in cmd_find().Jakub Sitnicki2018-07-031-0/+1
* db-ctl-base: Fix resource deallocation on error path in cmd_list().Jakub Sitnicki2018-07-031-0/+1
* db-ctl-base: Fix resource deallocation on error path in cmd_get().Jakub Sitnicki2018-07-031-0/+1
* db-ctl-base: Stop using die_if_error().Jakub Sitnicki2018-07-031-65/+229
* db-ctl-base: Extend ctl_context with an error message.Jakub Sitnicki2018-07-032-0/+25
* db-ctl-base: Don't die in ctl_set_column() on error.Jakub Sitnicki2018-07-032-8/+16
* db-ctl-base: Don't die in pre_list_columns() on error.Jakub Sitnicki2018-07-031-4/+9
* db-ctl-base: Don't die in pre_parse_column_key_value() on error.Jakub Sitnicki2018-07-031-12/+17