aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-24DESIGN: Document multiple table support.Ben Pfaff
2011-10-24ovs-bugtool: Improve how Open vSwitch log files are saved.Ben Pfaff
2011-10-23datapath: Cleanup openvswitch.h formatting.Jesse Gross
2011-10-23datapath: Define constants for versions of GENL families.Jesse Gross
2011-10-22ovs-vswitchd: Add support for 802.1D STP.Justin Pettit
2011-10-22ofproto: Add function to set OpenFlow state and update controller.Justin Pettit
2011-10-22ofproto: Mark 'ofproto' arg in is_mirror_output_bundle() as const.Justin Pettit
2011-10-22Various bug fixes and cleanups to STP library.Justin Pettit
2011-10-22Add back 802.1D Spanning Tree Protocol (STP) library code.Justin Pettit
2011-10-22packets.h: Fix STP destination MAC address.Justin Pettit
2011-10-22ofproto: Fix comment describing ofport_modified().Justin Pettit
2011-10-22ovs-vsctl: Fix small formatting error in man page.Justin Pettit
2011-10-22ofproto-dpif: Update bundle when OFPPC_NO_FLOOD changed.Justin Pettit
2011-10-21datapath: Use kfree_skb() only on error paths.Ben Pfaff
2011-10-21datapath: Fix uninitialized variable warning.Jesse Gross
2011-10-21vport-capwap: Fix use-after-free on error path.Ben Pfaff
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-21datapath: Refactor actions in terms of match fields.Pravin B Shelar
2011-10-21datapath: Update supported kernel check.Pravin B Shelar
2011-10-21tunnel: Handle hh_cache access for Linux kernel 3.1Pravin B Shelar
2011-10-21tunnel: hh_cache access cleanupPravin B Shelar
2011-10-19ofproto-dpif: Increase recursion limit.Ben Pfaff
2011-10-19test-lockfile: Provide better diagnostics on failure.Ben Pfaff
2011-10-18ofp-util: Avoid misaligned memory access in ofputil_encode_packet_in().Ben Pfaff
2011-10-18ofp-parse: Validate range of table, priority, and timeout values.Ben Pfaff
2011-10-18vlog: Skip reopening a log file if it would have no effect.Ben Pfaff
2011-10-18ofproto-dpif: Make OFPAT_ENQUEUE to input port do nothing.Ben Pfaff
2011-10-18learn: Correct example in nicira-ext.h and add examples as test cases.Ben Pfaff
2011-10-18learn: Check learn actions after parsing in learn_parse().Ben Pfaff
2011-10-18learn: Allow read-only fields to be matched.Ben Pfaff
2011-10-18nx-match: Improve log message for errors parsing NX flow matches.Ben Pfaff
2011-10-18ovsdb: Remove dead Python-related code.Ben Pfaff
2011-10-18datapath: Fix tunnel reconfiguration that does not change key data.Ben Pfaff
2011-10-18datapath: Reject attempts to change vport type with OVS_VPORT_CMD_SET.Ben Pfaff
2011-10-18ofproto-dpif: Fix in-band action for sFlow.Pravin B Shelar
2011-10-18types: Fix endianness check.Ben Pfaff
2011-10-18datapath: Assert IFF_TX_SKB_SHARING on internal devices.Jesse Gross
2011-10-18datapath: Add version check for struct netdev_ops.Jesse Gross
2011-10-18bridge: Allow specially named "unix:" controllers.Ben Pfaff
2011-10-17vswitchd: New column "link_resets".Ethan Jackson
2011-10-17netdev-linux: Maintain carrier flag constantly.Ethan Jackson
2011-10-17vswitchd: Update link_state instantly.Ethan Jackson
2011-10-17vswitchd: Cleanup rate limited DB writes.Ethan Jackson
2011-10-17vswitchd: Remove iface_get_carrier().Ethan Jackson
2011-10-17rtnetlink-link: Expose carrier changes.Ethan Jackson
2011-10-17bond: Demote active-backup WARN to DBG.Ben Pfaff
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