aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2013-09-04ofproto-dpif: Do not dpif_port_del() patch ports in port_del().Ben Pfaff
2013-09-04ofproto: Convert units correctly in ofport_open().Ben Pfaff
2013-08-14ofproto-dpif: Destroy bundle after moving its last port out.Ben Pfaff
2013-06-14ofproto: Fix use of uninitialized local variable.Jarno Rajahalme
2013-06-05ofproto-dpif.c: Modify vsp_realdev_to_vlandev() functionAlex Wang
2013-06-05ofproto-dpif: Do not give stats to rules bypassed by "drop" frag policy.Ben Pfaff
2013-06-05ofproto-dpif: Don't count misses in OpenFlow table stats.Jesse Gross
2013-05-13ofproto-dpif: Make fin_timeout work when governor kicks in.Ben Pfaff
2013-05-03Change sFlow model to reflect per-bridge samplingNeil Mckee
2013-04-06ofproto-dpif: Disable miss handling in rule_get_stats().Ethan Jackson
2013-03-29ovs-appctl: dpif/show display bug fixAndy Zhou
2013-04-02ofproto-dpif: Don't rate limit facet_learn() with fin_timeouts.Ethan Jackson
2013-04-01ofproto: Increase default flow-eviction-threshold.Ethan Jackson
2013-04-01ofproto-dpif: Push statistics less frequently.Ethan Jackson
2013-04-01ofproto-dpif: Run fast internally.Ethan Jackson
2013-04-01ofproto-dpif: Systematically push stats upon request.Ethan Jackson
2013-04-01ofproto-dpif: Keep track of exact-match flow infoAndy Zhou
2013-04-01ovs-appctl: dpif/show display per bridge statsAndy Zhou
2013-04-01ofproto-dpif: Rate limit calls to facet_learn().Ethan Jackson
2013-04-01ofproto-dpif: Rate limit facet_check_consistency()Ethan Jackson
2013-03-24ofproto-dpif: Push statistics in rule_get_stats().Ethan Jackson
2013-03-22ofproto-dpif: xlate actions once with subfacets.Ethan Jackson
2013-03-18ipsec: unset IPSEC_MARK flag from skb_mark after tunnel packet is decapsulatedAnsis Atteka
2013-03-12connmgr: Fix memory leak in ofconn monitor table.Ben Pfaff
2013-03-08ofproto-dpif: Fix up user specifying wrong bridge on "ofproto/trace".Ben Pfaff
2013-03-07ofproto-dpif: Print slow-path actions instead of "drop" in dump-flows.Justin Pettit
2013-03-06tunnel: Mark ECN status on decapsulated tunnel packets.Justin Pettit
2013-03-06tunnel: Generate datapath flows for tunneled packets dropped due to ECN.Justin Pettit
2013-03-06ofproto-dpif: Store the initial tunnel IP TOS values for later use.Justin Pettit
2013-03-06ofproto-dpif: Make initial packet value handling generic.Justin Pettit
2013-03-06ofproto-dpif: Pass around "facet" in flow_push_stats().Justin Pettit
2013-03-06Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar
2013-02-27ofproto-dpif: Handle tunnel config changes in facet_revalidate().Ethan Jackson
2013-02-27ofproto-dpif: Ignore subfacet install errors.Ethan Jackson
2013-02-27ofproto-dpif: Always maintain subfacet key.Ethan Jackson
2013-02-26ofproto: Create and delete tnl_backers in type_run()Kyle Mestery
2013-02-26vxlan: Change dpif_backer->tnl backer to a "struct simap"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-16ofproto-dpif: Receive special packets on patch ports.Ethan Jackson
2013-02-16ofproto-dpif: Reduce number of get_ofp_port() calls during flow xlate.Ben Pfaff
2013-02-15tunnel: set skb mark for IPsec tunnel packetsAnsis Atteka
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-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