datapath: Correct usage of __user annotation.
[sliver-openvswitch.git] / lib /
2010-11-15 Ben Pfaffclassifier: Add functions and macros for iteration...
2010-11-15 Ben Pfaffutil: Add function hexits_value() for parsing multiple...
2010-11-15 Ben Pfaffnicira-ext: New Nicira vendor action NXAST_NOTE.
2010-11-15 Ben Pfaffofp-util: Add OFP_ACTION_ALIGN macro to header.
2010-11-15 Ben Pfaffrandom: Add entropy test.
2010-11-15 Ben Pfaffrandom: Fix random number generator.
2010-11-12 Ben Pfaffhmap: New macro HMAP_FOR_EACH_CONTINUE.
2010-11-12 Ben Pfaffclassifier: Delete dead code specialized for the exact...
2010-11-12 Ben Pfaffclassifier: Drop CLS_INC_* enumerations and related...
2010-11-11 Ethan Jacksonnetdev-linux: HFSC in linux
2010-11-11 Ben Pfaffofp-parse: Refactor flow parsing.
2010-11-11 Ben Pfaffofp-parse: Generalize parse_ofp_add_flow_str() as parse...
2010-11-11 Ben PfaffAdd support for matching Ethernet multicast frames.
2010-11-11 Ben Pfaffofproto: Implement support for registers in extended...
2010-11-11 Ben Pfaffclassifier: Pass correct member to CONTAINER_OF in...
2010-11-10 Ben Pfaffsocket-util: Work around Unix domain socket path name...
2010-11-10 Ben Pfaffsocket-util: Define LINUX macro at top of file.
2010-11-10 Ben Pfaffutil: New function base_name().
2010-11-10 Ben Pfafflib: Distribute nx-match.def, fixing "make dist".
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-09 Ben Pfaffdatapath: Use "struct rtnl_link_stats64" instead of...
2010-11-08 Ben Pfaffflow: Better abstract flow_wildcards and use it more...
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: Generalize tun_id_from_cookie into flow_format.
2010-11-05 Ben PfaffAdd "Manager" and "manager_options" to allow options...
2010-11-05 Ben Pfaffreconnect: Use macros instead of literals for default...
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 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 Romain Lengletofp-print: always print the flow nw_tos if not wildcarded
2010-11-04 Ben Pfaffnetdev: Assert that the type of a new network device...
2010-11-03 Ben Pfaffclassifier: Rewrite.
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 Pfaffflow: Use ovs_be<N> types in appropriate places.
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-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 Pfaffdaemon: Don't call a normal exit from the monitor a...
2010-10-27 Ben Pfaffovsdb-idl: Document some more functions.
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-21 Ethan Jacksonnetdev-linux: Make queue 0 the default QOS policy
2010-10-21 Ben PfaffFix bug in parsing large datapath IDs.
2010-10-18 Ben Pfaffdatapath: Simplify ODPAT_SET_DL_TCI action.
2010-10-14 Ethan Jacksonlib: Remove warnings in daemon.c
2010-10-14 Ben Pfaffstream-ssl: Avoid warning with recent OpenSSL.
2010-10-13 Justin Pettitnetdev-vport: Actually destroy the vport when "destroy...
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: 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-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-07 Ben Pfaffclassifier: Introduce macros for iterating exact-match...
2010-10-06 Ben Pfaffofproto: Avoid wasting memory malloc()'ing empty action...
2010-10-06 Ben Pfaffnetdev: Pass class structure, instead of type, to ...
2010-10-06 Ben Pfaffnetdev-vport: Fix typo in comment.
2010-10-03 Justin PettitAdd Nicira extension for modifying queue without transm...
2010-10-01 Ben Pfaffovs-controller: Improve QoS abilities.
2010-10-01 Ben Pfafflearning-switch: Introduce struct for configuration.
2010-10-01 Ben Pfaffovs-controller: Make --with-flows read the file only...
2010-10-01 Ben Pfaffofp-print: Make output easier to read.
2010-10-01 Ben Pfaffofp-parse: Factor out duplicated code into new functions.
2010-10-01 Ben Pfaffofp-parse: Properly byteswap in_port.
2010-10-01 Ben Pfaffnetdev-linux: Fix off-by-one error dumping queue stats.
2010-10-01 Ben Pfaffovs-ofctl: Add "queue-stats" command to print queue...
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
2010-10-01 Ben Pfaffutil: New macro OBJECT_CONTAINING.
2010-10-01 Ben Pfaffhmap: New function hmap_clear().
2010-10-01 Ben Pfaffnetdev-linux: Use hash table instead of sparse array...
2010-09-24 Justin Pettitnetdev: Cleanup minor comment formatting issues.
2010-09-24 Justin Pettitvswitch: Disable header-caching when IPsec is enabled
next