aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-02-03ipsec: fix AES CBC IV generation (CVE-2022-46397)stable/2202BenoƮt Ganne3-29/+65
2022-06-15dpdk: improve rx burst count per loopFan Zhang1-4/+5
2022-06-09ipsec: fix vector after remove entry in spdGabriel Oginski1-1/+1
2022-04-25tls: do not overwrite config parameters if setOfer Heifetz1-2/+5
2022-03-30udp: fix inner packet checksum calculation in udp-encapMauro Sardara6-64/+137
2022-03-20tcp: update error counters in listen nodeFlorin Coras1-9/+7
2022-03-15memif: fix memif_process_desc indexingMauro Sardara1-4/+2
2022-03-15dpdk: fix program vlans on ixgbevfDzmitry Sautsa1-2/+7
2022-03-11memif: Fix underflowNathan Skrzypczak1-2/+2
2022-02-25vapi: Missing include file in vlib.api.vapi.hDave Wallace1-17/+17
2022-02-24build: export missing header files required by hicn_pluginDave Wallace1-0/+2
2022-02-23fib: fix mpls db label overflowDmitry Valter1-1/+1
2022-02-22vnet: add set_max_frame_size callbacks for several interfacesArtem Glazychev3-0/+27
2022-02-22lisp: fix ip and udp checksum computationFlorin Coras1-7/+0
2022-02-18vxlan: crash on assigning IP address to interfaceEd Warnicke2-8/+6
2022-02-17dpdk: enable scatter on Rx for net/enaakolechk1-1/+0
2022-02-16ipfix-export: pass ipv4 addr to format fn for showPaul Atkins1-3/+4
2022-01-25wireguard: fix passing argumentv22.02-rc2Gabriel Oginski1-1/+1
2022-01-25dpdk-cryptodev: add support chacha20-poly1305Gabriel Oginski4-6/+44
2022-01-25wireguard: add async mode for decryption packetsGabriel Oginski5-217/+445
2022-01-25wireguard: add async mode for encryption packetsGabriel Oginski11-107/+616
2022-01-24wireguard: add burst modeGabriel Oginski7-181/+538
2022-01-18dpdk: limit number of TX queues to max supportedDamjan Marion1-3/+17
2022-01-18vlib: allow bigger scalar data sizeDamjan Marion1-1/+2
2022-01-18misc: fix coverity warningsDave Barach2-1/+7
2022-01-18linux-cp: fix possible null derefPim van Pelt1-0/+2
2022-01-18virtio: remove admin-up flag during interface creationMohsin Kazmi2-4/+0
2022-01-18srv6-mobile: Fix the coverity issueTetsuya Murakami1-2/+2
2022-01-18vnet: distinguish between max_frame_size and MTUDamjan Marion17-106/+148
2022-01-17ipsec: IPSec interface correct drop w/ no protectionNeale Ranns3-8/+19
2022-01-17interface: improve MTU handlingDamjan Marion8-47/+98
2022-01-17vnet: introduce vnet_error()Damjan Marion9-175/+259
2022-01-16vppinfra: bitops cleanupDamjan Marion10-145/+56
2022-01-15mactime: fix memory leakDave Barach1-1/+2
2022-01-14dpdk: refactor device setupDamjan Marion7-540/+328
2022-01-14dpdk: fix burst function outputDamjan Marion1-3/+3
2022-01-12hsa: echo clients connect improvementsFlorin Coras2-19/+34
2022-01-12hsa: cleanup echo client appFlorin Coras2-228/+268
2022-01-12hsa: allow large segments for echo appsFlorin Coras2-36/+13
2022-01-12dpdk: bump to DPDK v21.11Damjan Marion5-17/+31
2022-01-12dpdk: improve loggingDamjan Marion3-10/+49
2022-01-12dpdk: update packet offload flagsDamjan Marion2-41/+89
2022-01-12session: pass tx buffers in bulk to transportsFlorin Coras6-22/+83
2022-01-12perfmon: skipping bundle messageRay Kinsella1-1/+1
2022-01-12dpdk: postpone updating runtime dataDamjan Marion1-1/+3
2022-01-12dpdk: use blunt force to skip irrelevant and confusing logsDamjan Marion1-1/+13
2022-01-12dpdk: always display burst function nameDamjan Marion1-12/+10
2022-01-12ip: coverity illegal access in ip6_ext_header_walkOle Troan1-9/+2
2022-01-12dpdk-cryptodev: run dequeue again in case of interrupt mode being usedDastin Wilski1-0/+6
2022-01-12crypto: omit loop iterationDastin Wilski1-4/+6