aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-23tcp: fix endpoint lookup failed caused by key uninitializedMercury1-0/+1
2021-12-23session svm: track fs and seg manager index in fsFlorin Coras4-42/+27
2021-12-22vppinfra: add format_u64_bitmap functionDamjan Marion2-0/+34
2021-12-22session: fix segment alloc/free worker raceFlorin Coras2-70/+119
2021-12-22vppinfra: add bihash 12_4 templateDamjan Marion2-0/+85
2021-12-22vppinfra: fix map_lock issueliuyacan1-2/+2
2021-12-22memif: refactor descriptor handling in the input nodeDamjan Marion3-184/+446
2021-12-22vlib: null terminate elog stringDamjan Marion1-1/+1
2021-12-21hsi: host stack intercept pluginFlorin Coras6-0/+458
2021-12-21tls: don't add listen to lookup tableFilip Tehlar1-0/+1
2021-12-21fib: MPLS EOS chains built for attached prefixes should link to a lookup DPONeale Ranns10-66/+84
2021-12-20vrrp:fix vrrp vr delete case memory leakjinsh1-0/+1
2021-12-20session: ignore rpc in fifo event lookupsFlorin Coras1-10/+0
2021-12-20session: improve sh segment-manager cliFlorin Coras2-67/+87
2021-12-20ip: SVR fix race conditionKlement Sekera2-2/+14
2021-12-19fib: Incorrect logic for IPv6 link-local attached export.Neale Ranns1-1/+1
2021-12-18bfd: fix NULL dereference in bfd_api_verify_commonFrédéric Perrin1-1/+1
2021-12-17vppinfra: missing __clib_exportbenker1-1/+1
2021-12-16session: app mq congestion detectionFlorin Coras3-266/+349
2021-12-16vppinfra: clang doesn't know about attribute nocloneDamjan Marion1-0/+4
2021-12-16ip: add tests for message size verificationKlement Sekera1-5/+24
2021-12-16af_xdp: mark API as stableBenoît Ganne1-6/+1
2021-12-16vppinfra: fix clib_fifo_elt_at_indexFlorin Coras1-1/+1
2021-12-16af_xdp: bump libbpf version to 0.5Benoît Ganne1-2/+2
2021-12-16api: Fix reaper functions for socket clientsNeale Ranns1-1/+2
2021-12-15vppinfra: toeplitz hash four in parallelDamjan Marion6-76/+622
2021-12-14virtio: integrate with new tx infraMohsin Kazmi11-58/+251
2021-12-14vppinfra: toeplitz hashDamjan Marion5-0/+704
2021-12-14vppinfra: display cpu frequency in test_vector_funcs perf testDamjan Marion2-8/+24
2021-12-14interface: Add interface monitor cliNathan Skrzypczak4-0/+141