summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pktbuf: Always initialize '*bufferp' even when 'pb == NULL'.branch-1.11Ben Pfaff2015-01-191-1/+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
* ofproto-dpif: Configure datapath max-idle through ovs-vsctl.Alex Wang2014-06-225-0/+34
* stream-ssl: Enable TLSv1.1 and TLSv1.2.Ben Pfaff2014-06-132-3/+12
* ofproto: Send monitor updates if a flow mod changes a rules actionsSimon Horman2014-06-052-2/+7
* cfm: Define old_cfm_fault as 'enum cfm_fault_reason'.Alex Wang2014-03-201-1/+1
* odp-util: Include tun_id when nonzero even if "key" flag not set.Ben Pfaff2014-03-031-1/+2
* dpif-linux: Lookup netdev to get netdev type string.Joe Stringer2014-02-261-2/+5
* 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
* ipfix: fix upcall cookie size checks to support 8 byte cookiesRomain Lenglet2014-02-191-4/+4
* datapath: Fix race.Jarno Rajahalme2014-02-131-3/+4
* meta-flow: Fix setting MFF_IP_FRAG.Jarno Rajahalme2014-02-121-1/+1
* tests: Fix up tests to match changes from previous commit.Ben Pfaff2014-02-111-4/+4
* ofproto-dpif-xlate: Make flows that match ICMP fields revalidate correctly.Ben Pfaff2014-02-113-16/+31
* datapath: Do not free in use mask list, fixes a kernel crash bugAndy Zhou2014-01-291-2/+5
* datapath: Fix kernel panic on ovs_flow_freeAndy Zhou2014-01-232-22/+22
* ipsec: install iptables rules that set IPsec bit in skb markAnsis Atteka2014-01-212-0/+16
* sFlow: clear the paddingFrancesco Fusco2014-01-131-0/+4
* ofproto-dpif: Fix a vlan-splinter megaflow bugAndy Zhou2014-01-071-1/+22
* datapath: Fix RHEL compat for netdev_rx_handler_registerChris Wright2013-12-021-1/+1
* datapath: rhel: Move RHEL OVS hook registration to netdev_rx_handler_register...Thomas Graf2013-12-023-21/+24
* ipfix: fix segfault for Flow_Sample_Collector_Set without ipfixRomain Lenglet2013-11-201-2/+10
* debian: Avoid logrotate error if /var/run/openvswitch does not exist.Alfredo Finelli2013-11-122-3/+6
* odp-util: Fix formatting of ipfix action cookies, to fix a testsuite failureBen Pfaff2013-11-111-1/+1
* odp-util: Fix IPFIX breakage with old kernel modules.Ben Pfaff2013-11-111-2/+14
* netlink: New function nl_msg_put_unspec_zero().Ben Pfaff2013-11-112-0/+13
* ovsdb: Do not leak error in ovsdb_server_compact()Thomas Graf2013-11-011-0/+1
* ovs-lib: Return the correct exit status of the command 'status'Gurucharan Shetty2013-10-171-0/+8
* 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
* tests: Make ovsdb-server add/remove remote test faster and more reliable.Alex Wang2013-10-141-1/+20
* ovs-controller: Avoid dereferencing NULL pointer when the switch acts as a hubZhengLingyun2013-10-081-2/+2
* ovs-lib: Revert "Return the exit status of ovs-ctl in ovs_ctl()."Gurucharan Shetty2013-10-041-12/+1
* ovs-lib: Return the exit status of ovs-ctl in ovs_ctl().Duffie Cooley2013-10-021-1/+12
* rhel: fix the exit status of the openvswitch init script.Duffie Cooley2013-10-011-1/+2
* cfm: Don't enforce CFM_FAULT_INTERVAL.Ethan Jackson2013-09-202-4/+1
* cfm: Prevent interval fault when demand mode is enabled on one end.alex wang2013-09-205-7/+70
* Release Open vSwitch 1.11.1.v1.11.1Justin Pettit2013-09-203-1/+12
* odp-util: Fix a bug in conversion between flow/mask and flow keyGuolin Yang2013-09-101-2/+5
* cfm: update remote opstate only when a CCM is received.Paul Ingram2013-09-092-4/+14
* datapath: flow: fix potential illegal memory access in __parse_flow_nlattrsDaniel Borkmann2013-09-091-0/+1
* vlan-splinter: Fix inverted logic bug.Alex Wang2013-09-052-2/+3
* ofproto-dpif: Do not dpif_port_del() patch ports in port_del().Ben Pfaff2013-09-041-1/+1
* ofproto: Convert units correctly in ofport_open().Ben Pfaff2013-09-041-2/+2
* Set release date for 1.11.0.v1.11.0Justin Pettit2013-08-282-2/+2
* ofproto-dpif: Fix memory leak in handle_flow_miss().Ben Pfaff2013-08-201-1/+6
* ofproto-dpif: Destroy bundle after moving its last port out.Ben Pfaff2013-08-141-1/+1