summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif: Configure datapath max-idle through ovs-vsctl.branch-1.10Alex Wang2014-06-225-0/+34
* cfm: Define old_cfm_fault as 'enum cfm_fault_reason'.Alex Wang2014-03-201-1/+1
* dpif-linux: Lookup netdev to get netdev type string.Joe Stringer2014-02-261-2/+5
* datapath: Fix race.Jarno Rajahalme2014-02-131-3/+4
* meta-flow: Fix setting MFF_IP_FRAG.Jarno Rajahalme2014-02-121-1/+1
* ipsec: install iptables rules that set IPsec bit in skb markAnsis Atteka2014-01-212-0/+16
* datapath: Fix RHEL compat for netdev_rx_handler_registerChris Wright2013-11-201-1/+1
* datapath: rhel: Move RHEL OVS hook registration to netdev_rx_handler_register...Thomas Graf2013-11-203-19/+24
* 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
* 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
* vlan-splinter: Fix inverted logic bug.v1.10.2Alex Wang2013-09-052-2/+3
* Release Open vSwitch 1.10.2.Justin Pettit2013-09-043-1/+13
* 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
* 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
* datapath: Use kernel eth_mac_addr() on old kernels.Jesse Gross2013-07-121-1/+1
* FAQ: Add supported kernel versions for newer OVS releases.Jesse Gross2013-07-111-0/+1
* tests: Tolerate init process pid != 1.James Page2013-06-202-4/+4
* vswitchd: Update flow-eviction-threshold documentationJoe Stringer2013-06-201-1/+1
* ovs-xapi-sync: Cache the bridge-id value for non nicira-bridge-id too.Gurucharan Shetty2013-06-191-31/+14
* ovs-xapi-sync: Retry getting bridge-ids in case xapi is not ready.Gurucharan Shetty2013-06-141-3/+12
* 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-6/+6
* ovsdb-server: Preserve remotes across crash and restart.Ben Pfaff2013-06-132-6/+137
* ovsdb-idlc: Write a new-line at the end of "annotate" output.Ben Pfaff2013-06-101-0/+1
* dpif-netdev: Don't run port names through netdev_vport_get_dpif_port().Ben Pfaff2013-06-061-5/+4
* ofproto-dpif.c: Modify vsp_realdev_to_vlandev() functionAlex Wang2013-06-051-20/+27
* ofproto-dpif: Do not give stats to rules bypassed by "drop" frag policy.Ben Pfaff2013-06-052-8/+26
* ofproto-dpif: Don't count misses in OpenFlow table stats.Jesse Gross2013-06-051-9/+8
* packets: Fix typo in reserved multicast Ethernet addresses.Ben Pfaff2013-06-052-16/+17
* Always use valid ids pointer in dec_ttl_cnt_ids_from_openflow()Simon Horman2013-06-041-1/+1
* debian: Don't fail ovs-controller restart if daemon not running.Gurucharan Shetty2013-05-292-3/+6
* ovs-xapi-sync: Handle exceptions from XAPI for get_single_bridge_id.Gurucharan Shetty2013-05-241-7/+17
* ovs-xapi-sync: Handle multiple xs-network-uuids for xs 6.1.Gurucharan Shetty2013-05-201-0/+22
* Release Open vSwitch 1.10.1.Justin Pettit2013-05-143-1/+13
* datapath: Fix compilation with Linux kernel 3.7.Pravin B Shelar2013-05-131-0/+2
* ofproto-dpif: Make fin_timeout work when governor kicks in.Ben Pfaff2013-05-132-2/+3
* flow: Fix IPv6 fragment packet handlingTakashi Kawaguchi2013-05-091-3/+2