aboutsummaryrefslogtreecommitdiff
path: root/ofproto
AgeCommit message (Expand)Author
2012-01-23ofproto-dpif: Revalidate flows after "fdb/flush".Ben Pfaff
2012-01-23ofproto-dpif: Rate-limit all messages output by facet_check_consistency().Ben Pfaff
2012-01-23lacp: Require successful LACP negotiations when configured.Ethan Jackson
2012-01-19ofproto-dpif: Fix "ofproto/trace" command.Ben Pfaff
2012-01-16dpif: Factor 'type' and 'error' out of individual dpif_op members.Ben Pfaff
2012-01-16ofproto-dpif: Restore optimization for no-actions case (without leak).Ben Pfaff
2012-01-16ofproto-dpif: Implement self-check of flow translations.Ben Pfaff
2012-01-16ofproto-dpif: Remove many redundant "struct ofproto_dpif *" parameters.Ben Pfaff
2012-01-13ofproto: New action TTL decrement.Pravin B Shelar
2012-01-12dpif: Simplify the "listen mask" concept.Ben Pfaff
2012-01-12Better abstract OpenFlow error codes.Ben Pfaff
2012-01-12nicira-ext: Rename "struct nxt_*" to "struct nx_*".Ben Pfaff
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