summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* netdev-linux: Don't set ethtool flags if flag is already set on netdevAnoob Soman2015-09-031-1/+5
* dpif-netdev: Purge all ukeys when reconfigure pmd.Alex Wang2015-09-025-4/+55
* lib/ofpbuf: make ofpbuf_use() staticAndy Zhou2015-09-012-2/+1
* lib/jsonrpc: make use of ofpbuf_use_ds()Andy Zhou2015-09-011-4/+1
* jsonrpc: use json_to_ds to speed up jsonrpc_sendAndy Zhou2015-09-011-2/+4
* lib/ofpbuf: add ofpbuf_use_ds() APIAndy Zhou2015-09-012-0/+11
* lib/ofpbuf: refactor ofpbuf_use__() APIAndy Zhou2015-09-011-7/+6
* lib/dynamic-string: coding style fixAndy Zhou2015-09-011-2/+2
* netdev-windows: Fix typo in call to memcpy().Nithin Raju2015-08-311-1/+1
* flow: Fix MSVC compile errors.Ben Pfaff2015-08-312-4/+4
* tunnel: Support matching on the presence of Geneve options.Jesse Gross2015-08-2810-74/+146
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-2852-528/+484
* ofp-actions: Don't encode variable length fields using NXAST_REG_LOAD.Jesse Gross2015-08-281-4/+4
* flow: Workaround for GCC false-positive compilation error.Jarno Rajahalme2015-08-271-3/+9
* meta-flow: Initialize the whole exact_match_mask.Jarno Rajahalme2015-08-272-8/+13
* sset: New function sset_intersect().Ben Pfaff2015-08-262-0/+17
* meta-flow: Minor refactoring.Jarno Rajahalme2015-08-264-11/+14
* meta-flow: Avoid unnecessary large memset.Jarno Rajahalme2015-08-261-3/+3
* ofproto-dpif-rid: Make lookups cheaper.Jarno Rajahalme2015-08-262-23/+64
* classifier: Retire partitions.Jarno Rajahalme2015-08-265-288/+0
* flow: Add struct flowmap.Jarno Rajahalme2015-08-266-607/+659
* classifier: Pre-compute stage masks.Jarno Rajahalme2015-08-264-152/+157
* coverage: Add coverage_try_clear() for performance-critical threads.Alex Wang2015-08-253-4/+32
* ofp-parse: Add "ipv4" and "ip4" shorthand notations.Justin Pettit2015-08-251-0/+2
* ofp-print: Fix redundant expression.Joe Stringer2015-08-241-1/+1
* ofp-util: For OF1.0, don't wildcard PCP field when 802.1Q header absent.Ben Pfaff2015-08-241-1/+0
* ovsdb-server: Add the ability to push peer-cert.Gurucharan Shetty2015-08-214-1/+5
* tun-metadata: Always set option present when copying data.Jesse Gross2015-08-211-13/+14
* hmap: Ensure iterator is NULL after iteration.Russell Bryant2015-08-211-14/+8
* meta-flow: Fix ip_frag handling in mf_set_wild().Jarno Rajahalme2015-08-201-1/+1
* odp-util: Fix put_nd_key().Jarno Rajahalme2015-08-201-1/+1
* tunneling: Remove gre64 tunnel support.Pravin B Shelar2015-08-202-7/+0
* ofp-util: Use correct error for indirect group with more than one bucket.Ben Pfaff2015-08-191-1/+1
* flow: Ignore invalid ICMPv6 fields when parsing packetsSimon Horman2015-08-131-17/+18
* db-ctl-base: Allow print rows that weak reference to table inAlex Wang2015-08-132-0/+60
* classifier: Do not use mf_value.Jarno Rajahalme2015-08-121-5/+11
* classifier: Simplify minimask_hash().Jarno Rajahalme2015-08-121-29/+9
* classifier: Remove unused hash functions.Jarno Rajahalme2015-08-123-15/+0
* flow: Avoid compile errors.Jarno Rajahalme2015-08-121-15/+24
* classifier: Fix comment.Jarno Rajahalme2015-08-121-4/+3
* ovsdb-idl: Move get_initial_snapshot() to ovsdb-idl.Alex Wang2015-08-102-0/+16
* idl-loop: Move idl-loop into ovsdb-idl library.Alex Wang2015-08-082-0/+91
* netdev-dpdk: Retry tx/rx queue setup until we don't get any failure.Daniele Di Proietto2015-08-061-27/+73
* dpif-netdev: Translate Geneve options per-flow, not per-packet.Jesse Gross2015-08-0513-220/+537
* dpif-netdev: Don't use metaflow to operate on userspace datapath fields.Jesse Gross2015-08-051-27/+5
* dpif-netdev: fix race for queues between pmd threads.Ilya Maximets2015-08-041-4/+12
* treewide: Fix doubled "the".Ben Pfaff2015-08-033-3/+3
* smap: New function smap_get_uuid().Ben Pfaff2015-08-032-2/+15
* bridge: Reconfigure when system interfaces change.Thadeu Lima de Souza Cascardo2015-08-025-1/+215
* rtbsd: support RTM_IFANNOUNCE messagesThadeu Lima de Souza Cascardo2015-08-021-3/+21