sliver-openvswitch.git
2010-06-24 Ben Pfaffvconn: Fix tracking of "connected" state.
2010-06-24 Ben Pfaffrconn: Remove superfluous \n from log message.
2010-06-23 Ben Pfaffbridge: Implement basic periodic update of interface...
2010-06-23 Ben Pfaffbridge: Make configuration database records valid all...
2010-06-23 Ben Pfaffovs-vswitchd: Allow bridge code to manage the database...
2010-06-23 Ben Pfaffovsdb-idlc: Fix sizeof calculation in generated code.
2010-06-23 Ben Pfaffovsdb-idl: Drop unnecessary allocation from ovsdb_idl_t...
2010-06-23 Ben Pfaffovsdb-idl: Start documenting the public interface.
2010-06-23 Ben Pfaffovsdb-idl: Simplify usage of ovsdb_idl_run().
2010-06-23 Ben Pfaffbridge: Drop unused enum definition.
2010-06-23 Ben Pfaffbridge: Remove unused functions.
2010-06-23 Ben PfaffUse shash_destroy_free_data() to simplify a few scatter...
2010-06-23 Ian Campbellxenserver: Largely untested patch for 5.5 and 5.6 CHIN...
2010-06-23 Ian Campbellinterface-reconfigure: Handle CHIN Tunnel objects
2010-06-23 Ben Pfaffstream-ssl: Log protocol details at DBG level.
2010-06-23 Ben PfaffBetter document how ovsdb-server is meant to be used.
2010-06-23 Ben Pfafftests: Fix occasional failure of "self-linking idl...
2010-06-23 Jun NakajimaUpdate INSTALL.XenServer to indicate that 5.6.0 is...
2010-06-22 Ben PfaffINSTALL.Linux: Add some troubleshooting instructions...
2010-06-22 Ben Pfaffofp-util: Also normalize nw_tos in normalize_match().
2010-06-22 Ben PfaffSuppress ovsdb-server log messages about connections...
2010-06-22 Ben Pfaffjsonrpc: Suppress duplicate logging.
2010-06-22 Ben Pfaffjsonrpc: Propagate error code to reconnect_disconnected().
2010-06-22 Ben Pfaffovsdb-server: Improve logging for referential integrity...
2010-06-19 Jesse Grossdatapath: Don't compute checksums on partial packets.
2010-06-18 Jesse Grossdatapath: Compute checksum while sending packets to...
2010-06-18 Jesse Grossdatapath: Check vswitch_skb_checksum_setup() return...
2010-06-18 Jesse Grossdatapath: Call vswitch_skb_checksum_setup() before...
2010-06-18 Jesse Grossofproto: Consistently make queue_id uint32_t.
2010-06-17 Ben Pfaffovsdb-idlc: Fix warning in generated code.
2010-06-17 Ben Pfaffvswitchd: Attempt to further clarify Port "trunk" and...
2010-06-17 Ben PfaffImplement QoS framework.
2010-06-17 Ben Pfaffshash: New functions shash_destroy_free_data() and...
2010-06-17 Ben Pfaffport-array: Add port_array_delete() function.
2010-06-17 Ben Pfaffnetdev-linux: Create rtnetlink socket up front instead...
2010-06-17 Ben Pfaffnetlink: Improve support for nested Netlink attributes.
2010-06-17 Ben Pfaffnetlink: Add support for Netlink table dumping.
2010-06-17 Ben Pfaffnetlink: Add functions for handling nested attributes.
2010-06-17 Ben Pfaffnetlink: Make nl_sock_transact() always return a reply...
2010-06-17 Ben Pfaffnetlink: Fix bad assumption about nested Netlink attrib...
2010-06-17 Ben Pfaffnetlink: Make nl_sock_transact() discard reply if ...
2010-06-17 Ben Pfaffnetlink: Drop sock parameter from nl_msg_put_(ge)nlmsgh...
2010-06-17 Ben Pfaffvconn: Move OpenFlow utility functions into new file...
2010-06-17 Ben Pfaffovs-vsctl: Support references among records at creation...
2010-06-17 Ben Pfaffovs-vsctl: Add support for command options that accept...
2010-06-17 Ben Pfaffovs-vsctl: Update manpage. Use same order as ovs-vswit...
2010-06-17 Ben Pfaffovs-vsctl: Fix assert-fail when an error occurs and...
2010-06-17 Ben Pfaffofproto: Fix byte order for OFP_VLAN_NONE to dl_vlan...
2010-06-17 Ben Pfaffvswitch: Improve documentation for datapath_id column.
2010-06-17 Ben Pfaffvswitch: Datapath IDs are now 16 hex digits.
2010-06-17 Ben Pfaffovs-vsctl: Fix spelling error in log message.
2010-06-17 Ben Pfaffovsdbmonitor: Clean some more files.
2010-06-17 Ben Pfaffovsdbmonitor: Put temporary file in ovsdb/ovsdbmonitor...
2010-06-17 Ben Pfaffupdate-debian-changelog: Pass "-f" to "mv" to fix ...
2010-06-17 Ben PfaffWHY-OVS: New file explaining the rationale for Open...
2010-06-15 Ben Pfaffxenserver: Delete network.conf on package removal on...
2010-06-15 Ben Pfaffxenserver: Create network.conf before running interface...
2010-06-15 Ben Pfaffbrcompatd: Remove commented-out code.
2010-06-15 Ben Pfaffbridge: Remove commented-out code for custom management...
2010-06-15 Ben Pfaffbridge: Remove commented-out code to set OpenFlow descr...
2010-06-15 Ben Pfaffbridge: Remove unused and write-only members of 'struct...
2010-06-15 Ben Pfaffvlog: Check that all declared vlog modules are used...
2010-06-15 Ben Pfaffvlog: Remove modules that don't have any users.
2010-06-15 Ben Pfaffovsdb-tool: Don't wait for lockfiles on "compact" or...
2010-06-11 Jesse Grossgre: Improve headroom calculation to reducing copying.
2010-06-11 Ben PfaffINSTALL.Linux: Note the need for CONFIG_TUN and /dev...
2010-06-11 Ben PfaffMention that /dev/urandom is needed.
2010-06-10 Jesse Grosstests: Allow some difference in rounding in timeval...
2010-06-10 Jesse Grossnetdev-vport: Use vport set_stats instead of internal...
2010-06-10 Jesse Grossnetdev-linux: Add capability to get stats from vport...
2010-06-10 Jesse Grossvport-internal: Convert internal devices to vport stats.
2010-06-10 Jesse Grossvport-netdev: Use vport stats layer on 32-bit machines.
2010-06-10 Jesse Grossvport: Allow offsets to be set for stats.
2010-06-10 Jesse Grossvport: Move 'extern' declarations of vports to header.
2010-06-09 Jesse Grossvport: Rename userspace functions.
2010-06-09 Ben Pfaffxenserver: Remove some ovs-xenserverd support that...
2010-06-09 Ben PfaffFix EXTRA_DIST dependence on Automake conditionals.
2010-06-09 Jesse Grosstimeval: Use monotonic time where appropriate.
2010-06-08 Justin Pettitxenserver: Don't complain for "bridge" network.conf...
2010-06-08 Justin Pettitxenserver: Don't start OVS if network.conf isn't "openv...
2010-06-08 Ben Pfaffdiscovery: Include datapath name in log messages.
2010-06-08 Ben Pfaffofproto: Make OpenFlow connection log messages name...
2010-06-08 Ben Pfaffrconn: Make rconn_connect() a 'void' function.
2010-06-08 Ben Pfaffrconn: Drop rconn_new(), rconn_new_from_vconn() functions.
2010-06-08 Ben Pfaffrconn: Drop 'name' arg to rconn_new_from_vconn(), rconn...
2010-06-08 Ben Pfaffxenserver: Get rid of ovs-xenserverd.
2010-06-08 Ben Pfaffxenserver: Ditch ovs-xenserverd even on XenServer 5...
2010-06-08 Ben Pfaffxenserver: Make refresh-network-uuids use "interface...
2010-06-08 Ben PfaffPORTING: Fix some typos.
2010-06-08 Justin PettitOpen vSwitch: Be more definitive about fixing wdp issue...
2010-06-07 Ben PfaffAdd guide to porting Open vSwitch.
2010-06-04 Ian Campbellxenserver: call "interface-reconfigure rewrite" instead...
2010-06-04 Ian Campbellinterface-reconfigure: callout to datapath backend...
2010-06-04 Ben Pfaffovs-xenserverd: Fix time-delay logic.
2010-06-04 Ben Pfaffxenserver: Update network UUIDs whenever XAPI restarts.
2010-06-04 Jesse Grossbridge: Filter some gratuitous ARPs on bond slaves.
2010-06-03 Ian Campbellxenserver: make ovs-xenserverd startup configurable...
2010-06-02 Ben Pfaffdatapath: Fix mutual exclusion with bridge module.
2010-06-02 Jesse Grossnetdev: Remove may_create/may_open flags.
2010-06-02 Jesse Grossnetdev-linux: Give tap FD to first opener.
next