aboutsummaryrefslogtreecommitdiff
path: root/lib/learning-switch.c
AgeCommit message (Expand)Author
2012-02-01vswitchd: Make the MAC entry aging time configurable.Ben Pfaff
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
2010-10-29xtoxll: Rename "byte-order" since it now include more than xtoxll.Ben Pfaff
2010-10-11flow: Get rid of flow_t typedef.Ben Pfaff
2010-10-01ovs-controller: Improve QoS abilities.Ben Pfaff
2010-10-01learning-switch: Introduce struct for configuration.Ben Pfaff
2010-10-01ovs-controller: Make --with-flows read the file only once, at startup.Ben Pfaff
2010-10-01ofp-parse: Factor out duplicated code into new functions.Ben Pfaff
2010-09-20Avoid shadowing local variable names.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-27learning-switch: Ignore "packet_in"s caused by OFPP_CONTROLLER actions.Ben Pfaff
2010-08-13Remove vestigial support for Spanning Tree Protocol.Ben Pfaff
2010-07-30learning-switch: Avoid violating C aliasing rules initializing actions.Ben Pfaff
2010-07-30learning-switch: Add ability to define default flowsJustin Pettit
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-07-20learning-switch: Add support for OpenFlow queues.Ben Pfaff
2010-07-20learning-switch: Break packet-in processing into two steps.Ben Pfaff
2010-07-16learning-switch: Refactor wildcards calculation.Ben Pfaff
2010-07-16learning-switch: Reserved addresses are destinations, not sources.Ben Pfaff
2010-06-17vconn: Move OpenFlow utility functions into new file ofp-util.c.Ben Pfaff
2010-06-03bridge: Filter some gratuitous ARPs on bond slaves.Jesse Gross
2010-05-26poll-loop: New function poll_timer_wait_until().Ben Pfaff
2010-05-26poll-loop: Change poll_timer_wait() parameter from "int" to "long long".Ben Pfaff
2010-04-19tunneling: Add support for tunnel ID.Jesse Gross
2010-02-20ofproto: Use 64-bit datapath id and management id (OpenFlow 0.9)Justin Pettit
2010-02-20ofproto: Add selective Flow Removed messages and flow deletes (OpenFlow 0.9)Justin Pettit
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-11Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff
2009-12-02Merge "master" branch into "db".Ben Pfaff
2009-11-19ovs-controller: Add --wildcard and --normal features.Jean Tourrilhes
2009-11-04Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff