sliver-openvswitch.git
2010-11-10 Ben Pfaffutil: New function base_name().
2010-11-10 Ben PfaffCodingStyle: Clarify C dialect section and add rationale.
2010-11-10 Ben Pfaffdebian: Remove corekeeper package.
2010-11-10 Ben Pfafflib: Distribute nx-match.def, fixing "make dist".
2010-11-10 Ben Pfaffofproto: Factor out code from do_xlate_actions() into...
2010-11-10 Ben Pfaffofp-util: Make validate_actions() take a struct flow *.
2010-11-10 Ben Pfaffofproto: Refactor handle_packet_out().
2010-11-10 Ben Pfaffofproto: Implement Nicira Extended Match flexible flow...
2010-11-10 Ben Pfaffofproto: Fix type of 'out_port' parameter to query_aggr...
2010-11-10 Ben Pfaffofproto: Rename *_stats_reply() functions for clarity.
2010-11-10 Ben Pfaffdatapath: Fix build on 2.6.18.
2010-11-09 Ben PfaffFix distribution by adding include/linux/if_link.h...
2010-11-09 Ben Pfaffdatapath: Use "struct rtnl_link_stats64" instead of...
2010-11-09 Ben Pfaffdatapath: Clean up netdev_get_stats() very slightly.
2010-11-09 Ben Pfaffdatapath: Add clean compat layer for dev_get_stats().
2010-11-09 Ben Pfaffdatapath: Use struct assignment in place of memcpy...
2010-11-09 Ben Pfaffovsdb: Fix "make dist" by distributing dot2pic.
2010-11-08 Ben Pfaffflow: Better abstract flow_wildcards and use it more...
2010-11-08 Ben Pfaffnicira-ext: Shuffle comments around.
2010-11-08 Ben Pfaffclassifier: Add more cls_rule_set_*() functions.
2010-11-08 Ben Pfaffclassifier: Move in-band set_<field>() functions public...
2010-11-08 Ben Pfaffofproto: Change ofproto_add_flow(), ofproto_delete_flow...
2010-11-08 Ben Pfaffofproto: Refactor handle_flow_mod().
2010-11-08 Ben PfaffRename cls_rule_zero_wildcards() to cls_rule_zero_wildc...
2010-11-05 Ben Pfaffofproto: Refactor handle_aggregate_stats_request().
2010-11-05 Ben Pfaffofproto: Generalize reject_slave_controller().
2010-11-05 Ben Pfaffofproto: Factor flow duration calculation into new...
2010-11-05 Ben Pfaffofproto: Get rid of redundant ofproto parameters in...
2010-11-05 Ben Pfaffofproto: Make flow format specific to an OpenFlow conne...
2010-11-05 Ben Pfaffofproto: Generalize tun_id_from_cookie into flow_format.
2010-11-05 Ben PfaffAdd "Manager" and "manager_options" to allow options...
2010-11-05 Ben Pfaffin-band: Make in_band_create() always initialize its...
2010-11-05 Ben Pfaffreconnect: Use macros instead of literals for default...
2010-11-05 Ben Pfaffdocs: Implement our own dot->pic translator.
2010-11-05 Ben Pfaffconfigure: Fix Graphviz test and input generation.
2010-11-05 Ben Pfaffofproto: Improve comment in send_flow_removed().
2010-11-05 Ben Pfaffofproto: Simplify send_flow_removed().
2010-11-05 Ben Pfaffofp-util: New functions make_nxmsg(), make_nxmsg_xid().
2010-11-05 Ben Pfaffofp-util: Add macros for composing error codes.
2010-11-05 Ben PfaffSync Nicira error number assignments with "wdp" branch.
2010-11-05 Ben Pfaffofp-util: Use our usual variable naming convention...
2010-11-05 Ben Pfaffofp-util: Actually map vendor codes to IDs correctly.
2010-11-05 Ben Pfaffofp-util.h: Use NX_VENDOR_ID instead of literal numeric...
2010-11-05 Ben PfaffFix typos in comments.
2010-11-05 Ben Pfaffofp-util: Add infrastructure for vendor extensions...
2010-11-05 Ben Pfaffofp-util: Add more functions for supporting OpenFlow...
2010-11-05 Jesse GrossAUTHORS: Add Romain Lenglet.
2010-11-05 Romain Lengletofp-print: always print the flow nw_tos if not wildcarded
2010-11-05 Jesse Grossdatapath: Directly use free_netdev for internal devices.
2010-11-04 Ben Pfaffovs-vsctl: Create bridge interface as type "internal".
2010-11-04 Ben Pfaffnetdev: Assert that the type of a new network device...
2010-11-04 Justin PettitPORTING: Update to describe netdev-vport.c
2010-11-04 Ben PfaffCodingStyle: Mention that "free" functions should accep...
2010-11-04 Ben Pfaffovsdb-client: Add JSON output format.
2010-11-04 Ben Pfaffovsdb-client: Refactor table code to save original...
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.
next