aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-11-03wireguard: reduce memcopy and prefetch headerGabriel Oginski6-35/+48
2021-11-03tcp: make buffer reset function publicFlorin Coras2-32/+28
2021-11-03vcl: fix event triggered after closing connections.liuyacan1-1/+15
2021-11-03linux-cp: Cleanup any existing pairs when an interface is deletedNeale Ranns1-0/+17
2021-11-03ipsec: Support the single IPSec interface dumpNeale Ranns1-0/+5
2021-11-02ip: fix coverity warningKlement Sekera1-1/+1
2021-11-02fib: allow vnet rewrite max size to be smaller the pre_dataBenoît Ganne2-3/+5
2021-11-02snort: fix inconsistent snort input modeSivaprasad Tummala1-1/+2
2021-11-02tests: change code to avoid gcc-11 warningKlement Sekera1-4/+10
2021-11-02build: remove unnecessary executable bitsRay Kinsella18-0/+0
2021-11-02perfmon: added bundle to measure pci bandwidthRay Kinsella2-0/+259
2021-11-02perfmon: added intel internal io pmu supportRay Kinsella2-9/+82
2021-11-02vlib: retrieve the root bus of a given pci deviceRay Kinsella3-3/+70
2021-11-02vlib: add format pci link portRay Kinsella2-0/+14
2021-11-02vlib: allocate pci product_name with vec_allocRay Kinsella1-1/+1
2021-11-02vppinfra: initial RISC-V supportDamjan Marion4-1/+65
2021-11-02interface: avoid dependency on crc32 for eth handoffFlorin Coras3-21/+32
2021-11-02ip: fix build without vector unitDamjan Marion1-0/+13
2021-11-02classify: fix build on systems without crc32f and vector unitDamjan Marion1-2/+6
2021-11-02flowprobe: missing headerDamjan Marion1-0/+1
2021-11-02build: clang-13 supportDamjan Marion3-2/+3
2021-11-02l2: fix outside array bounds errorsDamjan Marion2-2/+2
2021-11-02lisp: fix outside array boundsDamjan Marion1-1/+1
2021-11-02vppinfra: add CLIB_ASSUME() macroDamjan Marion1-0/+7
2021-11-02tcp: fix uninitializad valueDamjan Marion1-1/+1
2021-11-02vppinfra: fix calljmp testDamjan Marion1-14/+12
2021-11-02hash: check if crc32c is availableDamjan Marion1-0/+4
2021-10-31ipsec: silence gcc-11 parentheses warningDamjan Marion1-1/+1
2021-10-31interface: handoff refactor and optimizationsFlorin Coras6-65/+171
2021-10-30build: add missing fib headers in packagesBenoît Ganne2-0/+9
2021-10-30nat: fix coverity warningKlement Sekera1-1/+1
2021-10-29policer: fix coverity warning/NULL dereferenceKlement Sekera1-2/+10
2021-10-29devices: default mode eth in the apiNathan Skrzypczak2-2/+4
2021-10-28interface: refactor interface output node in different processing levelsMohsin Kazmi1-13/+9
2021-10-28ip: improve csum fold on x86_64Damjan Marion1-1/+15
2021-10-28vrrp: fix coverity warning/NULL dereferenceKlement Sekera1-4/+25
2021-10-28tap: handle null namespace and bridge correctlyMatthew Smith1-2/+4
2021-10-28vppinfra: A bitmap copy functionNeale Ranns1-0/+18
2021-10-28perfmon: fix coverity warningKlement Sekera1-0/+8
2021-10-28ioam: fix coverity warning/NULL dereferenceKlement Sekera1-9/+12
2021-10-27devices: fix coverity warning/don't leak fdKlement Sekera1-1/+2
2021-10-27tcp: fix use of invalid local sw_if_indexFlorin Coras2-5/+6
2021-10-27vppinfra: improve clib_array_mask_u32Damjan Marion1-33/+52
2021-10-27vppinfra: use bzhi in pow2_mask when availableDamjan Marion1-0/+3
2021-10-27api: fix buffer overflow in vl_msg_replay_jsonBenoît Ganne1-0/+4
2021-10-26crypto: add barrier in crypto key addGabriel Oginski1-0/+12
2021-10-26perfmon: properly unmap mmapped pagesKlement Sekera1-1/+1
2021-10-25tcp: fix: TCP timewait port reuse rfc complianceMichal Kalderon2-4/+84
2021-10-25bier: Disposition paths don't set the next-hopNeale Ranns1-14/+9
2021-10-23arp: fix for source address selectionEd Warnicke1-1/+1