summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* classifier: Make find_match_wc() prototype and definition match.Ben Pfaff2021-05-071-1/+1
* tnl-neigh-cache: Include expected array sizes in prototypes.Ben Pfaff2021-05-071-3/+3
* ofp-group: Use big-enough buffer in ofputil_format_group().Ben Pfaff2021-05-071-1/+1
* rtnetlink: ignore IFLA_WIRELESS events.Michal Kazior2021-04-205-2/+35
* dpif: Fix use of uninitialized execute hash.Ilya Maximets2021-04-202-1/+2
* odp-util: Fix use of uninitialized erspan metadata.Ilya Maximets2021-04-201-8/+8
* netdev-offload-tc: Add support for ct_state flag rel.Ariel Levkovich2021-04-191-0/+15
* dpif-netlink: Fix using uninitialized info.tc_modify_flow_deleted in out label.Yunjian Wang2021-04-191-1/+1
* netdev-linux: correct unit of burst parameterYong.Xu2021-04-131-1/+1
* make: don't prompt during buildAidan Shribman2021-04-081-1/+1
* util: Add allocation wrappers that don't increment coverage counters.Ben Pfaff2021-04-073-16/+44
* ovs-lldp: Get rid of pointless null pointer check.Ben Pfaff2021-04-073-9/+3
* ovsdb-idl: Mark arc sources as updated when destination is deleted.Dumitru Ceara2021-04-011-0/+3
* ovsdb-idl: Preserve references for deleted rows.Dumitru Ceara2021-04-011-31/+100
* ovsdb-idl.at: Make test outputs more predictable.Dumitru Ceara2021-04-012-2/+3
* netlink: make Netlink socket receive buffer 4x largerAnsis Atteka2021-03-311-1/+1
* db-ctl-base: Warn if "destroy" command lacks --all or record argument.Alexey Roytman2021-03-301-0/+5
* dpif-netdev: Refactor and fix the buckets calculation.Tonghao Zhang2021-03-301-7/+11
* dpif-netdev: Fix the meter buckets overflow.Tonghao Zhang2021-03-301-15/+13
* dpif-netdev: Allow PMD auto load balance with cross-numa.Kevin Traynor2021-03-221-3/+16
* netdev-offload-tc: Add support for ct_state flags inv and rplPaul Blakey2021-03-151-0/+30
* netdev-offload-tc: Probe for support for any of the ct_state flagsPaul Blakey2021-03-151-48/+157
* dpif-netdev: Fix crash when add dp flow without in_port field.Mao YingMing2021-03-011-0/+9
* ovsdb-cs: Fix use-after-free for the request id.Ilya Maximets2021-03-011-1/+2
* netdev-offload-tc: Flush rules on all chains before attach ingress blockJianbo Liu2021-02-243-5/+121
* netdev-linux: Fix indentation.William Tu2021-02-191-14/+14
* ofp-actions: Fix use-after-free while decoding RAW_ENCAP.Ilya Maximets2021-02-171-0/+2
* dpif-netdev: auto load balance log state on user request.Kevin Traynor2021-02-151-0/+4
* 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