aboutsummaryrefslogtreecommitdiff
path: root/lib/learning-switch.c
AgeCommit message (Expand)Author
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2012-12-10Openflow 1.1 queue set/get config placeholders.Jarno Rajahalme
2012-11-27Initial OpenFlow 1.3 supportJarno Rajahalme
2012-11-21datapath: add skb mark matching and set actionAnsis Atteka
2012-11-16ofp-util: Make ofputil_encode_set_protocol() able to return failure.Ben Pfaff
2012-10-03flow: Extend struct flow to contain tunnel outer header.Jesse Gross
2012-09-04classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff
2012-08-08ofp-util: Prepare Packet Out encoder for other Open Flow versionsSimon Horman
2012-08-07learning-switch: Normalize the flows that are sent to the switch.Ben Pfaff
2012-08-07learning-switch: Don't use exact-match on every field by default.Ben Pfaff
2012-08-07learning-switch: Delay sending handshake until version negotiation is done.Ben Pfaff
2012-08-07learning-switch: Make lswitch own its rconn.Ben Pfaff
2012-08-06learning-switch: Send Features Request and Set Config with correct versionSimon Horman
2012-07-30ofp-msgs: New approach to encoding and decoding OpenFlow headers.Ben Pfaff
2012-07-12ofproto: New feature to notify controllers of flow table changes.Ben Pfaff
2012-07-03Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff
2012-06-12openflow-1.0: Rename ofp_match to ofp10_match, OFPFW_* to OFPFW10_*.Ben Pfaff
2012-05-22simap: New data structure for string-to-integer maps.Ben Pfaff
2012-05-08ofproto: Add support for OF1.3 port description multipart message.Justin Pettit
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-26rconn: Simplify rconn_send() semantics.Ethan Jackson
2012-03-07Abstract everything that uses ofp_phy_port, add OF1.1 support.Ben Pfaff
2012-03-07openflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.Ben Pfaff
2012-03-07Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff
2012-02-27Add ability to direct "packet-in"s to particular controllers.Ben Pfaff
2012-02-09ofproto: Implement OpenFlow extension to allow control over async messages.Ben Pfaff
2012-02-09ofp-util: Add struct ofputil_packet_out, helper functions, and use it all.Ben Pfaff
2012-02-07Add information about time left before timeouts to flow dumps.Ben Pfaff
2012-02-01vswitchd: Make the MAC entry aging time configurable.Ben Pfaff
2012-01-12Better abstract OpenFlow error codes.Ben Pfaff
2012-01-10openflow: New Nicira Extended PACKET_IN format.Ethan Jackson
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-08-12lib: Whitespace cleanup.Ethan Jackson
2011-06-30ofp-util: Rename OFPUTIL_INVALID to OFPUTIL_MSG_INVALID.Ben Pfaff
2011-06-06learning-switch: Also wildcard VLAN priority bits.Ben Pfaff
2011-06-01learning-switch: Don't limit message queued by --with-flows.Ben Pfaff
2011-06-01ovs-controller: Allow --wildcards to specify a wildcard set.Ben Pfaff
2011-05-12Merge 'master' into 'next'.Ben Pfaff
2011-05-12Implement basic multiple table support.Ben Pfaff
2011-04-26Remove support for obsolete "tun_id_from_cookie" extension.Ben Pfaff
2011-03-31learning-switch: Remove dead assignment.Ethan Jackson
2011-03-22mac-learning: Change 'port' member to a union.Ben Pfaff
2011-03-22mac-learning: Refactor to increase generality.Ben Pfaff
2011-03-16ofproto: Get rid of archaic "switch status" OpenFlow extension.Ben Pfaff
2010-12-07ofpbuf: New function ofpbuf_use_const().Ben Pfaff
2010-12-06Refactor and centralize basic OpenFlow message decoding and validation.Ben Pfaff
2010-12-06queue: Get rid of ovs_queue data structure.Ben Pfaff
2010-12-02openflow: Change ofp_phy_port's 'name' member from uint8_t[] to char[].Ben Pfaff
2010-11-22ofp-util: Make make_flow_mod() take cls_rule instead of struct flow.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff