Global replace of Nicira Networks.
[sliver-openvswitch.git] / lib / dpif-netdev.c
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-19 Ben Pfaffdpif: Make caller of dpif_recv() provide buffer space.
2012-04-19 Ben Pfaffofproto-dpif: Batch flow uninstallations due to expiration.
2012-03-27 Ben Pfaffdpif-netdev: Correct type of struct dp_netdev_flow...
2012-03-26 Jesse Grosspacket: Add additional TCP flags extraction on IPv6.
2012-03-23 Jesse Grossflow: Enable retrieval of TCP flags from IPv6 traffic.
2012-03-23 Jesse Grossflow: Add length check when retrieving TCP flags.
2012-01-19 Ben Pfaffdummy: Make --enable-dummy=override replace all dpifs...
2012-01-16 Ben Pfaffdpif: Change provider interface to consistently use...
2012-01-13 Ben Pfaffdpif: Simplify the "listen mask" concept.
2012-01-12 Ben Pfaffdpif-netdev: Make port numbers predictable for dummy...
2012-01-11 Pravin B Shelarodp-util: Handle ipv6 in set nw action.
2012-01-10 Ethan Jacksonpackets: New packet_set_*() helper functions.
2012-01-10 Ethan Jacksonpackets: Mask out CFI bit in eth_push_vlan().
2011-12-21 Ethan Jacksondpif-netdev: Fix UDP checksum calculation.
2011-12-16 Ben Pfaffdpif-netdev: Correctly report types of dummy netdevs.
2011-11-23 Ben Pfaffpackets: New function eth_pop_vlan(), formerly dp_netde...
2011-11-21 Ethan Jacksondpif-netdev: Allow enqueue actions.
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-09 Justin PettitSupport matching and modifying IP TTL.
2011-11-09 Justin PettitSupport matching and modifying IP ECN bits.
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-21 Pravin B Shelardatapath: Refactor actions in terms of match fields.
2011-10-14 Ben Pfaffdpif: New function dpif_operate() and dpif-linux implem...
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 Pfaffdpif-netdev: Implement OVS_ACTION_ATTR_SAMPLE action.
2011-10-11 Ben Pfaffdpif-netdev: Simplify code by removing dpif_netdev_vali...
2011-10-05 Ben Pfaffdpif: Avoid use of "struct ovs_dp_stats" in platform...
2011-09-28 Pravin ShelarsFlow: Genericize/simplify kernel sFlow implementation
2011-09-13 Ben Pfaffdpif-netdev: Also allow "dummy" netdevs in a dpif-netdev.
2011-09-13 Pravin Shelardatapath: Strip down vport interface : OVS_VPORT_ATTR_MTU
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-15 Ben Pfaffdpif-netdev: Avoid pointlessly maintaining a port count.
2011-08-08 Ben Pfaffnetdev: Get rid of struct netdev_options and netdev_ope...
2011-08-08 Ben Pfaffnetdev: Clean up and refactor packet receive interface.
2011-08-04 Simon Hormanovs-dpctl: Show number of flows
2011-07-28 pravin shelarDatapath action should not refer to controller
2011-06-09 Justin PettitRemove NXAST_DROP_SPOOFED_ARP action.
2011-06-01 Ben Pfaffdatapath: Get packet metadata from userspace in odp_pac...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffFix incorrect byte order annotations.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-11 Ben Pfaffdpif: Improve abstraction by making 'run' and 'wait...
2011-04-01 Ben Pfaffpackets: New function eth_set_vlan_tci(), from dpif...
2011-03-30 Ben Pfaffofpbuf: Make ofpbufs initialized with ofpbuf_use_stack...
2011-03-30 Ben Pfaffodp-util: Replace ODPUTIL_FLOW_KEY_U32S by new struct...
2011-02-15 Ben Pfaffdpif-netdev: Fix segfault handling packets.
2011-02-04 Ben Pfaffdatapath: Consider tunnels to have no MTU, fixing jumbo...
2011-02-02 Justin Pettitlib: Replace IP_TYPE_ references with IPPROTO_.
2011-01-28 Ben Pfaffdatapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming...
2011-01-28 Ben Pfaffdpif: Remove dpif_get_all_names().
2011-01-28 Ben PfaffEliminate ODPL_* from userspace-facing interface.
2011-01-28 Ben Pfaffdatapath: Eliminate 'flags' member from odp_flow.
2011-01-28 Ben Pfaffdpif: Eliminate ODPPF_* constants from client-visible...
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 Pfaffdatapath: Change ODP_FLOW_GET to retrieve only a single...
2011-01-28 Ben Pfaffdatapath: Drop port information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Drop queue information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Drop flow information from odp_stats.
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_port" from client-visible...
2011-01-28 Ben Pfaffdatapath: Change listing ports to use an iterator concept.
2011-01-28 Ben Pfaffdatapath: Report kernel's flow key when passing packets...
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
2011-01-28 Ben Pfaffdatapath: Change listing flows to use an iterator concept.
2011-01-24 Ben Pfaffdpif-netdev: Allow for Ethernet and VLAN header in...
2011-01-12 Ben PfaffFix non-static instances of "struct vlog_rate_limit...
2010-12-29 Ben Pfaffdpif-netdev: Add missing 'const' qualifiers to function...
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-09 Jean Tourrilhesdpif-netdev: Handle ECN bits when updating IP checksum.
2010-12-07 Ben Pfaffdpif-netdev: Use ofpbuf functions instead of their...
2010-12-06 Ben Pfaffqueue: Get rid of ovs_queue data structure.
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-11-30 Ben PfaffAdd new "dummy" netdev and dpif implementations for...
2010-11-24 Ben Pfaffdpif-netdev: Do not log error for EOPNOTSUPP return...
2010-11-24 Ben Pfaffdpif-netdev: Simplify code by using shash for names...
2010-11-18 Ben Pfaffdpif: Make dpif_class 'open' function take class instea...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-18 Ben Pfaffdatapath: Simplify ODPAT_SET_DL_TCI action.
2010-10-11 Ben Pfaffdatapath: Combine dl_vlan and dl_vlan_pcp.
2010-10-11 Ben Pfaffflow: Get rid of flow_t typedef.
2010-10-11 Ben Pfaffflow: Separate "flow_t" from "struct odp_flow_key".
2010-10-11 Ben Pfaffdatapath: Remove implementation of port groups.
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-09-01 Ben Pfaffofpbuf: Add ofpbuf_new_with_headroom(), ofpbuf_clone_wi...
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-27 Ben Pfaffdatapath: Avoid accesses past the end of skbuff data...
2010-08-26 Ben Pfaffdpif-netdev: Expand tabs.
2010-08-26 Ben PfaffAdd Nicira extension to OpenFlow for dropping spoofed...
2010-08-10 Ben Pfaffdpif-netdev: Properly track whether there is a vlan...
2010-08-10 Ben Pfaffdpif-netdev: Tolerate undersized packets.
2010-08-03 Ben Pfaffdatapath: Don't track IP TOS value two different ways.
next