sliver-openvswitch.git
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...
2011-03-13 Justin Pettitnetdev-vport: Warn on IPsec tunnels when ovs-monitor...
2011-03-11 Andrew Evansxenserver: Don't touch /etc/xensource/network.conf...
2011-03-10 Justin Pettitnetdev-vport: Don't warn when a tunnel key is set.
2011-03-10 Ethan Jacksonovsdb: Fix uninitialized data;.
2011-03-10 Ben Pfaffvswitchd: Regenerate schema diagram.
2011-03-10 Jesse Grosstunneling: Rely on protocol handles to parse ToS.
2011-03-10 Ben Pfafftable: Fix typo in manpage.
2011-03-10 Ben Pfaffovsdb: Implement garbage collection.
2011-03-10 Ben Pfaffovsdb: Don't count self-references in ovsdb_row's n_ref...
2011-03-10 Ben Pfaffovsdb: Provide a way for for_each_txn_row() callback...
2011-03-10 Ben Pfaffovsdb-data: Expose guts of ovsdb_symbol_table() to...
2011-03-10 Ben Pfaffovsdb-data: Rename 'used' to 'created' in struct ovsdb_...
2011-03-10 Ben Pfaffovs-vsctl: Remove stray \ from end of manpage.
2011-03-10 Ben Pfaffovs-vsctl: Update list of tables in manpage.
2011-03-10 Ben Pfaffovs-vsctl: Check for uncreated symbols earlier.
2011-03-10 Ben Pfaffovsdb: Improve error message for duplicate uuid-name.
2011-03-10 Ben Pfaffovsdb: Improve error reporting for some internal errors.
2011-03-10 Ben Pfaffovsdb-data: Verify that named-uuid string is an <id>.
2011-03-10 Ben Pfaffovsdb-idlc: Initialize refType in IDL reference columns...
2011-03-10 Ben Pfaffpython/ovs/ovsuuid: Fix behavior of UUID.from_json...
2011-03-10 Andrew Evansreconnect: Rename CONNECT_IN_PROGRESS state to CONNECTI...
2011-03-10 Ethan Jacksonxenserver: Delete Bridge when creating vlan.
2011-03-10 Ethan Jacksonreconnect: Fix printf() format warning.
2011-03-10 Andrew Evansreconnect: Track last-disconnected time.
2011-03-10 Jesse Grossdatapath: Enable vlan offload on internal devices.
2011-03-10 Ben Pfaffovs-ofctl: Make add-flows command read from stdin if...
2011-03-09 Justin Pettitxenserver: Remove other_config option for setting contr...
2011-03-09 Ethan Jacksonutilities: Improve ovs-vlan-test man page.
2011-03-09 Andrew Evansovsdb: Change the way connection duration time is repor...
2011-03-09 Andrew Evansofproto: Report time connected or disconnected, not...
2011-03-09 Ben Pfaffdatapath: Avoid random tun_id in odp_packet_cmd_execute().
2011-03-08 Andrew Evansvswitch: Fix typos in schema documentation.
2011-03-04 Ben Pfaffnetdev-port: Fix invalid memory access in netdev_vport_...
2011-03-04 Jesse Grosstunneling: Don't leak dst on vlan tagging failure.
2011-03-04 Ben Pfaffovs-dpctl: Support more than one option for "add-if...
2011-03-04 Ethan Jacksonvswitchd: Initialize configuration on active-backup...
2011-03-04 Ethan Jacksonofproto: facet_execute() stats changes.
2011-03-04 Ethan Jacksonofproto: Update facet stats when used time increases.
2011-03-03 Jesse Grossdatapath: Add backport for USHRT_MAX.
2011-03-03 Jesse Grossdatapath: Drop BUG_ON when checksumming and copying.
2011-03-03 Jesse Grossflow: Make IPv6 userspace code match kernel.
2011-03-03 Jesse Grossdatapath: Update IPv6 parsing code for kernel style.
2011-03-03 Jesse Grossdatapath: Allow jumbograms through IPv6 parsing.
2011-03-03 Jesse Grossdatapath: Check packet len does not exceed attribute...
2011-03-03 Jesse Grossdatapath: Record upcall errors as lost packets.
2011-03-02 Jesse Grossflow: Avoid assertion failure on invalid IPv6 packet.
2011-03-02 Ben Pfaffdatapath: Remove unneeded modify_vlan_tci() parameters.
next