aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2013-02-26ofproto: Create and delete tnl_backers in type_run()Kyle Mestery
2013-02-25in-band: Use "internal" netdev type for local ports.Ethan Jackson
2013-02-22ofproto-dpif: Look at the flow's ofproto when handling flow misses.Justin Pettit
2013-02-20tunnel: set skb mark for IPsec tunnel packetsAnsis Atteka
2013-02-16ofproto-dpif: Receive special packets on patch ports.Ethan Jackson
2013-02-15Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.Ben Pfaff
2013-02-14vxlan: Change dpif_backer->tnl backer to a "struct simap"Kyle Mestery
2013-02-13ofproto-dpif: Move 'orig_flow' from action_xlate_ctx to local variable.Ben Pfaff
2013-02-12ofproto-dpif: Reduce number of get_ofp_port() calls during flow xlate.Ben Pfaff
2013-02-12Make OpenFlow 1.2+ role replies return the generation ID.Ben Pfaff
2013-02-11ofp-util: Simplify struct ofputil_role_request.Ben Pfaff
2013-02-08tunnel: Treat in_key=0 the same as a missing in_key.Ethan Jackson
2013-02-08tunnel: Log tunneling changes at INFO level.Ethan Jackson
2013-02-05nicira-ext: Remove the autopath action.Ethan Jackson
2013-02-05bond: Remove stable bond mode.Ethan Jackson
2013-02-05User-Space MPLS actions and matchesSimon Horman
2013-01-31ofproto-dpif: Fix memory leak in port_dump_next().Ben Pfaff
2013-01-31ofproto-dpif: Clear revalidation flags only once, not per-ofproto.Ben Pfaff
2013-01-28lib: Switch to flow based tunneling.Ethan Jackson
2013-01-28tunnel: Userspace implementation of tunnel manipulation.Jesse Gross
2013-01-28ofproto-dpif: Install drops for flows from invalid in_ports.Ethan Jackson
2013-01-28ofproto-dpif: Require an in_port when tracing datapath flows.Ethan Jackson
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