aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-06datapath: Break out test for dev_disable_lro().Jesse Gross
2010-05-06Fix issue with "strict" deletion of flowsJustin Pettit
2010-05-06datapath: Fix build issue with LRO.Jesse Gross
2010-05-06datapath: Add configure test for skb_warn_if_lro().Jesse Gross
2010-05-05ofproto: Implement ofp_action_output "max_len" feature.Ben Pfaff
2010-05-05netdev-linux: Optimize removing policing from an interface.Ben Pfaff
2010-05-05netdev-linux: Cache policing values.Ben Pfaff
2010-05-05netdev-linux: Factor out removing policing.Ben Pfaff
2010-05-05netdev-linux: Factor out obtaining an RTNL socket.Ben Pfaff
2010-05-05dpif-linux: Use hash instead of sorted array.Ben Pfaff
2010-05-05bridge: Optimize trunk port common case.Ben Pfaff
2010-05-05dynamic-string: Optimize ds_put_char().Ben Pfaff
2010-05-05bridge: Optimize port_lookup() using a hash.Ben Pfaff
2010-05-05bridge: Optimize iface_lookup() and port_lookup_iface() with a hash.Ben Pfaff
2010-05-05ovs-vswitchd: Implement "exit" unixctl command.Ben Pfaff
2010-05-05sflow: Always add poller and sampler together.Neil McKee
2010-05-05sflow: Properly fill in initial destination VLAN in sFlow output.Neil McKee
2010-05-05sflow: Include Ethernet FCS in frame_length to comply with sFlow spec.Neil McKee
2010-05-05vswitchd: Fix documentation of "agent" column in "sFlow" table.Ben Pfaff
2010-05-05bridge: Fix double-free in sFlow configuration.Ben Pfaff
2010-05-05ovs-vsctl: Add sFlow to supported set of tables.Ben Pfaff
2010-05-04xenserver: Make Open vSwitch disable itself in "bridge" mode.Ben Pfaff
2010-05-01xenserverd: Give XAPI a grace period before refreshing network UUIDs.Ben Pfaff
2010-04-30datapath: Don't hold dp_mutex when setting internal devs MTU.Jesse Gross
2010-04-30xenserver: Wire up emergency reset plug-in and call it on manager changeJustin Pettit
2010-04-30ovs-vsctl: Add emergency reset commandJustin Pettit
2010-04-30ovsdb-idl: Add "safe" iterator macro to generated code.Ben Pfaff
2010-04-29datapath: Ensure packet length matches headers during checksum setup.Jesse Gross
2010-04-29bridge: Immediately drop interfaces that can't be opened.Jesse Gross
2010-04-27vport: Better handle too-long network device names in vport_del().Ben Pfaff
2010-04-27datapath: Check device name length more carefully in create_dp().Ben Pfaff
2010-04-27datapath: Always null-terminate network device name in create_dp().Ben Pfaff
2010-04-27datapath: Fix argument to strncpy_from_user().Ben Pfaff
2010-04-27ofproto: Avoid buffer copy in OFPT_PACKET_IN path.Ben Pfaff
2010-04-27xenserver: Use start_daemon for xenserverd also in /etc/init.d/openvswitch.Ben Pfaff
2010-04-27xenserver: Report correct daemon names at startup in /etc/init.d/openvswitch.Ben Pfaff
2010-04-27xenserver: Use daemon-specific dir for pidfile in /etc/init.d/openvswitch.Ben Pfaff
2010-04-27xenserver: Avoid using unset $nice variable in /etc/init.d/openvswitch.Ben Pfaff
2010-04-26xenserver: Fix typo in promptJustin Pettit
2010-04-26xenserver: Factor redundancy out of /etc/init.d/openvswitch.Ben Pfaff
2010-04-26xenserver: Gracefully refresh network UUIDs on pool join or leave.Ben Pfaff
2010-04-26ofproto: Fix bad memory access sending large numbers of port stats replies.Ben Pfaff
2010-04-26ofpbuf: New function ofpbuf_push_zeros().Ben Pfaff
2010-04-26vswitchd: Rename bridge_reconfigure_controller().Ben Pfaff
2010-04-26xenserver: Fix sense of -d test in /etc/init.d/openvswitch.Ben Pfaff
2010-04-26xenserver: Rewrite refresh-network-uuids script for decent performance.Ben Pfaff
2010-04-26socket-util: Move get_mtime() here from stream-ssl.Ben Pfaff
2010-04-26vswitchd: Enable in-band control to managers.Ben Pfaff
2010-04-26socket-util: Factor out new function inet_parse_active().Ben Pfaff
2010-04-26ofproto: Allow client to pass down extra (IP,port) tuples for in-band.Ben Pfaff