summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* netdev-offload-dpdk: Support offload of VLAN PUSH/POP actions.Sriharsha Basavapatna2020-06-221-0/+67
* userspace: Avoid dp_hash recirculation for balance-tcp bond mode.Vishal Deep Ajmera2020-06-227-44/+463
* netdev-offload-tc: Revert tunnel src/dst port masks handlingRoi Dayan2020-06-193-50/+4
* odp-util.c: Fix dp_hash execution with slowpath actions.Han Zhou2020-06-161-0/+4
* ovsdb idl: Try committing the pending txn in ovsdb_idl_loop_run.Numan Siddique2020-06-161-50/+93
* dpif-netlink: Fix Windows incompatibility when setting new featureRui Cao2020-06-161-0/+1
* ovsdb-idl: Avoid inconsistent IDL state with OVSDB_MONITOR_V3.Dumitru Ceara2020-06-152-25/+150
* ovs-rcu: Avoid flushing callbacks during postponing.Ilya Maximets2020-06-101-5/+12
* ovs-actions.xml: Fix a typo in the description of check_pkt_larger.Numan Siddique2020-06-101-1/+1
* netdev-offload-tc: Allow installing arp rules to TC dp.Tonghao Zhang2020-06-085-1/+135
* tc: Support new terse dump kernel APIVlad Buslov2020-06-053-17/+51
* netdev-offload: Implement terse dump supportVlad Buslov2020-06-055-56/+100
* netdev-offload-tc: Expand tunnel source IPs masked matchTonghao Zhang2020-06-033-4/+14
* netdev-offload-tc: Allow to match the IP and port mask of tunnelTonghao Zhang2020-06-033-15/+93
* netdev-offload-tc: Use ipv6_addr_is_set instead of is_all_zerosTonghao Zhang2020-06-032-8/+4
* dpif-netlink: Generate ufids for installing TC flowersTonghao Zhang2020-06-031-0/+45
* ovsdb-idl: Add function to reset min_index.Mark Michelson2020-05-282-0/+11
* classifier: Prevent tries vs n_tries race leading to NULL dereference.Eiichi Tsukata2020-05-282-19/+32
* pvector: Document that multiple elements with a given priority are allowed.Ben Pfaff2020-05-271-4/+6
* netdev-vport: Fix typo in log message.Ben Pfaff2020-05-211-1/+1
* ovsdb-idl: Fix NULL deref reported by Coverity.William Tu2020-05-201-1/+2
* netdev-offload-tc: Re-fetch block ID after probing.Aaron Conole2020-05-161-0/+2
* netdev-linux: Update LAG in all cases.Aaron Conole2020-05-161-6/+5
* metaflow: Fix maskable conntrack orig tuple fieldsYi-Hung Wei2020-05-141-6/+24
* userspace: Enable TSO support for non-DPDK.William Tu2020-05-143-325/+259
* ovsdb-idl: Fix NULL deref reported by Coverity.William Tu2020-05-121-0/+4
* netdev-afxdp: Fix missing init.William Tu2020-05-041-0/+1
* userspace: Add conntrack timeout policy support.William Tu2020-05-0111-82/+465
* netdev-linux: remove sum of vport stats and kernel netdev stats.Jiang Lidong2020-04-301-12/+0
* ofp-actions: Add delete field actionYi-Hung Wei2020-04-296-3/+145
* conntrack: Fix icmp conntrack state.William Tu2020-04-291-2/+5
* netdev-afxdp: Add interrupt mode netdev class.William Tu2020-04-283-14/+25
* vlog: Fast path in vlog.Anton Ivanov2020-04-271-2/+9
* fatal-signal: Remove snprintf.William Tu2020-04-191-8/+37
* conntrack: Add coverage count for l4csum error.William Tu2020-04-171-1/+8
* ofp-actions: Fix memory leak on error path.William Tu2020-04-141-0/+1
* dpif-netdev: includes microsecond delta in meter bucket calculationJiang Lidong2020-04-091-0/+5
* netdev-linux.c: Fix coverity unreachable code warningUsman Ansari2020-04-061-9/+3
* Revert "ovsdb-idl: Avoid sending redundant conditional monitoring updates"Dumitru Ceara2020-03-261-2/+0
* userspace: Add GTP-U support.William Tu2020-03-2516-34/+568
* dpif-netdev: Force port reconfiguration to change dynamic_txqs.Ilya Maximets2020-03-251-2/+10
* netdev-offload-tc: Flush rules on ingress block when init tc flow apiDmytro Linkin2020-03-251-1/+9
* vlog: Fix OVS_REQUIRES macro.William Tu2020-03-241-1/+1
* conntrack: Reset ct_state when entering a new zone.Dumitru Ceara2020-03-241-1/+7
* fatal-signal: Fix clang error due to lock.William Tu2020-03-242-9/+14
* lockfile: Fix OVS_REQUIRES macro.William Tu2020-03-241-8/+8
* fatal-signal: Log backtrace when no monitor daemon.William Tu2020-03-234-2/+34
* trivial: Fix typo in comments.William Tu2020-03-231-2/+2
* trivial: Fix indentation.William Tu2020-03-201-1/+1
* ofp-actions: Fix memory leak.William Tu2020-03-201-0/+1