sliver-openvswitch.git
2011-10-22 Justin PettitVarious bug fixes and cleanups to STP library.
2011-10-22 Justin PettitAdd back 802.1D Spanning Tree Protocol (STP) library...
2011-10-22 Justin Pettitpackets.h: Fix STP destination MAC address.
2011-10-22 Justin Pettitofproto: Fix comment describing ofport_modified().
2011-10-22 Justin Pettitovs-vsctl: Fix small formatting error in man page.
2011-10-22 Justin Pettitofproto-dpif: Update bundle when OFPPC_NO_FLOOD changed.
2011-10-21 Ben Pfaffdatapath: Use kfree_skb() only on error paths.
2011-10-21 Jesse Grossdatapath: Fix uninitialized variable warning.
2011-10-21 Ben Pfaffvport-capwap: Fix use-after-free on error path.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-21 Pravin B Shelardatapath: Refactor actions in terms of match fields.
2011-10-21 Pravin B Shelardatapath: Update supported kernel check.
2011-10-21 Pravin B Shelartunnel: Handle hh_cache access for Linux kernel 3.1
2011-10-21 Pravin B Shelartunnel: hh_cache access cleanup
2011-10-19 Ben Pfaffofproto-dpif: Increase recursion limit.
2011-10-19 Ben Pfafftest-lockfile: Provide better diagnostics on failure.
2011-10-18 Ben Pfaffofp-util: Avoid misaligned memory access in ofputil_enc...
2011-10-18 Ben Pfaffofp-parse: Validate range of table, priority, and timeo...
2011-10-18 Ben Pfaffvlog: Skip reopening a log file if it would have no...
2011-10-18 Ben Pfaffofproto-dpif: Make OFPAT_ENQUEUE to input port do nothing.
2011-10-18 Ben Pfafflearn: Correct example in nicira-ext.h and add examples...
2011-10-18 Ben Pfafflearn: Check learn actions after parsing in learn_parse().
2011-10-18 Ben Pfafflearn: Allow read-only fields to be matched.
2011-10-18 Ben Pfaffnx-match: Improve log message for errors parsing NX...
2011-10-18 Ben Pfaffovsdb: Remove dead Python-related code.
2011-10-18 Ben Pfaffdatapath: Fix tunnel reconfiguration that does not...
2011-10-18 Ben Pfaffdatapath: Reject attempts to change vport type with...
2011-10-18 Pravin B Shelarofproto-dpif: Fix in-band action for sFlow.
2011-10-18 Ben Pfafftypes: Fix endianness check.
2011-10-18 Jesse Grossdatapath: Assert IFF_TX_SKB_SHARING on internal devices.
2011-10-18 Jesse Grossdatapath: Add version check for struct netdev_ops.
2011-10-18 Ben Pfaffbridge: Allow specially named "unix:" controllers.
2011-10-17 Ethan Jacksonvswitchd: New column "link_resets".
2011-10-17 Ethan Jacksonnetdev-linux: Maintain carrier flag constantly.
2011-10-17 Ethan Jacksonvswitchd: Update link_state instantly.
2011-10-17 Ethan Jacksonvswitchd: Cleanup rate limited DB writes.
2011-10-17 Ethan Jacksonvswitchd: Remove iface_get_carrier().
2011-10-17 Ethan Jacksonrtnetlink-link: Expose carrier changes.
2011-10-17 Ben Pfaffbond: Demote active-backup WARN to DBG.
2011-10-17 Ben Pfaffbridge: Forbid '/' in bridge names to prevent arbitrary...
2011-10-17 Ben Pfaffdatapath: Simplify tnl_find_port().
2011-10-17 Ben Pfaffdatapath: Avoid confusing tunnels that have different...
2011-10-17 Ben Pfaffdatapath: Factor out repeated tnl_vport_to_vport()...
2011-10-14 Ben Pfaffofproto-dpif: Batch interacting with the dpif on flow...
2011-10-14 Ben Pfaffofproto-dpif: Separate facet creation and action transl...
2011-10-14 Ben Pfaffofproto-dpif: Factor controller optimization out of...
2011-10-14 Ben Pfaffofproto-dpif: Break send_packet_in() into two separate...
2011-10-14 Ben Pfaffdpif: New function dpif_operate() and dpif-linux implem...
2011-10-14 Ben Pfaffnetlink-socket: New function nl_sock_transact_multiple().
2011-10-14 Ben Pfaffsocket-util: New function get_socket_rcvbuf().
2011-10-14 Ben Pfaffdpif-linux: Only ask datapath to echo back results...
2011-10-14 Ben Pfaffofproto-dpif: Move DHCP in-band control special case...
2011-10-14 Ben Pfaffnetlink: New macros for the sizes of Netlink attributes.
2011-10-14 Ben Pfaffnetlink: New functions for putting attributes at the...
2011-10-14 Ben Pfaffofproto-dpif: Revalidate tagged packets, too, in facet_...
2011-10-14 Ben Pfaffofproto-dpif: Properly re-translate uninstallable facet...
2011-10-14 Ben Pfaffdpif-linux: Fix build with certain 64-bit kernel/usersp...
2011-10-13 Ben PfaffFix broken build in XenServer DDK 5.6.100-39265p.
2011-10-13 Ben Pfaffofproto-dpif: Avoid bad pointer dereference in execute_...
2011-10-12 Ben Pfaffdatapath-protocol: Rename to <linux/openvswitch.h>.
2011-10-12 Ben Pfaffdatapath-protocol: Use Linux kernel types directly.
2011-10-12 Ben Pfaffdatapath-protocol: Rename enums for consistency.
2011-10-12 Ben Pfaffdatapath-protocol: Remove socket header #include.
2011-10-12 Ben Pfaffdatapath-protocol: Remove #include <linux/netlink.h>.
2011-10-12 Ben Pfaffdatapath: Require explicit upcall_pid for new datapaths...
2011-10-12 Ben Pfaffdatapath: Move Netlink PID for userspace actions from...
2011-10-12 Ben Pfaffdpif-linux: Avoid unaligned accesses to vport stats...
2011-10-12 Ben Pfaffdpif-linux: Use get_32aligned_u64() in an appropriate...
2011-10-12 Ben Pfaffvswitch.xml: Correct CAPWAP minimum Linux kernel version.
2011-10-12 Justin Pettitovs-vsctl: Update man page description of controller...
2011-10-12 Justin Pettitovs-vsctl: Print warning for invalid controller and...
2011-10-12 Ben Pfaffovs.db.types: Consistently use commas in formatting...
2011-10-12 Ben Pfaffvswitchd: Document constraints on keys.
2011-10-12 Ben Pfaffmeta-flow: Fix mf_get_value() retrieval of register...
2011-10-11 Ethan Jacksoncfm: New 'cfm_opstate' setting.
2011-10-11 Ethan Jacksoncfm: Show extended mode in cfm/show appctl command.
2011-10-11 Ethan Jacksonvswitch.xml: Annotate 'false' keyword in CFM documentation.
2011-10-11 Ben Pfaffdpif-netdev: Implement OVS_ACTION_ATTR_SAMPLE action.
2011-10-11 Ben Pfaffdpif-netdev: Simplify code by removing dpif_netdev_vali...
2011-10-11 Ben Pfaffnetlink: New macros NL_NESTED_FOR_EACH, NL_NESTED_FOR_E...
2011-10-11 Ben Pfaffopenflow: Delete icmp_type and icmp_code macros.
2011-10-10 Ben Pfaffovs-bugtool: Add -s to "ovs-dpctl show" command, to...
2011-10-10 Ben Pfaffcfm: Send properly formatted CCMs.
2011-10-08 Ben Pfaffdpif-linux: Don't reset kernel upcall_pids unintentionally.
2011-10-07 Ben Pfaffvswitch.ovsschema: Mark more CFM columns ephemeral.
2011-10-07 Pravin B Shelardatapath: Remove RT kernel support.
2011-10-07 Pravin B Shelardatapath: Fix recv path for CONFIG_PREEMPT_RCU.
2011-10-06 Ben Pfaffovs-monitor-ipsec: Fix use_ssl_cert option implementation.
2011-10-06 Pravin B Shelardatapath: Strip down vport interface - ifIndex.
2011-10-06 Ethan Jacksondebian: ovs-monitor-ipsec requires root_prefix option.
2011-10-05 Ethan Jacksondebian: Make ovs-monitor-ipsec executable.
2011-10-05 Ethan Jacksondebian: Fully convert ovs-monitor-ipsec to vlog.
2011-10-05 Ethan Jacksondebian: ovs-monitor-ipsec has a stale init script.
2011-10-05 Ethan Jacksonxenserver: ovs-xapi-sync should create a log file.
2011-10-05 Ben Pfaffdebian: Package the installed Python files, not those...
2011-10-05 Ben Pfaffdpif: Avoid use of "struct ovs_dp_stats" in platform...
2011-10-05 Ben Pfaffodp-util: Use nl_parse_nested() to simplify format_odp_...
2011-10-05 Justin Pettitbridge: Fix comment describing iface_refresh_cfm_stats().
2011-10-05 Pravin B Shelardatapath: Fix tunnel hashing.
2011-10-04 Justin Pettitnicira-ext: Fix build problems on 64-bit systems.
next