aboutsummaryrefslogtreecommitdiff
path: root/lib/odp-util.c
AgeCommit message (Expand)Author
2012-05-16odp-util: Update ODPUTIL_FLOW_KEY_BYTES for current kernel flow format.Ben Pfaff
2012-05-14ofp-util: Treat a packet-out in_port of OFPP_CONTROLLER as OFPP_NONE.Ben Pfaff
2012-05-10odp-util: Fix parsing of actions encapsulated within "sample" actions.Ben Pfaff
2012-01-26odp-util: Describe invalid keys and actions in more detail.Ben Pfaff
2012-01-16ofproto-dpif: Implement self-check of flow translations.Ben Pfaff
2012-01-11odp-util: Handle ipv6 in set nw action.Pravin B Shelar
2012-01-10ofproto-dpif: Implement PACKET_IN in userspace.Ethan Jackson
2011-12-21flow: Rename 'priority' to 'skb_priority'.Ben Pfaff
2011-11-28odp-util: Move commit_odp_actions() from ofproto-dpif.Ethan Jackson
2011-11-23ofproto-dpif: Support differing user/kernel packet parsing support.Ben Pfaff
2011-11-17tests: Rewrite code for comparing sets of ODP actions.Ben Pfaff
2011-11-17odp-util: New function odp_actions_from_string().Ben Pfaff
2011-11-17odp-util: Add support for named ports to odp_flow_key_from_string().Ben Pfaff
2011-11-17odp-util: New function factored out of put_userspace_action().Ben Pfaff
2011-11-17odp-util: Code formatting improvements.Ben Pfaff
2011-11-17odp-util: Reorder OVS_KEY_ATTR_* cases for consistency.Ben Pfaff
2011-11-14datapath: Don't drop packets with partial vlan tags.Ben Pfaff
2011-11-14datapath: Describe policy for extending flow key, implement needed changes.Ben Pfaff
2011-11-14datapath: Allow flow key Netlink attributes to appear in any order.Ben Pfaff
2011-11-11odp-util: Use ovs_key_attr_to_string() names in format_odp_key_attr().Ben Pfaff
2011-11-11odp-util: Adjust style.Ben Pfaff
2011-11-11odp-util: Trigger warning for unhandled attrs in format_odp_key_attr().Ben Pfaff
2011-11-11odp-util: New function ovs_key_attr_to_string().Ben Pfaff
2011-11-10Prepend "nw_" to "frag" and "tos" elements.Justin Pettit
2011-11-09datapath: Rename ipv6_tos to ipv6_tclass.Justin Pettit
2011-11-09odp-util: Use PRIu8 instead of PRId8 when printing ip_proto.Justin Pettit
2011-11-09Support matching and modifying IP TTL.Justin Pettit
2011-11-09Support matching and modifying IP ECN bits.Justin Pettit
2011-11-09Don't overload IP TOS with the frag matching bits.Justin Pettit
2011-11-09Support matching IPv6 flow label.Justin Pettit
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-11-01Fix build on FreeBSD.Edward Tomasz NapieraƂa
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-21datapath: Refactor actions in terms of match fields.Pravin B Shelar
2011-10-12datapath-protocol: Rename enums for consistency.Ben Pfaff
2011-10-12datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff
2011-10-11openflow: Delete icmp_type and icmp_code macros.Ben Pfaff
2011-10-05odp-util: Use nl_parse_nested() to simplify format_odp_sample_action().Ben Pfaff
2011-09-28sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar
2011-09-15odp-util: Drop pointless "if" statement.Ben Pfaff
2011-09-09datapath: VLAN actions should use push/pop semanticsPravin Shelar
2011-09-08datapath: Allow a packet with no input port to omit OVS_KEY_ATTR_IN_PORT.Ben Pfaff
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-08-18odp-util: Fix parsing of Ethertypes 0x8000 and above.Ben Pfaff
2011-08-12lib: Whitespace cleanup.Ethan Jackson
2011-08-08odp-util: New function odp_flow_key_from_string().Ben Pfaff
2011-08-08odp-util: Format VLAN headers more like other headers in ODP flow output.Ben Pfaff
2011-07-28Datapath action should not refer to controllerpravin shelar
2011-06-09Remove NXAST_DROP_SPOOFED_ARP action.Justin Pettit
2011-05-11ofproto: Break apart into generic and hardware-specific parts.Ben Pfaff