aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-12stream: By default disable probing on unix sockets.Ethan Jackson
2012-04-12python: Honor zero probe interval in reconnect.pyEthan Jackson
2012-04-13learn: Make it possible to parse "load" actions wider than 64 bits.Ben Pfaff
2012-04-13learn: Fix bugs when learn actions use subfields wider than 64 bits.Ben Pfaff
2012-04-13meta-flow: New functions for reading and writing generalized subfields.Ben Pfaff
2012-04-13util: New function bitwise_is_all_zeros().Ben Pfaff
2012-04-13util: New function bitwise_one().Ben Pfaff
2012-04-11bridge: Rate limit port creations and deletions.Ethan Jackson
2012-04-11bridge: Rate limit default address warnings.Ethan Jackson
2012-04-09vswitchd: Remove port from datapath if it becomes non-operationalAnsis Atteka
2012-04-09datapath: Do not send notification if ovs_vport_set_options() failedAnsis Atteka
2012-03-28ovsdb-idl: Fix memory leak writing synthetic rows in ovsdb_idl_txn_write().Ben Pfaff
2012-03-26packet: Add additional TCP flags extraction on IPv6.Jesse Gross
2012-03-23vswitchd: Do not refresh existing iface on new device addition.Pravin B Shelar
2012-03-23flow: Enable retrieval of TCP flags from IPv6 traffic.Jesse Gross
2012-03-23flow: Add length check when retrieving TCP flags.Jesse Gross
2012-03-23unixctl: Fix bad log message on error path.Ben Pfaff
2012-03-23ofproto: Optimize internal device MTU update.Pravin B Shelar
2012-03-23ovsdb-idlc: Fix memory leak in "optional bool" columns.Ben Pfaff
2012-03-22debian: Fix log rotation.Ben Pfaff
2012-03-22xenserver: Recognize XenServer 5.6-SP2 scripts in RPM %post.Ben Pfaff
2012-03-21debian: Move PKI directory to FHS-compliant location.Ben Pfaff
2012-03-21ofproto-dpif: Fix tag caching for learned flows.Ben Pfaff
2012-03-21ofproto-dpif: Avoid segfault deleting facets that execute LEARN actions.Ben Pfaff
2012-03-21hmap: New function hmap_contains().Ben Pfaff
2012-03-21ofproto-dpif: Fix return type of rule_calculate_tag().Ben Pfaff
2012-03-21learn: Initialize cookie_mask in constructed flow_mod.Ben Pfaff
2012-03-20ovs-vsctl: Allow "fake bridges" to be created for VLAN 0.Ben Pfaff
2012-03-19netdev-linux: Fix use-after-free when netdev_dump_queues() deletes queues.Ben Pfaff
2012-03-19python: Fix "make distcheck" error on version.py.Ben Pfaff
2012-03-19debian: Use a different way to avoid failing install without kernel module.Ben Pfaff
2012-03-19ovsdb-doc: Use minus sign in negative numbers in nroff output.Ben Pfaff
2012-03-19ovsdb-doc: Convert '-' preceding a number as a minus sign, not a hyphen.Ben Pfaff
2012-03-19ovsdb-doc: Put NAME section into generated manpage.Ben Pfaff
2012-03-19debian: Avoid unit test failure when doing "unofficial" builds.Ben Pfaff
2012-03-19doc: Fix typo in manpage.Thomas Goirand
2012-03-19debian: Bump standards-version to 3.9.3.Thomas Goirand
2012-03-19debian: Remove some useless files from the dkms pacakge.Thomas Goirand
2012-03-19debian: Clean .pyc files in "clean" target.Thomas Goirand
2012-03-19debian: Remove po-debconf build dependency.Thomas Goirand
2012-03-19debian: Build-depend on python-all to pull in all Python versions.Thomas Goirand
2012-03-19debian: Add missing ${python:Depends} to openvswitch-test package.Thomas Goirand
2012-03-19debian: Improve long descriptions so as to better describe the packages.Thomas Goirand
2012-03-19debian: Bump debhelper compat level to 8 and make build-depends consistent.Thomas Goirand
2012-03-15netlink-socket: Increase Netlink socket receive buffer size.Ben Pfaff
2012-03-15meta-flow: Don't dereference NULL sf->field in mf_format_subfield().Ben Pfaff
2012-03-15fail-open: Use connmgr_send_packet_in() instead of connmgr_broadcast().Ben Pfaff
2012-03-15ofproto: connmgr_send_packet_in() doesn't need buffer_id and total_len.Ben Pfaff
2012-03-15connmgr: Drop 'flow' parameter from connmgr_send_packet_in().Ben Pfaff
2012-03-12tests: Skip "strings at least 2 characters long" test for narrow Python.Ben Pfaff