summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* userspace: return correct ipv6 header len.William Tu2018-04-041-1/+1
* ofp-flow: minimatch is initialized twice.Yifeng Sun2018-04-041-1/+0
* ovsdb-idl: properly destroy ovsdb_idl.serverYifeng Sun2018-04-041-0/+1
* ovsdb-idl: omit_alert should implicitly turn off tracking.Han Zhou2018-04-041-3/+3
* tests: Add tests for stopwatch moduleJakub Sitnicki2018-04-031-1/+1
* stopwatch: Add API for waiting until samples have been processedJakub Sitnicki2018-04-032-8/+29
* stopwatch: Add API for retrieving calculated statisticsJakub Sitnicki2018-04-032-0/+47
* Add stopwatch timing APIMark Michelson2018-04-033-0/+526
* ofp-actions: Correct execution of encap/decap actions in action setJan Scheurich2018-04-031-3/+3
* ovs-vswitchd: Do not use system routing table with --disable-system.Ben Pfaff2018-04-032-2/+20
* v2 netlink-socket: Fix broken build on WindowsAlin Gabriel Serdean2018-04-031-0/+2
* netdev-linux: fail ops not supporting remote netns.Flavio Leitner2018-03-312-15/+121
* netlink linux: enable listening to all nsidsFlavio Leitner2018-03-317-8/+45
* netdev-linux: use netlink to update netdev.Flavio Leitner2018-03-311-3/+111
* netnsid: update device only if netnsid matches.Flavio Leitner2018-03-313-6/+67
* netlink: provide network namespace id from a msg.Flavio Leitner2018-03-317-12/+193
* 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