openvswitch
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.
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.
next