aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-08-08devices: af_packet, fix tx stall by retrying failed sendtoMohammed Hawari3-6/+24
2022-08-08wireguard: add dos mitigation supportAlexander Chernavin10-64/+224
2022-08-08ikev2: fix rekeying with multiple notify payloadsAtzm Watanabe1-5/+8
2022-08-05vnet: On rx-mode set, return error for an actual error.Wayne Morrison1-1/+6
2022-08-05vppapigen: make json in parallelNathan Skrzypczak5-100/+140
2022-08-04dpdk: enable interrupt support for vmxnet3Benoît Ganne1-0/+1
2022-08-04arping: validate am->interfaces before check addressGaoChX1-1/+2
2022-08-03wireguard: add processing of received cookie messagesAlexander Chernavin11-81/+308
2022-08-02ipsec: fix coverity warnings found in fast path implementationPiotr Bronowski2-14/+15
2022-07-29ip6-nd: fix ip6 ra cli issueTakanori Hirano1-2/+1
2022-07-28session: fix a crash when using unregistered transport protoFilip Tehlar2-1/+6
2022-07-28ip6-nd: copy mac address to wrong buffer current_dataliangrq1-0/+2
2022-07-26vppinfra: fix formatting of format_base10Pim van Pelt2-6/+8
2022-07-21linux-cp: fix endianess for autoendian methodsStanislav Zaikin1-9/+9
2022-07-20vcl: new vcl api to get detailed session errorsRadha krishna Saragadam3-0/+42
2022-07-19linux-cp: change namespace to netnsStanislav Zaikin2-33/+28
2022-07-19stats: add loops per second counter in the stats segment.Radha krishna Saragadam1-3/+15
2022-07-19session: increase retries to grab mq lockRadha krishna Saragadam1-1/+1
2022-07-19linux-cp: API downgrade due to namespace keywordMatthew Smith1-0/+5
2022-07-18dpdk: fix mlx5 dpdk init with no-multi-segTianyu Li1-1/+2
2022-07-15ipsec: fast path outbound policy matching implementation for ipv6Piotr Bronowski8-171/+227
2022-07-12quic: fix coverity warningFlorin Coras1-1/+2
2022-07-12perfmon: add Arm event bundlesZachary Leaf9-0/+874
2022-07-12perfmon: enable perfmon plugin for ArmZachary Leaf13-37/+659
2022-07-12perfmon: make less arch dependentZachary Leaf8-101/+161
2022-07-11wireguard: fix coverity warningsArtem Glazychev1-8/+8
2022-07-08dpdk: add ID for 4xxx QAT VFMatthew Smith1-3/+5
2022-07-06gre: fix returning the flags in the APIIvan Shvedunov1-0/+1
2022-07-06vppinfra: fix memory leak in sparse_vec_free()Sergey Matov1-1/+4
2022-07-06misc: pass NULL instead of 0 for pointer in variadic functionsAndreas Schultz5-18/+14
2022-07-01buffers: protect against bad thread indicesJon Loeliger1-0/+3
2022-06-30vcl: check if listener valid on disconnect cleanupFlorin Coras1-1/+2
2022-06-30vrrp: while delete vr can't delete multi virtual address.GaoChX1-1/+4
2022-06-30sr: SRv6 Path Tracing Sink node behaviorAhmed Abdelsalam1-0/+10
2022-06-29vlib: enqueue_to_next_with_aux implementationMohammed Hawari4-37/+233
2022-06-29classify: use 32 bits hashBenoît Ganne11-55/+54
2022-06-29sr: code refactor and style fixAhmed Abdelsalam2-15/+14
2022-06-29svm: check svm_msg_q_size_to_alloc successOfer Heifetz1-0/+3
2022-06-29sr: Add support for SRv6 Path Tracing InfrastructureAhmed Abdelsalam3-0/+349
2022-06-29hsa: reduce number of preallocated vcl test server sessionsFlorin Coras2-1/+2
2022-06-29tests: add ipsec flow performance unit testPiotr Bronowski1-0/+309
2022-06-29ipsec: show fast path flag in cliFan Zhang1-8/+27
2022-06-29ipsec: add fast path configuration parserPiotr Bronowski1-2/+19
2022-06-29ipsec: add spd fast path matchingPiotr Bronowski3-0/+584
2022-06-29ipsec: make match function inlinePiotr Bronowski2-145/+171
2022-06-29ipsec: add/delete ipsec fast path policyPiotr Bronowski6-59/+717
2022-06-28session: fix connected udp acceptsFlorin Coras1-0/+1
2022-06-28session quic: allow custom config of rx mqs seg sizeFlorin Coras1-2/+5
2022-06-28ipsec: introduce spd fast path typesPiotr Bronowski1-0/+63
2022-06-28ipsec: change wildcard value for any protocol of spd policyPiotr Bronowski8-58/+300