summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-01-09dpdk: port type code cleanupDamjan Marion3-93/+34
2022-01-09vppinfra: Check for NULL vec before the backwards iterationNeale Ranns1-4/+6
2022-01-09fib: multiple memory leaks upon deleting a VRF tableSteven Luong4-15/+25
2022-01-09dpdk: new mbuf flags in format functionDamjan Marion1-26/+26
2022-01-08dpdk: new flags formatDamjan Marion4-30/+64
2022-01-07tcp: fix cubic cwnd accumulate use of bytes ackedFlorin Coras1-1/+1
2022-01-07bonding: memory leak on parsing bad CLI commandSteven Luong1-4/+10
2022-01-07vmxnet3: memory leak on parsing bad CLI commandSteven Luong1-3/+5
2022-01-07ethernet: new interface registration functionDamjan Marion25-279/+211
2022-01-07dpdk: fix rx and tx descriptor configFlorin Coras1-0/+6
2022-01-06tcp: optimize newreno cong ack handlerFlorin Coras1-19/+20
2022-01-06tcp: update snd_congestion only during congestionFlorin Coras3-31/+14
2022-01-06tcp: mark lost first sack hole on timeoutFlorin Coras3-1/+27
2022-01-06tcp: handle start tx event in cubicFlorin Coras1-0/+18
2022-01-06tcp: always exit recovery if not in fastrecoveryFlorin Coras1-3/+3
2022-01-06tcp: exit retransmit before processing feedbackFlorin Coras1-21/+17
2022-01-06tcp: use bytes delivered to compute cwndFlorin Coras3-7/+9
2022-01-06tcp: cast timer ticks to u32Florin Coras3-7/+8
2022-01-06dpdk: cleanup MTU handlingDamjan Marion3-99/+31
2022-01-06dpdk: port type from speed_capa bitmap on Cisco VICDamjan Marion1-35/+1
2022-01-06tap: add num_tx_queues APINathan Skrzypczak6-5/+182
2022-01-05dpdk: remove unused definesDamjan Marion1-7/+0
2022-01-05dpdk: no need to copy default tx confDamjan Marion3-6/+2
2022-01-05dpdk: improve checksum computationFlorin Coras2-3/+26
2022-01-05interface: refactor interface capabilities codeDamjan Marion23-156/+212
2022-01-05dpdk: move port config to single structDamjan Marion7-220/+207
2022-01-05vppinfra: few bitops inlinesDamjan Marion1-0/+26
2022-01-05dpdk: remove unused flagDamjan Marion6-132/+91
2022-01-05srv6-mobile: Update GTP4/6.D functionTetsuya Murakami10-1204/+1556
2022-01-05dpdk: keep buffer flags per-deviceDamjan Marion4-15/+7
2022-01-05dpdk: remove unused logging classDamjan Marion2-2/+0
2022-01-05dpdk: remove vlan-strip offload codeFilip Varga3-62/+0
2022-01-05crypto: encrypt/decrypt queues sw_schedulerJakub Wysocki8-270/+391
2022-01-05dpdk: remove "convenience" varsDamjan Marion8-39/+29
2022-01-05wireguard: fix 'wireguard add peer' cli behaviorMiroslav Miklus1-6/+6
2022-01-05ipsec: allow registering random ports in testsArthur de Kerhor2-30/+47
2022-01-04nsim: cli improvementsFlorin Coras2-14/+56
2022-01-04nat: remove nat44-ed relation between SM and addrFilip Varga6-555/+436
2022-01-04nat: nat44-ed pool address allocation improvementFilip Varga4-58/+289
2022-01-03vrrp: fix support for VRs in different FIBsMatthew Smith1-15/+13
2022-01-01vppinfra: fix bitmap can't get correct next clear indexjiangxiaoming1-2/+1
2021-12-31fib: Refetech the adj after the walk in case the pool realloc'dNeale Ranns1-1/+1
2021-12-31misc: Remove the unused GBP fields from the buffer meta-dataNeale Ranns3-15/+1
2021-12-31vlib: remove external thread management supportDamjan Marion8-232/+19
2021-12-30svm: merge want deq and leq threshold notificationsFlorin Coras2-20/+8
2021-12-29http_static: Fix timeout on large filesMichal Kalderon1-3/+19
2021-12-29svm: Add support for thresh dequeue notificationMichal Kalderon2-2/+24
2021-12-26tcp: set sw_if_index in tcp src-address cliMercury1-2/+2
2021-12-24ip: remove archaic vector code from mtrieDamjan Marion2-86/+12
2021-12-24vlib: introduce vlib frame aux dataDamjan Marion6-117/+122