summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set release dates for 2.3.1.v2.3.1Justin Pettit2014-12-102-3/+7
* BFD: Decreasing minimal transmit and receive intervalNiels van Adrichem2014-12-032-2/+3
* datapath: compat: Fix build on RHEL 6.6Pravin B Shelar2014-11-191-1/+1
* util: Add be32_prefix_mask().Jarno Rajahalme2014-11-113-6/+13
* tests: Fix expected output for group features test.Ben Pfaff2014-11-111-12/+8
* ofproto-dpif-rid: Fix memory leak.Ben Pfaff2014-11-111-0/+1
* ofproto: Fix supported group types.Shu Shen2014-11-102-1/+14
* rhel: Fix tunnel port ifup/ifdown failure.Flavio Leitner2014-11-062-3/+2
* datapath: Fix compat checks for ipv6_skip_exthdr()Pravin B Shelar2014-11-062-7/+7
* datapath: Convert dp rcu read operation to locked operationsPravin B Shelar2014-11-041-7/+7
* netflow: Fix interpretation of flow_seq.Motonori Shindo2014-11-041-1/+1
* odp-util: Fix segfault in MPLS attribute parsing.Joe Stringer2014-10-311-31/+26
* ofproto: Take locks before calling classifier_count().Joe Stringer2014-10-311-2/+3
* ofp-print-ofctl: Free group buckets.Simon Horman2014-10-311-0/+2
* datapath: Use upstream ipv6_find_hdr().Pravin B Shelar2014-10-234-16/+24
* datapath: net: make skb_gso_segment error handling more robustPravin B Shelar2014-10-211-0/+2
* datapath: fix a use after freePravin B Shelar2014-10-171-5/+6
* datapath: compat: Fix compilation 3.11Pravin B Shelar2014-10-137-8/+10
* ovsdb: bond_active_salve column's value should be durable when database restartsAndy Zhou2014-10-101-4/+3
* ovs-vswitchd: Fix high cpu utilization when acquire idl lock fails.Alex Wang2014-10-092-11/+37
* ovs-vswitchd.at: Port tests to run successfully on Windows.Gurucharan Shetty2014-10-091-16/+6
* ovs-vswitchd.at: Add test for switch over to another ovs-vswitchd.Alex Wang2014-10-091-0/+41
* ovs-vswitchd.at: Fix "start additional ovs-vswitchd process" testYAMAMOTO Takashi2014-10-091-7/+2
* bridge: Fix high cpu utilization.Alex Wang2014-10-092-0/+40
* rhel7: Fix rpm install failure.Alex Wang2014-10-091-0/+3
* datapath: Add backport for iptunnel_xmit.Pravin B Shelar2014-10-071-0/+13
* lib/meta-flow: Index correct MPLS lse in mf_is_all_wild().Jarno Rajahalme2014-10-061-2/+2
* bridge: Keep bond active slave selection across OVS restartAndy Zhou2014-10-067-10/+155
* datapath: Add support for RHEL-7 / CentOS-7 kernel.Pravin B Shelar2014-10-0312-15/+43
* datapath: Enable tunnel GSO features.Pravin B Shelar2014-09-295-1/+81
* bridge: Skip statistics update if cannot get ovsdb config.Alex Wang2014-09-281-18/+16
* ofproto-dpif-rid: correct logic error in rid_pool_alloc_id()Simon Horman2014-09-261-1/+1
* ofp-actions: Fix error code for invalid table id.Selvamuthukumar2014-09-243-3/+3
* jsonrpc: Notify excessive sending backlog.Alex Wang2014-09-231-0/+10
* bridge: Rate limit the statistics update.Alex Wang2014-09-231-23/+31
* datapath: Restore OVS_CB after skb_segment.Pravin B Shelar2014-09-231-0/+4
* ovs-pki: Use SHA-1 instead of SHA-512 as message digest.Alex Wang2014-09-232-2/+4
* ofproto: Warn about excessive rule counts in OpenFlow tables.Ethan Jackson2014-09-171-0/+8
* debian: Don't depened on $RUNLEVEL at startup to create bridges.Gurucharan Shetty2014-09-121-5/+6
* debian: Automatically start openvswitch before first invocation of ovs-vsctl.Gurucharan Shetty2014-09-122-0/+31
* tests: Remove extraneous parenthesis from test name.Joe Stringer2014-09-111-1/+1
* build: Allow building with autoconf 2.63Thomas Graf2014-09-119-37/+72
* datapath: Backport __ip_select_ident() functionPravin B Shelar2014-09-102-0/+7
* ofproto-dpif-xlate: Work around Linux netdev_max_backlog limit.Ben Pfaff2014-09-101-0/+75
* packet: Fix sparse warnings ICMPv6.Jesse Gross2014-09-022-2/+12
* ovs-vsctl: Correctly exit on errors for non-map types in "remove" command.Ben Pfaff2014-09-022-5/+12
* datapath: Fix checksum calculation when modifying ICMPv6 packets.Jesse Gross2014-08-292-2/+11
* thread: Use explicit wide type when shifting > 32 bitsThomas Graf2014-08-291-2/+2
* netdev-linux: Cast policer rate to uint64_t to avoid overflowThomas Graf2014-08-291-1/+1
* datapath: Always initialize fix_segment for GSO packet.Pravin B Shelar2014-08-291-0/+2