sliver-openvswitch.git
2010-02-19 Justin PettitRelease Open vSwitch 0.99.2 v0.99.2
2010-02-19 Justin Pettitxenserver: Fix VIF script to work with XenServer 5.5
2010-02-19 Justin Pettitxenserver: Exclude compile Python byte code from packaging
2010-02-17 Jesse GrossAdd extern "C" to more header files.
2010-02-12 Ben PfaffUse VLAN_PCP_SHIFT consistently, instead of open-coding...
2010-02-12 Ben Pfaffcompiler: Don't use __attribute__ for non-GCC compilers.
2010-02-12 Ben PfaffWork around bugs in system headers.
2010-02-12 Ben Pfaffofp-print: Properly order #includes.
2010-02-12 Ben PfaffAdd missing <stdint.h> includes.
2010-02-12 Ben Pfaffpktbuf: Assign UINT16_MAX in place of -1, for clarity.
2010-02-12 Ben Pfaffutil: Remove unused macros NOT_TESTED, NOT_IMPLEMENTED.
2010-02-12 Ben Pfaffopenflow.h: Remove unused OFP_PACKED macro.
2010-02-12 Ben Pfaffcompiler: Remove "likely" and "unlikely" macros, since...
2010-02-12 Ben Pfaffcompiler: Remove PACKED macro and its only (unneeded...
2010-02-12 Ben Pfaffclassifier: New function cls_rule_to_string().
2010-02-12 Ben Pfaffdatapath: Add ODPP_NORMAL constant.
2010-02-12 Ben Pfaffvconn: New functions vconn_verify_name(), pvconn_verify...
2010-02-12 Ben Pfaffrconn: New function rconn_get_last_error().
2010-02-12 Ben Pfaffrconn: Decentralize and improve disconnection logging.
2010-02-12 Ben Pfaffvconn: When validating OpenFlow actions always check...
2010-02-12 Ben Pfaffofpbuf: New function ofpbuf_to_string().
2010-02-12 Ben Pfaffofpbuf: Mark ofpbuf_headroom(), ofpbuf_tailroom() param...
2010-02-12 Ben Pfaffofproto: Don't leak struct ofproto's port array.
2010-02-12 Ben Pfaffdpif-netdev: Fix validation of VLAN PCP value in usersp...
2010-02-12 Neil McKeeAllow sFlowCpInterval=0 to disable counter samples...
2010-02-11 Ben PfaffRename UNUSED macro to OVS_UNUSED to avoid naming conflict.
2010-02-11 Ben Pfaffovs-wdt: Mark variable static and use NULL for a null...
2010-02-11 Ben Pfaffdatapath: Mark functions "static".
2010-02-11 Ben Pfaffdatapath: When adding a port, return the new port numbe...
2010-02-09 Ben Pfaffdhcp: Add missing * to use of sizeof.
2010-02-04 Ben PfaffAdd extern "C" { ... } to some header files to support...
2010-02-01 Ben Pfaffovs-pki: Avoid using local variables, which are non...
2010-02-01 Ian CampbellCA-37154: vswitch: Use MAC address of tagged PIF for...
2010-02-01 Ben Pfaffofpbuf: Rename ofpbuf "private" member for C++ header...
2010-01-29 Jesse Grossnetdev: Correctly maintain netdev refcounts even if...
2010-01-26 Ben Pfaffconfigure: Silence check for broken strtok_r().
2010-01-26 Ben Pfaffxenserver: Update to use upstream XenServer location...
2010-01-26 Justin PettitRelease Open vSwitch 0.99.1 v0.99.1
2010-01-25 Ben PfaffMerge "sflow" into "master".
2010-01-25 Ian Campbellxenserver: Update interface-reconfigure and vif integra...
2010-01-25 Ben Pfaffdatapath: Clean up vswitch_skb_checksum_setup().
2010-01-22 Ben Pfaffnetdev: Rename "class" members to "netdev_class" for...
2010-01-22 Ben Pfaffhmap: Rename "new" to "new_node" for C++ header compati...
2010-01-22 Ben Pfaffdpif: Rename "class" member to "dpif_class" for C+...
2010-01-20 Ben Pfaffsflow: Fix sFlow sampling structure.
2010-01-19 Ben Pfaffsflow: Fix printf format specifier in log message.
2010-01-19 Ben Pfaffdpif-linux: Always set *fnp in make_openvswitch_device().
2010-01-15 Justin PettitRelease Open vSwitch 0.99.0. v0.99.0
2010-01-13 Ben Pfaffdatapath: Disable preemption updating per-CPU data...
2010-01-11 Ben Pfaffsflow: Improve documentation phrasing.
2010-01-11 Ben Pfaffsflow: Document how the agent address is determined.
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-11 Ben Pfaffdatapath: Improve comments.
2010-01-11 Ben Pfaffdpif: Remove stray new-line.
2010-01-09 Ben Pfaffdatapath: Renumber ioctls to avoid gaps.
2010-01-09 Ben PfaffImprove comments on interpretation of sFlow sampling...
2010-01-09 Ben Pfaffdatapath: Improve comments on struct dp_stats_percpu.
2010-01-09 Ben Pfaffsflow: Write "sFlow" as "sFlow(R)" in documentation.
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-06 Ben PfaffAdd runtime test that strtok_r() bug fix works.
2010-01-06 Ben PfaffInclude lib/string.h in "make dist"-generated tarballs.
2010-01-05 Justin Pettitvconn: Add comment describing usage of VCONN_SSL_LONG_O...
2010-01-05 Justin PettitAdd extended vlog options to utilities
2010-01-05 Tetsuo NAKAGAWAofproto: Fix segfault when changing command execution...
2010-01-05 Justin Pettitxenserver: Fix small typo in vswitch-xapi-update
2010-01-04 Ben PfaffFix documented name of key used to disable MAC learning...
2010-01-04 Ben PfaffInitial implementation of sFlow.
2009-12-22 Ben Pfaffnetdev: New functions for interpreting "enum ofp_port_f...
2009-12-21 Ben PfaffAdd InMon's sFlow Agent library to the build system.
2009-12-17 Ben Pfaffinitscript: pass complete path to pidfile to status...
2009-12-04 Justin Pettitovs-vsctl: Fix traceback when telling target to reload
2009-12-02 Justin Pettitnetdev: Allow explicit creation of netdev objects
2009-12-01 Justin Pettitdpif: Minor provider comment cleanups.
2009-11-24 Ben Pfaffclassifier: Improve comments.
2009-11-23 Ben Pfaffovs-openflowd: Add support for userspace-only switching.
2009-11-23 Ben Pfaffsvec: New function svec_split().
2009-11-23 Ben Pfaffdpif: New function dpif_create_and_open().
2009-11-23 Ben Pfaffnetflow: Break out code for sending packets into a...
2009-11-23 Ben Pfaffnetflow: Use inet_open_active() to factor out some...
2009-11-23 Ben Pfaffsocket-util: Generalize tcp_open_*() to UDP, as inet_op...
2009-11-23 Ben Pfaffsocket-util: Make TCP open function support no default...
2009-11-23 Ben Pfaffnetdev: New function netdev_get_ifindex().
2009-11-23 Ben PfaffMove C compiler warning (-W) flags from CFLAGS to AM_CF...
2009-11-23 Ben Pfaffacinclude.m4: Fix inconsistency.
2009-11-19 Justin PettitCorrect dameon options in INSTALL.bridge
2009-11-19 Ben Pfaffnetdev: Really set output values to 0 on failure in...
2009-11-19 Jean Tourrilhesovs-controller: Add --wildcard and --normal features.
2009-11-19 Ian Campbelldatapath: Use HAVE_PROTO_DATA_VALID when defining vswit...
2009-11-18 Ben Pfaffdatapath: Fix warning building datapath on pre-2.6...
2009-11-18 Ben Pfaffdatapath: Check for proto_data_valid member instead...
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-18 Jesse Grossdatapath: Allow minimum headroom to be set when copying...
2009-11-18 Jesse Grossdatapath: Copy Xen's checksumming fields when doing...
2009-11-18 Ben Pfaffdatapath: Fix build with kernel header layout recently...
next