aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-18Release Open vSwitch 0.99.2v0.99.2Justin Pettit
2010-02-18xenserver: Fix VIF script to work with XenServer 5.5Justin Pettit
2010-02-18xenserver: Exclude compile Python byte code from packagingJustin Pettit
2010-02-17Add extern "C" to more header files.Jesse Gross
2010-02-12Use VLAN_PCP_SHIFT consistently, instead of open-coding "13".Ben Pfaff
2010-02-12compiler: Don't use __attribute__ for non-GCC compilers.Ben Pfaff
2010-02-12Work around bugs in system headers.Ben Pfaff
2010-02-12ofp-print: Properly order #includes.Ben Pfaff
2010-02-12Add missing <stdint.h> includes.Ben Pfaff
2010-02-12pktbuf: Assign UINT16_MAX in place of -1, for clarity.Ben Pfaff
2010-02-12util: Remove unused macros NOT_TESTED, NOT_IMPLEMENTED.Ben Pfaff
2010-02-12openflow.h: Remove unused OFP_PACKED macro.Ben Pfaff
2010-02-12compiler: Remove "likely" and "unlikely" macros, since we don't use them.Ben Pfaff
2010-02-12compiler: Remove PACKED macro and its only (unneeded) user.Ben Pfaff
2010-02-12classifier: New function cls_rule_to_string().Ben Pfaff
2010-02-12datapath: Add ODPP_NORMAL constant.Ben Pfaff
2010-02-12vconn: New functions vconn_verify_name(), pvconn_verify_name().Ben Pfaff
2010-02-12rconn: New function rconn_get_last_error().Ben Pfaff
2010-02-12rconn: Decentralize and improve disconnection logging.Ben Pfaff
2010-02-12vconn: When validating OpenFlow actions always check for bad length.Ben Pfaff
2010-02-12ofpbuf: New function ofpbuf_to_string().Ben Pfaff
2010-02-12ofpbuf: Mark ofpbuf_headroom(), ofpbuf_tailroom() parameters const.Ben Pfaff
2010-02-12ofproto: Don't leak struct ofproto's port array.Ben Pfaff
2010-02-12dpif-netdev: Fix validation of VLAN PCP value in userspace datapath.Ben Pfaff
2010-02-12Allow sFlowCpInterval=0 to disable counter samples, and fix bug in sampler re...Neil McKee
2010-02-11Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff
2010-02-10ovs-wdt: Mark variable static and use NULL for a null pointer.Ben Pfaff
2010-02-10datapath: Mark functions "static".Ben Pfaff
2010-02-10datapath: When adding a port, return the new port number to userspace.Ben Pfaff
2010-02-09dhcp: Add missing * to use of sizeof.Ben Pfaff
2010-02-04Add extern "C" { ... } to some header files to support usage from C++.Ben Pfaff
2010-02-01ovs-pki: Avoid using local variables, which are non-POSIX.Ben Pfaff
2010-02-01CA-37154: vswitch: Use MAC address of tagged PIF for VLAN fake-bridgeIan Campbell
2010-02-01ofpbuf: Rename ofpbuf "private" member for C++ header compatibility.Ben Pfaff
2010-01-28netdev: Correctly maintain netdev refcounts even if errors occur.Jesse Gross
2010-01-26configure: Silence check for broken strtok_r().Ben Pfaff
2010-01-26xenserver: Update to use upstream XenServer location for dbcache.Ben Pfaff
2010-01-25Release Open vSwitch 0.99.1v0.99.1Justin Pettit
2010-01-25Merge "sflow" into "master".Ben Pfaff
2010-01-25xenserver: Update interface-reconfigure and vif integration scripts.Ian Campbell
2010-01-25datapath: Clean up vswitch_skb_checksum_setup().Ben Pfaff
2010-01-22netdev: Rename "class" members to "netdev_class" for C++ compatibility.Ben Pfaff
2010-01-22hmap: Rename "new" to "new_node" for C++ header compatibility.Ben Pfaff
2010-01-22dpif: Rename "class" member to "dpif_class" for C++ compatibility.Ben Pfaff
2010-01-20sflow: Fix sFlow sampling structure.Ben Pfaff
2010-01-19sflow: Fix printf format specifier in log message.Ben Pfaff
2010-01-19dpif-linux: Always set *fnp in make_openvswitch_device().Ben Pfaff
2010-01-14Release Open vSwitch 0.99.0.v0.99.0Justin Pettit
2010-01-13datapath: Disable preemption updating per-CPU data in dp_dev_recv().Ben Pfaff
2010-01-11sflow: Improve documentation phrasing.Ben Pfaff