aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2010-11-05ofproto: Improve comment in send_flow_removed().Ben Pfaff
2010-11-05ofproto: Simplify send_flow_removed().Ben Pfaff
2010-11-05ofp-util: New functions make_nxmsg(), make_nxmsg_xid().Ben Pfaff
2010-11-05ofp-util: Add infrastructure for vendor extensions to OpenFlow error codes.Ben Pfaff
2010-11-03ofproto: Don't show separate wildcard and exact-match tables via OpenFlow.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-29ofproto: 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-29ofproto: Fix memory leak in handle_packet_out().Ben Pfaff
2010-10-28netdev: Fix carrier status for down interfaces.Jesse Gross
2010-10-26ofproto: Add coverage counter for reinit_ports()Justin Pettit
2010-10-26ofproto: Print "drop" action when dumping hidden flowsJustin Pettit
2010-10-18datapath: Simplify ODPAT_SET_DL_TCI action.Ben Pfaff
2010-10-14vswitchd: Bubble no-flood configuration up to bridgeEthan Jackson
2010-10-13ofproto: Fix implementation of OFPP_FLOOD.Ben Pfaff
2010-10-12netflow: Back-out optimization that could lead to infinite loopJustin Pettit
2010-10-12ofproto: Update flow context for resubmit on VLAN actionsJustin Pettit
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-11ofproto: Get rid of port_changed_cb.Ben Pfaff
2010-10-11vswitchd: Support changing the type of a bridge port.Ben Pfaff
2010-10-07ofproto: Drop flows from datapath more quickly under heavy load.Ben Pfaff
2010-10-07classifier: Introduce macros for iterating exact-match flows.Ben Pfaff
2010-10-07ofproto: Iterate through exact-match rules first during expiration.Ben Pfaff
2010-10-07ofproto: Drop unneeded poll_immediate_wake().Ben Pfaff
2010-10-07ofproto: Fix effective memory leak for uninstallable flows.Ben Pfaff
2010-10-07ofproto: Factor conditional out of loop in send_flow_removed().Ben Pfaff
2010-10-06ofproto: Group functions related to flow expiration together.Ben Pfaff
2010-10-06ofproto: Avoid wasting memory malloc()'ing empty action sets for subrules.Ben Pfaff
2010-10-02Add Nicira extension for modifying queue without transmittingJustin Pettit
2010-10-01netflow: Avoid (theoretically) looping 2**32 times.Ben Pfaff
2010-10-01netflow: Do 64-bit division less often.Ben Pfaff
2010-10-01ofproto: Only dump queue statistics if the queue really exists.Ben Pfaff
2010-10-01Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff
2010-10-01ofproto: Use hash table instead of sparse array for ofports.Ben Pfaff
2010-10-01sflow: Use hash table instead of sparse array for sflow ports.Ben Pfaff
2010-09-20Avoid shadowing local variable names.Ben Pfaff
2010-09-01ofproto: Get enough headroom in fail-open when connected to controller.Ben Pfaff
2010-09-01ofpbuf: Add ofpbuf_new_with_headroom(), ofpbuf_clone_with_headroom().Ben Pfaff
2010-09-01netflow: Send multiple records for byte counts > UINT32_MAXJustin Pettit
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-27ofproto: Avoid ofpbuf_clone() for OFPAT_CONTROLLER common case.Ben Pfaff
2010-08-27ofproto: Avoid user->kernel->user round-trip for many controller actions.Ben Pfaff
2010-08-26Add Nicira extension to OpenFlow for dropping spoofed ARP packets.Ben Pfaff