summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pktbuf: Always initialize '*bufferp' even when 'pb == NULL'.branch-1.4Ben Pfaff2015-01-191-2/+3
* json: Fix leaked nodes in json_hash_object()Thomas Graf2014-08-261-0/+1
* json: Fix parsing of strings that end with a backslash.Ben Pfaff2014-06-252-5/+16
* meta-flow: Fix setting MFF_IP_FRAG.Jarno Rajahalme2014-02-121-1/+1
* sFlow: clear the paddingFrancesco Fusco2014-01-131-0/+4
* rhel: fix the exit status of the openvswitch init script.Duffie Cooley2013-10-011-1/+2
* vlan-splinter: Fix inverted logic bug.Alex Wang2013-09-052-2/+3
* ovsdb: Allow recovery from transient write errors in log implementation.Ben Pfaff2013-05-031-8/+6
* ofproto-dpif: Fix memory leak sending packets to controller.Ben Pfaff2013-04-251-9/+10
* ovsdb: Fix memory leak.Ben Pfaff2013-03-121-0/+5
* netdev-linux: Fix netdev_linux_send() return value in corner case.Ben Pfaff2013-02-281-1/+1
* Declare the version as "1.4.6".v1.4.6Justin Pettit2013-02-263-1/+11
* ofproto: Rate-limit STP status errors on non-existent ports.Justin Pettit2013-02-261-2/+2
* datapath: fix the calculation of checksum for vlan headerCong Wang2013-02-221-2/+2
* datapath: Fix ovs_vport_cmd_del return value on successRich Lane2013-02-081-0/+1
* ovsdb-tool: Fix memory leak on error path in "show-log" implementation.Ben Pfaff2013-01-311-2/+4
* ovsdb-idl: Fix memory leak on error path.Ben Pfaff2013-01-311-1/+2
* meta-flow: Avoid null pointer dereference in mf_format_frag_string().Ben Pfaff2013-01-311-6/+3
* ovsdb: Fix double-free in ovsdb_jsonrpc_session_close().Ben Pfaff2013-01-241-2/+1
* Declare the version as "1.4.5".v1.4.5Justin Pettit2013-01-223-1/+11
* Revert "datapath: Avoid null deref when GSO is for verifying header integrity...Jesse Gross2013-01-211-2/+0
* datapath: Move LRO check from transmit to receive.Jesse Gross2013-01-211-11/+12
* datapath: Avoid null deref when GSO is for verifying header integrity only.Ben Pfaff2013-01-211-1/+3
* debian/changelog: Correct date.Justin Pettit2013-01-161-1/+1
* Declare the version as "1.4.4".v1.4.4Justin Pettit2013-01-153-1/+11
* bond: Change rebalance ratio to be more fairZoltan Kiss2013-01-091-2/+7
* ovs-ctl: Exit, instead of resuming, after handling fatal signals.Ben Pfaff2012-12-261-1/+1
* meta-flow: Don't allow negative port numbers.Justin Pettit2012-12-131-1/+4
* python/ovs/stream: Fix Stream.connect() retval for incomplete connection.Ben Pfaff2012-11-211-9/+11
* datapath: Fix Tunnel options TOSPravin B Shelar2012-10-252-9/+14
* datapath: Release rtnl_lock if ovs_vport_cmd_build_info() failedAnsis Atteka2012-10-251-3/+2
* flow: Add length check when retrieving TCP flags.Jesse Gross2012-10-252-2/+4
* datapath: Move CSUM_MANGLED_0 definition to net checksum header.Pravin B Shelar2012-10-253-11/+4
* datapath: Fix checksum update for actions on UDP packets.Jesse Gross2012-10-253-12/+44
* datapath: Honor dp_ifindex, when specified, for vport lookup by name.Ben Pfaff2012-10-241-0/+3
* netdev-vport: Fix ToS/TTL mixup in unparsing.Jesse Gross2012-09-251-2/+2
* Declare the version as "1.4.3".v1.4.3Justin Pettit2012-09-063-1/+11
* datapath: Fix FLOW_BUFSIZE definition.Jesse Gross2012-09-031-3/+5
* datapath: Reset upper layer protocol info on internal devices.Jesse Gross2012-08-311-0/+8
* stp: port_no counter is off by oneAnsis Atteka2012-08-221-1/+1
* bond: Tag flows according to their hash bucket, not just their slave.Ben Pfaff2012-08-212-4/+7
* ovs-ctl: Add support for newer name for Open vSwitch kernel module.Ben Pfaff2012-08-061-10/+31
* datapath: Relax set header validation.Jesse Gross2012-08-032-4/+4
* flow: Correctly consider nw_frag_mask in some flow_wildcards_*() functions.Ben Pfaff2012-08-031-3/+6
* Avoid implementation-defined strerror behaviourEd Maste2012-07-271-1/+2
* ovs-ctl: Start the rest of Open vSwitch if loading brcompat module fails.Ben Pfaff2012-07-271-1/+6
* Fix race condition in parallel execution of "make install".Ben Pfaff2012-07-231-1/+1
* debian: Remove controller keys on openvswitch-controller package purge.Ben Pfaff2012-07-202-0/+45
* debian: Do not change iptables rules by default.Ben Pfaff2012-07-181-2/+0
* cfm: Always initialize CCM "internal_ms_x" extension field.Ben Pfaff2012-07-111-0/+2