openvswitch
2009-01-23 Ben PfaffBackport the veth driver to Linux 2.6.18. Build for...
2009-01-23 Ben PfaffMake choices to build and to distribute modules indepen...
2009-01-23 Ben PfaffEliminate unused second argument to OFP_CHECK_LINUX...
2009-01-23 Ben PfaffIgnore more files.
2009-01-23 Ben PfaffAdd unit test for flow extraction.
2009-01-23 Ben PfaffAdd new function ofp_match_to_string() to ofp-print...
2009-01-23 Ben PfaffMove flow_fill_match() from udatapath to lib, so that...
2009-01-23 Ben PfaffImplement pcap file reader/writer library and use it...
2009-01-23 Ben PfaffFix minor bug in flow_extract().
2009-01-23 Ben PfaffMake port status change messages reliable.
2009-01-23 Ben Pfaffnetdev: Implement netdev_monitor, for monitoring networ...
2009-01-23 Ben Pfaffnetdev: Make carrier status available in device flags.
2009-01-23 Ben PfaffNew hash table keyed on string data.
2009-01-23 Ben Pfaffnetdev: New function netdev_nodev_get_flags().
2009-01-23 Ben PfaffMake nl_policy_parse() compatible with non-Generic...
2009-01-23 Ben PfaffAdd lookup3-based hash for bytes, and remove FNV hash...
2009-01-21 Ben PfaffAdd support for dynamic library symbols to ofp-parse...
2009-01-21 Justin PettitFix fragment issue for large IP packets when SNAT actio...
2009-01-21 Ben PfaffImprove handling of unexpected 'status' in process_stat...
2009-01-21 Ben Pfaffprocess: New function process_escape_args().
2009-01-21 Ben PfaffDebian packaging: Remove IP addresses from netdevs...
2009-01-21 Ben PfaffNew function netdev_enumerate().
2009-01-21 Ben PfaffNew function svec_join().
2009-01-21 Ben PfaffDebian packaging: Add several new settings to /etc...
2009-01-21 Ben Pfaffprocess: Avoid stealing pclose()'s exit status.
2009-01-21 Ben Pfaffdaemon: Fix behavior in read_pidfile() when pid file...
2009-01-21 Ben Pfaffdaemon: Fix bogus error message in read_pidfile() when...
2009-01-21 Ben Pfaffdaemon: Fix segfault in read_pidfile() when pidfile...
2009-01-19 Ben Pfaffdebian: Avoid aborting on switch startup when $COMMANDS...
2009-01-19 Ben PfaffFix typo in comment.
2009-01-16 Keith AmidonReopen log file in addition to reading conf file when...
2009-01-16 Ben Pfaffvswitchd: Reduce flow idle time when flow table grows...
2009-01-16 Ben Pfaffvswitchd: Don't reset idle timer when updating flows.
2009-01-16 Ben PfaffRevert "brcompat: Don't re-read configuration file...
2009-01-16 Ben Pfaffvswitchd: Delete flows on a deleted interface when...
2009-01-16 Ben PfaffNew functions make_flow_mod(), make_del_flow().
2009-01-16 Ben Pfaffvswitchd: Avoid mishandling duplicate object names.
2009-01-16 Ben PfaffNew function svec_sort_unique(), svec_is_unique(),...
2009-01-16 Ben Pfaffbrcompat: Don't re-read configuration file from inside...
2009-01-15 Ben Pfaffbrcompat: Drop write-only variable.
2009-01-15 Ben Pfaffvlog: Add INFO level and apply it to messages for ...
2009-01-15 Ben Pfaffvconn: Ignore async messages before version negotiation...
2009-01-15 Ben Pfaffsecchan: Document --rate-limit and --burst-limit option...
2009-01-15 Ben Pfaffsecchan: Divide options in manpage into labeled subsect...
2009-01-15 Ben Pfaffdebian: Move ofp-switch-setup and manpage into correct...
2009-01-14 Ben Pfaffdpctl: Fix "add-flow" and "add-flows" when actions...
2009-01-14 Justin PettitMerge branch 'master' of nicira.dyndns.org:/srv/git...
2009-01-14 Justin PettitCheck wildcards for in_port != out_port output validation.
2009-01-14 Ben PfaffAdd missing #includes.
2009-01-14 rootAllow controller to set MAC address to use in ARP respo...
2009-01-14 Ben Pfaffvswitchd: Fix more memory leaks.
2009-01-14 Ben PfaffFix typo.
2009-01-14 Ben Pfaffvswitchd: Fix typo in comment.
2009-01-14 Ben Pfaffbrcompat: Don't try to write the config file if it...
2009-01-14 Ben Pfaffleak-checker: Make output file unbuffered.
2009-01-13 Ben Pfaffvswitchd: Fix memory leak.
2009-01-13 Ben PfaffFix bugs in leak checker.
2009-01-13 Ben Pfaffvswitchd: Fix memory leaks.
2009-01-13 Ben PfaffFix memory leak in nl_sock_transact().
2009-01-13 Ben PfaffImplement simple memory leak detector.
2009-01-13 Ben PfaffAdd ability to open null fds to process_start().
2009-01-13 Ben PfaffAdd libpcre3-dev to build-dependencies.
2009-01-13 Ben PfaffNew function process_run().
2009-01-13 Ben PfaffMerge master and vswitchd branches
2009-01-13 Ben PfaffMake dpctl accept an arbitrary number of actions.
2009-01-13 Ben Pfafflearning-switch: Remove unused variable.
2009-01-13 Ben Pfafffatal-signal: Fix bug in call_hooks() recursion detection.
2009-01-13 Ben PfaffUse xstrdup() instead of xasprintf() for duplicating...
2009-01-13 Ben Pfaffdpctl: Fix use-after-free in "probe" command.
2009-01-13 Ben Pfaffnetdev: Fix file descriptor leak.
2009-01-13 Ben Pfaffdatapath: Check DMI strings for NULL.
2009-01-13 Ben Pfaffdatapath: Avoid pointer arithmetic on possibly-NULL...
2009-01-13 Ben Pfaffdaemon: report error if daemon child process fails...
2009-01-13 Ben Pfaffdpctl: Exit unsuccessfully if a write to stdout or...
2009-01-13 Ben PfaffUse strtok_r() instead of strtok().
2009-01-13 Ben Pfaffdhcp-client: Don't report long time to expiration after...
2009-01-13 Ben Pfaffdhcp-client: Add comment about time going backward.
2009-01-13 Ben Pfaffdatapath: Make 'length' local variable unsigned, for...
2009-01-13 Ben PfaffUse a uint16_t variable to store a 16-bit value, not...
2009-01-13 Ben PfaffMark memory allocation functions with __attribute__...
2009-01-10 Ben Pfaffdatapath: Fix tracking of number of flows in hash table.
2009-01-10 Ben Pfaffdatapath: Add log level annotations to printk messages.
2009-01-09 Justin PettitAdd datapath device name to printk's.
2009-01-09 Ben Pfaffvswitchd: Delete 'ifaces' pointer to interface when...
2009-01-09 Ben Pfaffrconn: Fix segfault when the idle timeout races with...
2009-01-09 Justin PettitDelete extermally removed interfaces from bridge compat...
2009-01-09 Ben Pfaffvswitchd: Eliminate "can't forward to bad port" when...
2009-01-09 Ben Pfaffdatapath: Don't drop oversize GSO frames, since GSO...
2009-01-09 Justin PettitAdd support for sysfs and ethtool.
2009-01-09 Ben PfaffOnly enable warning options that the compiler actually...
2009-01-09 Ben PfaffFix memory leak in make_pidfile().
2009-01-08 Martin CasadoAdd nicira copyright and gplv3 to vswitchd
2009-01-08 Ben PfaffEnable many additional GCC warnings by default.
2009-01-08 Ben PfaffMark stubbed-out function parameter as UNUSED.
2009-01-08 Ben PfaffAdd missing switch case.
2009-01-08 Ben PfaffAdd missing trailing initializers.
2009-01-08 Ben PfaffMark out_of_memory() as never returning.
2009-01-08 Ben PfaffAdd missing header file to brcompat.h.
2009-01-08 Ben Pfaffvlog: Fix initializer in VLOG_RATE_LIMIT macro.
2009-01-08 Ben Pfaffvlog: Mark format_log_message() as taking a printf...
next