summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initial check-in of kernel-based elephant flow detection.elephantJustin Pettit2014-07-2528-15/+1311
* cfm: Reduce "long delay" message from WARN to INFO, to match BFD behavior.Ben Pfaff2014-07-251-1/+1
* datapath: reorder action netlink attribute definition for upstreamingAndy Zhou2014-07-241-3/+4
* netdev-provider: Clarify comment where 'get_next_hop' function looks.Ben Pfaff2014-07-241-6/+6
* datapath/flow_netlink: Avoid wildcarding tunnel key with disabled megaflowsDaniele Di Proietto2014-07-231-0/+19
* datapath: flow_netlink: Fix a bug.Alex Wang2014-07-231-1/+2
* dpif-netdev: Initialize upcall->packet when queuing to userspace.Ben Pfaff2014-07-221-2/+3
* dpif-netdev: Reduce netdev_flow_key sizeDaniele Di Proietto2014-07-221-1/+1
* netdev-dpdk: Increase tx queue size and rx batch sizeDaniele Di Proietto2014-07-221-2/+2
* stp: Add more logging points for debug.Alex Wang2014-07-223-0/+33
* netlink-notifier: Exit loop if nl_sock_recv() returns an errorDaniele Di Proietto2014-07-221-1/+4
* configure: Don't check for malloc hooks that we no longer use.Ben Pfaff2014-07-222-21/+0
* ovsdb-server: Document RFC 7047 extensions to ovsdb <error>s.Ben Pfaff2014-07-221-0/+16
* ovs-ctl: Add comment to explain why we only save ofports for pre-1.10.Ben Pfaff2014-07-221-2/+5
* debian: Avoid -Wformat-zero-length warnings.Ben Pfaff2014-07-221-0/+7
* Use xstrdup() instead of strdup(), xmalloc() instead of malloc().Ben Pfaff2014-07-225-8/+8
* datapath: Refactor get_dp() function into multiple access APIs.Andy Zhou2014-07-221-10/+20
* tests: Wait for ofctl_monitor.log in ofproto-dpif controller.Ben Pfaff2014-07-211-0/+1
* classifier: Refactor cls_cursor_advance() to make it easier to follow.Ben Pfaff2014-07-211-28/+21
* cmap, classifier: Avoid unsafe aliasing in iterators.Ben Pfaff2014-07-219-161/+115
* vswitchd/bridge: Fix setting default prefix fields.Jarno Rajahalme2014-07-211-21/+24
* ovs-atomic: Avoid evaluating arguments multiple times.Jarno Rajahalme2014-07-211-4/+4
* lib/ovs-rcu: evaluate argument of ovsrcu_get only once.Jarno Rajahalme2014-07-211-3/+4
* netdev-dpdk: Fix race condition with DPDK mempools in non pmd threadsDaniele Di Proietto2014-07-207-41/+90
* netlink-socket: Do not make flow_dump block on netlink socket.Alex Wang2014-07-181-2/+8
* 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