Global replace of Nicira Networks.
[sliver-openvswitch.git] / lib / odp-util.c
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-01-27 Ben Pfaffodp-util: Describe invalid keys and actions in more...
2012-01-16 Ben Pfaffofproto-dpif: Implement self-check of flow translations.
2012-01-11 Pravin B Shelarodp-util: Handle ipv6 in set nw action.
2012-01-10 Ethan Jacksonofproto-dpif: Implement PACKET_IN in userspace.
2011-12-21 Ben Pfaffflow: Rename 'priority' to 'skb_priority'.
2011-11-28 Ethan Jacksonodp-util: Move commit_odp_actions() from ofproto-dpif.
2011-11-23 Ben Pfaffofproto-dpif: Support differing user/kernel packet...
2011-11-17 Ben Pfafftests: Rewrite code for comparing sets of ODP actions.
2011-11-17 Ben Pfaffodp-util: New function odp_actions_from_string().
2011-11-17 Ben Pfaffodp-util: Add support for named ports to odp_flow_key_f...
2011-11-17 Ben Pfaffodp-util: New function factored out of put_userspace_ac...
2011-11-17 Ben Pfaffodp-util: Code formatting improvements.
2011-11-17 Ben Pfaffodp-util: Reorder OVS_KEY_ATTR_* cases for consistency.
2011-11-15 Ben Pfaffdatapath: Don't drop packets with partial vlan tags.
2011-11-15 Ben Pfaffdatapath: Describe policy for extending flow key, imple...
2011-11-14 Ben Pfaffdatapath: Allow flow key Netlink attributes to appear...
2011-11-11 Ben Pfaffodp-util: Use ovs_key_attr_to_string() names in format_...
2011-11-11 Ben Pfaffodp-util: Adjust style.
2011-11-11 Ben Pfaffodp-util: Trigger warning for unhandled attrs in format...
2011-11-11 Ben Pfaffodp-util: New function ovs_key_attr_to_string().
2011-11-11 Justin PettitPrepend "nw_" to "frag" and "tos" elements.
2011-11-09 Justin Pettitdatapath: Rename ipv6_tos to ipv6_tclass.
2011-11-09 Justin Pettitodp-util: Use PRIu8 instead of PRId8 when printing...
2011-11-09 Justin PettitSupport matching and modifying IP TTL.
2011-11-09 Justin PettitSupport matching and modifying IP ECN bits.
2011-11-09 Justin PettitDon't overload IP TOS with the frag matching bits.
2011-11-09 Justin PettitSupport matching IPv6 flow label.
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-11-01 Edward Tomasz Napi... Fix build on FreeBSD.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-21 Pravin B Shelardatapath: Refactor actions in terms of match fields.
2011-10-12 Ben Pfaffdatapath-protocol: Rename enums for consistency.
2011-10-12 Ben Pfaffdatapath: Move Netlink PID for userspace actions from...
2011-10-11 Ben Pfaffopenflow: Delete icmp_type and icmp_code macros.
2011-10-05 Ben Pfaffodp-util: Use nl_parse_nested() to simplify format_odp_...
2011-09-28 Pravin ShelarsFlow: Genericize/simplify kernel sFlow implementation
2011-09-15 Ben Pfaffodp-util: Drop pointless "if" statement.
2011-09-10 Pravin Shelardatapath: VLAN actions should use push/pop semantics
2011-09-08 Ben Pfaffdatapath: Allow a packet with no input port to omit...
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-08-18 Ben Pfaffodp-util: Fix parsing of Ethertypes 0x8000 and above.
2011-08-12 Ethan Jacksonlib: Whitespace cleanup.
2011-08-08 Ben Pfaffodp-util: New function odp_flow_key_from_string().
2011-08-08 Ben Pfaffodp-util: Format VLAN headers more like other headers...
2011-07-28 pravin shelarDatapath action should not refer to controller
2011-06-09 Justin PettitRemove NXAST_DROP_SPOOFED_ARP action.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-11 Ben Pfaffofproto: Break apart into generic and hardware-specific...
2011-03-23 Justin Pettitodp-util: Print tunnel ids in host-order.
2011-02-03 Ben PfaffZero padding bytes in odp_key_ipv4, odp_key_arp.
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 Neighbor Discovery...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 traffic.
2011-02-02 Justin Pettitnicira-ext: Support matching ARP source and target...
2011-02-02 Justin Pettitlib: Replace IP_TYPE_ references with IPPROTO_.
2011-01-30 Jesse Grossodp-util: Print EtherTypes consistently.
2011-01-28 Ben Pfaffdatapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming...
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_flow_stats" from client...
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_flow" from client-visible...
2011-01-28 Ben Pfaffovs-dpctl: Use netdev_get_config() to print vport confi...
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
2011-01-27 Ben Pfaffodp-util: Improve formatting of bogus empty action...
2010-12-28 Justin Pettitvswitch: Use "ipsec_gre" vport instead of "gre" with...
2010-12-28 Justin Pettitovs-dpctl: Print extended information about vports.
2010-12-28 Ben Pfaffodp-util: Improve formatting of bad ODP actions.
2010-12-16 Jesse Grossodp-util: Correct length check in format_odp_action().
2010-12-13 Jesse Grossvswitchd: Consistently use size_t for action lengths.
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-12-03 Ben PfaffFormat tunnel IDs consistently.
2010-11-23 Ben Pfaffnx-match: Implement support for arbitrary VLAN TCI...
2010-11-11 Ben Pfaffofproto: Implement support for registers in extended...
2010-10-29 Ben Pfaffodp-util: Print in_port in decimal in format_odp_flow_k...
2010-10-29 Ben Pfaffodp-util: Print tunnel id as part of ODP flow key in...
2010-10-18 Ben Pfaffdatapath: Simplify ODPAT_SET_DL_TCI action.
2010-10-12 Justin Pettitodp-util: Remove extraneous "set_tci(" from format_odp_...
2010-10-11 Ben Pfaffdatapath: Drop padding from struct odp_flow_key.
2010-10-11 Ben Pfaffdatapath: Combine dl_vlan and dl_vlan_pcp.
2010-10-11 Ben Pfaffflow: Separate "flow_t" from "struct odp_flow_key".
2010-10-11 Ben Pfaffdatapath: Remove implementation of port groups.
2010-09-15 Ben PfaffProperly print drop_spoofed_arp actions when decoding...
2010-08-13 Ben Pfaffodp-util: Avoid branch in odp_actions_add().
2010-07-20 Ben PfaffAdd pretty-printers for QoS related OpenFlow and ODP...
2010-04-19 Jesse Grosstunneling: Add support for tunnel ID.
2010-04-13 Ben Pfaffodp-util: Print bad action numbers in hexadecimal in...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-20 Justin Pettitofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-11-09 Ben PfaffFix incorrect printf format specifiers.
2009-06-15 Ben PfaffMerge changes from citrix branch into master.
2009-06-15 Ben PfaffUpdate primary code license to Apache 2.0.
2009-07-08 Ben PfaffImport from old repository commit 61ef2b42a9c4ba8e1600f... v0.90.0