summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ovsdb: Don't add ovsdb-server.c to libovsdb.Gurucharan Shetty2014-07-182-1/+1
* lib/classifier: Clarify subtable skipping.Jarno Rajahalme2014-07-181-14/+12
* lib/classifier: Return all matching prefix lengths from trie lookup.Jarno Rajahalme2014-07-181-36/+48
* lib/classifier: Change local variable names.Jarno Rajahalme2014-07-181-12/+13
* lib/classifier: Unify struct classifier and cls_classifier.Jarno Rajahalme2014-07-183-108/+76
* netdev-dpdk: Refactor dpdk_class_init()Daniele Di Proietto2014-07-171-24/+16
* ofproto: Report controller rate limiting statistics in database.Ben Pfaff2014-07-175-32/+136
* smap: New function smap_add_nocopy().Ben Pfaff2014-07-172-2/+12
* Simplify ofproto_controller_info by using a struct smap in place of array.Ben Pfaff2014-07-173-34/+12
* pinsched: Report queued packet count correctly.Ben Pfaff2014-07-171-7/+3
* vswitch.xml: Fix typo in documentation.Ben Pfaff2014-07-171-1/+1
* stp: Make stp-disabled port forward stp bpdu packets.Alex Wang2014-07-163-15/+32
* cmap: Fix cmap_next_position()Daniele Di Proietto2014-07-162-2/+20
* netdev-dpdk: add dpdk rings to netdev-dpdkmaryam.tahhan2014-07-167-99/+545
* netlink-socket: Simplify multithreaded dumping to match Linux reality.Ben Pfaff2014-07-163-84/+107
* Factor the ovsdb-server main loop into a new functionEric Sesterhenn2014-07-162-66/+79
* CodingStyle: Add suggested GNU indent options.Ben Pfaff2014-07-162-0/+8
* dpif: Update documentation for RCU-protected actions.Joe Stringer2014-07-163-6/+12
* tests: Use the 'LARGE_MSECS' variation of time/warp at more places.Gurucharan Shetty2014-07-155-31/+18
* debian: Automatically start openvswitch before first invocation of ovs-vsctl.Gurucharan Shetty2014-07-152-0/+31
* debian: Option to create patch ports through 'interfaces'Gurucharan Shetty2014-07-152-6/+40
* lib/coverage: Removed set but not used variablesDaniele Di Proietto2014-07-151-4/+0
* datapath: Check for NULL upcall_portids.Pravin B Shelar2014-07-151-0/+3
* netlink-socket: Fix handling socket allocation failure in nl_dump_start().Ben Pfaff2014-07-151-7/+6
* netlink-socket: Refill comment to fit within 79 columns.Ben Pfaff2014-07-151-8/+8
* dpif-linux: Avoid null dereference if all ports disappear.Ben Pfaff2014-07-151-1/+1
* ofp-msgs: Correct code for queue configuration messages in OpenFlow 1.0.Ben Pfaff2014-07-153-4/+5
* Fix documentation error that led user to wrong file to install dependency pac...Kirkland Spector2014-07-152-7/+9
* Drop assignments whose values are never used.Ben Pfaff2014-07-154-8/+7
* coverage: Move m_idx, h_idx to an inner scope in coverage_run().Ben Pfaff2014-07-151-5/+3
* ofproto: Avoid theoretical double free of large rule collections.Ben Pfaff2014-07-151-0/+3
* ofp-util: Fix null pointer dereference in ofputil_pull_buckets().Ben Pfaff2014-07-151-0/+1
* revalidator: Revalidate missed flows.Joe Stringer2014-07-151-5/+29
* dpif: Support fetching flow mask via dpif_flow_get().Joe Stringer2014-07-155-41/+73
* ovsdb-server.at: Skip tests that use ovsdb-server's "--run" on Windows.Gurucharan Shetty2014-07-141-0/+2
* datapath: Refactor ovs_flow_cmd_fill_info().Joe Stringer2014-07-141-29/+66
* tests: Disable glibc memory checking under glibc <= 2.11.Ben Pfaff2014-07-111-4/+18
* datapath/flow_netlink: Create right mask with disabled megaflowsDaniele Di Proietto2014-07-111-23/+53
* datapath: Enable tunnel GSO features.Pravin B Shelar2014-07-116-1/+86
* lib/hash: Use CRC32 for hashing.Jarno Rajahalme2014-07-113-30/+216
* lib/classifier: Lockless lookups.Jarno Rajahalme2014-07-119-149/+80
* lib/classifier: RCUify prefix trie code.Jarno Rajahalme2014-07-114-79/+208
* lib/classifier: Use internal mutex.Jarno Rajahalme2014-07-113-57/+118
* lib/classifier: Stylistic change.Jarno Rajahalme2014-07-111-30/+30
* lib/ovs-rcu: Export ovsrcu_synchronize().Jarno Rajahalme2014-07-112-2/+5
* lib/classifier: Simplify iteration with C99 declaration.Jarno Rajahalme2014-07-116-119/+156
* lib/classifier: Use cmap.Jarno Rajahalme2014-07-113-95/+112
* netlink-socket: Work around kernel Netlink dump thread races.Ben Pfaff2014-07-102-0/+12
* netlink-socket: Fix sign of error code.Ben Pfaff2014-07-101-1/+1
* datapath: refactor do_output() to move skb_clone NULL check out of fast pathAndy Zhou2014-07-101-14/+11