summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lldp: correctly increase discarded countVincent Bernat2020-11-161-0/+2
* lldp: increase statsTLVsUnrecognizedTotal on unknown TLVVincent Bernat2020-11-161-0/+1
* lldp: fix a buffer overflow when handling management address TLVVincent Bernat2020-11-161-1/+6
* lldp: Fix size of PEEK_DISCARD_UINT32()Jonas Johansson2020-11-161-1/+1
* lldp: validate a bit more received LLDP framesVincent Bernat2020-11-161-2/+51
* sha1: Fix algorithm for data bigger than 512 megabytes.Renat Nurgaliyev2020-11-162-4/+4
* ovsdb-idlc: Return expected sequence number while setting conditions.Ilya Maximets2020-11-161-3/+3
* odp-util: Fix overflow of nested netlink attributes.Ilya Maximets2020-11-163-7/+40
* python: set ovs.dirs variables with build system valuesMark Gray2020-11-164-38/+9
* Documentation: update IPsec tutorial for F32Mark Gray2020-11-161-53/+55
* AUTHORS: Update Roi DayanRoi Dayan2020-11-162-1/+2
* netdev-offload-tc: Use single 'once' variable for probing tc featuresRoi Dayan2020-11-111-7/+3
* release-process: Policy for unmaintained branches.Ilya Maximets2020-11-102-1/+11
* release-process: Standardize designation of new LTS releases.Ilya Maximets2020-11-101-6/+26
* release-process: Add transition period for LTS releases.Ilya Maximets2020-11-101-4/+7
* releases: Mark 2.13 as a new LTS release.Ilya Maximets2020-11-101-1/+1
* dpctl: Add the option 'pmd' for dump-flows.Tonghao Zhang2020-11-104-5/+33
* netdev-offload-dpdk: Preserve HW statistics for modified flows.Eli Britstein2020-11-101-11/+22
* ovsdb: Remove read permission of *.db from others.Yi-Hung Wei2020-11-101-1/+1
* raft: Make backlog thresholds configurable.Ilya Maximets2020-11-103-5/+56
* raft: Set threshold on backlog for raft connections.Ilya Maximets2020-11-104-1/+72
* ovs-bugtool: Fix crash when enable --ovs.William Tu2020-11-051-4/+4
* Documentation: Fix rendering of extra repo info for RHEL 8.Timothy Redaelli2020-11-051-0/+1
* raft: Avoid having more than one snapshot in-flight.Ilya Maximets2020-11-033-29/+18
* ovsdb-server: Reclaim heap memory after compaction.Ilya Maximets2020-11-036-4/+60
* raft: Add log length to the memory report.Ilya Maximets2020-11-031-0/+1
* ovsdb-idl: Add comment with program name to ovsdb_idl_loop transactions.Ben Pfaff2020-11-021-0/+3
* raft: Avoid annoying debug logs if raft is connected.Ilya Maximets2020-10-271-1/+10
* raft: Fix error leak on failure while saving snapshot.Ilya Maximets2020-10-271-1/+1
* packets: Un-inline functions needed by DDlog.Leonid Ryzhyk2020-10-262-86/+108
* NEWS: Move GTP-U entry to correct release.Ilya Maximets2020-10-251-3/+3
* raft: Report jsonrpc backlog in kilobytes.Ilya Maximets2020-10-251-2/+3
* netdev-tc-offloads: Don't delete ufid mapping if fail to delete filterJianbo Liu2020-10-231-1/+3
* travis: Fix kernel download retry.David Marchand2020-10-211-1/+3
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-2145-1356/+1393
* conntrack: Rename "master" connection to "parent" connection.Ben Pfaff2020-10-219-63/+63
* NEWS: Move terminology update to correct place.Ilya Maximets2020-10-211-3/+3
* odp-util: Add missing comma after gtpu attributes.Ilya Maximets2020-10-201-1/+1
* odp-util: Fix using uninitialized gtpu metadata.Ilya Maximets2020-10-201-2/+2
* netdev-offload-dpdk: Support vxlan encap offload with load actions.Lei Wang2020-10-191-0/+4
* Revert "travis: Disable check for array of flexible structures in sparse."Ilya Maximets2020-10-191-1/+1
* AUTHORS: Update Eli Britstein <elibr@nvidia.com>Eli Britstein2020-10-172-1/+2
* ofp-ed-props: Fix using uninitialized padding for NSH encap actions.Ilya Maximets2020-10-172-1/+13
* bond: Fix using uninitialized 'lacp_fallback_ab_cfg' for 'bond-primary'.Ilya Maximets2020-10-172-6/+8
* Documentation: Update faq and NEWS for kernel 5.8Greg Rose2020-10-172-0/+3
* travis: Update kernel list as of 5.8Greg Rose2020-10-171-2/+2
* acinclude: Enable builds up to Linux 5.8Greg Rose2020-10-171-2/+2
* datapath: use hlist_for_each_entry_rcu instead of hlist_for_each_entryTonghao Zhang2020-10-171-4/+4
* datapath: Distribute switch variables for initializationKees Cook2020-10-171-8/+10
* datapath: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-10-172-7/+11