summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* flow: Support extra padding length.Flavio Leitner2021-02-103-9/+9
* netdev-offload-tc: Reject rules with unsupported ct_state flags.wenxu2021-02-041-2/+3
* db-ctl-base: Fix XML syntax error.Ben Pfaff2021-02-021-1/+1
* db-ctl-base: Add {in} and {not-in} set relational operators.Ben Pfaff2021-02-023-16/+46
* tc: Fix mpls bottom of stack bit mask reporting.Eelco Chaudron2021-02-021-1/+1
* pcap-file: Fix calculation of TCP payload length in tcp_reader_run().Ben Pfaff2021-02-025-16/+16
* ofp-table: Improve log message in ofputil_decode_table_features().Ben Pfaff2021-02-021-3/+6
* netdev-dpdk: Fix incorrect shinfo initialization.Yi Yang2021-02-011-20/+10
* lib/tc: add ICMP type and code match offloadMaor Dickman2021-02-013-24/+65
* dpctl: Fix dpctl process command parameter error.Mao YingMing2021-01-271-4/+5
* conntrack: Fix the icmp conntrack new state.Tonghao Zhang2021-01-261-1/+4
* ovsdb-idl: Break into two layers.Ben Pfaff2021-01-214-1564/+2425
* ovsdb-cs: New module that factors out code from ovsdb-idl.Ben Pfaff2021-01-214-369/+471
* odp-util: Fix abort while formatting nsh actions.Ilya Maximets2021-01-211-1/+2
* netdev-offload-dpdk: Implement flow flush.Eli Britstein2021-01-151-0/+17
* netdev-offload-dpdk: Refactor disassociate and flow destroy.Eli Britstein2021-01-151-30/+32
* netdev-offload-dpdk: Keep netdev in offload object.Eli Britstein2021-01-151-2/+6
* dpif-netdev: Flush offload rules upon port deletion.Eli Britstein2021-01-151-0/+2
* dpif-netdev: Add PMD auto load balance status log.Kevin Traynor2021-01-151-5/+8
* dpif-netdev: Add parameters to configure PMD auto load balance.Christophe Fontaine2021-01-151-8/+47
* dpif-netdev: Add log for PMD auto load balance interval parameter.Kevin Traynor2021-01-151-2/+4
* Revert "netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710N...Emma Finn2021-01-151-16/+3
* lldp: do not leak memory on multiple instances of TLVsAaron Conole2021-01-131-0/+3
* ipf: Avoid accessing to a freed rp.Peng He2021-01-131-1/+2
* dpctl: Fix broken Windows build due to missing strndup.Ilya Maximets2021-01-061-1/+2
* ovs-monitor-ipsec: Suppress "unknown %d argument" warning.Mark Gray2021-01-051-0/+8
* dpctl: Add add/mod/del-flows command.Eelco Chaudron2021-01-052-20/+191
* tunnel: Bareudp Tunnel Support.Martin Varghese2020-12-224-2/+89
* odp-util: Fix netlink message overflow with userdata.Ilya Maximets2020-12-222-17/+37
* dpif-netlink: Fix issues of the offloaded flows counter.Jianbo Liu2020-12-217-10/+78
* conntrack: add generic IP protocol supportEelco Chaudron2020-12-212-10/+22
* ovsdb-idl: Add comment.Ben Pfaff2020-12-181-0/+8
* ovsdb-idl: Improve prototypes.Ben Pfaff2020-12-181-2/+2
* ovsdb-idl: Remove prototype for function that is not defined or used.Ben Pfaff2020-12-181-1/+0
* ovsdb-idl: Fix memory leak sending messages without a session.Ben Pfaff2020-12-181-2/+8
* ovsdb-idl: Avoid redundant clearing and parsing of received data.Ben Pfaff2020-12-181-3/+0
* jsonrpc: Avoid disconnecting prematurely due to long poll intervals.Ben Pfaff2020-12-183-3/+28
* dpdk: Update to use DPDK v20.11.Ian Stokes2020-12-162-17/+5
* dpif-netlink: Count the number of offloaded rulesJianbo Liu2020-12-072-0/+10
* ovsdb-idl: Fix expected condition seqno when changes are pending.Dumitru Ceara2020-12-041-6/+4
* lib/tc: fix parse act pedit for tos rewritewenxu2020-12-041-2/+4
* ovsdb-idl: Fix use-after-free when deleting orphaned rows.Dumitru Ceara2020-12-031-5/+18
* ovsdb-idl: Fix memleak when deleting orphan rows.Dumitru Ceara2020-12-031-8/+10
* ovsdb-idl: Fix memleak when reinserting tracked orphan rows.Dumitru Ceara2020-12-031-1/+1
* ovsdb-idl: Fix iteration over tracked rows with no actual data.Ilya Maximets2020-11-271-7/+15
* perf-counter: Split numbers in the output.Ilya Maximets2020-11-271-1/+1
* python: Update build system to ensure dirs.py is created.Mark Gray2020-11-261-1/+1
* ovsdb-idl: Return correct seqno from ovsdb_idl_db_set_condition().Dumitru Ceara2020-11-161-3/+6
* ovsdb-idl: Fix *_is_new() IDL functions.Mark Gray2020-11-161-13/+29
* ofp-actions: Fix userspace support for mpls_ttl.Timothy Redaelli2020-11-161-0/+5