Merge 'next' into 'master'.
[sliver-openvswitch.git] / lib / dpif-netdev.c
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.
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-07-20 Ben Pfaffdpif: Abstract translation from OpenFlow queue ID into...
2010-07-15 Jesse Grossdatapath: Don't update flow key when applying actions.
2010-06-09 Jesse Grosstimeval: Use monotonic time where appropriate.
2010-06-02 Jesse Grossnetdev: Remove may_create/may_open flags.
2010-05-26 Ben PfaffAlways #include <sys/socket.h> before <net/if.h>.
2010-04-27 Ben Pfaffofproto: Avoid buffer copy in OFPT_PACKET_IN path.
2010-04-19 Jesse Grosstunneling: Add support for tunnel ID.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-15 Jesse Grossdatapath: Consistently maintain flow key.
2010-03-15 Jesse Grossdatapath: Validate ToS when flow is added.
2010-02-21 Justin Pettitdpif-netdev: Clarify function to modify VLAN TCI field
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-20 Ben Pfaffdatapath: Set the correct bits for OFPAT_SET_NW_TOS...
2010-02-20 Justin Pettitofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)
2010-02-20 Justin Pettitofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
2010-02-12 Ben PfaffUse VLAN_PCP_SHIFT consistently, instead of open-coding...
2010-02-12 Ben PfaffWork around bugs in system headers.
2010-02-12 Ben Pfaffdpif-netdev: Fix validation of VLAN PCP value in usersp...
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffRename UNUSED macro to OVS_UNUSED to avoid naming conflict.
2010-02-08 Jesse GrossFix some regressions from the merge from master.
2010-02-06 Justin PettitMerge branch 'next' of repo.nicira.com:/srv/git/openvsw...
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-28 Jesse Grossdpif: Update dpif interface to match netdev.
2010-01-25 Ben PfaffMerge "sflow" into "master".
2010-01-15 Jesse Grossnetdev: Fully handle netdev lifecycle through refcounting.
2010-01-04 Ben PfaffInitial implementation of sFlow.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-12-02 Justin Pettitnetdev: Allow explicit creation of netdev objects
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-11-06 Jesse Grossudatapath: Implement ZERO_TCP_FLAGS option.
2009-11-04 Ben PfaffAdd new function xzalloc(n) as a shorthand for xcalloc...
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-06 Justin PettitMerge commit 'origin/citrix'
2009-10-05 Ben PfaffMerge "citrix" branch into "master.
2009-09-22 Ben PfaffMerge citrix branch into master.
2009-09-12 Justin PettitMerge commit 'origin/citrix'
2009-09-05 Justin PettitMerge commit 'origin/citrix'
2009-09-02 Ben PfaffMerge citrix branch into master.
2009-08-25 Justin Pettitdpif: Address portability issues in dpif-netdev
2009-08-25 Justin PettitCleanup isdigit() warnings.
next