aboutsummaryrefslogtreecommitdiff
path: root/ofproto/ofproto.c
AgeCommit message (Expand)Author
2012-05-29ofp-util: Clean up cookie handling.Justin Pettit
2012-05-14ofproto: Treat a packet-out in_port of OFPP_CONTROLLER as OFPP_NONE.Ben Pfaff
2012-04-23ofproto: Fix use-after-free error when ports disappear.Ben Pfaff
2012-03-12ofproto: Fix code that keeps track of MTU.Ben Pfaff
2012-02-01vswitchd: Make the MAC entry aging time configurable.Ben Pfaff
2012-01-12nicira-ext: Rename "struct nxt_*" to "struct nx_*".Ben Pfaff
2012-01-10openflow: New Nicira Extended PACKET_IN format.Ethan Jackson
2012-01-04ofproto: Fix detection of in-use VLANs based on the flow table.Ben Pfaff
2011-12-27Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit
2011-12-19unixctl: Implement quoting.Ben Pfaff
2011-12-08ofproto: Device stats should include packets generated by userspace/controllerPravin B Shelar
2011-11-28ofproto: Add "fast path".Ben Pfaff
2011-11-24mirroring: Don't require the "normal" action to perform mirroring.Justin Pettit
2011-11-23ovs-vswitchd: Track packet and byte statistics sent on mirrors.Justin Pettit
2011-11-23Implement new "VLAN splinters" feature.Ben Pfaff
2011-11-23vswitch: Implement dscp column of the Queue table.Ethan Jackson
2011-11-15ofproto: Disable STP when unregistering a port.Justin Pettit
2011-11-02ofproto: Reject invalid input ports in OFPT_PACKET_OUT requests.Ben Pfaff
2011-11-02ofproto: Add error code for bad role.Ben Pfaff
2011-11-02ofproto: Issue OpenFlow error for bad table IDs.Ben Pfaff
2011-11-02ofproto: Consistently log OpenFlow error replies.Ben Pfaff
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-10-31ofproto: Add OFPC_QUEUE_STATS to switch feature reply.Ben Pfaff
2011-10-24ofproto: Check for overlapping flows only in the target table.Ben Pfaff
2011-10-22ovs-vswitchd: Add support for 802.1D STP.Justin Pettit
2011-10-22ofproto: Add function to set OpenFlow state and update controller.Justin Pettit
2011-10-22ofproto: Mark 'ofproto' arg in is_mirror_output_bundle() as const.Justin Pettit
2011-10-22ofproto: Fix comment describing ofport_modified().Justin Pettit
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-09-29ovs-appctl: Print command arguments for "help".Justin Pettit
2011-09-15Set MTU in userspace rather than kernel.Justin Pettit
2011-09-15ofproto: Remove dummy 'in_port' variable.Ben Pfaff
2011-09-13Implement new "learn" action.Ben Pfaff
2011-09-13ofproto: Reinterpret meaning of OpenFlow hard timeouts with OFPFC_MODIFY.Ben Pfaff
2011-09-13ofproto: Mark some parameters 'const'.Ben Pfaff
2011-09-13ofproto: Add 'ofproto' parameter to most flow_mod functions.Ben Pfaff
2011-09-13ofproto: Avoid using list_size() to compute length of 'pending' list.Ben Pfaff
2011-09-09cfm: Write remote MPIDs to the database.Ethan Jackson
2011-09-09ofproto: Document that ->rule_construct() should uninitialize victim rules.Ben Pfaff
2011-08-12lib: Whitespace cleanup.Ethan Jackson
2011-08-09ofp-util: Rename struct flow_stats_request with ofputil_ prefix.Ben Pfaff
2011-08-09ofp-util: Rename struct flow_mod to struct ofputil_flow_mod.Ben Pfaff
2011-08-09Option to forward BPDU (Ethernet control class) framesSanjay Sane
2011-08-08ofproto: New helper macro OFPROTO_FOR_EACH_TABLE.Ben Pfaff
2011-08-08ofproto: Allow ->rule_choose_table() to be NULL regardless of table count.Ben Pfaff
2011-08-08ofproto: Make ->construct() and ->destruct() more symmetrical.Ben Pfaff
2011-08-08netdev: Get rid of struct netdev_options and netdev_open_default().Ben Pfaff
2011-08-08netdev: Clean up and refactor packet receive interface.Ben Pfaff
2011-07-28ofproto-dpif: Allow setting of flow eviction thresholdSimon Horman
2011-07-01ofproto: Rename "private.h" to "ofproto->provider.h".Justin Pettit