ofpbuf: Add ofpbuf_new_with_headroom(), ofpbuf_clone_with_headroom().
[sliver-openvswitch.git] / lib / dpif-linux.c
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'
2009-07-16 Ben PfaffMerge citrix branch into master.
2009-07-06 Ben Pfaffvswitch: Avoid knowledge of details specific to Linux...
2009-07-06 Ben Pfaffdpif-linux: Don't allow arbitrary internal ports to...
2009-07-06 Ben PfaffIntroduce general-purpose ways to wait for dpif and...
2009-07-06 Ben Pfaffdpif: Add new functions dp_run() and dp_wait().
2009-07-06 Ben Pfaffdpif: Make dpifs abstract, to allow multiple datapath...