summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pktbuf: Always initialize '*bufferp' even when 'pb == NULL'.branch-1.9Ben Pfaff2015-01-191-1/+2
* ovs-vsctl: Correctly exit on errors for non-map types in "remove" command.Ben Pfaff2014-09-022-5/+12
* netdev-linux: Cast policer rate to uint64_t to avoid overflowThomas Graf2014-08-291-1/+1
* ovsdb: Fix error leak for negative timeout and invalid until caseThomas Graf2014-08-281-0/+2
* 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
* stream-ssl: Enable TLSv1.1 and TLSv1.2.Ben Pfaff2014-06-131-3/+11
* ofproto: Send monitor updates if a flow mod changes a rules actionsSimon Horman2014-06-052-2/+7
* datapath: Fix feature check for HAVE_RXHASH.Jesse Gross2014-05-021-1/+1
* datapath: clear l4_rxhash in skb_clear_hash.Pritesh Kothari2014-05-012-0/+4
* cfm: Define old_cfm_fault as 'enum cfm_fault_reason'.Alex Wang2014-03-201-1/+1
* dpif-netdev: Use packet key to parse TCP flags.Jarno Rajahalme2014-03-191-3/+4
* ofproto-dpif: Fix segfault removing port when STP is enabled.Ben Pfaff2014-02-212-0/+4
* ofproto: Update only OFPUTIL_PS_LINK_DOWN (not STP) from netdev state.Ben Pfaff2014-02-201-1/+2
* datapath: Fix race.Jarno Rajahalme2014-02-131-3/+4
* meta-flow: Fix setting MFF_IP_FRAG.Jarno Rajahalme2014-02-121-1/+1
* packets: Fix userland implementation of set-field ipv6 addressesYAMAMOTO Takashi2014-02-041-2/+2
* ovs-vsctl: Update will be discarded when multiple ovs-vsctl are executedKen Ajiro2014-02-031-0/+1
* sFlow: clear the paddingFrancesco Fusco2014-01-131-0/+4
* debian: Avoid logrotate error if /var/run/openvswitch does not exist.Alfredo Finelli2013-11-122-3/+6
* ovsdb: Do not leak error in ovsdb_server_compact()Thomas Graf2013-11-011-0/+1
* python: fix a typo error in python/ovs/socket_util.py.Alex Wang2013-10-282-2/+3
* python: Workaround UNIX socket path length limitsJames Page2013-10-281-2/+37
* python/ovs/socket_util: Fix error path in set_nonblocking.Ben Pfaff2013-10-281-1/+1
* jsonrpc: Only compose message to log if it's really going to be logged.Ben Pfaff2013-10-252-2/+26
* tests: Skip Python daemon tests in directory with non-ASCII name.Ben Pfaff2013-10-253-0/+20
* meta-flow: Use assert() instead of ovs_assert().Ben Pfaff2013-10-151-3/+2
* lib/meta-flow: Include util.h for ovs_assert().Jarno Rajahalme2013-10-151-0/+1
* tests: fix failure when $PKIDIR contains uuid-like stringYAMAMOTO Takashi2013-10-151-1/+1
* lib/meta-flow: Enforce mf_fields array order.Jarno Rajahalme2013-10-151-2/+3
* ofproto-dpif: Better tolerate running out of ports.Ben Pfaff2013-10-081-0/+5
* ovs-controller: Avoid dereferencing NULL pointer when the switch acts as a hubZhengLingyun2013-10-081-2/+2
* rhel: fix the exit status of the openvswitch init script.Duffie Cooley2013-10-011-1/+2
* datapath: Check for backported removal of HAVE_NET_DEVICE_OPSJesse Gross2013-09-171-1/+3
* vlan-splinter: Fix inverted logic bug.v1.9.3Alex Wang2013-09-052-2/+3
* ofproto: Convert units correctly in ofport_open().Ben Pfaff2013-09-041-2/+2
* Declare the version as "1.9.3".Justin Pettit2013-08-293-1/+12
* packets: Introduce IPv6 headers not aligned on a 32-bit boundary.Ben Pfaff2013-08-155-22/+60
* packets: Do not assume that IPv4, TCP, or ARP headers are 32-bit aligned.Ben Pfaff2013-08-155-29/+101
* ofproto: Remove obsolete comment and assertion.Ben Pfaff2013-08-151-4/+1
* ofproto-dpif: Destroy bundle after moving its last port out.Ben Pfaff2013-08-141-1/+1
* debian: Fix build with old versions of dpkg-buildflags.Ben Pfaff2013-08-131-2/+7
* ovs-ofctl: Avoid groff warning due to too-long line.Ben Pfaff2013-08-131-1/+1
* debian: Apply hardening options to build.Ben Pfaff2013-08-131-0/+1
* netlink-socket: Don't bother logging SO_RCVBUFFORCE failure as non-root.Ben Pfaff2013-07-161-2/+6
* tests: Tolerate init process pid != 1.James Page2013-06-202-4/+4
* odp-util: Use proper formatting for ODP port number.Jarno Rajahalme2013-06-141-1/+1
* ofproto: Fix use of uninitialized local variable.Jarno Rajahalme2013-06-141-7/+7
* ovsdb-idlc: Write a new-line at the end of "annotate" output.Ben Pfaff2013-06-101-0/+1
* ofproto-dpif: Do not give stats to rules bypassed by "drop" frag policy.Ben Pfaff2013-06-053-9/+27