summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* db-ctl-base: Don't die in pre_get_table() on error.Jakub Sitnicki2018-07-031-13/+20
* db-ctl-base: Don't die in pre_get_column() on error.Jakub Sitnicki2018-07-031-6/+10
* db-ctl-base: Don't die in ctl_get_row() on error.Jakub Sitnicki2018-07-032-25/+31
* db-ctl-base: Don't die in get_row_by_id() on multiple matches.Jakub Sitnicki2018-07-031-5/+18
* db-ctl-base: Don't die in create_symbol() on error.Jakub Sitnicki2018-07-031-8/+16
* db-ctl-base: Don't die in set_column() on error.Jakub Sitnicki2018-07-031-20/+41
* db-ctl-base: Don't die in check_mutable() on error.Jakub Sitnicki2018-07-031-7/+10
* db-ctl-base: Don't die in is_condition_satisfied() on error.Jakub Sitnicki2018-07-031-18/+47
* db-ctl-base: Don't die in get_table() on error.Jakub Sitnicki2018-07-031-22/+29
* db-ctl-base: Don't die in parse_column_names() on error.Jakub Sitnicki2018-07-031-6/+13
* netdev-tc-offloads: Fix probing multi mask per prioRoi Dayan2018-07-021-8/+17
* netdev-linux: monitor and offload LAG slaves to TCJohn Hurley2018-06-291-0/+73
* netdev-linux: assign LAG devs to tc blocksJohn Hurley2018-06-291-5/+29