aboutsummaryrefslogtreecommitdiff
path: root/lib/learning-switch.c
AgeCommit message (Expand)Author
2013-10-08ovs-controller: Avoid dereferencing NULL pointer when the switch acts as a hubZhengLingyun
2013-09-07openflow-1.1+: OFPT_TABLE_MOD (part 1)Andy Zhou
2013-09-02Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu
2013-08-27lib: Keep track of usable protocols while parsing.Jarno Rajahalme
2013-08-02mac-learning: Stop using tags.Ethan Jackson
2013-08-01mac-learning: Make the mac-learning module thread safe.Ethan Jackson
2013-07-18ofp-msgs: Consistently include "STATS" in the names of stats messages.Ben Pfaff
2013-06-28Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff
2013-06-27mac-learning: Reference count 'struct mac_learning".Ethan Jackson
2013-06-24flow: New function hash_ofp_port() and hash_ofp_port().Ethan Jackson
2013-06-20Create specific types for ofp and odp portAlex Wang
2013-05-16lib/mac-learning.h: Change one variable's type and nameAlex Wang
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