sliver-openvswitch.git
2011-05-23 Ben Pfaffdebian: Don't begin openvswitch-pki description with...
2011-05-23 Ben Pfaffdebian: Make openvswitch-switch depend on Python.
2011-05-23 Ethan Jacksonflow: flow_hash_symmetric_l4() don't hash UDP ports.
2011-05-23 Ethan Jacksonbond: Always use L4 hash for stable bonds.
2011-05-23 Ben PfaffAvoid sparse error or warning for sizeof(_Bool).
2011-05-20 Ben Pfaffofp-util: Include cookie when encoding OFPT_FLOW_REMOVE...
2011-05-20 Ethan Jacksonbond: Use CFM for slave status.
2011-05-20 Ethan Jacksoncfm: Implement 802.1ag RDI flag.
2011-05-20 Ethan Jacksoncfm: Remove packet definition from CFM header file.
2011-05-20 Ethan Jacksoncfm: Cleanup CFM module interface.
2011-05-20 Ethan Jacksoncfm: Remove Maintenance_Point and Monitor tables.
2011-05-20 Ethan Jacksoncfm: No longer allow configuration of ma_name and md_name.
2011-05-20 Ethan Jacksoncfm: Migrate cfm/show unixctl command to CFM module.
2011-05-20 Ethan Jacksonbond: Remove useless slave->up flag.
2011-05-20 Ethan Jacksonnetdev: Take responsibility for polling MII registers.
2011-05-19 Ethan Jacksonxenserver: Pull slave MTU from bond record.
2011-05-19 Jesse Grossdatapath: Check that netdev vport is fully initialized.
2011-05-19 Ethan Jacksonofproto: Fix compiler warning.
2011-05-19 Ethan Jacksontimer: Remove timer_expired_at() function.
2011-05-19 Shih-Hao Liovs-bugtool: Add support for user-provided output filename.
2011-05-19 Ben Pfaffofproto-dpif: Fix bond accounting.
2011-05-19 Ben Pfaffbond: Remove write-only variable.
2011-05-19 Ben Pfaffofproto-dpif: Fix argument in send_packet() call.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-18 Ethan Jacksonofproto: Datapath statistics accounted twice.
2011-05-18 Andrew Evansdatapath: Hash and compare only the part of sw_flow_key...
2011-05-18 Shih-Hao LiAdd tar.gz output option in ovs-bugtool
2011-05-18 Ben Pfaffbridge: Fill in ofport column of Interface records.
2011-05-17 Ben Pfaffofproto-dpif: Revalidate flows in some previously misse...
2011-05-17 Ben Pfaffofproto-dpif: Avoid unnecessary ODP-to-OFP port conversion.
2011-05-17 Ethan Jacksonbond: Bonds never sleep if carrier changes.
2011-05-17 Ben Pfaffofproto-dpif: Fix null pointer dereference in is_admiss...
2011-05-17 Sajjad Lateefxenserver: remove unneeded macro definitions
2011-05-17 Sajjad Lateefxenserver: remove unneeded macro definitions
2011-05-17 Sajjad Lateefxenserver: modify module spec file
2011-05-17 Sajjad Lateefxenserver: modify module spec file
2011-05-16 Ben Pfaffconfigure: Run sparse automatically if C=1 specified...
2011-05-16 Ben PfaffMake the source tree sparse clean.
2011-05-16 Ben Pfafftest-sha1: Suppress sparse warning.
2011-05-16 Ben PfaffFix up usage of flow_wildcards_t.
2011-05-16 Ben Pfaffcsum: Annotate byte order to match actual usage.
2011-05-16 Ben Pfaffutil: Suppress build assertions when building with...
2011-05-16 Ben PfaffSuppress sparse warnings for global variables initializ...
2011-05-16 Ben Pfaffcompiler: Suppress sparse complaints about function...
2011-05-16 Ben PfaffFix incorrect byte order annotations.
2011-05-16 Ben Pfaffopenflow: Change types from uint<N>_t to ovs_be<N>.
2011-05-16 Ben PfaffConvert remaining network-byte-order "uint<N>_t"s into...
2011-05-16 Ben Pfaffofproto: Maintain ofp_phy_port for each ofport in netwo...
2011-05-16 Ben PfaffConsistently write null pointer constants as NULL inste...
2011-05-16 Ben Pfaffofproto: Drop duplicate "const" in parameter declaration.
2011-05-16 Ben PfaffAdd missing "static" keywords.
2011-05-16 Ben PfaffRemove unnecessary #include directives.
2011-05-16 Ben Pfaffofproto: Fix ofproto_send_packet() treatment of vlan_tc...
2011-05-16 Ben Pfaffstream-ssl: Fix call to accept().
2011-05-16 Ben Pfaffnetdev-linux: Initialize rx_compressed, tx_compressed...
2011-05-16 Ben Pfaffbridge: Avoid double-free of bond fake ifaces.
2011-05-13 Ben Pfaffofproto-dpif: Fix null pointer dereference in get_ofp_p...
2011-05-13 Ben Pfaffbridge: Fix uninitialized bond_stable_ids in port_confi...
2011-05-13 Ben Pfafftests: Check ovs-openflowd log output instead of ignori...
2011-05-13 Ben Pfaffnetdev-linux: Open AF_PACKET socket only when it is...
2011-05-13 Ben Pfaffnetdev-linux: Only call set_nonblocking() if socket...
2011-05-13 Ben Pfaffofp-util: Revise OpenFlow 1.0 ofp_match normalization.
2011-05-13 Ben Pfaffofp-util: Simplify OpenFlow 1.0 ofp_match normalization.
2011-05-13 Ben Pfaffofp-util: Don't warn for different forms of nw_{src...
2011-05-13 Ben Pfafflockfile: Don't warn if successful lock takes a little...
2011-05-13 Ben Pfafftests: Check test output more carefully.
2011-05-13 Ben Pfaffpoll-loop: Make wakeup logging more portable and easier...
2011-05-13 Ben Pfaffbacktrace: Make backtrace_capture() work on more systems.
2011-05-13 Ethan Jacksoncfm: Clarify cfm_create() documentation.
2011-05-13 Ethan Jacksoncfm: Always log on CCM reception.
2011-05-13 Ethan Jacksoncfm: Replace recv_time with a flag.
2011-05-13 Ethan Jacksoncfm: No longer keep track of bad CCMs.
2011-05-13 Ethan Jacksoncfm: No longer trigger fault upon unexpected ccm_interval.
2011-05-13 Ben Pfaffofproto: Call port_modified before closing old netdev...
2011-05-13 Ben PfaffFix bugs lingering from merge mistakes.
2011-05-12 Ben Pfaffbridge: Keep default Ethernet address stable between...
2011-05-12 Ben Pfaffofproto: Fix duplicate hmap_remove() in ofproto_destroy().
2011-05-12 Ben Pfaffofproto: Fix typo in comment.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-12 Ben Pfaffofproto-dpif: Get rid of effectively unused 'check_spec...
2011-05-12 Ben PfaffImplement basic multiple table support.
2011-05-11 Ben Pfaffofproto: Drop ofproto_rule_lookup().
2011-05-11 Ben PfaffPORTING: Describe usage of ovs_be<N>.
2011-05-11 Ben Pfaffofproto: Fix number of reported tables in OFPT_FEATURES...
2011-05-11 Ben Pfaffofproto: Make rule construction and destruction more...
2011-05-11 Ben Pfaffclassifier: Remove OF1.0 special case from classifier_f...
2011-05-11 Ben Pfaffofproto: Remove unused coverage counters.
2011-05-11 Ben Pfaffofproto: Update some comments.
2011-05-11 Ben Pfaffofproto: Eliminate reference to dpif_upcall from ofproto.
2011-05-11 Ben PfaffRemove unneeded #include directives.
2011-05-11 Ben Pfaffofproto: Better document the ofproto_class interface.
2011-05-11 Ben Pfaffofproto: Break apart into generic and hardware-specific...
2011-05-11 Ben Pfaffofproto: Complete abstraction by adding enumeration...
2011-05-11 Ben Pfaffofproto: Improve abstraction by using OpenFlow port...
2011-05-11 Ben Pfaffofproto: Improve abstraction by adding function ofproto...
2011-05-11 Ben Pfaffdpif: Make dp_parse_name() normalize its returned type.
2011-05-11 Ben Pfaffdpif: Improve abstraction by making 'run' and 'wait...
2011-05-11 Ben Pfaffbridge: Move packet processing functionality into ofproto.
2011-05-11 Jesse Grossdatapath: Pull data into linear area only on demand.
2011-05-11 Justin Pettitxenserver: Fix bugs related to using xe-switch-network...
next