Merge 'next' into 'master'.
[sliver-openvswitch.git] / lib / dpif-linux.c
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffAdd missing "static" keywords.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-11 Ben Pfaffdpif: Improve abstraction by making 'run' and 'wait...
2011-05-02 Ben Pfaffovs-dpctl: Add -s option to print packet and byte counters.
2011-04-29 Ethan Jacksondpif-linux: Recycle leaked ports.
2011-04-11 Ben Pfaffdpif-linux: Avoid logging error on ENOENT in dpif_linux...
2011-04-11 Ben Pfaffdpif-linux: Avoid segfault on netdev_get_stats() withou...
2011-04-06 Ethan Jacksondpif-linux: Choose port numbers more prudently.
2011-04-01 Ben Pfaffnetdev-vport: Implement 'send' function.
2011-03-31 Ben Pfaffdpif: Use sset instead of svec in dpif interface.
2011-03-31 Ben PfaffConvert shash users that don't use the 'data' value...
2011-02-04 Ben Pfaffdatapath: Consider tunnels to have no MTU, fixing jumbo...
2011-02-01 Ben Pfaffdatapath: Dump flow actions only if there is room.
2011-02-01 Ben Pfaffdpif-linux: Always pass an actions attribute in dpif_fl...
2011-01-31 Jesse Grossdpif-linux: Read flow used time.
2011-01-30 Jesse Grossdpif-linux: Add missing NLM_F_ECHO flag to flow requests.
2011-01-29 Ethan Jacksondpif-linux: Remove extraneous name variable.
2011-01-28 Ben Pfaffdpif: Remove dpif_get_all_names().
2011-01-28 Ben Pfaffdatapath: Change dp_idx to dp_ifindex, the ifindex...
2011-01-28 Ben Pfaffdpif-linux: Replace 'minor' by 'dp_idx'.
2011-01-28 Ben Pfaffdatapath: Convert ODP_FLOW_* commands to use AF_NETLINK...
2011-01-28 Ben Pfaffdatapath: Convert ODP_VPORT_* to use AF_NETLINK socket...
2011-01-28 Ben Pfaffdatapath: Convert ODP_DP_* commands to use AF_NETLINK...
2011-01-28 Ben Pfaffdatapath: Convert upcalls and ODP_EXECUTE to use AF_NET...
2011-01-28 Ben PfaffEliminate ODPL_* from userspace-facing interface.
2011-01-28 Ben Pfaffdatapath: Convert ODP_EXECUTE to use Netlink framing.
2011-01-28 Ben Pfaffdatapath: Convert datapath operations to use Netlink...
2011-01-28 Ben Pfaffdatapath: Convert ODP_FLOW_* and ODP_EXECUTE to put...
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: Change userspace vport interface to use Netli...
2011-01-28 Ben Pfaffdatapath: Change vport type from string to integer...
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_port" from client-visible...
2011-01-28 Ben Pfaffdatapath: Drop datapath index and port number from...
2011-01-28 Ben Pfaffdatapath: Make it possible to query vports by name...
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: Change listing flows to use an iterator concept.
2011-01-04 Ethan Jacksonrtnetlink: Remove LINK specific messages from rtnetlink
2010-12-28 Justin Pettitvswitch: Use "ipsec_gre" vport instead of "gre" with...
2010-12-13 Jesse Grossvswitchd: Consistently use size_t for action lengths.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
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-11 Ben Pfaffdatapath: Remove implementation of port groups.
2010-09-23 Ben Pfaffshash: New function shash_steal().
2010-09-23 Ben Pfaffvlog: Add VLOG_WARN_ONCE() and similar macros.
2010-09-01 Ben Pfaffofpbuf: Add ofpbuf_new_with_headroom(), ofpbuf_clone_wi...
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-07-20 Ben Pfaffnetdev-linux: Avoid minor number 0 in traffic control.
2010-07-20 Ben Pfaffdpif-linux: Translate queues to priorities correctly.
2010-07-20 Ben Pfaffdpif: Abstract translation from OpenFlow queue ID into...
2010-05-26 Ben Pfaffdatapath: Make datapath-protocol.h portable to non...
2010-05-20 Justin Pettitdpif: Include stat.h header
2010-05-05 Ben Pfaffdpif-linux: Use hash instead of sorted array.
2010-04-27 Ben Pfaffofproto: Avoid buffer copy in OFPT_PACKET_IN path.
2010-04-19 Jesse Grossdpif-linux: Clean up vports that are no longer in config.
2010-04-19 Jesse Grossdatapath: Add generic virtual port layer.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-25 Tetsuo NAKAGAWAdpif-linux: Fix file descriptor leak.
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-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-02-01 Jesse Grossdpif: Allow providers to be managed at runtime.
2010-01-28 Jesse Grossdpif: Update dpif interface to match netdev.
2010-01-25 Ben PfaffMerge "sflow" into "master".
2010-01-19 Ben Pfaffdpif-linux: Always set *fnp in make_openvswitch_device().
2010-01-04 Ben PfaffInitial implementation of sFlow.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-10 Jesse GrossMerge citrix branch into master.
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-10-02 Justin Pettitdpif-linux: Clarify bad device warning message
2009-10-02 Justin Pettitdpif-linux: Fail earlier if OVS kernel module isn't...
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 PettitCleanup isdigit() warnings.
2009-08-25 Justin PettitMerge commit 'origin/citrix'
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-19 Ben PfaffMerge citrix into master.
2009-07-30 Ben Pfaffrtnetlink: Move into separate source and header file.
2009-07-30 Ben Pfaffnetdev-linux: Rename "linux_netdev_*" to "rtnetlink_*".
2009-07-30 Ben Pfaffnetdev: Implement an abstract interface to network...
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-29 Justin PettitMerge commit 'origin/citrix'
next