aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2012-01-11odp-util: Handle ipv6 in set nw action.Pravin B Shelar
2012-01-11ofproto-dpif: Honor statistics in packet_out().Ethan Jackson
2012-01-10openflow: New Nicira Extended PACKET_IN format.Ethan Jackson
2012-01-10ofproto-dpif: Implement PACKET_IN in userspace.Ethan Jackson
2012-01-10flow: Create new flow_metadata structure for packet_in messages.Ethan Jackson
2012-01-10ofputil: New function ofputil_decode_packet_in().Ethan Jackson
2012-01-10ofp-util: Don't use ofpbuf in ofputil_packet_in struct.Ethan Jackson
2012-01-10ofproto: Always clone packets in PACKET_IN message.Ethan Jackson
2012-01-10pktbuf: Directly use pointers in pktbuf_save().Ethan Jackson
2012-01-10ofp-print: Remove vestigial 'total_len' argument.Ethan Jackson
2012-01-06ofproto-dpif: Keep subfacets longer to avoid assert-fail in facet_account().Ben Pfaff
2012-01-04ofproto-dpif: Fake-up OFPP_NONE input bundle for mirroring and normal.Justin Pettit
2012-01-04ofproto-dpif: Have lookup_input_bundle() return a bundle.Justin Pettit
2012-01-04ofproto-dpif: Fix nondeterministic flow revalidation behavior.Ben Pfaff
2012-01-04ofproto: Fix detection of in-use VLANs based on the flow table.Ben Pfaff
2012-01-02ofproto-dpif: Fix GCC warning.Ben Pfaff
2012-01-02ofproto-dpif: Omit "execute" operation entirely when there are no actions.Ben Pfaff
2011-12-27Add ability to restrict flow mods and flow stats requests to cookies.Justin Pettit
2011-12-27ofproto-dpif: Fix bug in VLAN splinters.Ben Pfaff
2011-12-21flow: Rename 'priority' to 'skb_priority'.Ben Pfaff
2011-12-21vswitchd: fix "implicit declaration of function" build warning.Ansis Atteka
2011-12-19vswitchd: In-band rules for Controller are missing after executing force-relo...Ansis Atteka
2011-12-19netflow: Move packet definitions to header file.Ben Pfaff
2011-12-19packets: New function eth_from_hex().Ben Pfaff
2011-12-19unixctl: Implement quoting.Ben Pfaff
2011-12-19ofproto-dpif: Include datapath flow misses in flow statistics.Ben Pfaff
2011-12-16ofproto-dpif: Fix use-after-free for OFPP_CONTROLLER flows.Ben Pfaff
2011-12-16ofproto-dpif: Flush MACs for deleted ports from every bridge.Ben Pfaff
2011-12-13ofproto-dpif: Avoid segfault for ports with bundles in add_mirror_actions().Ben Pfaff
2011-12-08sflow: Use ofproto_port_get_stats().Pravin B Shelar
2011-12-08ofproto: Device stats should include packets generated by userspace/controllerPravin B Shelar
2011-12-06ofproto-dpif-sflow: allow sFlow to infer the agent device.Luca Giraudo
2011-11-30ofproto-dpif: Delete un-fit flow from datapath.Pravin B Shelar
2011-11-30ofproto-dpif: Fix memory leak.Pravin B Shelar
2011-11-28odp-util: Move commit_odp_actions() from ofproto-dpif.Ethan Jackson
2011-11-28ofproto-dpif: Remove redundant commit_odp_actions() call.Ethan Jackson
2011-11-28ofproto: Add "fast path".Ben Pfaff
2011-11-28ofproto-dpif: Process multiple batches of upcalls in a single poll loop.Ben Pfaff
2011-11-24mirroring: Don't require the "normal" action to perform mirroring.Justin Pettit
2011-11-23ovs-vswitchd: Track packet and byte statistics sent on mirrors.Justin Pettit
2011-11-23Implement new "VLAN splinters" feature.Ben Pfaff
2011-11-23ofproto-dpif: Separately track the initial VLAN TCI of arriving packets.Ben Pfaff
2011-11-23ofproto-dpif: Move ODP actions from facets to subfacets.Ben Pfaff
2011-11-23ofproto-dpif: Simplify invocation of send_packet().Ben Pfaff
2011-11-23ofproto-dpif: Support differing user/kernel packet parsing support.Ben Pfaff
2011-11-23ofproto-dpif: Factor NetFlow active timeouts out of flow expiration.Ben Pfaff
2011-11-23ofproto: Add "const" to ->rule_execute's "flow" parameter.Ben Pfaff
2011-11-23vswitch: Implement dscp column of the Queue table.Ethan Jackson
2011-11-22ofproto-dpif: Simplify commit logic.Ethan Jackson
2011-11-22ofproto-dpif: Properly update tos and ttl fields.Ethan Jackson