openvswitch
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.
2009-03-02 Ben PfaffAdd new "union ofp_action" to make working with actions...
2009-03-02 Ben Pfaffvconn: New function check_ofp_packet_out().
2009-03-02 Ben PfaffNew macro PORT_ARRAY_FOR_EACH.
2009-03-02 Ben Pfaffvconn: Distinguish between parse errors and other messa...
2009-03-02 Ben Pfaffnetdev: New function netdev_nodev_get_etheraddr().
2009-03-02 Ben Pfaffnetdev: New function netdev_set_advertisements().
2009-03-02 Ben Pfaffnetdev: Don't cache network device features.
2009-03-02 Ben Pfaffnetdev: Avoid some system calls in the common case...
2009-03-02 Ben Pfaffnetdev: Set *flagsp to 0 if flags cannot be obtained.
2009-03-02 Ben Pfaffnetdev: New function netdev_get_stats().
2009-03-02 Ben Pfaffnetdev: Fix typo in comment.
2009-03-02 Ben PfaffNew function time_timeval().
2009-03-02 Ben PfaffImplement a flow classifier, plus tests.
2009-03-02 Ben PfaffNew function and data structure for handling flow wildc...
2009-03-02 Ben PfaffGeneralize conversions between struct flow and struct...
2009-03-02 Ben Pfaffhash: Make hash function pieces available to other...
2009-03-02 Ben Pfaffhmap: New function hmap_replace().
2009-03-02 Ben Pfaffhmap: New function hmap_moved().
2009-03-02 Ben PfaffNew function port_array_count().
2009-03-02 Ben PfaffFix indentation error.
2009-03-02 Ben PfaffNew function list_moved().
2009-03-02 Ben PfaffNew function make_packet_out(), and reimplement helpers...
2009-03-02 Ben Pfaffsecchan: Make hook_class structures const.
2009-03-02 Ben PfaffMake flow_print() print nw_proto. Print vlan in decimal.
2009-03-02 Ben PfaffAdd comment.
2009-03-02 Ben PfaffNew macro ALWAYS_INLINE to tell GCC that a function...
2009-03-02 Ben PfaffExport network address mask logic in switch-flow.c...
2009-03-02 Ben PfaffAvoid a "statement has no effect" warning from BUILD_AS...
2009-03-02 Ben PfaffDelete empty file.
2009-03-02 Ben Pfaffopenflow.h: Fix typos in comments.
2009-02-28 Ben Pfaffdpctl: Don't print trailing garbage in "dpctl status...
2009-02-28 Ben Pfaffdpctl: Fix assertion failure when second argument given...
2009-02-19 Ben Pfaffdatapath: Disallow action length 0, preventing DoS...
2009-02-13 Justin PettitSupport multiple NetFlow collectors.
2009-02-11 Ben Pfaffvswitch: Add startup and config files for the XenServer...
2009-02-11 Justin PettitCheck wildcards for in_port != out_port output validati...
2009-02-11 Justin PettitFix minor typos in vswitch.conf.5 man page.
2009-02-09 Ben Pfaffnetdev: fix segfault in lookup_netdev().
2009-02-06 Ben Pfaffvswitchd: Avoid 100% CPU when secchan dies too many...
2009-02-06 Ben Pfaffpoll-loop: Add support for logging the reason for wakeups.
2009-02-06 Ben Pfaffleak-checker: Break backtracing code into new module...
2009-02-06 Ben Pfaffvswitchd: Add build number to --version output.
2009-02-06 Ben PfaffAdd AC_SYS_LARGEFILE, to allow writing log files over...
2009-02-04 Justin PettitChanged control protocol name to OpenFlow Management...
2009-02-04 Justin PettitFirst cut of OpenFlow control protocol draft specification.
2009-02-03 Ben PfaffDon't define skb_copy_{to,from}_linear_data_offset...
2009-02-02 Ben Pfaffdatapath: Fix up checksum on Xen before forwarding...
2009-01-31 Ben Pfaffdatapath: Move all fwd_save_skb() calls into a single...
2009-01-26 Justin PettitFix build issues with recent SNAT changes on older...
2009-01-26 Justin PettitMove veth.c to Linux 2.6 compatibility directory.
2009-01-26 Justin PettitFor SNAT, don't store the pre-fragment L2 header before...
2009-01-26 Ben PfaffAdd comment.
2009-01-24 Justin PettitMove setting Nicira datapath ID out of kernel.
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...
next