aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-17bridge: Forbid '/' in bridge names to prevent arbitrary directory access.Ben Pfaff
2011-10-17datapath: Simplify tnl_find_port().Ben Pfaff
2011-10-17datapath: Avoid confusing tunnels that have different types.Ben Pfaff
2011-10-17datapath: Factor out repeated tnl_vport_to_vport() calls.Ben Pfaff
2011-10-14ofproto-dpif: Batch interacting with the dpif on flow miss operations.Ben Pfaff
2011-10-14ofproto-dpif: Separate facet creation and action translation.Ben Pfaff
2011-10-14ofproto-dpif: Factor controller optimization out of execute_odp_actions().Ben Pfaff
2011-10-14ofproto-dpif: Break send_packet_in() into two separate functions.Ben Pfaff
2011-10-14dpif: New function dpif_operate() and dpif-linux implementation.Ben Pfaff
2011-10-14netlink-socket: New function nl_sock_transact_multiple().Ben Pfaff
2011-10-14socket-util: New function get_socket_rcvbuf().Ben Pfaff
2011-10-14dpif-linux: Only ask datapath to echo back results when they will be used.Ben Pfaff
2011-10-14ofproto-dpif: Move DHCP in-band control special case into xlate_actions().Ben Pfaff
2011-10-14netlink: New macros for the sizes of Netlink attributes.Ben Pfaff
2011-10-14netlink: New functions for putting attributes at the beginning of a buffer.Ben Pfaff
2011-10-14ofproto-dpif: Revalidate tagged packets, too, in facet_lookup_valid().Ben Pfaff
2011-10-14ofproto-dpif: Properly re-translate uninstallable facets in rule_execute().Ben Pfaff
2011-10-14dpif-linux: Fix build with certain 64-bit kernel/userspace combinations.Ben Pfaff
2011-10-13Fix broken build in XenServer DDK 5.6.100-39265p.Ben Pfaff
2011-10-13ofproto-dpif: Avoid bad pointer dereference in execute_odp_actions().Ben Pfaff
2011-10-12datapath-protocol: Rename to <linux/openvswitch.h>.Ben Pfaff
2011-10-12datapath-protocol: Use Linux kernel types directly.Ben Pfaff
2011-10-12datapath-protocol: Rename enums for consistency.Ben Pfaff
2011-10-12datapath-protocol: Remove socket header #include.Ben Pfaff
2011-10-12datapath-protocol: Remove #include <linux/netlink.h>.Ben Pfaff
2011-10-12datapath: Require explicit upcall_pid for new datapaths and vports.Ben Pfaff
2011-10-12datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff
2011-10-12dpif-linux: Avoid unaligned accesses to vport stats sent by the datapath.Ben Pfaff
2011-10-12dpif-linux: Use get_32aligned_u64() in an appropriate place.Ben Pfaff
2011-10-12vswitch.xml: Correct CAPWAP minimum Linux kernel version.Ben Pfaff
2011-10-12ovs-vsctl: Update man page description of controller support.Justin Pettit
2011-10-12ovs-vsctl: Print warning for invalid controller and manager targets.Justin Pettit
2011-10-12ovs.db.types: Consistently use commas in formatting large numbers.Ben Pfaff
2011-10-12vswitchd: Document constraints on keys.Ben Pfaff
2011-10-11meta-flow: Fix mf_get_value() retrieval of register values.Ben Pfaff
2011-10-11cfm: New 'cfm_opstate' setting.Ethan Jackson
2011-10-11cfm: Show extended mode in cfm/show appctl command.Ethan Jackson
2011-10-11vswitch.xml: Annotate 'false' keyword in CFM documentation.Ethan Jackson
2011-10-11dpif-netdev: Implement OVS_ACTION_ATTR_SAMPLE action.Ben Pfaff
2011-10-11dpif-netdev: Simplify code by removing dpif_netdev_validate_actions().Ben Pfaff
2011-10-11netlink: New macros NL_NESTED_FOR_EACH, NL_NESTED_FOR_EACH_UNSAFE.Ben Pfaff
2011-10-11openflow: Delete icmp_type and icmp_code macros.Ben Pfaff
2011-10-10ovs-bugtool: Add -s to "ovs-dpctl show" command, to show vport statistics.Ben Pfaff
2011-10-10cfm: Send properly formatted CCMs.Ben Pfaff
2011-10-07dpif-linux: Don't reset kernel upcall_pids unintentionally.Ben Pfaff
2011-10-07vswitch.ovsschema: Mark more CFM columns ephemeral.Ben Pfaff
2011-10-06datapath: Remove RT kernel support.Pravin B Shelar
2011-10-06datapath: Fix recv path for CONFIG_PREEMPT_RCU.Pravin B Shelar
2011-10-06ovs-monitor-ipsec: Fix use_ssl_cert option implementation.Ben Pfaff
2011-10-05datapath: Strip down vport interface - ifIndex.Pravin B Shelar