summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tun-metadata: Avoid MSVC compile error on 64-bit builds for 0-length array.Ben Pfaff2015-09-281-1/+6
* nl_sock_fd is not used under MSVCAlin Serdean2015-09-282-5/+4
* dpdk: fix compiler warnings on 32bit buildAndy Zhou2015-09-241-7/+7
* Include headers where ovs_rundir is used.Alin Serdean2015-09-231-0/+1
* Include headers when using ovs_rundirAlin Serdean2015-09-231-0/+2
* poll-loop: Fix assertion in poll_create_node().Ilya Maximets2015-09-221-2/+2
* dpif-netdev: Exact match non-presence of vlans.Jarno Rajahalme2015-09-182-0/+11
* stream-ssl: Get peer-ca-cert functionality to work.Gurucharan Shetty2015-09-181-1/+1
* ofp-util: Fix struct ofputil_requestforward union membership.Ben Pfaff2015-09-181-4/+4
* ovs-router: Include ovs-router.h as first header.Thadeu Lima de Souza Cascardo2015-09-171-1/+3
* ovs-router: Add missing ds_destroy after ds was put.Thadeu Lima de Souza Cascardo2015-09-171-0/+1
* tnl-port: Fix list iteration.Pravin B Shelar2015-09-141-4/+4
* db-ctl-base: Make 'cmd_show_tables' argument to ctl_init() optional.Ben Pfaff2015-09-141-3/+14
* tunnel: Validate IP header for userspace tunneling.Jesse Gross2015-09-131-0/+27
* ofp-actions: Allow special handling for nested actions.Joe Stringer2015-09-111-28/+79
* dpif-netdev: Check for PKT_RX_RSS_HASH flag.Daniele Di Proietto2015-09-116-6/+32
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-096-31/+226
* tnl-arp-cache: Add a command to add or modify an ARP cache entry.Ben Pfaff2015-09-091-19/+48
* pcap-file: Flush packets to operating system immediately.Ben Pfaff2015-09-091-1/+3
* tun-metadata: Provide error messages during auto-allocation.Jesse Gross2015-09-096-30/+88
* ofp-parse: Allow ofctl flow monitor filtering on field existence.Jesse Gross2015-09-091-17/+15
* ofp-parse: Separate fields properly.Jesse Gross2015-09-091-27/+11
* netdev-dpdk: Add some missing statistics.Timo Puha2015-09-091-10/+76
* smap: New macro SMAP_CONST1 for initializing immutable 1-member smaps.Ben Pfaff2015-09-082-0/+25
* tnl-ports: Add destination IP and MAC address to the match.Pravin B Shelar2015-09-084-29/+270
* dpdk: add support for v2.1.0Timo Puha2015-09-081-3/+9
* netdev-dpdk: Fix build failure due to new struct eth_addr.Aaron Conole2015-09-052-4/+5
* packets: Avoid compile errors.Aaron Conole2015-09-041-2/+2
* 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