sliver-openvswitch.git
2010-11-03 Ben Pfaffconfigure: Simplify use of OVS_GREP_IFELSE.
2010-11-03 Ben Pfaffofproto: Don't show separate wildcard and exact-match...
2010-11-03 Ben Pfaffclassifier: Rewrite.
2010-11-03 Jesse Grossautoconf: Compat checks no longer support multiple...
2010-11-03 Jesse Grossdatapath: Work around debugging for csum_and_copy_to_us...
2010-11-03 Jesse Grossautoconf: Tolerate missing file when grepping.
2010-11-02 Ben Pfaffovsdb: Fix formatting of ovs.db.Error on Python 2.6.
2010-11-02 Simon Hormandatapath: The definition of struct tbl is needed by...
2010-11-02 Simon Hormandatapath: IFF_OVS_DATAPATH will exist in in 2.6.37
2010-10-29 Ben PfaffFix "make dist" by adding include/openvswitch/types...
2010-10-29 Ben Pfaffclassifier: Change classifier_rule_overlaps() to take...
2010-10-29 Ben Pfaffclassifier: Change classifier_find_rule_exactly() to...
2010-10-29 Ben Pfaffclassifier: Merge classifier_lookup_wild(), classifier_...
2010-10-29 Ben Pfaffclassifier: Remove classifier_insert_exact().
2010-10-29 Ben Pfaffclassifier: Remove unused functions cls_rule_moved...
2010-10-29 Ben Pfaffodp-util: Print in_port in decimal in format_odp_flow_k...
2010-10-29 Ben Pfaffodp-util: Print tunnel id as part of ODP flow key in...
2010-10-29 Ben Pfaffflow: Add more functions for working with flow_wildcards.
2010-10-29 Ben Pfaffflow: Use vlan_tci_to_pcp() helper.
2010-10-29 Ben Pfaffflow: Un-inline flow_wildcards functions.
2010-10-29 Ben Pfaffofproto: Use ovs_be<N> types in appropriate places.
2010-10-29 Ben Pfaffflow: Use ovs_be<N> types in appropriate places.
2010-10-29 Ben PfaffMake the ovs_be<N> types generally available.
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-29 Ben Pfaffxtoxll: Rename "byte-order" since it now include more...
2010-10-29 Ben Pfaffxtoxll: Add byte conversions macros for use in constant...
2010-10-29 Ben Pfaffhmap: New macro HMAP_NODE_NULL_INITIALIZER.
2010-10-29 Ben Pfaffofproto: Fix memory leak in handle_packet_out().
2010-10-28 Jesse Grossnetdev: Fix carrier status for down interfaces.
2010-10-28 Jean Tourrilhesofp-util: Fix normalization of IP TOS bits.
2010-10-27 Ben Pfaffvswitch.xml: Clarify documentation for "ofport" column...
2010-10-27 Ben Pfaffdaemon: Don't call a normal exit from the monitor a...
2010-10-27 Ben Pfaffovsdb-idl: Document some more functions.
2010-10-26 Justin Pettitofproto: Add coverage counter for reinit_ports()
2010-10-26 Justin Pettitofproto: Print "drop" action when dumping hidden flows
2010-10-26 Justin Pettitovs-external-ids: Better handle VIFs from recently...
2010-10-25 Jesse Grossdatapath: Add loop detection for RT kernels.
2010-10-25 Jesse Grossdatapath: #define local_bh_disable to preempt_disable...
2010-10-23 Justin Pettitovs-vsctl: Prevent double-free when retrying a transaction
2010-10-22 Ben Pfaffvswitchd: Reset ofport columns of invalid interfaces...
2010-10-22 Ben Pfaffnetdev-linux: Always check tc_make_request() for NULL...
2010-10-22 Ben Pfaffnetdev-linux: Remove unused data in htb_tc_load().
2010-10-22 Ben Pfaffovsdb-idl: Test prerequisite checking.
2010-10-22 Ben Pfaffovs-vsctl: Check for dirty reads within transactions.
2010-10-22 Ben Pfaffovs-vsctl: Add context pointer to struct vsctl_info.
2010-10-22 Ben Pfaffvswitch: Make unique "name" columns immutable, to simpl...
2010-10-22 Ben Pfaffovsdb: Document the "mutable" feature for columns.
2010-10-21 Ethan Jacksonnetdev-linux: Make queue 0 the default QOS policy
2010-10-21 Justin Pettitbridge: Log port destruction
2010-10-21 Ben Pfafftests: Update expected test result to match "ovsdb...
2010-10-21 Ben Pfaffovsdb-client: Make "dump" print table names in default...
2010-10-21 Ben PfaffFix bug in parsing large datapath IDs.
2010-10-21 Ben Pfaffovs-ofctl: Better document the meaning of "priority...
2010-10-20 Ethan Jacksonxenserver debian: Add additional tc output to bugtools
2010-10-19 Justin Pettitovs-vswitchd: Add ability to disable in-band on a bridge
2010-10-18 Ben Pfaffdatapath: Simplify ODPAT_SET_DL_TCI action.
2010-10-18 Justin Pettitovs-monitor-ipsec: Add ability to traverse NATs
2010-10-15 Sajjad LateefCreate /etc/openvswitch dir when package is installed.
2010-10-14 Ethan Jacksonlib: Remove warnings in daemon.c
2010-10-14 Ben Pfaffstream-ssl: Avoid warning with recent OpenSSL.
2010-10-14 Ethan Jacksonvswitchd: Bubble no-flood configuration up to bridge
2010-10-14 Ben Pfaffdocs: Make it clear that ovs-openflowd is an alternativ...
2010-10-14 Ben Pfaffofproto: Fix implementation of OFPP_FLOOD.
2010-10-13 Simon Hormandebian: Make the init script's start command idempotent
2010-10-13 Justin Pettitnetdev-vport: Actually destroy the vport when "destroy...
2010-10-12 Justin Pettitnetflow: Back-out optimization that could lead to infin...
2010-10-12 Justin Pettitofproto: Update flow context for resubmit on VLAN actions
2010-10-12 Justin Pettitodp-util: Remove extraneous "set_tci(" from format_odp_...
2010-10-11 Ethan Jacksonlib: ofp-parse segfaults if required argument isn't...
2010-10-11 Ben Pfaffdatapath: Fix build break in compat_query_flows().
2010-10-11 Ben Pfaffdatapath: Fix typo in 64-bit compat header.
2010-10-11 Hao Zhengdatapath: fix flow used time stats
2010-10-11 Ben Pfaffdatapath: Always use GFP_ATOMIC to execute actions.
2010-10-11 Ben Pfaffdatapath: Drop padding from struct odp_flow_key.
2010-10-11 Ben Pfaffdatapath: Combine dl_vlan and dl_vlan_pcp.
2010-10-11 Ben Pfaffflow: Get rid of flow_t typedef.
2010-10-11 Ben Pfaffflow: Separate "flow_t" from "struct odp_flow_key".
2010-10-11 Ben Pfaffdatapath: Remove implementation of port groups.
2010-10-11 Ben Pfaffnetdev-vport: Merge in netdev-patch and netdev-tunnel.
2010-10-11 Ben Pfaffofproto: Get rid of port_changed_cb.
2010-10-11 Ben Pfaffvswitchd: Better tolerate changes in datapath ports.
2010-10-11 Ben Pfaffvswitchd: Only try to open netdev once.
2010-10-11 Ben Pfaffvswitchd: Support changing the type of a bridge port.
2010-10-11 Ben Pfaffvswitchd: Make type of interface easier to determine.
2010-10-11 Ben Pfaffvswitchd: Create all interfaces at the same time.
2010-10-11 Ben Pfaffvswitchd: Break set_up_iface() into two different funct...
2010-10-11 Ben Pfaffvswitchd: Drop redundant 'iface_cfg' parameter to set_u...
2010-10-08 Jesse Grosstunneling: Internal dev vport can be NULL.
2010-10-08 Justin Pettitnetdev: Enforce a floor "linux-htb" min-rate
2010-10-08 Justin Pettitnetdev: Don't divide by zero when "linux-htb" zero...
2010-10-08 Justin Pettitclassifier: Add missing argument in CLASSIFIER_FOR_EACH...
2010-10-08 Justin Pettitovs-openflowd: Don't segfault when no controllers specified
2010-10-07 Ben Pfaffofproto: Drop flows from datapath more quickly under...
2010-10-07 Ben Pfaffclassifier: Introduce macros for iterating exact-match...
2010-10-07 Ben Pfaffofproto: Iterate through exact-match rules first during...
2010-10-07 Ben Pfaffofproto: Drop unneeded poll_immediate_wake().
2010-10-07 Ben Pfaffofproto: Fix effective memory leak for uninstallable...
2010-10-07 Ben Pfaffofproto: Factor conditional out of loop in send_flow_re...
2010-10-06 Ben Pfaffofproto: Group functions related to flow expiration...
2010-10-06 Ben Pfaffofproto: Avoid wasting memory malloc()'ing empty action...
next