aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-11-05ofp-util: New functions make_nxmsg(), make_nxmsg_xid().Ben Pfaff
2010-11-05ofp-util: Add macros for composing error codes.Ben Pfaff
2010-11-05ofp-util: Use our usual variable naming convention in make_ofp_error_msg().Ben Pfaff
2010-11-05ofp-util: Actually map vendor codes to IDs correctly.Ben Pfaff
2010-11-05ofp-util.h: Use NX_VENDOR_ID instead of literal numeric constant.Ben Pfaff
2010-11-05Fix typos in comments.Ben Pfaff
2010-11-05ofp-util: Add infrastructure for vendor extensions to OpenFlow error codes.Ben Pfaff
2010-11-05ofp-util: Add more functions for supporting OpenFlow error codes.Ben Pfaff
2010-11-04ofp-print: always print the flow nw_tos if not wildcardedRomain Lenglet
2010-11-04netdev: Assert that the type of a new network device is correct.Ben Pfaff
2010-11-03classifier: Rewrite.Ben Pfaff
2010-10-29classifier: Change classifier_rule_overlaps() to take a cls_rule *.Ben Pfaff
2010-10-29classifier: Change classifier_find_rule_exactly() to take a cls_rule *.Ben Pfaff
2010-10-29classifier: Merge classifier_lookup_wild(), classifier_lookup_exact().Ben Pfaff
2010-10-29classifier: Remove classifier_insert_exact().Ben Pfaff
2010-10-29classifier: Remove unused functions cls_rule_moved(), cls_rule_replace().Ben Pfaff
2010-10-29odp-util: Print in_port in decimal in format_odp_flow_key().Ben Pfaff
2010-10-29odp-util: Print tunnel id as part of ODP flow key in format_odp_flow_key().Ben Pfaff
2010-10-29flow: Add more functions for working with flow_wildcards.Ben Pfaff
2010-10-29flow: Use vlan_tci_to_pcp() helper.Ben Pfaff
2010-10-29flow: Un-inline flow_wildcards functions.Ben Pfaff
2010-10-29flow: Use ovs_be<N> types in appropriate places.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-10-29xtoxll: Rename "byte-order" since it now include more than xtoxll.Ben Pfaff
2010-10-29xtoxll: Add byte conversions macros for use in constant expressions.Ben Pfaff
2010-10-29hmap: New macro HMAP_NODE_NULL_INITIALIZER.Ben Pfaff
2010-10-28netdev: Fix carrier status for down interfaces.Jesse Gross
2010-10-28ofp-util: Fix normalization of IP TOS bits.Jean Tourrilhes
2010-10-27daemon: Don't call a normal exit from the monitor a "crash".Ben Pfaff
2010-10-27ovsdb-idl: Document some more functions.Ben Pfaff
2010-10-22netdev-linux: Always check tc_make_request() for NULL return value.Ben Pfaff
2010-10-22netdev-linux: Remove unused data in htb_tc_load().Ben Pfaff
2010-10-21netdev-linux: Make queue 0 the default QOS policyEthan Jackson
2010-10-21Fix bug in parsing large datapath IDs.Ben Pfaff
2010-10-18datapath: Simplify ODPAT_SET_DL_TCI action.Ben Pfaff
2010-10-14lib: Remove warnings in daemon.cEthan Jackson
2010-10-14stream-ssl: Avoid warning with recent OpenSSL.Ben Pfaff
2010-10-13netdev-vport: Actually destroy the vport when "destroy" is calledJustin Pettit
2010-10-12odp-util: Remove extraneous "set_tci(" from format_odp_action()Justin Pettit
2010-10-11lib: ofp-parse segfaults if required argument isn't specifiedEthan Jackson
2010-10-11datapath: Drop padding from struct odp_flow_key.Ben Pfaff
2010-10-11datapath: Combine dl_vlan and dl_vlan_pcp.Ben Pfaff
2010-10-11flow: Get rid of flow_t typedef.Ben Pfaff
2010-10-11flow: Separate "flow_t" from "struct odp_flow_key".Ben Pfaff
2010-10-11datapath: Remove implementation of port groups.Ben Pfaff
2010-10-11netdev-vport: Merge in netdev-patch and netdev-tunnel.Ben Pfaff
2010-10-08netdev: Enforce a floor "linux-htb" min-rateJustin Pettit
2010-10-08netdev: Don't divide by zero when "linux-htb" zero min-rate is usedJustin Pettit
2010-10-08classifier: Add missing argument in CLASSIFIER_FOR_EACH_EXACT_RULE_SAFEJustin Pettit
2010-10-07classifier: Introduce macros for iterating exact-match flows.Ben Pfaff