aboutsummaryrefslogtreecommitdiff
path: root/lib/odp-util.c
AgeCommit message (Expand)Author
2013-03-24odp-utils: Fix memory corruption while flow parsing.Gurucharan Shetty
2013-03-06Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar
2013-02-15tunnel: set skb mark for IPsec tunnel packetsAnsis Atteka
2013-01-28lib: Switch to flow based tunneling.Ethan Jackson
2013-01-28packets: Create global helper is_ip_any().Ethan Jackson
2013-01-18datapath: More flexible kernel/userspace tunneling attribute.Pravin B Shelar
2012-12-20Add ODP level handling of OVS_KEY_ATTR_IPV4_TUNNEL.Jarno Rajahalme
2012-12-18vswitchd: log skb_mark and skb_priorityAnsis Atteka
2012-12-12packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.Ben Pfaff
2012-11-21vswitchd: Log all tunnel parameters of given flow.Pravin B Shelar
2012-11-21datapath: add skb mark matching and set actionAnsis Atteka
2012-11-14odp-utils: Print human readable ipv4-tunnel-key flags.Pravin B Shelar
2012-11-14odp-utils: Refactor slow_path_reason parse and format functions.Pravin B Shelar
2012-11-02Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan
2012-11-01Use ODP ports in dpif layer and below.Justin Pettit
2012-11-01odp: Enable parsing ipv4_tunnel key.Jesse Gross
2012-10-20datapath: Add support for tun_key to Open vSwitch datapathKyle Mestery
2012-10-03flow: Extend struct flow to contain tunnel outer header.Jesse Gross
2012-08-03datapath: Relax set header validation.Jesse Gross
2012-06-21odp-util: Include <config.h> first.Ben Pfaff
2012-05-25odp-util: Update ODPUTIL_FLOW_KEY_BYTES for current kernel flow format.Ben Pfaff
2012-05-24ovs-dpctl: Don't include include/openvswitch/tunnel.hSimon Horman
2012-05-22simap: New data structure for string-to-integer maps.Ben Pfaff
2012-05-10odp-util: Fix parsing of actions encapsulated within "sample" actions.Ben Pfaff
2012-05-09ofproto-dpif: Introduce "slow path" datapath flows.Ben Pfaff
2012-05-09odp-util: Change user_action_cookie from struct to union.Ben Pfaff
2012-05-09ofproto-dpif: Clean up and centralize sFlow logic.Ben Pfaff
2012-05-09odp-util: Use switch for checking values of an enum.Ben Pfaff
2012-05-07ofp-util: Treat a packet-out in_port of OFPP_CONTROLLER as OFPP_NONE.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
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