cascardo/ovs.git
2013-12-14 Justin PettitRelease Open vSwitch 2.0.1. v2.0.1
2013-12-11 Andy Zhouofproto-dpif: Ignore non-packet field masks during...
2013-12-03 Pravin B Shelardatapath: Fix compat skb_get_rxhash()
2013-12-02 Alexei Starovoitovdatapath: fix vport-netdev unregister
2013-11-27 Pravin B Shelarvxlan: Optimize vxlan rcv
2013-11-21 Romain Lengletipfix: fix segfault for Flow_Sample_Collector_Set witho...
2013-11-12 Alfredo Finellidebian: Avoid logrotate error if /var/run/openvswitch...
2013-11-11 Ben Pfaffodp-util: Fix formatting of ipfix action cookies, to...
2013-11-11 Ben Pfaffodp-util: Fix IPFIX breakage with old kernel modules.
2013-11-11 Ben Pfaffnetlink: New function nl_msg_put_unspec_zero().
2013-11-01 Thomas Grafovsdb: Do not leak error in ovsdb_server_compact()
2013-10-30 Gurucharan... odp-util: Parse SCTP correctly.
2013-10-29 Gurucharan... fedora: Add ovs-dpctl-top to the spec file.
2013-10-21 Ben Pfaffofproto: Send only one OFPT_FLOW_REMOVED message when...
2013-10-17 Gurucharan... ovs-lib: Return the correct exit status of the command...
2013-10-15 Justin PettitAnnounce that ovs-vswitchd is now multi-threaded. v2.0
2013-10-15 Justin PettitSet release date for 2.0.0.
2013-10-15 Jarno Rajahalmelib/meta-flow: Include util.h for ovs_assert().
2013-10-15 YAMAMOTO Takashitests: fix failure when $PKIDIR contains uuid-like...
2013-10-15 Jarno Rajahalmelib/meta-flow: Enforce mf_fields array order.
2013-10-15 Alex Wangtests: Make ovsdb-server add/remove remote test faster...
2013-10-11 Ben Pfaffrconn: Make thread-safe.
2013-10-11 Ben Pfaffconnmgr: Formalize 'ofproto_mutex' as protecting ofconn...
2013-10-11 Ben Pfaffconnmgr: Use 'ofproto_mutex' to protect ofconns from...
2013-10-11 Ben Pfaffrconn: Make rconn_packet_counter thread-safe.
2013-10-09 Ethan Jacksonofproto-dpif-xlate: Do initial rule lookup for callers.
2013-10-08 ZhengLingyunovs-controller: Avoid dereferencing NULL pointer when...
2013-10-04 Gurucharan... ovs-lib: Revert "Return the exit status of ovs-ctl...
2013-10-02 Duffie Cooleyovs-lib: Return the exit status of ovs-ctl in ovs_ctl().
2013-09-30 Pravin B Shelardatapath: Fix vxlan gso with vlan.
2013-10-01 Duffie Cooleyrhel: fix the exit status of the openvswitch init script.
2013-09-24 Ben Pfaffhmap: Make bad hash functions easier to find.
2013-09-24 Ben Pfaffofproto: Fix memory leak in rule_actions_unref().
2013-09-24 Ben Pfaffofproto: Allow ofproto_delete_flow() to delete hidden...
2013-09-20 Ethan Jacksoncfm: Don't enforce CFM_FAULT_INTERVAL.
2013-09-20 alex wangcfm: Prevent interval fault when demand mode is enabled...
2013-09-18 Jesse Grossdatapath: Remove net_device_ops compatibility code.
2013-09-17 Mark Hamiltonutilities: a top like tool for ovs-dpctl dump-flows.
2013-09-17 Ben Pfaffvlog: Fix formatting of milliseconds in Python log...
2013-09-17 Paul Ingramovsdb: write commit timestamps to millisecond resolution.
2013-09-17 Paul Ingramovsdb: Use DB load time, not on-disk commit times,...
2013-09-17 Paul Ingramvlog: Report timestamps in millisecond resolution in...
2013-09-17 Ben Pfaffofproto-dpif: Fix use-after-free error deleting last...
2013-09-16 Ben Pfafftests: Make ovsdb-server add-db/remove-db test faster...
2013-09-13 Jesse GrossFAQ: Fix version number for 2.0.
2013-09-13 Ben Pfaffofproto-dpif: Move "learn" actions into individual...
2013-09-13 Ben Pfaffofproto: Remove redundant cls parameter from a few...
2013-09-13 Ben Pfaffofproto: Add global locking around flow table changes.
2013-09-13 Ben Pfaffofproto: Refactor eviction cases to use common code.
2013-09-13 Ben Pfaffofproto: New helper any_pending_ops().
2013-09-13 Ben Pfaffofproto: Mark immutable members of struct rule 'const'.
2013-09-13 Ben Pfaffofproto: Make some functions for rules private to ofpro...
2013-09-13 Ben Pfaffofproto: Remove ->timeout_mutex from struct rule (just...
2013-09-13 Ben Pfaffofproto: Replace rwlock in struct rule by a mutex.
2013-09-13 Ben Pfaffofproto: Protect index by cookie with ofproto_mutex.
2013-09-13 Ben Pfaffofproto: Drop 'expirable_mutex' in favor of new global...
2013-09-13 Ben Pfaffofproto: Move rule_execute() out of ofopgroup_complete().
2013-09-13 Ben Pfaffclassifier: Allow CLS_CURSOR_FOR_EACH to use a const...
2013-09-13 Ben Pfaffguarded-list: New data structure for thread-safe queue.
2013-09-13 Ben Pfaffofproto: Add a ref_count to "struct rule" to protect...
2013-09-13 Ben Pfaffofproto: Break actions out of rule into new rule_action...
2013-09-13 Ben Pfaffofproto: Remove soon-to-be-invalid optimizations.
2013-09-13 Ben Pfaffofproto: Move function find_meter() into ofpacts as...
2013-09-13 Ben Pfaffofproto: Merge ofproto_rule_delete() and ofproto_delete...
2013-09-13 Ben Pfaffofproto-dpif: Remove vestigial "clogged" feature.
2013-09-13 Ben Pfaffofproto: Avoid gratuitous memory allocation and free.
2013-09-13 Ben Pfaffofproto: Correct comments.
2013-09-13 Ben Pfaffofproto: Eliminate 'ofproto_node' member from struct...
2013-09-13 Ben Pfaffofproto: Reduce number of "collect" functions taking...
2013-09-13 Ben Pfaffofproto: Factor code out of collect_rules_{loose,strict...
2013-09-13 Jarno Rajahalmeofproto: Use proper error code when meter_id is out...
2013-09-13 Ben PfaffDelete meters in the right place.
2013-09-13 Ben Pfafflist: New function list_move().
2013-09-13 Ben Pfaffofproto: Avoid removing rules from meter lists twice.
2013-09-12 Alex Wangvswitchd: Clear bfd_status column when bfd is disabled...
2013-09-12 Alex Wangbridge: Always call smap_destroy() after smap_init()
2013-09-10 Ethan Jacksonofproto: Reduce default number of miss handlers.
2013-09-10 Ethan Jacksonofproto-dpif: Don't hold mac rwlock while calling send_...
2013-09-10 Ethan Jacksonofproto: Fix core dump due to uninitialized cls_rule.
2013-09-10 Ben Pfaffofproto: Do not call ->rule_destruct() if ->rule_constr...
2013-09-09 Daniel Borkmanndatapath: flow: fix potential illegal memory access...
2013-09-09 Guolin Yangutil: Don't set thread name to empty
2013-09-06 Pravin B Shelardatapath: Remove compat files.
2013-09-06 Pravin B Shelardatapath: Remove reciprocal_div compat code.
2013-09-06 Pravin B Shelardatapath: Remove compat support for NLA_NUL_STRING
2013-09-06 Pravin B Shelardatapath: Cleanup compat support.
2013-09-06 Pravin B Shelardatapath: Cleanup netlink compat code.
2013-09-06 Pravin B Shelardatapath: Remove vlan compat support
2013-09-06 Pravin B Shelardatapath: Remove checksum compat support
2013-09-06 Pravin B Shelardatapath: Remove skb->mark compat code.
2013-09-06 Pravin B Shelardatapath: Remove namespace compat support.
2013-09-06 Pravin B Shelardatapath: vport: Remove compat support
2013-09-06 Pravin B Shelardatapath: Drop support for RHEL5 build
2013-09-06 Pravin B Shelardatapath: Move kernel version check to configure.
2013-09-06 Pravin B Shelardatapath: Drop support for linux pre-2.6.32 kernel.
2013-09-05 Jesse Grossdatapath: Fix alignment of struct sw_flow_key.
2013-09-04 Simon Hormanovs-ofctl: Correct formatting of instructions in manpage.
2013-09-04 Ethan Jacksonofproto: Rename struct rule's evict lock and use it...
2013-09-04 Ethan Jacksonofproto-dpif: Don't manage eviction groups from threads.
2013-09-04 Ethan Jacksonofproto-dpif: Hide struct rule_dpif internally.
next