summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* json: Avoid extra memory allocation and string copy parsing object members.Ben Pfaff2018-03-312-2/+30
* seq: Avoid some "possible leak" warnings from valgrind.Ben Pfaff2018-03-311-1/+1
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-314-41/+75
* flow, match, classifier: Add new functions for miniflow and minimatch.Ben Pfaff2018-03-314-0/+94
* flow: Improve type-safety of MINIFLOW_GET_TYPE.Ben Pfaff2018-03-314-7/+23
* match: Add 'tun_md' member to struct minimatch.Ben Pfaff2018-03-312-1/+23
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2018-03-312-30/+40
|\
| * netdev-dpdk: Limit rate of DPDK logs.Ilya Maximets2018-03-231-4/+6
| * netdev-dpdk: Remove 'error' from non error log.Kevin Traynor2018-03-231-2/+2
| * netdev-dpdk: Fix print format for dpdk port ids.Ilya Maximets2018-03-231-24/+32
* | lib/tc: Fix sparse warnings.Ian Stokes2018-03-311-4/+5
* | lib/netdev-tc-offloads: Fix frag first/later translationRoi Dayan2018-03-291-6/+13
* | ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-2412-143/+653
* | ovsdb: Add support for online schema conversion.Ben Pfaff2018-03-242-0/+19
* | ovsdb-idl: Break out database-specific stuff into new data structure.Ben Pfaff2018-03-243-479/+627
* | jsonrpc: Allow jsonrpc_session to have more than one remote.Ben Pfaff2018-03-244-6/+71
* | reconnect: Add ability to do a number of retries without backoff.Ben Pfaff2018-03-242-17/+42
|/
* netdev-tc-offloads: Add support for IP fragmentationRoi Dayan2018-03-213-6/+47
* lib/tc: Handle error parsing action in nl_parse_single_actionRoi Dayan2018-03-211-6/+11
* odp-util: Print eth() for Ethernet flows if packet_type is absent.Ben Pfaff2018-03-141-0/+31
* Clean up some minor spelling and typos.Justin Pettit2018-03-142-3/+3
* ovs-vsctl: Include bfd_status in "show" output for interfacesMiguel Angel Ajo2018-03-141-1/+1
* ofp-print: Move much of the printing code into message-specific files.Ben Pfaff2018-03-1411-1485/+1547
* ofp-match: Make some public functions static.Ben Pfaff2018-03-141-2/+2
* ofp-flow: Move parse_ofp_flow_mod_str() into correct file.Ben Pfaff2018-03-142-30/+30
* ofp-packet: Better abstract packet-in format.Ben Pfaff2018-03-142-46/+51
* ofp-protocol: Better abstract changing the protocol used for flow matches.Ben Pfaff2018-03-143-93/+132
* ovsdb-idl: Use modern form of <monitor-requests>.Ben Pfaff2018-03-141-1/+2
* ofp-util: Use consistent naming convention.Ben Pfaff2018-02-283-4/+4
* Don't shadow variables.Justin Pettit2018-02-283-39/+40
* ovs-numa: Prevent shadowing 'dummy_config'.Justin Pettit2018-02-282-25/+11
* db-ctl-base: Don't shadow 'invalidate_cache' callback.Justin Pettit2018-02-282-5/+5
* Don't shadow iterator values.Justin Pettit2018-02-282-5/+4
* dp-packet: Add index to DP_PACKET_BATCH_FOR_EACH to prevent shadowing.Justin Pettit2018-02-288-40/+38
* cmap: Allow CMAP_FOR_EACH to be nested without shadowing variables.Justin Pettit2018-02-281-3/+12
* Don't shadow global VLOG "rl" definition.Justin Pettit2018-02-283-15/+15
* 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