aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-06-23ipsec: manually binding an SA to a workerMaxime Peim6-6/+272
2023-06-23fib: walk over adj glean per tableStanislav Zaikin1-24/+33
2023-06-22tcp: add simple stats collectorFlorin Coras2-0/+51
2023-06-22tests docs: fix lcov code coverage report generationDave Wallace2-11/+1
2023-06-22tcp: options support into pgMaxime Peim2-58/+210
2023-06-21session: mark half-open transport closed on ntfFlorin Coras1-3/+3
2023-06-21af_xdp: fix chained buffer free on failureBenoît Ganne1-1/+1
2023-06-20vcl: fix epoll lt coverity warningFlorin Coras1-3/+3
2023-06-19dpdk-cryptodev: enq/deq scheme reworkPiotr Bronowski4-223/+210
2023-06-16vcl: no hup events in lt mode if session not epolledFlorin Coras1-24/+38
2023-06-14vcl: fix debug logging of mapped segmentsFlorin Coras2-2/+2
2023-06-14af_xdp: linearize buffer chains before TXShmuel Hazan1-0/+20
2023-06-13vppapigen: fix crash with autoendian arraysDave Wallace2-11/+64
2023-06-13dpdk-cryptodev: introduce sw_ringPiotr Bronowski2-0/+66
2023-06-13af_xdp: set frame_no_append flagArtem Glazychev1-0/+1
2023-06-08tcp: cleanup next nodes and drop logicFlorin Coras2-136/+60
2023-06-08svm: convert fifo want_deq_ntf ops to atomicsFlorin Coras1-11/+42
2023-06-08af_xdp: make sure all packets are transmittedBenoît Ganne2-7/+12
2023-06-08crypto: use fixed crypto frame poolgaoginskx7-8/+46
2023-06-08af_xdp: remove the previous program before loading a new oneArtem Glazychev1-1/+2
2023-06-06vcl: fix epoll ctl frequent deq ntf requestsFlorin Coras1-18/+30
2023-06-06misc: fix the license headerMohsin Kazmi3-30/+0
2023-06-05vcl: avoid duplicate tx events with epoll ltFlorin Coras1-1/+2
2023-06-05udp: improve port validity checkBenoît Ganne2-13/+14
2023-06-05linux-cp: Fix add vs update on routesPim van Pelt3-58/+69
2023-06-02vcl: refactor want deq ntf checks for null fifosFlorin Coras2-29/+28
2023-06-02session: cleanup cless listeners from session lookupFlorin Coras1-1/+8
2023-06-02wireguard: add support for chained buffersAlexander Chernavin3-79/+353
2023-06-02api: nat44_ed - Mark old message versions as deprecatedOndrej Fabry1-0/+10
2023-06-01crypto: make crypto-dispatch node working in adaptive modeXiaoming Jiang12-232/+33
2023-05-31fib: fix memory leak in fib_attached_export_purgeStanislav Zaikin1-0/+1
2023-05-30misc: fix tracedump APIMaxime Peim1-1/+2
2023-05-30virtio: fix the packet buffering initialization orderMohsin Kazmi2-11/+21
2023-05-29ipsec: fix ipsec_set_next_index set with wrong sa index when async frame comm...Xiaoming Jiang3-27/+39
2023-05-27vppinfra: add bit_extract_u32 and bit_extract_u64Damjan Marion1-0/+42
2023-05-27vlib: add vlib_log_is_enabledDamjan Marion2-20/+34
2023-05-26linux-cp: update adjs for subifs too when mac changesAlexander Chernavin1-4/+21
2023-05-26tls: fix memory leak when client/server init errorXiaoming Jiang1-2/+18
2023-05-25udp: fix local port reuse checkFlorin Coras1-2/+4
2023-05-24hash: add hash documentationMohsin Kazmi1-0/+90
2023-05-23vcl: avoid reusing user provided events in lt modeFlorin Coras1-4/+6
2023-05-23misc: fix tracedump API to match CLI behaviorMaxime Peim3-4/+227
2023-05-23bufmon: ptd should be alloced in main threadXiaoming Jiang1-1/+2
2023-05-22teib: fix nh-table-idStanislav Zaikin1-41/+38
2023-05-21mpls: implement state change callbacksAdrian Pistol2-5/+37
2023-05-21ip-neighbor: fix aged neighbor probeSergio Gonzalez Monroy1-2/+2
2023-05-20hsa: add an option to configure ns in http cliFilip Tehlar1-1/+16
2023-05-19stats: fix memory leak in stat_segment_dump_r()Duncan Eastoe1-0/+2
2023-05-19fib: fix load-balance and replicate dpos buckets overflowBenoît Ganne5-53/+132
2023-05-19dpdk: fix compatibility with DPDK < 21.11Andrew Ying2-2/+1