Fix misspellings in comments and docs.
[sliver-openvswitch.git] / lib / odp-util.c
2013-06-05 Andy HillFix misspellings in comments and docs.
2013-05-29 Ethan Jacksonodp-util: Make slow_path_reasons mutually exclusive.
2013-05-29 Ethan Jacksonofproto: Ditch SLOW_IN_BAND slow path reason.
2013-05-29 Ethan Jacksonofproto-dpif: Ditch SLOW_MATCH slow path reason.
2013-05-07 Ethan Jacksonbfd: Implement Bidirectional Forwarding Detection.
2013-05-02 Simon HormanMake it more obvious that OVS_KEY_ATTR_MPLS may be...
2013-04-22 Romain LengletImplement IPFIX export
2013-04-22 Jarno Rajahalmeodp-util: Keep base flow in sync with the kernel view.
2013-03-25 Gurucharan Shettyodp-utils: Fix memory corruption while flow parsing.
2013-03-20 Simon Hormanmpls: Allow l3 and l4 actions to prior to a push_mpls...
2013-03-15 Simon HormanRemove encal_dl_type from struct flow
2013-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-02-20 Ansis Attekatunnel: set skb mark for IPsec tunnel packets
2013-02-16 Ben PfaffAllow OVS_USERSPACE_ATTR_USERDATA to be variable length.
2013-02-06 Simon Hormanodp-util: commit_set_nw_action: use flow's innermost...
2013-02-05 Simon HormanUser-Space MPLS actions and matches
2013-01-29 Ethan Jacksonlib: Switch to flow based tunneling.
2013-01-29 Ethan Jacksonpackets: Create global helper is_ip_any().
2013-01-19 Pravin B Shelardatapath: More flexible kernel/userspace tunneling...
2012-12-21 Jarno RajahalmeAdd ODP level handling of OVS_KEY_ATTR_IPV4_TUNNEL.
2012-12-18 Ansis Attekavswitchd: log skb_mark and skb_priority
2012-12-12 Ben Pfaffpackets: Change IP_ARGS interface to take an ovs_be32...
2012-11-22 Pravin B Shelarvswitchd: Log all tunnel parameters of given flow.
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-15 Pravin B Shelarodp-utils: Print human readable ipv4-tunnel-key flags.
2012-11-15 Pravin B Shelarodp-utils: Refactor slow_path_reason parse and format...
2012-11-02 Mehak MahajanProcess RARP packets with ethertype 0x8035 similar...
2012-11-02 Justin PettitUse ODP ports in dpif layer and below.
2012-11-01 Jesse Grossodp: Enable parsing ipv4_tunnel key.
2012-10-20 Kyle Mesterydatapath: Add support for tun_key to Open vSwitch datapath
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-08-04 Jesse Grossdatapath: Relax set header validation.
2012-06-21 Ben Pfaffodp-util: Include <config.h> first.
2012-05-25 Ben Pfaffodp-util: Update ODPUTIL_FLOW_KEY_BYTES for current...
2012-05-24 Simon Hormanovs-dpctl: Don't include include/openvswitch/tunnel.h
2012-05-22 Ben Pfaffsimap: New data structure for string-to-integer maps.
2012-05-10 Ben Pfaffodp-util: Fix parsing of actions encapsulated within...
2012-05-09 Ben Pfaffofproto-dpif: Introduce "slow path" datapath flows.
2012-05-09 Ben Pfaffodp-util: Change user_action_cookie from struct to...
2012-05-09 Ben Pfaffofproto-dpif: Clean up and centralize sFlow logic.
2012-05-09 Ben Pfaffodp-util: Use switch for checking values of an enum.
2012-05-07 Ben Pfaffofp-util: Treat a packet-out in_port of OFPP_CONTROLLER...
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...
next