openvswitch
2009-01-14 Justin PettitCheck wildcards for in_port != out_port output validation.
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...
2009-01-08 Ben PfaffFix bug that could have caused infinite loop in ofp_pri...
2009-01-08 Ben PfaffRemove unused functions.
2009-01-08 Ben PfaffAdd missing function prototypes to header files.
2009-01-08 Ben PfaffRemove comparison of unsigned value < 0.
2009-01-08 Ben PfaffMark unused callback function parameters as UNUSED.
2009-01-08 Ben PfaffChange external functions to static functions, where...
2009-01-08 Ben PfaffMake function declarations into prototypes.
2009-01-08 Ben PfaffRemove unused function parameter from stp_start().
2009-01-08 Ben PfaffRemove unused function parameter from stp_received_tcn_...
2009-01-08 Ben Pfaffnetdev: Remove unused 'fd' parameter from set_flags().
2009-01-08 Ben Pfaffnetdev: Remove unused 'netdev' parameter from dpif_add_...
2009-01-08 Ben PfaffRemove 'wait' parameter from dpif_send_openflow().
2009-01-08 Ben Pfaffvswitchd: Fix port mirroring example.
2009-01-08 Ben Pfaffvswitchd: Fix inaccurate comment.
2009-01-08 Ben Pfaffvswitchd: Make secchan subprocesses listen for manageme...
2009-01-08 Ben Pfaffsecchan: Fix inverted logic (down vs. up).
2009-01-08 Ben Pfaffdatapath: Fix deadlock in switch port removal.
2009-01-08 Ben Pfaffdatapath: Avoid deadlock on dp_mutex versus kthread_stop().
2009-01-08 Ben Pfaffdatapath: Fix deadlock in network device notifier.
2009-01-07 Ben PfaffStyle fixes.
2009-01-07 Ben PfaffInclude "util.h" in hmap.h, to get CONTAINER_OF.
2009-01-06 Ben PfaffConvert GFP_ATOMIC to GFP_KERNEL where possible.
2009-01-06 Ben PfaffRemove userspace switch in favor of the superior usersp...
2009-01-06 Ben PfaffFix "make dist" by adding forgotten files to sources...
2009-01-06 Justin PettitExpose NetFlow to vswitchd configuration.
2009-01-06 Ben PfaffFix the previous fix.
2009-01-06 Ben PfaffFix datapath build by distributing all the necessary...
2009-01-06 Ben PfaffFix "make dist" by adding forgotten files to sources...
2009-01-06 Ben Pfaffvswitchd: Implement spanning tree protocol.
2009-01-06 Ben PfaffImprove STP library.
2009-01-06 Ben Pfaffvswitchd: New function cfg_is_valid().
2009-01-06 Ben PfaffDo not forward multicast addresses that must not be...
2009-01-05 Ben PfaffNew function to test for multicast addresses that must...
2009-01-05 Ben PfaffPrevent Debian package upgrades from prompting.
2009-01-05 Justin PettitAdd support for time_after64/time_before64 macros in...
2009-01-03 Ben Pfaffvswitchd: Improve log options passed down to secchan.
2009-01-03 Ben Pfaffvswitchd: Don't make and pass socketpair to secchan...
2009-01-03 Ben PfaffImprove compatibility fallbacks for allocating multicas...
2009-01-03 Ben PfaffUse separate Netlink multicast groups for different...
2009-01-03 Ben PfaffMerge master branch into vswitchd.
2009-01-02 Justin PettitMake the openflow and brcompt modules use different...
2009-01-02 Ben PfaffDiscard OpenFlow messages not for us in dpif_recv_openf...
2009-01-02 Justin PettitCorrect VERIFY_NUL_STRING back-port that required a...
2009-01-01 Ben Pfaffvswitchd: Add support for untagged VLAN ports in VLAN 0.
2009-01-01 Ben Pfaffvswitchd: Change port mirroring to match semantics...
2009-01-01 Ben Pfaffvswitchd: Support limiting the number of VLANs carried...
2009-01-01 Ben Pfaffvswitchd: Minor code simplification.
2009-01-01 Ben Pfaffbrcompat: Remove unneeded RCU locking.
2009-01-01 Ben Pfaffbrcompat: Use ENOMEM to indicate out-of-memory (not...
2009-01-01 Ben Pfaffbrcompat: Mark variables "static".
2009-01-01 Ben PfaffMinor style fixes.
2009-01-01 Ben Pfaffvswitchd: Prevent a single interface from being added...
2008-12-31 Ben Pfaffsecchan: Fix cut-and-paste errors in port speed determi...
2008-12-31 Ben Pfaffvswitchd: Drop debug output that was accidentally included.
2008-12-31 Ben Pfaffvswitchd: Implement port mirroring.
2008-12-31 Ben PfaffNew functions for parsing integers.
2008-12-31 Ben PfaffNew function svec_equal().
2008-12-31 Justin PettitReturn meaningful errors for brctl modification commands.
2008-12-31 Ben PfaffMake the datapath tolerate kernels that lack NLA_NUL_ST...
2008-12-31 Ben Pfaffvswitchd: Be careful to sort all the svecs that are...
2008-12-31 Justin PettitAdd support for "brctl show".
2008-12-31 Ben Pfaffvswitchd: Fix fd leaks by closing files that we read...
next