aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-11-30interface: add support for outer header checksumsMohsin Kazmi3-0/+43
2021-11-30vcl: improve handling of failed connectsFlorin Coras1-10/+13
2021-11-30vcl: avoid ip format function vnet dependencyFlorin Coras3-169/+187
2021-11-30dpdk: cryptodev AES-CTR+SHA1 support addedPiotrX Kleski1-1/+4
2021-11-30dpdk-cryptodev: scalable session countDastin Wilski2-96/+143
2021-11-30vppinfra: remove duplicate api function definitionFlorin Coras2-13/+0
2021-11-29vcl: fix build with older gccFlorin Coras1-1/+1
2021-11-29session: remove segment if empty after writer lockFlorin Coras1-9/+18
2021-11-29session: mark first listener segment as protectedFlorin Coras1-0/+4
2021-11-29session: no deq notifications after closeFlorin Coras1-0/+2
2021-11-29session: postpone close notification if still acceptingFlorin Coras1-0/+14
2021-11-29ipfix-export: don't check the result of pool_getPaul Atkins1-2/+0
2021-11-29session: fix clib_rwlock_writer_unlock lostwanghanlin1-1/+4
2021-11-27devices: fix af_packet GSO checkNathan Skrzypczak1-1/+6
2021-11-26session: accept reply improvementsFlorin Coras1-26/+25
2021-11-26session: postpone ct peer disconnect and more checksFlorin Coras1-20/+29
2021-11-26session: only notify server on ct connect failureFlorin Coras1-8/+14
2021-11-26api: add helper macros for native endianMohsin Kazmi5-30/+50
2021-11-25vppinfra: will_expand for pool_put and bitmapStanislav Zaikin2-0/+27
2021-11-25vppapigen: coverity 219549, dead code in generated fileOle Troan1-0/+2
2021-11-25l2: change prefetch to prefetchwRay Kinsella1-4/+4
2021-11-25dpdk: prefetch becomes prefetchwRay Kinsella1-4/+4
2021-11-24session: improve fifo segment allocationFilip Tehlar3-1/+9
2021-11-24session: detach server from client on connect failureFlorin Coras1-0/+2
2021-11-24misc: vppctl - fix coverity warningKlement Sekera1-1/+4
2021-11-23vppinfra: fallback to builtin memcpy if vector code is not enabledDamjan Marion1-3/+2
2021-11-23vppinfra: update CPU listDamjan Marion1-47/+52
2021-11-23misc: deprecate gbp and its dependentsNeale Ranns64-17666/+3
2021-11-23vxlan: multiarch optimization of vxlanRay Kinsella5-9/+1
2021-11-23devices: support build on older kernelsFlorin Coras1-0/+3
2021-11-23dpdk: enable vmxnet3 l4 checksum offloadFlorin Coras1-0/+6
2021-11-23ip: unlock_fib on if deleteNathan Skrzypczak5-80/+116
2021-11-22vlib: add virtual time supportBenoît Ganne4-15/+121
2021-11-22wireguard: add local variable in handshake processGabriel Oginski1-2/+4
2021-11-22gso: implement gso segementation copy with checksumMohsin Kazmi3-18/+240
2021-11-22vlib: fix coverity warningKlement Sekera1-1/+1
2021-11-22dpdk: fix coverity warningKlement Sekera1-0/+2
2021-11-22snort: fix coverity warningKlement Sekera1-2/+11
2021-11-22snort: fix coverity warningKlement Sekera1-2/+2
2021-11-22vppinfra: annotate pool_dup() for asanBenoît Ganne1-22/+24
2021-11-22vppinfra: fix the memory leak while doing clib_bihash_freeHan Wu1-0/+1
2021-11-22ipfix-export: support sending of ipv6 pktsPaul Atkins1-62/+176
2021-11-22ipfix-export: Change exp to use ip_addressPaul Atkins8-73/+92
2021-11-22ipfix-export: rename variables when building bufsPaul Atkins1-40/+40
2021-11-22ipfix-export: refactor params to the callback fnsPaul Atkins9-86/+46
2021-11-22ipfix-export: Add APIs to get/send buffersPaul Atkins3-0/+234
2021-11-22ipfix-export: add a new API to dump all exportersPaul Atkins2-1/+86
2021-11-22ipfix-export: support creating multiple exportersPaul Atkins4-45/+169
2021-11-22ipfix-export: refactor ipfix_exporter_t_handler fnPaul Atkins1-34/+34
2021-11-22ipfix-export: pass an exp to flow_report_add_delPaul Atkins10-251/+209