aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2013-01-28ofproto-dpif: Use ofproto_receive() in update_stats().Ethan Jackson
2013-01-25ofproto: Maintain "expirable" list for "add" flow_mod with replaced rule.Ben Pfaff
2013-01-25ofproto: Properly refresh rule modified time when nothing else changes.Ben Pfaff
2013-01-25ofproto: Optimise OpenFlow flow expirySimon Horman
2013-01-24ofproto-dpif: Implement patch ports in userspace.Ethan Jackson
2013-01-24ofproto-dpif: Refresh stats before ovs-appctl dpif/dump-flows.Ethan Jackson
2013-01-24ofproto-dpif: Scope revalidation state to dpif_backers.Ethan Jackson
2013-01-24ofproto: Avoid wild write removing OFPP_LOCAL port in dealloc_ofp_port().Ben Pfaff
2013-01-22ofproto-dpif: Fix minor memory leak when creating dpif_backers.Ethan Jackson
2013-01-21ofproto: Remove redundant call to ofconn_get_ofprotoBen Pfaff
2013-01-17ofproto: Add "actions=" to drop action in "ovs-appctl bridge/dump-flows".Justin Pettit
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2013-01-15ofproto-dpif: Maintain tun_id across action lists.Jesse Gross
2013-01-11alloc_ofp_port does not allocate the port number correctlyKrishna Kondaka
2013-01-10ofproto-dpif: Use proper special value for the reserved PID.Justin Pettit
2013-01-08ofproto: Fix remaining incorrect users of OVSP_LOCAL.Justin Pettit
2013-01-09ofproto-dpif: Eliminate unneeded call to ofproto_dpif_cast().Ben Pfaff
2013-01-09ofproto-dpif: More efficient implementation of get_odp_port().Jarno Rajahalme
2013-01-08connmgr: Fix memory leak destroying ofmonitor.Ben Pfaff
2013-01-08ofproto-dpif-governor: Fix small memory leak.Ben Pfaff
2013-01-04vconn: Fix parameters for vconn_open(), vconn_open_block(), pvconn_open().Ben Pfaff
2013-01-03ofproto-dpif: New function ofproto_receive().Ethan Jackson
2012-12-31ofproto-dpif: Initialize tunnel metadata in both 'flow' and 'base_flow'.Jesse Gross
2012-12-28Add Openflow 1.2 role request/reply processing, update OF 1.2 tests. Add stru...Jarno Rajahalme
2012-12-26ovs-vswitch: Make OpenFlow "dp_desc" configurable.Ben Pfaff
2012-12-26ofproto: Use NULL "desc" values to indicate defaults.Ben Pfaff
2012-12-26ofproto: Remove ofproto_set_desc().Ben Pfaff
2012-12-21ofproto-dpif: Don't output to nonexistent ports.Ethan Jackson
2012-12-21ofproto-dpif: User proper type for odp_port when outputting.Ethan Jackson
2012-12-21ovs: Replace TODO:XXX with XXX.Ethan Jackson
2012-12-21ofproto: Remove trailing whitespace.Ethan Jackson
2012-12-18ofproto, ofproto-dpif: Fix memory leaks of struct iface_hint structures.Ben Pfaff
2012-12-18ofproto-dpif: Fix another memory leak in type_run().Ben Pfaff
2012-12-18ofproto-dpif: Fix memory leak in type_run().Ben Pfaff
2012-12-18ofproto-dpif: Avoid potential undefined behavior in type_run().Ben Pfaff
2012-12-12packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.Ben Pfaff
2012-12-10Openflow 1.1 queue set/get config placeholders.Jarno Rajahalme
2012-12-08vswitchd: Make the maximum size of MAC learning tables user-configurable.Ben Pfaff
2012-12-04ofp-errors: Make every error encodable.Ben Pfaff
2012-12-03include/openflow: Moved remaining common definitions from openflow-1.0.hJarno Rajahalme
2012-12-03connmgr: Reinitialise controllers if protocols changesSimon Horman
2012-11-27Initial OpenFlow 1.3 supportJarno Rajahalme
2012-11-27Fix handling of OFPP_ANY in OpenFlow 1.1 and later.Jarno Rajahalme
2012-11-21datapath: add skb mark matching and set actionAnsis Atteka
2012-11-20ovs-appctl: fix help message for ofproto/trace commandAnsis Atteka
2012-11-20ofproto: Fix ofport allocation.Gurucharan Shetty
2012-11-19connmgr: Use version of underlying rconnBen Pfaff
2012-11-19connmgr: Mark ofconn_get_protocol() parameter const.Ben Pfaff
2012-11-16ofproto-dpif: Remove datapath flows of deleted ports.Justin Pettit
2012-11-16ofproto-dpif: Query port existence by name to prevent warnings.Justin Pettit