nx-match: Update register check functions.
[sliver-openvswitch.git] / vswitchd /
2011-08-09 Sanjay SaneOption to forward BPDU (Ethernet control class) frames
2011-08-08 Ben Pfaffnetdev: Get rid of struct netdev_options and netdev_ope...
2011-08-08 Ben Pfaffnetdev: Decouple creating and configuring network devices.
2011-08-08 Ben Pfaffnetdev: Clean up and refactor packet receive interface.
2011-08-08 Ben Pfaffbridge: Add port to datapath before trying to retrieve...
2011-08-08 Ben PfaffDocument and warn that mirroring to a VLAN is incompati...
2011-08-08 Ben PfaffDocument that mirroring to a GRE tunnel works and is...
2011-08-04 Justin Pettitutil: Introduce get_program_version function.
2011-07-28 Simon Hormanofproto-dpif: Allow setting of flow eviction threshold
2011-07-28 Ben PfaffRemove spurious blank line.
2011-07-26 Ben Pfaffvswitchd: Prevent multiple ovs-vswitchd processes from...
2011-07-26 Ben Pfaffovsdb: Implement a "lock" feature in the database protocol.
2011-07-26 Ben Pfaffovsdb: Report the number of connections for inbound...
2011-07-26 Ben Pfaffovs-vswitchd: Make database socket command-line argumen...
2011-07-22 Ben PfaffINTERNALS: Describe SLB bonding.
2011-07-20 Ben Pfaffbridge: Log a warning when QoS misconfiguration is...
2011-07-18 Ben Pfaffofproto-dpif: Do not mirror L2 multicast switch protoco...
2011-07-01 Andrew Evansbridge: Update controller connection status correctly.
2011-07-01 Ben Pfaffbridge: Fix null pointer dereference.
2011-06-28 Andrew Evansbridge: Populate interface status/statistics as soon...
2011-06-22 Andrew Evansvswitch.xml: Use new <ref key> attribute where appropriate.
2011-06-21 Ben Pfaffbridge: Enable system stats only if turned on in the...
2011-06-21 Ben Pfaffovsdb-doc: Add support for references to specific keys.
2011-06-21 Ethan Jacksonschema: Update schema version due to xenserver changes.
2011-06-20 Ben Pfaffvswitchd: Install vswitch.ovsschema to $(pkgdatadir).
2011-06-17 Ben Pfaffbridge: Avoid duplicate logging when netdev_get_etherad...
2011-06-08 Ben Pfaffovs-brcompatd: Fix uninitialized br_vlan variable in...
2011-06-08 Ben Pfaffovs-brcompatd: Run ovs-vsctl instead of accessing datab...
2011-06-08 Ben Pfaffovs-brcompatd: Properly fix race between device destruc...
2011-06-08 Ben Pfaffovs-brcompatd: Remove --prune-timeout option.
2011-06-08 Ben Pfaffovs-brcompatd: Use rtnetlink_link_notifier instead...
2011-06-08 Ben Pfaffprocess: Let process_run_capture() caller set maximum...
2011-06-07 Ben Pfaffbridge: Fix memory leak in port_configure().
2011-06-07 Ben Pfaffsignals: New function signal_unregister().
2011-06-07 Ben Pfaffovs-openflowd: Rename test-openflowd and move to "tests...
2011-06-06 Ben Pfaffvswitchd: Add unique indexes for some columns.
2011-05-26 Ben Pfaffbridge: Avoid "cast increases required alignment of...
2011-05-25 Ethan Jacksonbridge: Interface may be configured with incorrect...
2011-05-24 Ethan Jacksoncfm: Require 'name' field for 'cfm' objects.
2011-05-24 Ben Pfaffovsdb: Annotate E-R diagram with number of allowed...
2011-05-23 Ethan Jacksonbond: Always use L4 hash for stable bonds.
2011-05-23 Ben PfaffAvoid sparse error or warning for sizeof(_Bool).
2011-05-20 Ethan Jacksonbond: Use CFM for slave status.
2011-05-20 Ethan Jacksoncfm: Cleanup CFM module interface.
2011-05-20 Ethan Jacksoncfm: Remove Maintenance_Point and Monitor tables.
2011-05-20 Ethan Jacksoncfm: No longer allow configuration of ma_name and md_name.
2011-05-20 Ethan Jacksoncfm: Migrate cfm/show unixctl command to CFM module.
2011-05-20 Ethan Jacksonnetdev: Take responsibility for polling MII registers.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-18 Ben Pfaffbridge: Fill in ofport column of Interface records.
2011-05-16 Ben PfaffConsistently write null pointer constants as NULL inste...
2011-05-16 Ben Pfaffbridge: Avoid double-free of bond fake ifaces.
2011-05-13 Ben Pfaffbridge: Fix uninitialized bond_stable_ids in port_confi...
2011-05-12 Ben Pfaffbridge: Keep default Ethernet address stable between...
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-11 Ben PfaffRemove unneeded #include directives.
2011-05-11 Ben Pfaffofproto: Break apart into generic and hardware-specific...
2011-05-11 Ben Pfaffofproto: Complete abstraction by adding enumeration...
2011-05-11 Ben Pfaffofproto: Improve abstraction by using OpenFlow port...
2011-05-11 Ben Pfaffdpif: Improve abstraction by making 'run' and 'wait...
2011-05-11 Ben Pfaffbridge: Move packet processing functionality into ofproto.
2011-05-10 Ben Pfaffstream-ssl: Improve messages when configuring SSL if...
2011-05-07 Ethan Jacksonbridge: Don't configure QoS without Queues.
2011-05-06 Ethan Jacksonlacp: New "lacp-heartbeat" mode.
2011-05-06 Ethan Jacksonbond: Create new "bond-stable-id".
2011-05-04 Ben Pfaffofproto: Rename ofproto_iface_*() functions to ofproto_...
2011-05-04 Ben Pfaffbridge: Reorder configuration.
2011-05-04 Ben Pfaffbridge: Factor code out of bridge_reconfigure().
2011-05-04 Ben Pfaffbridge: Get rid of bridge_get_all_ifaces(), bridge_fetc...
2011-05-04 Ben Pfaffbridge: Change all_bridges from list to hmap (indexed...
2011-05-04 Ben Pfaffbridge: Eliminate direct dependencies on dpif.
2011-05-04 Ben Pfaffbridge: Change 'iface_by_name' from shash to hmap.
2011-05-04 Ben Pfaffbridge: Use bridge name, instead of dpif name, in log...
2011-05-04 Ben Pfaffbridge: Inline iterate_and_prune_ifaces() and remove it.
2011-05-04 Ben Pfaffbridge: Avoid extra iteration through all "struct iface"s.
2011-05-04 Ben Pfaffovs-brcompatd: Document bug.
2011-05-02 Ethan Jacksonvswitchd: Update schema version number.
2011-04-30 Andrew Evanstunneling: Add df_default and df_inherit tunnel options.
2011-04-27 Ethan Jacksonlacp: Allow configurable aggregation keys.
2011-04-27 Ethan Jacksonlacp: New other_config setting "lacp-force-aggregatable".
2011-04-26 Andrew Evansvswitch.xml: s/switchs/switches/g
2011-04-26 Ethan Jacksonbond: New bond-hash-basis setting.
2011-04-26 Ethan Jacksonbridge: Create new "null" interface type.
2011-04-26 Ben Pfaffmac-learning: Change mac_learning_set_flood_vlans(...
2011-04-26 Ben Pfaffvlan-bitmap: New data structure.
2011-04-26 Ben Pfaffbridge: Move logic for flushing flows and standalone...
2011-04-21 Ben Pfaffbridge: Remove slaves from the bond before closing...
2011-04-21 Ben Pfaffbridge: Tolerate missing Port and Interface records...
2011-04-20 Ben Pfaffbridge: Avoid memory leak from RSPAN mirrors in bridge_...
2011-04-19 Ethan Jacksonlacp: Implement custom timing mode.
2011-04-19 Ethan Jacksonbridge: LACP port ID and system ID in database.
2011-04-19 Ethan Jacksonlacp: New "strict" lacp mode.
2011-04-19 Ben Pfaffbridge: Fix VLAN selection mirroring logic.
2011-04-19 Ben Pfaffbridge: Reintroduce log message that was lost (and...
2011-04-19 Ben Pfaffbridge: Initialize mirrors' uuid member.
2011-04-18 Ethan Jacksonbridge: Report lacp_slave_is_current() in the database.
2011-04-18 Ethan Jacksonbridge: Generalize CFM rate limiter.
2011-04-18 Ben Pfaffbridge: Properly test for out-of-range values.
2011-04-15 Ethan Jacksonbridge: Destroy bond when port is destroyed.
2011-04-15 Ethan Jacksonbond: Completely pull LACP module out of bond.
next