summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* flow: Support extra padding length.Flavio Leitner2021-02-103-9/+9
* odp-util: Fix abort while formatting nsh actions.Ilya Maximets2021-01-211-1/+2
* lldp: do not leak memory on multiple instances of TLVsAaron Conole2021-01-131-0/+3
* odp-util: Fix netlink message overflow with userdata.Ilya Maximets2020-12-222-17/+37
* ofp-actions: Fix userspace support for mpls_ttl.Timothy Redaelli2020-11-161-0/+5
* 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
* odp-util: Fix overflow of nested netlink attributes.Ilya Maximets2020-11-162-7/+11
* ofp-ed-props: Fix using uninitialized padding for NSH encap actions.Ilya Maximets2020-10-151-1/+2
* classifier: Fix use of uninitialized value.William Tu2020-09-151-0/+1
* meta-flow: fix a typo in "MPLS Bottom of Stack Field" paragraph.Timothy Redaelli2020-08-261-4/+4
* netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710NIC.Emma Finn2020-08-171-3/+12
* ovs-router: Fix flushing of local routes.Ilya Maximets2020-07-211-1/+1
* dpif-netdev: Return error code when no mark available.Tonghao Zhang2020-07-091-0/+1
* dpif-netdev: Add check mark to avoid ovs-vswitchd crash.Tonghao Zhang2020-07-091-0/+6
* netdev-offload-dpdk: Fix Ethernet matching for type only.Eli Britstein2020-07-091-10/+2
* dpif-netdev: Don't use zero flow mark.Eli Britstein2020-07-091-2/+6
* ovs-rcu: Avoid flushing callbacks during postponing.Ilya Maximets2020-06-101-5/+12
* classifier: Prevent tries vs n_tries race leading to NULL dereference.Eiichi Tsukata2020-05-282-19/+32
* netdev-linux: Update LAG in all cases.Aaron Conole2020-05-151-6/+5
* metaflow: Fix maskable conntrack orig tuple fieldsYi-Hung Wei2020-05-141-6/+24
* Revert "ovsdb-idl: Avoid sending redundant conditional monitoring updates"Dumitru Ceara2020-03-261-2/+0
* dpif-netlink: avoid netlink modify flow put op failed after tc modify flow pu...wenxu2020-03-243-2/+14
* conntrack: Reset ct_state when entering a new zone.Dumitru Ceara2020-03-231-1/+7
* dpif-netdev: Enter quiescent state after each offloading operation.Ilya Maximets2020-03-131-0/+1
* pvector: Use acquire-release semantics for size.Yanqin Wei2020-03-132-11/+20
* flow: Fix parsing l3_ofs with partial offloadingEli Britstein2020-01-311-2/+1
* tc: handle packet mark of zeroJohn Hurley2020-01-281-0/+5
* netdev-offload-tc: Fix crash if offloading is not configured on outdev.Ilya Maximets2020-01-151-0/+4
* odp-util: Fix passing uninitialized bytes in OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV*.Ilya Maximets2020-01-131-18/+20
* netdev-dpdk: Avoid undefined behavior processing devargsAaron Conole2020-01-131-1/+1
* netdev-dpdk: Fix flow control not configuring.Tomasz Konieczny2019-11-041-6/+26
* dpif-netdev: Fix time delta overflow in case of race for meter lock.Ilya Maximets2019-10-281-0/+8
* dpif-netdev: Do not mix recirculation depth into RSS hash itself.Ilya Maximets2019-10-281-1/+0
* tc: Limit the max action number to 16Chris Mi2019-10-263-6/+8
* flow: Fix crash on vlan packets with partial offloading.Ilya Maximets2019-10-252-8/+5
* dpif-netlink: Free leaked nl_sockYifeng Sun2019-10-141-0/+1
* flow: fix incorrect padding length checking in ipv6_sanity_checkYanqin Wei2019-09-251-1/+1
* conntrack: Fix 'reverse_nat_packet()' variable datatype.Darrell Ball2019-09-241-1/+5
* stream_ssl: fix important memory leak in ssl_connect() functionDamijan Skvarc2019-09-231-4/+9
* conntrack: Fix ICMPv4 error data L4 length check.Darrell Ball2019-09-232-17/+27
* Switch from internal port to all ports definedAlin Gabriel Serdean2019-08-131-1/+1
* dpif-netlink: Allow offloading of flows with dl_type 0x1234.Ilya Maximets2019-07-311-5/+0
* stream-ssl: Fix crash on NULL private key and valid certificate.Ilya Maximets2019-06-281-1/+1
* netdev-dpdk: Fix additional vhost tx retry.Kevin Traynor2019-06-281-1/+1
* dpif-netdev: Forbid vport offloading attempts.Ilya Maximets2019-06-061-1/+1