Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / ofproto / ofproto-sflow.c
2011-06-16 Justin Pettitofproto: Rename ofproto-sflow.[ch] to ofproto-dpif...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffMake the source tree sparse clean.
2011-03-31 Ben Pfaffofproto: Change string sets in interface from svec...
2011-01-28 Ben Pfaffdatapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming...
2011-01-28 Ben Pfaffdatapath: Report kernel's flow key when passing packets...
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-12-07 Ben Pfaffofpbuf: New function ofpbuf_use_const().
2010-11-23 Ben Pfaffnx-match: Implement support for arbitrary VLAN TCI...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-28 Jesse Grossnetdev: Fix carrier status for down interfaces.
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 Pfaffdatapath: Remove implementation of port groups.
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
2010-10-01 Ben Pfaffsflow: Use hash table instead of sparse array for sflow...
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-06-17 Ben Pfaffport-array: Add port_array_delete() function.
2010-06-09 Jesse Grosstimeval: Use monotonic time where appropriate.
2010-05-26 Ben Pfaffpoll-loop: New function poll_timer_wait_until().
2010-05-12 Ben Pfaffofproto-sflow: Maintain table of ports even when cleari...
2010-05-05 Neil McKeesflow: Always add poller and sampler together.
2010-05-05 Neil McKeesflow: Properly fill in initial destination VLAN in...
2010-05-05 Neil McKeesflow: Include Ethernet FCS in frame_length to comply...
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-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffRename UNUSED macro to OVS_UNUSED to avoid naming conflict.
2010-02-11 Ben Pfaffsflow: Don't assign value that is never used.
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-25 Ben PfaffMerge "sflow" into "master".
2010-01-20 Ben Pfaffsflow: Fix sFlow sampling structure.
2010-01-19 Ben Pfaffsflow: Fix printf format specifier in log message.
2010-01-11 Ben Pfaffsflow: Fix byte order problem.
2010-01-11 Ben Pfaffsflow: Improve user-visible string.
2010-01-11 Ben Pfaffsflow: Improve comments.
2010-01-11 Ben Pfaffsflow: Avoid division by zero if sampling rate is 0.
2010-01-11 Ben Pfaffsflow: Fix ifDirection setting if duplex unknown.
2010-01-11 Ben Pfaffsflow: Fix handling of struct ofproto_sflow_options...
2010-01-09 Ben Pfaffsflow: Set proper output port number for dropped packets.
2010-01-09 Ben Pfaffsflow: Report port ifIndexes instead of datapath port...
2010-01-04 Ben PfaffInitial implementation of sFlow.