cascardo/ovs.git
2010-05-15 Justin PettitRelease Open vSwitch 1.0.0 v1.0.0
2010-05-14 Jesse Grossdatapath: Use per_cpu_ptr instead of percpu_ptr.
2010-05-14 Jesse Grossdatapath: Hold rcu_read_lock where we claim to.
2010-05-14 Jesse Grossdatapath: Don't expect bottom-halves to be disabled.
2010-05-14 Jesse Grossdatapath: Disable bottom-halves where necessary.
2010-05-14 Jesse Grossdatapath: Use spin_lock_bh() consistently.
2010-05-13 Ben Pfaffstream-ssl: Flush OpenSSL error queue after calling...
2010-05-13 Ben Pfaffdatapath: Add 32-bit compatibility ioctls.
2010-05-13 Ben Pfaffdatapath: Avoid __copy_to/from_user(), __get/put_user...
2010-05-13 Ben Pfaffdatapath: Prepare to support 32-bit compatibility ioctls.
2010-05-13 Ben Pfaffdatapath: Avoid possibility of negative 'n_ports' in...
2010-05-13 Ben Pfaffdatapath: Avoid possibility of negative 'n_flows' in...
2010-05-13 Andy SouthgateAdd ovsdbmonitor GUI tool by Andy Southgate, contribute...
2010-05-13 Ben Pfaffdaemon: Throttle max respawning rate.
2010-05-13 Ben Pfaffdaemon: Allow monitored daemon to dump core no more...
2010-05-13 Ben Pfaffofproto: Prefer "master" and "other" connections for...
2010-05-12 Ben Pfaffofproto-sflow: Maintain table of ports even when cleari...
2010-05-11 Ben Pfaffovs-ofctl: Add "snoop" command.
2010-05-11 Ben Pfaffofproto: Don't send async messages on transient connect...
2010-05-11 Ben Pfaffofproto: Fix segfault sending packet_ins on transient...
2010-05-11 Ben Pfaffovs-ofctl: "monitor" command takes no more than 2 arguments
2010-05-11 Ben Pfaffovs-ofctl: Fix usage message for "monitor" command.
2010-05-11 Ben PfaffDiagnose attempts to connect the wrong protocol to...
2010-05-11 Ben Pfaffvconn-stream: Refactor vconn_stream_recv() for readability.
2010-05-11 Jesse Grossvport: Record and free packets on unattached ports.
2010-05-11 Jesse Grossflow: Zero tun_id if wildcarded.
2010-05-11 Jesse Grossgre: Include route headers in headroom calculation.
2010-05-10 Jesse Grossbridge: Add iface to hash table before calling iface_is...
2010-05-10 Ben Pfaffbridge: Fix double-free bug in port_reconfigure().
2010-05-07 Ben Pfaffflow: Fix misaligned access.
2010-05-07 Ben PfaffAdd header for access to potentially unaligned data.
2010-05-07 Ben Pfaffovsdb-client: Serialize columns in predictable order...
2010-05-07 Ben Pfafftests: Fix bug in "ovsdb-tool compact" test.
2010-05-07 Ben Pfafftests: Fix bug in "weak references" test.
2010-05-07 Ben Pfafftests: Fix bug in ovsdb-server test suite.
2010-05-07 Ben Pfaffutil: Fix GCC false-positive warning for CONTAINER_OF.
2010-05-07 Jesse Grossdatapath: Enable offloading on internal devices.
2010-05-07 Ben Pfaffovsdb: In documentation, add commas to make large numbe...
2010-05-06 Jesse Grossdatapath: Break out test for dev_disable_lro().
2010-05-06 Justin PettitFix issue with "strict" deletion of flows
2010-05-06 Jesse Grossdatapath: Fix build issue with LRO.
2010-05-06 Jesse Grossdatapath: Add configure test for skb_warn_if_lro().
2010-05-05 Ben Pfaffofproto: Implement ofp_action_output "max_len" feature.
2010-05-05 Ben Pfaffnetdev-linux: Optimize removing policing from an interface.
2010-05-05 Ben Pfaffnetdev-linux: Cache policing values.
2010-05-05 Ben Pfaffnetdev-linux: Factor out removing policing.
2010-05-05 Ben Pfaffnetdev-linux: Factor out obtaining an RTNL socket.
2010-05-05 Ben Pfaffdpif-linux: Use hash instead of sorted array.
2010-05-05 Ben Pfaffbridge: Optimize trunk port common case.
2010-05-05 Ben Pfaffdynamic-string: Optimize ds_put_char().
2010-05-05 Ben Pfaffbridge: Optimize port_lookup() using a hash.
2010-05-05 Ben Pfaffbridge: Optimize iface_lookup() and port_lookup_iface...
2010-05-05 Ben Pfaffovs-vswitchd: Implement "exit" unixctl command.
2010-05-05 Neil McKeesflow: Always add poller and sampler together.
2010-05-05 Neil McKeesflow: Properly fill in initial destination VLAN in...
2010-05-05 Neil McKeesflow: Include Ethernet FCS in frame_length to comply...
2010-05-05 Ben Pfaffvswitchd: Fix documentation of "agent" column in "sFlow...
2010-05-05 Ben Pfaffbridge: Fix double-free in sFlow configuration.
2010-05-05 Ben Pfaffovs-vsctl: Add sFlow to supported set of tables.
2010-05-04 Ben Pfaffxenserver: Make Open vSwitch disable itself in "bridge...
2010-05-01 Ben Pfaffxenserverd: Give XAPI a grace period before refreshing...
2010-05-01 Jesse Grossdatapath: Don't hold dp_mutex when setting internal...
2010-04-30 Justin Pettitxenserver: Wire up emergency reset plug-in and call...
2010-04-30 Justin Pettitovs-vsctl: Add emergency reset command
2010-04-30 Ben Pfaffovsdb-idl: Add "safe" iterator macro to generated code.
2010-04-30 Jesse Grossdatapath: Ensure packet length matches headers during...
2010-04-29 Jesse Grossbridge: Immediately drop interfaces that can't be opened.
2010-04-27 Ben Pfaffvport: Better handle too-long network device names...
2010-04-27 Ben Pfaffdatapath: Check device name length more carefully in...
2010-04-27 Ben Pfaffdatapath: Always null-terminate network device name...
2010-04-27 Ben Pfaffdatapath: Fix argument to strncpy_from_user().
2010-04-27 Ben Pfaffofproto: Avoid buffer copy in OFPT_PACKET_IN path.
2010-04-27 Ben Pfaffxenserver: Use start_daemon for xenserverd also in...
2010-04-27 Ben Pfaffxenserver: Report correct daemon names at startup in...
2010-04-27 Ben Pfaffxenserver: Use daemon-specific dir for pidfile in ...
2010-04-27 Ben Pfaffxenserver: Avoid using unset $nice variable in /etc...
2010-04-26 Justin Pettitxenserver: Fix typo in prompt
2010-04-26 Ben Pfaffxenserver: Factor redundancy out of /etc/init.d/openvsw...
2010-04-26 Ben Pfaffxenserver: Gracefully refresh network UUIDs on pool...
2010-04-26 Ben Pfaffofproto: Fix bad memory access sending large numbers...
2010-04-26 Ben Pfaffofpbuf: New function ofpbuf_push_zeros().
2010-04-26 Ben Pfaffvswitchd: Rename bridge_reconfigure_controller().
2010-04-26 Ben Pfaffxenserver: Fix sense of -d test in /etc/init.d/openvswitch.
2010-04-26 Ben Pfaffxenserver: Rewrite refresh-network-uuids script for...
2010-04-26 Ben Pfaffsocket-util: Move get_mtime() here from stream-ssl.
2010-04-26 Ben Pfaffvswitchd: Enable in-band control to managers.
2010-04-26 Ben Pfaffsocket-util: Factor out new function inet_parse_active().
2010-04-26 Ben Pfaffofproto: Allow client to pass down extra (IP,port)...
2010-04-26 Ben Pfaffin-band: Generalize the in-band code to arbitrary ...
2010-04-26 Jesse Grossgre: Ensure skb properties are consistently set.
2010-04-26 Jesse Grossdatapath: Update 'struct ovs_skb_cb' comments.
2010-04-26 Ben Pfaffin-band: Use NULL for null pointer constant, instead...
2010-04-26 Ben Pfaffin-band: Refactor in_band_set_remotes().
2010-04-26 Ben Pfaffin-band: Refactor slightly to be easier to understand.
2010-04-26 Ben Pfaffin-band: Avoid magic number in refresh_remotes().
2010-04-26 Ben Pfaffin-band: Better adapt to new rconn usage pattern.
2010-04-22 Justin PettitHave git ignore new symlinks and dynamic files from...
2010-04-22 Justin Pettitveth: Do a better job cleaning up on rmmod
2010-04-22 Justin Pettitdatapath: Define kmemdup() for kernels older than 2...
2010-04-21 Justin Pettitxenserver: Clean-up space/tabs issues in vif script
next