summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: Extend rtnetlink to support RTNLGRP_IPV4_IFADDR andAlex Wang2015-07-287-174/+219
* datapath-windows: Avoid BSOD when cleaning up a tunnel vportSorin Vinturis2015-07-282-2/+6
* ofproto-dpif.at: Skip a sflow test.Gurucharan Shetty2015-07-271-0/+1
* rtbsd: Include necessary headers on rtbsd.h.Thadeu Lima de Souza Cascardo2015-07-272-1/+3
* collectors: Use closesocket() to close sockets.Gurucharan Shetty2015-07-271-1/+1
* ofproto-dpif-mirror: Fix insane waste of memory and time in checking VLANs.Ben Pfaff2015-07-273-12/+17
* ofproto: Implement OF1.4 Set/Get asynchronous configuration messages.Niti Rohilla2015-07-2713-80/+653
* tunnel: Drop 'base_flow' parameter from tnl_xlate_init().Ben Pfaff2015-07-243-10/+7
* ofproto-dpif-xlate: Fix handling of write_actions(group(5),output(10)).Ben Pfaff2015-07-242-2/+4
* ofproto-dpif-upcall: Fix typo in comment.Ben Pfaff2015-07-241-1/+1
* ofproto-dpif-upcall: Indentation fix.Ben Pfaff2015-07-241-1/+1
* ofproto-dpif-xlate: Remove unused function xlate_out_copy().Ben Pfaff2015-07-242-18/+0
* perf-counter: Fix segfaults on non-Linux platforms.Thadeu Lima de Souza Cascardo2015-07-241-1/+1
* netflow: Mark some function parameters 'const'.Ben Pfaff2015-07-232-6/+7
* db-ctl-base: make cmd_show_table privateAndy Zhou2015-07-234-27/+18
* db-ctl-base: remove the recurse member from struct cmd_show_tableAndy Zhou2015-07-234-34/+38
* INSTALL.Windows.md: Update the minimum required compiler.Gurucharan Shetty2015-07-231-3/+3
* datapath: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges2015-07-221-1/+1
* Makefiles: Clean and do not distribute IDL-generated files.Ben Pfaff2015-07-225-24/+19
* treewide: Change doubled ";;" to single ";" in C code.Ben Pfaff2015-07-226-8/+8
* tnl-arp-cache: Remove spurious OVS_UNUSED from tnl_arp_cache_flush().Ben Pfaff2015-07-221-1/+1
* tnl-arp-cache: Indentation fixes.Ben Pfaff2015-07-221-6/+6
* Add 'name' field to logical router port NB schemaGal Sagie2015-07-212-0/+10
* Extend sFlow agent to report tunnel and MPLS structuresNeil McKee2015-07-2113-29/+948
* netdev-dpdk: Restore txq/rxq number if initialization fails.Daniele Di Proietto2015-07-211-0/+9
* rhel: Fix ifup-ovs to delete ports first.Flavio Leitner2015-07-211-1/+5
* ovs-sim: Don't install man page.Russell Bryant2015-07-211-1/+1
* vtep/automake.mk: Changes to support make distcheck.Aaron Conole2015-07-211-1/+1
* tests/automake.mk: Changes to support make distcheck.Aaron Conole2015-07-211-0/+1
* lib/automake.mk: Changes to support make distcheck.Aaron Conole2015-07-211-1/+4
* datapath-windows/include/automake.mk: Only build for WIN32 buildsAaron Conole2015-07-211-0/+2
* .travis.yml: Tell travis-ci that sudo support is requiredAaron Conole2015-07-212-0/+3
* ofproto-macros: Remove stray garbage from file.Ben Pfaff2015-07-211-2/+0
* acinclude: Silence OVS_FIND_FIELD_IFELSE.Joe Stringer2015-07-201-1/+1
* db-ctl-base: Add "static" to definition of ctl_exit().Ben Pfaff2015-07-201-1/+1
* ofproto-dpif: Remove prototype for unimplemented function.Ben Pfaff2015-07-201-5/+0
* ofpbuf: Update msg when resizing ofpbuf.Alex Wang2015-07-206-4/+98
* ofp-util: Allow out-of-range indexes in ofputil_decode_geneve_table_reply().Ben Pfaff2015-07-191-5/+13
* flow: Split miniflow's map.Jarno Rajahalme2015-07-176-268/+504
* dpif-netdev: Skip also xregs when building a mask.Jarno Rajahalme2015-07-171-0/+1
* datapath: Include datapath actions with sampled-packet upcall to userspace.Neil McKee2015-07-174-11/+37
* type-props: Avoid a MSVC warning.Gurucharan Shetty2015-07-171-2/+2
* db-ctl-base: make use of user supplied exit functionAndy Zhou2015-07-174-25/+81
* db-ctl-base: remove ctl_get_all_commands() functionAndy Zhou2015-07-172-11/+4
* db-ctl-base: remove db_ctl_show_command tableAndy Zhou2015-07-171-8/+2
* ovsdb: Add per transaction commit instruction counterAndy Zhou2015-07-171-2/+12
* perf-counter: simplify the performance macroAndy Zhou2015-07-171-46/+29
* perf-counter: initialize perf counter shash before useAndy Zhou2015-07-171-1/+1
* ovn: Fix extra token detection.Joe Stringer2015-07-172-1/+3
* ovs-vsctl: Remove redundant checks.Joe Stringer2015-07-171-6/+3