sliver-openvswitch.git
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...
2011-05-10 Ben Pfaffstream-ssl: Improve messages when configuring SSL if...
2011-05-10 Ben PfaffINSTALL.XenServer: Document Open vSwitch boot process...
2011-05-10 Ben Pfaffovs-vsctl: Issue warning for likely erroneous "get...
2011-05-07 Ethan Jacksonbridge: Don't configure QoS without Queues.
2011-05-06 Ethan Jacksonofproto: Resubmit statistics improperly account during...
2011-05-06 Ethan Jacksonlacp: New "lacp-heartbeat" mode.
2011-05-06 Ethan Jacksonbond: Create new "bond-stable-id".
2011-05-06 Ethan Jacksonbond: Convert stb_id to 32bit parameter.
2011-05-05 Justin Pettitxenserver: Better document scriplet action in RPM spec...
2011-05-05 Justin Pettitxenserver: Use xe-switch-network-stack in RPM spec...
2011-05-04 Ben Pfaffofp-util: Fix validation of OFPAT_SET_VLAN_PCP actions.
2011-05-04 Ben PfaffDESIGN: Move in-band control design discussion here.
2011-05-04 Ben Pfaffofproto: Update ports immediately upon ofproto_port_add...
2011-05-04 Ben Pfaffofproto: Add a pointer to the owning ofproto to struct...
2011-05-04 Ben Pfaffofproto: Initialize ports immediately upon ofproto...
2011-05-04 Ben Pfaffdpif: Better log unusual errors in dpif_port_query_by_n...
2011-05-04 Ben Pfaffhmapx: New data structure.
2011-05-04 Ben Pfaffbond: New function bond_slave_set_netdev().
2011-05-04 Ben Pfaffofproto: Add 'name' field to struct ofproto and use...
2011-05-04 Ben Pfaffofproto: Rename ofproto_iface_*() functions to ofproto_...
2011-05-04 Ben Pfaffofproto: Move private definitions to separate header.
2011-05-04 Ben Pfaffbridge: Reorder configuration.
2011-05-04 Ben Pfaffdpif: New function dpif_normalize_type().
next