openvswitch
2009-03-11 Ben Pfaffdatapath: Refuse module load if an active bridge exists.
2009-03-11 Ben Pfaffdatapath: End load-time greeting message with new-line.
2009-03-11 Justin PettitFix help output that indicated multiple config files...
2009-03-11 Justin PettitFirst cut of management control protocol.
2009-03-11 Justin PettitIgnore vim swap files.
2009-03-11 Ben Pfaffvswitch: Choose the datapath ID more intelligently.
2009-03-11 Ben Pfaffcfg: Add ability to parse datapath IDs.
2009-03-11 Ben Pfaffcfg: Fix collision between CFG_VLAN and CFG_REQUIRED.
2009-03-11 Ben Pfaffdpctl: New command "get-name", for symmetry with "get...
2009-03-11 Ben Pfaffdpctl: Allow initial set of interfaces to be specified...
2009-03-11 Ben Pfaffvswitch: Fix sense of comparison.
2009-03-10 Ben Pfaffsecchan: In ofproto_set_controller(), only reconnect...
2009-03-10 Ben Pfaffdpctl: Accept port names (e.g. "NORMAL") on in_port...
2009-03-10 Ben Pfaffofp-print: Make flow statistics and actions slightly...
2009-03-10 Ben Pfaffofp-print: Support printing NXAST_RESUBMIT Nicira action.
2009-03-10 Ben Pfaffsecchan: Fix segfault in handling OFPP_TABLE, NXAST_RES...
2009-03-10 Ben PfaffImplement OFPP_NORMAL action in secchan and hook into...
2009-03-10 Ben Pfaffvswitch: Work in terms of ODP port numbers.
2009-03-10 Ben Pfaffsecchan: Purge buffered packets on startup.
2009-03-10 Ben Pfaffsecchan: Fix memory leak, and flush all flows on ofprot...
2009-03-10 Ben Pfaffsecchan: New function ofproto_flush_flows() to flush...
2009-03-10 Ben Pfaffclassifier: New enum CLS_INC_ALL, for convenience.
2009-03-10 Ben Pfaffsecchan: Make ofproto_add_flow() able to add a permanen...
2009-03-10 Ben Pfaffsecchan: Add wildcard support to ofproto_add_flow(...
2009-03-10 Ben Pfaffsecchan: Keep track of ofproto even when translating...
2009-03-10 Ben Pfaffvswitch: Fix typo in comment.
2009-03-10 Ben Pfaffsecchan: Drop unused function.
2009-03-10 Ben Pfaffvswitch: Drop unused extern declaration.
2009-03-09 Ben Pfaffvconn: Delete fd-based vconns.
2009-03-09 Ben Pfaffvswitch: Eliminate OpenFlow connection to ofproto.
2009-03-09 Ben PfaffStop using vswitch OpenFlow connection to ofproto,...
2009-03-09 Ben Pfaffsecchan: Make netflow expiration arguments more sensible.
2009-03-09 Ben Pfaffsecchan: Optimize flow expiration when not connected.
2009-03-09 Ben Pfaffsecchan: Add comments.
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...
next