sliver-openvswitch.git
2011-03-29 Ben Pfaffofproto: Factor building of flow_removed messages out...
2011-03-29 Ethan Jacksonovs-vsctl: Remove dead assignment.
2011-03-29 Ethan Jacksonovs-vsctl: Remove dead code.
2011-03-29 Ben Pfaffbridge: Always wait for MAC learning table and ports.
2011-03-29 Ben Pfaffxenserver: Wait for ovs-xapi-sync to exit in "stop...
2011-03-29 Ben Pfaffdaemon: Avoid redundant code in already_running().
2011-03-29 Ben Pfaffdaemon: Write "already running" message to log also.
2011-03-28 Ethan Jacksoncfm: No longer keep track of bad remote MPs and MAIDS.
2011-03-28 Ben Pfaffovsdb-tool: Fix cut-and-paste error in manpage.
2011-03-28 Ben Pfaffovs-brcompatd: Delete write-only variable.
2011-03-28 Ethan Jacksoncfm: Create new cfm/show appctl command.
2011-03-28 Ethan Jacksonbridge: Write CFM updates more quickly.
2011-03-28 Ethan Jacksoncfm: Reduce missed CCM detection time.
2011-03-28 Ethan Jacksoncfm: Don't report unexpected remote endpoints.
2011-03-28 Ethan Jacksoncfm: Immediately signal fault on bad CCM reception.
2011-03-25 Ethan Jacksonpackets: Move CFM related packet information to cfm...
2011-03-25 Ethan Jacksonschema: Monitor's remote_mps is not ephemeral.
2011-03-25 Ben Pfaffdatapath: Avoid memory leak in odp_packet_cmd_execute().
2011-03-23 Ethan Jacksoncfm: cfm_run() return ccm instead of packet.
2011-03-23 Ethan Jacksonpackets: Create new compose_packet() function.
2011-03-23 Ethan Jacksoncfm: Move destination address to cfm.h
2011-03-23 Ben Pfaffdatapath: Add compatibility with sk_buff's vlan_tci...
2011-03-23 Justin Pettitofproto: Allow tunnel id to be in decimal or hex for...
2011-03-23 Justin Pettitodp-util: Print tunnel ids in host-order.
2011-03-23 Ethan Jacksongitignore: Added ovs-vlan-bug-workaround and tests
2011-03-23 Ethan Jacksonutilities: Add ovs-vlan-bug-workaround to make distclean
2011-03-22 Ethan Jacksonvswitchd: Properly calculate output port.
2011-03-22 Sajjad Lateefxenserver: Collect /proc/slabinfo in a Server Status...
2011-03-22 Ethan Jacksonvswitchd: Destroy lacp in port_destroy().
2011-03-22 Ethan Jacksonbridge: Memory leak in port_destroy()
2011-03-22 Ben Pfaffbridge: Change bridge's 'ports' member from array to...
2011-03-22 Ben Pfaffbridge: Avoid flushing entire MAC learning table for...
2011-03-22 Ben Pfaffmac-learning: Expose function for expiring a single...
2011-03-22 Ben Pfaffbridge: Use pointer to "struct port", not "port_idx...
2011-03-22 Ben Pfaffmac-learning: Change 'port' member to a union.
2011-03-22 Ben Pfaffmac-learning: Refactor to increase generality.
2011-03-22 Ben Pfaffbridge: Change port's 'ifaces' member from array to...
2011-03-22 Ben Pfaffbridge: Get rid of "port_ifidx" in struct iface. Fix...
2011-03-22 Ben Pfaffbridge: Expire bond slave assignments when their loads...
2011-03-22 Ben Pfaffbridge: Improve name and comments for bond_entry's...
2011-03-22 Ben Pfaffbridge: Change struct port's active_iface member from...
2011-03-22 Ben Pfaffbridge: Get rid of redundant bridge_get_local_iface...
2011-03-22 Ben Pfaffbridge: Drop 'active_iface_tag' from "struct port".
2011-03-22 Ben Pfaffbridge: Don't bother revalidating in combination with...
2011-03-21 Ben Pfaffxenserver: Don't require other-config:disable-in-band...
2011-03-21 Ben Pfafflist: Allow list_front(), list_back() to take 'const...
2011-03-21 Ben Pfafflist: Fix indentation.
2011-03-21 Ben Pfaffbridge: Always delete the correct interfaces in port_de...
2011-03-18 Ben Pfaffofproto: Take responsibility for connectivity fault...
2011-03-18 Ben Pfaffofproto: Specialize ofproto_send_packet() for uses...
2011-03-18 Ben Pfaffcfm: Immediately signal a fault upon receiving an unexp...
2011-03-18 Ben Pfaffbridge: Consistently use miimon status if miimon is...
2011-03-18 Jesse Grossdatapath: Use ipv4_dst_hoplimit() instead of direct...
2011-03-18 Jesse Grossdatapath: Backport ip4_dst_hoplimit() from 2.6.38.
2011-03-18 Ben Pfaffovs-ofctl: Make mod-flows and del-flows commands able...
2011-03-18 Ben Pfaffofp-parse: Generalize parse_ofp_add_flow_file() to...
2011-03-18 Ben Pfaffovs-ofctl: New commands "replace-flows" and "diff-flows".
2011-03-18 Ben Pfaffovs-ofctl: Use ovs_be32 for big-endian variable.
2011-03-18 Ben Pfaffofpbuf: New function ofpbuf_steal_data().
2011-03-18 Ben Pfaffvlog: Add comment describing the purpose of each log...
2011-03-18 Ethan Jacksonlacp: Enable "fast" lacp timing mode.
2011-03-18 Ethan Jacksonlacp: Transmit more judiciously.
2011-03-18 Ethan Jacksonvswitchd: Modularize LACP.
2011-03-17 Ethan Jacksonvswitchd: Update lacp before bonding.
2011-03-17 Ethan Jacksonpackets: Rename LACP portid and sysid to port_id and...
2011-03-17 Ethan Jacksonpackets: create new compose_lacp_pdu() function.
2011-03-17 Ethan Jacksonbridge: Pull monitoring out of bonding logic.
2011-03-16 Ethan Jacksonovs-vsctl: Back out garbage collection changes.
2011-03-16 Ben Pfaffutilities: Fix typo in makefile that caused RPM build...
2011-03-16 Ben Pfaffofproto: Remove controller discovery support.
2011-03-16 Ben Pfaffofproto: Get rid of archaic "switch status" OpenFlow...
2011-03-16 Ben Pfaffofproto: Fix obsolete comments.
2011-03-16 Ben Pfaffofproto: Fix comment on send_packet_in().
2011-03-16 Ben Pfaffofproto: Don't include unneeded header file.
2011-03-16 Ben Pfaffdynamic-string: New function ds_get_preprocessed_line().
2011-03-16 Ben Pfaffofp-util: New function ofputil_decode_flow_stats_reply().
2011-03-16 Ben Pfaffovs-ofctl: Check min flow format support in negotiate_h...
2011-03-16 Ben Pfaffclassifier: Omit all-1-bits mask for VLAN TCI in cls_ru...
2011-03-16 Ben Pfaffofp-print: Consistently print priority only if it is...
2011-03-16 Ben Pfafftests: Fix up interface-reconfigure test and results.
2011-03-16 Ben PfaffSupport vlan_group workaround implemented in XenServer...
2011-03-15 Ethan Jacksonbridge: Create new port_run() function.
2011-03-15 Ethan Jacksonhtb: Set required min-rate to mtu not 1500.
2011-03-15 Ethan Jacksonhfsc: min-rate tweaks.
2011-03-15 Ethan Jacksonqos: Remove min-rate requirement for linux-htb and...
2011-03-15 Andrew Evansreconnect.py: Fix Python 2.4 compatibility break.
2011-03-15 Ethan Jacksonvswitchd: Dump QoS with appctl.
2011-03-14 Ben Pfaffbridge: Downgrade log level of some log messages that...
2011-03-14 Ben Pfaffovsdbmonitor: Fix "make install" race.
2011-03-14 Ben Pfaffdebian: Restart daemons only after upgrade is complete.
2011-03-14 Ben Pfaffdebian: Run tests in parallel too.
2011-03-14 Ben Pfaffxenserver: dbcache should always exist so don't bother...
2011-03-14 Justin Pettitnetdev-vport: Log at ERR level when port won't be created.
2011-03-14 Justin Pettitnetdev-vport: Don't create port when ovs-monitor-ipsec...
2011-03-14 Andrew Evansofproto: Store time since last connect and disconnect...
2011-03-14 Andrew Evansovsdb-server: Report time since last connect and discon...
2011-03-14 Ben Pfaffofp-print: Omit timestamp when printing packets in...
2011-03-14 Jesse Grossdatapath: Check for backported dev_get_by_index_rcu().
2011-03-14 Jesse Grossdatapath: Use compat directory only for backported...
2011-03-13 Justin Pettitsystem-stats: Don't bother calling kill() after read_pi...
next