aboutsummaryrefslogtreecommitdiff
path: root/lib/odp-util.h
AgeCommit message (Expand)Author
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-20datapath: Fix nelink attribute size for flow.Pravin B Shelar
2012-11-21datapath: add skb mark matching and set actionAnsis Atteka
2012-11-01Separate OpenFlow port numbers from datapath ones.Justin Pettit
2012-11-01Use ODP ports in dpif layer and below.Justin Pettit
2012-11-01Always treat datapath ports as 32 bits.Justin Pettit
2012-10-20datapath: Add support for tun_key to Open vSwitch datapathKyle Mestery
2012-07-12lib: Define OVSP_NONE in a more clear wayZoltan Kiss
2012-05-25odp-util: Update ODPUTIL_FLOW_KEY_BYTES for current kernel flow format.Ben Pfaff
2012-05-22simap: New data structure for string-to-integer maps.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: Fix typo in comment.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-01-16ofproto-dpif: Implement self-check of flow translations.Ben Pfaff
2012-01-10ofproto-dpif: Implement PACKET_IN in userspace.Ethan Jackson
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-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-09Support matching and modifying IP TTL.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-07datapath: Renumber non-upstreamable interfaces.Jesse Gross
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-10-21datapath: Refactor actions in terms of match fields.Pravin B Shelar
2011-10-12datapath-protocol: Rename to <linux/openvswitch.h>.Ben Pfaff
2011-10-12datapath-protocol: Remove #include <linux/netlink.h>.Ben Pfaff
2011-09-28sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-08-08odp-util: New function odp_flow_key_from_string().Ben Pfaff
2011-03-30odp-util: Replace ODPUTIL_FLOW_KEY_U32S by new struct odputil_keybuf.Ben Pfaff
2011-02-07datapath: Better calculate max nlattr-formatted flow size.Justin Pettit
2011-02-07datapath: Increase size of max nlattr-formatted flow to 132.Justin Pettit
2011-02-02nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit
2011-02-02nicira-ext: Support matching IPv6 traffic.Justin Pettit
2011-01-27datapath: Get rid of ODPP_NONE.Ben Pfaff
2011-01-27dpif: Eliminate "struct odp_flow_stats" from client-visible interface.Ben Pfaff
2011-01-27dpif: Eliminate "struct odp_flow" from client-visible interface.Ben Pfaff
2011-01-27ovs-dpctl: Use netdev_get_config() to print vport configurations.Ben Pfaff
2011-01-27datapath: Convert odp_flow_key to use Netlink attributes instead.Ben Pfaff
2010-12-28ovs-dpctl: Print extended information about vports.Justin Pettit
2010-12-10datapath: Replace "struct odp_action" by Netlink attributes.Ben Pfaff
2010-12-07odp-util: Bump up maximum number of ODP actions.Ben Pfaff
2010-10-11flow: Separate "flow_t" from "struct odp_flow_key".Ben Pfaff
2010-08-13odp-util: Avoid branch in odp_actions_add().Ben Pfaff