sliver-openvswitch.git
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-12 Ben Pfaffofproto-dpif: Get rid of effectively unused 'check_spec...
2011-05-12 Ben PfaffImplement basic multiple table support.
2011-05-11 Ben Pfaffofproto: Drop ofproto_rule_lookup().
2011-05-11 Ben PfaffPORTING: Describe usage of ovs_be<N>.
2011-05-11 Ben Pfaffofproto: Fix number of reported tables in OFPT_FEATURES...
2011-05-11 Ben Pfaffofproto: Make rule construction and destruction more...
2011-05-11 Ben Pfaffclassifier: Remove OF1.0 special case from classifier_f...
2011-05-11 Ben Pfaffofproto: Remove unused coverage counters.
2011-05-11 Ben Pfaffofproto: Update some comments.
2011-05-11 Ben Pfaffofproto: Eliminate reference to dpif_upcall from ofproto.
2011-05-11 Ben PfaffRemove unneeded #include directives.
2011-05-11 Ben Pfaffofproto: Better document the ofproto_class interface.
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 Pfaffofproto: Improve abstraction by adding function ofproto...
2011-05-11 Ben Pfaffdpif: Make dp_parse_name() normalize its returned type.
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-11 Jesse Grossdatapath: Pull data into linear area only on demand.
2011-05-11 Justin Pettitxenserver: Fix bugs related to using xe-switch-network...
2011-05-10 Ben Pfaffstream-ssl: Improve messages when configuring SSL if...
2011-05-10 Ben PfaffINSTALL.XenServer: Document Open vSwitch boot process...
2011-05-10 Ben Pfaffovs-vsctl: Issue warning for likely erroneous "get...
2011-05-07 Ethan Jacksonbridge: Don't configure QoS without Queues.
2011-05-06 Ethan Jacksonofproto: Resubmit statistics improperly account during...
2011-05-06 Ethan Jacksonlacp: New "lacp-heartbeat" mode.
2011-05-06 Ethan Jacksonbond: Create new "bond-stable-id".
2011-05-06 Ethan Jacksonbond: Convert stb_id to 32bit parameter.
2011-05-05 Justin Pettitxenserver: Better document scriplet action in RPM spec...
2011-05-05 Justin Pettitxenserver: Use xe-switch-network-stack in RPM spec...
2011-05-04 Ben Pfaffofp-util: Fix validation of OFPAT_SET_VLAN_PCP actions.
2011-05-04 Ben PfaffDESIGN: Move in-band control design discussion here.
2011-05-04 Ben Pfaffofproto: Update ports immediately upon ofproto_port_add...
2011-05-04 Ben Pfaffofproto: Add a pointer to the owning ofproto to struct...
2011-05-04 Ben Pfaffofproto: Initialize ports immediately upon ofproto...
2011-05-04 Ben Pfaffdpif: Better log unusual errors in dpif_port_query_by_n...
2011-05-04 Ben Pfaffhmapx: New data structure.
2011-05-04 Ben Pfaffbond: New function bond_slave_set_netdev().
2011-05-04 Ben Pfaffofproto: Add 'name' field to struct ofproto and use...
2011-05-04 Ben Pfaffofproto: Rename ofproto_iface_*() functions to ofproto_...
2011-05-04 Ben Pfaffofproto: Move private definitions to separate header.
2011-05-04 Ben Pfaffbridge: Reorder configuration.
2011-05-04 Ben Pfaffdpif: New function dpif_normalize_type().
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 PfaffConvert remaining network-byte-order "uint<N>_t"s into...
2011-05-04 Ben Pfaffofproto: Maintain ofp_phy_port for each ofport in netwo...
2011-05-04 Ben Pfaffofproto: Group struct cfm forward declaration with...
2011-05-04 Ben Pfaffofproto: Make ofproto_send_packet() static.
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-tcpundump: Document that ovs-appctl sends ofproto...
2011-05-04 Ben Pfaffxenserver: Don't remove network.dbcache on uninstall.
2011-05-04 Ben Pfaffovs-brcompatd: Document bug.
2011-05-03 Ben Pfaffxenserver: Use .../extra not .../kernel/extra for kerne...
2011-05-02 Ethan Jacksonvswitchd: Update schema version number.
2011-05-02 Ben Pfaffovs-dpctl: Add -s option to print packet and byte counters.
2011-05-02 Ben Pfaffnetdev-linux: New functions for converting netdev stats...
2011-05-01 Andrew Evanstunneling: Add DF inherit and default flags to set...
2011-04-30 Andrew Evanstunneling: Add df_default and df_inherit tunnel options.
2011-04-29 Ethan Jacksondpif-linux: Recycle leaked ports.
2011-04-29 Ethan Jacksondatapath: Remove dead code in queue_control_packets().
2011-04-29 Ben Pfaffdatapath: Drop parameters from execute_actions().
2011-04-29 Ben Pfaffdatapath: Make every packet passing through the datapat...
2011-04-29 Ben Pfaffdatapath: Avoid freeing wild pointer in corner case.
2011-04-29 Ben Pfaffdatapath: No need to zero cb anymore in odp_packet_cmd_...
2011-04-27 Justin Pettitovs-monitor-ipsec: Allow IKE fragmentation
2011-04-28 Andrew Evansdatapath: Make git ignore linux-2.6/vlan.c.
2011-04-27 Jesse Grossdatapath: Backport DIV_ROUND_UP.
2011-04-27 Ethan Jacksonlacp: Allow configurable aggregation keys.
2011-04-27 Ethan Jacksonlacp: New other_config setting "lacp-force-aggregatable".
2011-04-27 Ethan Jacksonofproto: Remove unused variable.
2011-04-27 Ethan Jacksonconnmgr: Remove unused variable.
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 PfaffRemove support for obsolete "tun_id_from_cookie" extension.
2011-04-26 Ben Pfaffmac-learning: Avoid unnecessary call to free().
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-26 Ben Pfaffovs-controller: Honor --wildcard option.
2011-04-21 Ben Pfafftests: Add ovs-openflowd to programs that need valgrind...
2011-04-21 Ben Pfaffbridge: Remove slaves from the bond before closing...
2011-04-21 Ben Pfaffbond: Be more careful about adding and removing netdevs...
2011-04-21 Ben Pfaffofproto: Adjust netdev_monitor when switching netdevs.
2011-04-21 Ben Pfaffbridge: Tolerate missing Port and Interface records...
2011-04-21 Ben Pfaffofproto: Rework and fix bugs in port change detection.
2011-04-21 Ben Pfaffofproto: Consistently use netdev's name instead of...
2011-04-21 Ben Pfaffsocket-util: Use portable solution for setting Unix...
2011-04-21 Ethan Jacksonbond: BM_STABLE consistent hashing.
2011-04-21 Ethan Jacksonbond: New flag "bond_revalidate".
2011-04-21 Ben PfaffINSTALL.Linux: Mention that SSL options require buildin...
2011-04-20 Ethan Jacksonbond: Revalidate no_slaves_tag when revalidating everyt...
next