sliver-openvswitch.git
2012-04-27 Ben Pfaffmeta-flow: Correctly set destination MAC in mf_set_flow... branch-1.6
2012-04-25 Ben PfaffFix memory leaks.
2012-04-25 Ben Pfaffvswitchd: Avoid GCC warning.
2012-04-25 Ben Pfaffvswitchd: Clean up iface_create().
2012-04-25 Ben Pfaffvswitchd: Make reconfiguration update port configuratio...
2012-04-25 Ben Pfaffvswitchd: Make iface_create() return an indication...
2012-04-25 Ben Pfaffvswitchd: Factor code to configure netdevs out of iface...
2012-04-25 Ben Pfaffvswitchd: Refactor iface_refresh_type() into iface_get_...
2012-04-25 Ben Pfaffvswitchd: Drop 'need_refresh' member from struct iface.
2012-04-25 Ben Pfaffvswitchd: Push ofproto_port declaration down to inner...
2012-04-24 Ben Pfaffvswitchd: Report actual port number, not -1, in "added...
2012-04-23 Ethan Jacksonbridge: Refactor bridge_reconfigure().
2012-04-23 Ethan Jacksonvswitchd: Remove unused 'tag' from 'struct iface'.
2012-04-23 Ben Pfaffofproto: Fix use-after-free error when ports disappear.
2012-04-20 Ben Pfaffvswitchd: Make "cfm_fault_status" column ephemeral.
2012-04-12 Ethan Jacksonstream: By default disable probing on unix sockets.
2012-04-12 Ethan Jacksonpython: Honor zero probe interval in reconnect.py
2012-04-14 Ben Pfafflearn: Make it possible to parse "load" actions wider...
2012-04-14 Ben Pfafflearn: Fix bugs when learn actions use subfields wider...
2012-04-14 Ben Pfaffmeta-flow: New functions for reading and writing genera...
2012-04-14 Ben Pfaffutil: New function bitwise_is_all_zeros().
2012-04-14 Ben Pfaffutil: New function bitwise_one().
2012-04-12 Ethan Jacksonbridge: Rate limit port creations and deletions.
2012-04-12 Ethan Jacksonbridge: Rate limit default address warnings.
2012-04-09 Ansis Attekavswitchd: Remove port from datapath if it becomes non...
2012-04-09 Ansis Attekadatapath: Do not send notification if ovs_vport_set_opt...
2012-03-28 Ben Pfaffovsdb-idl: Fix memory leak writing synthetic rows in...
2012-03-26 Jesse Grosspacket: Add additional TCP flags extraction on IPv6.
2012-03-24 Pravin B Shelarvswitchd: Do not refresh existing iface on new device...
2012-03-24 Jesse Grossflow: Enable retrieval of TCP flags from IPv6 traffic.
2012-03-24 Jesse Grossflow: Add length check when retrieving TCP flags.
2012-03-23 Ben Pfaffunixctl: Fix bad log message on error path.
2012-03-23 Pravin B Shelarofproto: Optimize internal device MTU update.
2012-03-23 Ben Pfaffovsdb-idlc: Fix memory leak in "optional bool" columns.
2012-03-22 Ben Pfaffdebian: Fix log rotation.
2012-03-22 Ben Pfaffxenserver: Recognize XenServer 5.6-SP2 scripts in RPM...
2012-03-21 Ben Pfaffdebian: Move PKI directory to FHS-compliant location.
2012-03-21 Ben Pfaffofproto-dpif: Fix tag caching for learned flows.
2012-03-21 Ben Pfaffofproto-dpif: Avoid segfault deleting facets that execu...
2012-03-21 Ben Pfaffhmap: New function hmap_contains().
2012-03-21 Ben Pfaffofproto-dpif: Fix return type of rule_calculate_tag().
2012-03-21 Ben Pfafflearn: Initialize cookie_mask in constructed flow_mod.
2012-03-20 Ben Pfaffovs-vsctl: Allow "fake bridges" to be created for VLAN 0.
2012-03-19 Ben Pfaffnetdev-linux: Fix use-after-free when netdev_dump_queue...
2012-03-19 Ben Pfaffpython: Fix "make distcheck" error on version.py.
2012-03-19 Ben Pfaffdebian: Use a different way to avoid failing install...
2012-03-19 Ben Pfaffovsdb-doc: Use minus sign in negative numbers in nroff...
2012-03-19 Ben Pfaffovsdb-doc: Convert '-' preceding a number as a minus...
2012-03-19 Ben Pfaffovsdb-doc: Put NAME section into generated manpage.
2012-03-19 Ben Pfaffdebian: Avoid unit test failure when doing "unofficial...
2012-03-19 Thomas Goiranddoc: Fix typo in manpage.
2012-03-19 Thomas Goiranddebian: Bump standards-version to 3.9.3.
2012-03-19 Thomas Goiranddebian: Remove some useless files from the dkms pacakge.
2012-03-19 Thomas Goiranddebian: Clean .pyc files in "clean" target.
2012-03-19 Thomas Goiranddebian: Remove po-debconf build dependency.
2012-03-19 Thomas Goiranddebian: Build-depend on python-all to pull in all Pytho...
2012-03-19 Thomas Goiranddebian: Add missing ${python:Depends} to openvswitch...
2012-03-19 Thomas Goiranddebian: Improve long descriptions so as to better descr...
2012-03-19 Thomas Goiranddebian: Bump debhelper compat level to 8 and make build...
2012-03-16 Ben Pfaffnetlink-socket: Increase Netlink socket receive buffer...
2012-03-15 Ben Pfaffmeta-flow: Don't dereference NULL sf->field in mf_forma...
2012-03-15 Ben Pfafffail-open: Use connmgr_send_packet_in() instead of...
2012-03-15 Ben Pfaffofproto: connmgr_send_packet_in() doesn't need buffer_i...
2012-03-15 Ben Pfaffconnmgr: Drop 'flow' parameter from connmgr_send_packet...
2012-03-12 Ben Pfafftests: Skip "strings at least 2 characters long" test...
2012-03-12 Ben Pfaffofproto: Fix code that keeps track of MTU.
2012-03-09 Pravin B Shelarnetdev-linux: Cache error code from do_get_ifindex().
2012-03-09 Pravin B Shelarnetdev-linux: Cache error code from get-features.
2012-03-09 Pravin B Shelarnetdev-linux: Cache error code from set-policing.
2012-03-09 Pravin B Shelarnetdev-linux: Cache error code from ether-addr ioctl.
2012-03-09 Pravin B Shelarnetdev-linux: Cache error code from mtu ioctl.
2012-03-09 Pravin B Shelarnetdev-linux: Cache drv-info for net device.
2012-03-09 Ansis Attekaovs-monitor-ipsec: Detect correctly IPSEC configuration...
2012-03-08 Ben Pfaffnetdev-linux: Use "read", not "recv", for tap devices.
2012-03-08 Ben Pfafftests: Suppress "role reply" that can appear in async...
2012-03-08 Ben Pfaffovs-xapi-sync: Rerun processing when a db update arrive...
2012-03-08 Ethan Jacksonunixctl: Re-enable unit tests.
2012-03-08 Ethan Jacksonofproto-dpif: Log traces when resubmit depth is exceeded.
2012-03-08 Ethan Jacksonunixctl: New JSON RPC back-end.
2012-03-08 Ethan Jacksonjsonrpc: Don't swallow errors in jsonrpc_transact_block().
2012-03-08 Ethan Jacksonbond: Incorrectly reported an error in appctl.
2012-03-08 Ben Pfaffsocket-util: Unlink Unix domain sockets that bind but...
2012-03-07 Ben Pfaffovs-ofctl: Make "barrier" output reproducible for testing.
2012-03-07 Jesse Grossdatapath: Fix checksum update for actions on UDP packets.
2012-03-07 Ben Pfaffdatapath: Honor dp_ifindex, when specified, for vport...
2012-03-07 Ben Pfaffovs-ofctl: Avoid segfault upon receive error for "monit...
2012-03-06 Gurucharan... xenserver: Add vm-id to the external_ids.
2012-03-05 Pravin B Shelarnetdev-linux: Make netdev_set_policing coverage counter...
2012-03-05 Ben Pfaffvswitchd: Document behavior of 802.1p priorities with...
2012-03-05 Ben Pfaffbridge: Remove unwanted ports at time of ofproto creation.
2012-03-03 Ethan Jacksonunixctl: Skip Python unixctl tests.
2012-03-02 Ben Pfaffconnmgr: Make "enable-async-messages" work for primary...
2012-03-02 Ben Pfaffnetdev: Fix typo in error message.
2012-03-02 Ethan Jacksonpython: Port unixctl to Python.
2012-03-02 Ethan Jacksontests: Add code coverage for Python.
2012-03-02 Ethan Jacksonpython: New method to retrieve OVS version at runtime.
2012-03-02 Ethan Jacksonpython: Add ovs_error() helper function to Python.
2012-03-02 Ethan Jacksonjsonrpc.py: Don't swallow errors in transact_block().
2012-03-02 Ethan Jacksonpython: Implement new SchemaHelper class.
2012-03-02 Ben Pfafftimeval: Add "time/stop" unixctl command, for use in...
next