aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-26Set dates for 1.9.0 release.v1.9.0Justin Pettit
2013-02-22datapath: fix the calculation of checksum for vlan headerCong Wang
2013-02-12ofp-msgs: ensure that l2 is set in ofpmp_reserve()Ben Pfaff
2013-02-08datapath: Fix ovs_vport_cmd_del return value on successRich Lane
2013-02-05NEWS: Rearrange announcements related to 1.9.Justin Pettit
2013-02-01tunneling: Don't send ICMP messages if no tunnel port is found.Jesse Gross
2013-02-01ofp-parse: Ignore "idle_age" and "hard_age" when parsing a flow string.Justin Pettit
2013-01-31ovsdb-tool: Fix memory leak on error path in "show-log" implementation.Ben Pfaff
2013-01-31ovsdb-idl: Fix memory leak on error path.Ben Pfaff
2013-01-31meta-flow: Add missing "break" to mf_set_wild().Ben Pfaff
2013-01-31meta-flow: Avoid null pointer dereference in mf_format_frag_string().Ben Pfaff
2013-01-25worker: Don't have worker abort when parent dies.Justin Pettit
2013-01-25ofproto: Properly refresh rule modified time when nothing else changes.Ben Pfaff
2013-01-25datapath: Clear struct ovs_key_ipv4_tunnel padding.Pravin B Shelar
2013-01-25linux: Increase accuracy of ingress_policing_rate at low ratesThomas Graf
2013-01-25rhel: Add OVSREQUIRES to automatically bring up OpenFlow interface dependenciesThomas Graf
2013-01-25rhel: Automatically start openvswitch service before bringing an ovs interfac...Thomas Graf
2013-01-25dpif-linux: Report dropped lost messages at WARN level.Justin Pettit
2013-01-24ovsdb: Fix double-free in ovsdb_jsonrpc_session_close().Ben Pfaff
2013-01-22hash: Correct implementation of mhash_finish().Ben Pfaff
2013-01-21datapath: Return correct error code when dumping flow actions.Jesse Gross
2013-01-21datapath: Don't dump partial action lists in flows.Ben Pfaff
2013-01-21Revert "datapath: Avoid null deref when GSO is for verifying header integrity...Jesse Gross
2013-01-21datapath: Move LRO check from transmit to receive.Jesse Gross
2013-01-21datapath: Avoid null deref when GSO is for verifying header integrity only.Ben Pfaff
2013-01-20datapath: Fix nelink attribute size for flow.Pravin B Shelar
2013-01-20datapath: Fix Flow dump operation.Pravin B Shelar
2013-01-18datapath: More flexible kernel/userspace tunneling attribute.Pravin B Shelar
2013-01-16datapath: support Linux 3.8 kernelJames Page
2013-01-16linux/Makefile.main.in, acinclude: preparation for linux 3.7.0+Isaku Yamahata
2013-01-10worker: Do not use poll_block() in worker_send_iovec().Ben Pfaff
2013-01-10vlog: Avoid calling worker_request() reentrantly.Ben Pfaff
2013-01-08ofproto-dpif-governor: Fix small memory leak.Ben Pfaff
2013-01-08ofp-util: Fix uninitialized bytes in OF1.0 and OF1.1 table stats replies.Ben Pfaff
2013-01-08meta-flow: Fix uninitialized data parsing tnl_flags in mf_parse().Ben Pfaff
2013-01-07rconn: Avoid memory leak in rconn_send_with_limit() on queue overflow.Ben Pfaff
2012-12-31Make OVS_TUNNEL_ATTR_DST_IPV4 optional to allow configuration of null_ports.Jarno Rajahalme
2012-12-31datapath: Initialize tunnel_key pad member.Jesse Gross
2012-12-27brcompat: Mark ovs-brcompat as deprecated.Pravin B Shelar
2012-12-26ovs-ctl: Exit, instead of resuming, after handling fatal signals.Ben Pfaff
2012-12-20datapath: linux2.7 s/pid/portid/gIsaku Yamahata
2012-12-20datapath: support Linux 3.7Isaku Yamahata
2012-12-18meta-flow: Correctly byteswap skb_priority/skb_mark for mf_value.Ben Pfaff
2012-12-18vswitchd: log skb_mark and skb_priorityAnsis Atteka
2012-12-18meta-flow: Fix and simplify mf_get_mask().Ben Pfaff
2012-12-17datapath: Zero out key when looking up null ports.Jesse Gross
2012-12-13meta-flow: Don't allow negative port numbers.Justin Pettit
2012-12-13ofp-util: Fix typo in invalid port range error message.Justin Pettit
2012-12-13daemon: Start monitor process, not daemon process, in new session.Ben Pfaff
2012-12-01ovs-ctl: Don't run "ovs-save save-flows" on fake bridges.Justin Pettit