openvswitch
2009-03-09 Ben PfaffMove ODP-related functions into new module "odp-util".
2009-03-09 Ben Pfaffsecchan: Retain original input port for NXAST_RESUBMIT...
2009-03-09 Ben Pfaffsecchan: Fix typo in comment.
2009-03-09 Ben Pfaffsecchan: Add clarifying comment.
2009-03-09 Ben Pfaffvswitch: Fix memory leak in error path.
2009-03-09 Ben Pfaffdpif: New function dpif_id() for getting the datapath...
2009-03-09 Ben Pfaffvswitch: Fix file descriptor leak.
2009-03-09 Ben Pfaffsecchan: Remove an invalid optimization.
2009-03-09 Justin PettitRepair recently broken cfg_has_section().
2009-03-09 Justin PettitHave secchan reply to OpenFlow echo requests.
2009-03-09 Justin PettitInclude limits.h for UINT_MAX definition.
2009-03-06 Ben PfaffKeep secchan and vswitchd from consuming 100% CPU when...
2009-03-06 Ben Pfaffvswitch: Keep existing datapaths when starting up.
2009-03-06 Ben Pfaffdpif: New function dpif_get_name().
2009-03-06 Ben PfaffMake ODP_DP_CREATE distinguish conflicting name from...
2009-03-06 Ben Pfaffshash: Don't free block we didn't allocate in shash_des...
2009-03-06 Ben Pfaffflow: Properly translate port numbers in flow_from_match().
2009-03-06 Ben Pfaffnetdev: Don't log a warning for unsupported ethtool...
2009-03-06 Ben Pfaffdpif: Don't log a warning in dpifmon_poll() for missing...
2009-03-06 Ben Pfaffsecchan: Fix use-after-free by allocating rule actions...
2009-03-06 Justin PettitCleanup .gitignore for 2.4 datapath builds.
2009-03-06 Justin PettitMore files for git to ignore for 2.6 datapath builds.
2009-03-06 Justin PettitCleanup files for git to ignore in datapath linux-2...
2009-03-06 Justin PettitOnly build SSL components if build configured with...
2009-03-06 Justin PettitAdd limits.h for UINT_MAX definition.
2009-03-06 Ben Pfaffsecchan: Correctly maintain rule's number of actions.
2009-03-06 Ben Pfaffdpif: Suppress spurious error from Valgrind.
2009-03-06 Ben PfaffAdd header for interacting with Valgrind, where it...
2009-03-05 Ben Pfaffnetdev: Fall back to /proc/net/dev on kernels that...
2009-03-05 Ben Pfaffdpif: Make it harder to randomly corrupt memory.
2009-03-05 Ben Pfaffsecchan: Initialize odp_flow members in other places...
2009-03-05 Ben Pfaffsecchan: Fix memory leaks.
2009-03-05 Ben Pfaffsecchan: Revalidate subrules when adding a wildcarded...
2009-03-05 Ben Pfaffdatapath: Fix querying the local port by name.
2009-03-05 Ben Pfaffvswitchd: Start adding ports at index 1, since index...
2009-03-05 Ben Pfaffdpif: Improve logging messages, to ease debugging.
2009-03-05 Ben Pfaffvswitchd: Integrate secchan into vswitchd.
2009-03-05 Ben Pfaffofproto: Make ofproto_set_controller() able to disconne...
2009-03-05 Ben Pfaffofproto: Change semantics of configuration parameters.
2009-03-05 Ben Pfaffvconn-ssl: Log all errors when trying to create a conne...
2009-03-05 Ben Pfaffsocket-util: New function guess_netmask().
2009-03-05 Ben Pfaffrconn: Tolerate negative argument in rconn_set_max_back...
2009-03-05 Ben Pfaffmore cfg fixes
2009-03-05 Ben Pfaffexecuter: Make default dir part of executer.c, not...
2009-03-05 Ben Pfaffvswitchd: Remove stray debug printf().
2009-03-05 Ben Pfaffcfg: Fix behavior of cfg_get(0, "a") when a key "a...
2009-03-05 Ben Pfaffdpif: Don't rely on caller to keep dpif arg valid,...
2009-03-05 Ben Pfaffdpif: Fix uninitialized memory accesses.
2009-03-05 Ben Pfaffofp-print: Use ntohs() for 16-bit field, not ntohl().
2009-03-05 Ben Pfaffsecchan: Remove obsolete debug printf()s.
2009-03-05 Ben Pfaffsecchan: Flush datapath flow table when initializing...
2009-03-05 Ben Pfaffvswitchd: Log details of unexpected flows, to aid debug...
2009-03-05 Ben Pfaffvlog: Add functions for testing a rate-limit without...
2009-03-05 Ben Pfaffclassifier: Tolerate old==new in cls_rule_moved().
2009-03-05 Ben Pfaffsecchan: Make ofproto reconfigurable after it is created.
2009-03-05 Ben Pfaffvconn: New function pvconn_get_name().
2009-03-05 Ben PfaffNew function svec_clone().
2009-03-05 Ben Pfaffrconn: Add new function rconn_reconnect().
2009-03-05 Ben Pfaffrconn: Add new functions for getting/setting basic...
2009-03-05 Ben Pfaffclassifier: Remove classifier_for_each_with_wildcards().
2009-03-05 Ben Pfaffsecchan: Use classifier_for_each() instead of secchan_f...
2009-03-05 Ben Pfaffsecchan: Fix random memory corruption due to uninitiali...
2009-03-04 Ben Pfaffsecchan: Fix another use-after-free bug.
2009-03-04 Ben Pfaffsecchan: Fix segfault due to access-after-free in expir...
2009-03-04 Ben Pfaffsecchan: Fix segfault when subrules are invalidated.
2009-03-04 Ben Pfaffsecchan: Fix read-after-free error in OFPT_FLOW_MOD...
2009-03-04 Ben Pfaffsecchan: Fix segfault at startup due to uninitialized...
2009-03-04 Ben Pfaffclassifier: Test classifier_for_each_match().
2009-03-04 Ben Pfaffclassifier: Test exact-match flows also in test_many_ru...
2009-03-04 Ben Pfaffclassifier: Style fix for test-classifier.
2009-03-04 Ben Pfaffclassifier: In testing, don't put cls_rule at beginning...
2009-03-04 Ben Pfaffclassifier: Add tests for classifier_count(), classifie...
2009-03-04 Ben Pfaffclassifier: Add tests for classifier_lookup_wild()...
2009-03-04 Ben Pfaffclassifier: Allow classifier_for_each_match() callback...
2009-03-04 Keith AmidonWork around header type clashes in Xen builds
2009-03-04 Keith AmidonRemove unneeded header file that was breaking builds...
2009-03-04 Ben PfaffDistribute needed file that had been forgotten (fixes...
2009-03-03 Ben Pfaffrconn: Make queued packet counting harder to screw up.
2009-03-03 Ben Pfaffdatapath: Fix build on Linux 2.6.18 through 2.6.28.
2009-03-03 Ben Pfaffvswitchd: Choose the bridge local port MAC address...
2009-03-03 Ben Pfaffdatapath: Allow datapath device MAC address to be chang...
2009-03-03 Ben Pfaffnetdev: New function netdev_nodev_set_etheraddr().
2009-03-03 Ben Pfaffvswitch: Fix connection to a remote controller.
2009-03-03 Ben Pfaffdatapath: Fix build on 2.6.18 (both upstream and RHEL...
2009-03-03 Ben Pfaffsecchan: Make it possible to destroy an ofproto.
2009-03-03 Ben Pfaffsecchan: Implement OFPP_TABLE and NXAST_RESUBMIT actions.
2009-03-03 Ben Pfaffsecchan: Fix subrule revalidation.
2009-03-02 Ben Pfaffsecchan: Make secchan into a library.
2009-03-02 Ben Pfaffdatapath: Remove stray debugging printk.
2009-03-02 Ben Pfaffvswitchd: Fix typo in comment.
2009-03-02 Ben Pfaffsecchan: Fix logging of datapath ID.
2009-03-02 Ben Pfaffvswitchd: Fix bad assumption about byte order of flow_t...
2009-03-02 Ben Pfaffvswitchd: Fix segfault when packet received on unknown...
2009-03-02 Ben Pfaffvswitchd: Don't pass --monitor to secchan.
2009-03-02 Ben Pfaffnetdev: Remove netdev_monitor, which is no longer used.
2009-03-02 Ben PfaffRefactor the OpenFlow implementation.
2009-03-02 Ben Pfaffvconn: Make check_ofp_message() return value more useful.
2009-03-02 Ben Pfaffvconn: New function normalize_match().
2009-03-02 Ben Pfaffvconn: New functions for validating and iterating over...
2009-03-02 Ben Pfaffopenflow.h: Add new error types and codes.
next