vswitchd: Make the MAC entry aging time configurable.
[sliver-openvswitch.git] / vswitchd / bridge.c
2012-01-24 Ben Pfaffvswitchd: Make the MAC entry aging time configurable. vlan-maint
2012-01-03 Ben Pfaffbridge: Add flow in reconfiguring only after flow trans...
2011-11-21 Ben Pfaffbond: Only drop packets that indicate moves on SLB...
2011-07-28 Ben Pfaffofproto-dpif: Do not mirror L2 multicast switch protoco...
2011-07-13 Ethan Jacksonbond: Drop packets on backup slaves.
2011-06-21 Ben Pfaffbridge: Enable system stats only if turned on in the...
2011-05-17 Ethan Jacksonbridge: Memory leak in port_destroy()
2011-03-16 Ben Pfaffofproto: Remove controller discovery support.
2011-03-15 Ethan Jacksonbridge: Create new port_run() function.
2011-03-15 Ethan Jacksonvswitchd: Dump QoS with appctl.
2011-03-14 Ben Pfaffbridge: Downgrade log level of some log messages that...
2011-03-04 Ethan Jacksonvswitchd: Initialize configuration on active-backup...
2011-02-25 Ethan Jacksonofproto: Change account_cb to use uint64_t.
2011-02-23 Ben Pfaffbridge: Ethernet address is 6 bytes, not 4 or 8.
2011-02-18 Andrew Evansovsdb: Remove 'managers' column from 'Open vSwitch...
2011-02-11 Ben PfaffRemove /proc/net compatibility support.
2011-02-11 Ethan Jacksonvswitchd: Fix broken load rebalancing with balance...
2011-02-07 Ethan Jacksonvswitchd: Incoming LACP packets should un-default links.
2011-02-07 Ethan Jacksonvswitchd: LACP attached status flapped.
2011-02-07 Ethan Jacksonvswitchd: Process special packets more aggressively.
2011-02-07 Ben Pfaffovs-vswitchd: Complete daemonization only after initial...
2011-02-07 Ethan Jacksonvswitchd: LACP switch lacp_status to bit mask.
2011-02-07 Ethan Jacksonvswitchd: Instrument lacp_update_ifaces().
2011-02-07 Ethan Jacksonvswitchd: Fix format of LACP appctl output.
2011-02-07 Ethan Jacksonvswitchd: Tweak LACP values.
2011-02-07 Ethan Jacksonvswitchd: Reset LACP partner when set off.
2011-02-04 Ben Pfaffvswitchd: Deconfigure CFM when not configured.
2011-02-04 Ben Pfaffdatapath: Consider tunnels to have no MTU, fixing jumbo...
2011-02-03 Ethan Jacksonvswitchd: Implement balance-tcp bonding.
2011-02-03 Ethan Jacksonvswitchd: Implement Link Aggregation Control Protocol.
2011-02-03 Ethan Jacksonvswitchd: Cache interface carrier when bonding.
2011-02-03 Ethan Jacksonbridge: Cache bridge Ethernet address in struct bridge.
2011-02-03 Ethan Jacksonpackets: Add eth_addr_compare_3way function.
2011-01-28 Ben Pfaffdatapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming...
2011-01-28 Ben Pfaffdpif: Remove dpif_get_all_names().
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_port" from client-visible...
2011-01-28 Ben Pfaffnetdev: Make netdev arguments fetchable, and implement...
2011-01-28 Ben Pfaffdatapath: Change listing ports to use an iterator concept.
2011-01-26 Ben Pfaffvswitchd: Initialize SSL keys before making SSL connect...
2011-01-25 Andrew Evansbridge: Check for null ofproto_controller_info pointer.
2011-01-24 Andrew Evansbridge: Add controller status to Controller table.
2011-01-19 Andrew Evansbridge: Store status of physical network interfaces...
2011-01-19 Ethan Jacksonvswitchd: Display miimon interval.
2011-01-12 Ethan Jacksonvswitchd: Add miimon support.
2011-01-12 Ethan Jacksonvswitchd: Rename bond_mode configuration.
2011-01-11 Ethan Jacksonbridge: Move tunnel_egress_iface to status column.
2011-01-07 Ethan Jacksonvswitchd: Active backup bonding.
2011-01-07 Ethan Jacksonvswitchd: Fix segmentation fault with bonded ports.
2011-01-07 Ethan Jacksonvswitchd: Whitespace fixups.
2011-01-04 Ethan Jacksonlib: Show tunnel egress interface in ovsdb
2010-12-28 Justin Pettitvswitch: Remove unnecessary iface_get_options function
2010-12-13 Ben Pfaffovs-vswitchd: Release most memory on normal exit.
2010-12-13 Ben Pfaffvswitchd: Delete DP_MAX_PORTS.
2010-12-13 Ben Pfaffvswitchd: Fix dependency on DP_MAX_PORTS for allocating...
2010-12-13 Ben Pfaffbridge: Eliminate bond_rebalance_port() dependency...
2010-12-13 Jesse Grossvswitchd: Consistently use size_t for action lengths.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-12-06 Ethan Jacksonvswitchd: Incorporate vlan into bond hash.
2010-12-06 Ethan Jacksonvswitchd: Remove bond/migrate MAC argument.
2010-12-06 Ethan Jacksonvswitchd: Correct indentation in bridge.
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-11-30 Ben Pfaffcoverage: Make the coverage counters catalog program...
2010-11-30 Ben PfaffMake installation directories overridable at runtime.
2010-11-29 Ethan Jacksonovs: Implement 802.1ag Connectivity Fault Management
2010-11-23 Ben Pfaffnx-match: Implement support for arbitrary VLAN TCI...
2010-11-16 Ben Pfaffovsdb-idl: Make selecting tables and columns to replica...
2010-11-15 Ben Pfaffvswitch: Add other-config:in-band-queue to set queue...
2010-11-11 Ben Pfaffofproto: Disable timeouts for flows added by ofproto_ad...
2010-11-08 Ben Pfaffofproto: Change ofproto_add_flow(), ofproto_delete_flow...
2010-11-05 Ben PfaffAdd "Manager" and "manager_options" to allow options...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-29 Ben Pfaffxtoxll: Rename "byte-order" since it now include more...
2010-10-28 Jesse Grossnetdev: Fix carrier status for down interfaces.
2010-10-22 Ben Pfaffvswitchd: Reset ofport columns of invalid interfaces...
2010-10-21 Justin Pettitbridge: Log port destruction
2010-10-19 Justin Pettitovs-vswitchd: Add ability to disable in-band on a bridge
2010-10-18 Ben Pfaffdatapath: Simplify ODPAT_SET_DL_TCI action.
2010-10-14 Ethan Jacksonvswitchd: Bubble no-flood configuration up to bridge
2010-10-11 Ben Pfaffdatapath: Combine dl_vlan and dl_vlan_pcp.
2010-10-11 Ben Pfaffflow: Get rid of flow_t typedef.
2010-10-11 Ben Pfaffofproto: Get rid of port_changed_cb.
2010-10-11 Ben Pfaffvswitchd: Better tolerate changes in datapath ports.
2010-10-11 Ben Pfaffvswitchd: Only try to open netdev once.
2010-10-11 Ben Pfaffvswitchd: Support changing the type of a bridge port.
2010-10-11 Ben Pfaffvswitchd: Make type of interface easier to determine.
2010-10-11 Ben Pfaffvswitchd: Create all interfaces at the same time.
2010-10-11 Ben Pfaffvswitchd: Break set_up_iface() into two different funct...
2010-10-11 Ben Pfaffvswitchd: Drop redundant 'iface_cfg' parameter to set_u...
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
2010-10-01 Ben Pfaffbridge: Use hash table instead of sparse array for...
2010-09-24 Justin Pettitvswitch: Disable header-caching when IPsec is enabled
2010-09-23 Ben Pfaffvswitchd: Rename IFACE_STATS_INTERVAL, iface_stats_timer.
2010-09-23 Ben Pfaffovs-vswitchd: Export system stats through Open_vSwitch...
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-26 Ben Pfaffvswitchd: Fix 100% CPU usage with bonds and --fake...
2010-08-26 Ben Pfaffvswitchd: Fix "updelay" configuration for bonds.
2010-08-11 Ben Pfaffbridge: Don't pay attention to columns that vswitchd...
2010-08-07 Ben Pfaffofproto: Add support for remote "service controllers".
2010-08-06 Ben Pfaffvswitchd: Only re-learn from flows that output to OFPP_...
next