- 6197cb7 pg: A Tunnel mode variant of a pg interface by Neale Ranns · 3 years, 6 months ago
- 52c33d6 vlib: fix dangling reference in node_by_name hash by Dave Barach · 3 years, 6 months ago
- ba02641 session: fix listener ct transport retrieval on accept by Florin Coras · 3 years, 6 months ago
- 41a6fba tcp: fix proto in port reuse check by Florin Coras · 3 years, 6 months ago
- 6bd54ca session: half-open free only on main thread by Florin Coras · 3 years, 6 months ago
- 8758a94 gso: fix the gro re-ordering for packets with PSH by Mohsin Kazmi · 3 years, 7 months ago
- 3db2c67 docs: cleanup, remove stale material by Dave Barach · 3 years, 6 months ago
- 6195c83 memif: fix crash with zero-copy slave by Damjan Marion · 3 years, 6 months ago
- f1ddeeb vcl: touch fifo on epoll del only if session open by Florin Coras · 3 years, 6 months ago
- dc92159 memif: fix the spinlock and unlock issue. by fangtong · 3 years, 6 months ago
- 07d04f7 l2: fix vrrp prefix mac comparison by Tianyu Li · 3 years, 7 months ago
- 8afa5d3 cnat: fix spinlock by Nathan Skrzypczak · 3 years, 6 months ago
- e9d7b09 fib: make sure dpo is valid even when path pool expands by Benoît Ganne · 3 years, 6 months ago
- 9f10edb fib: make sure adj is valid during walk by Benoît Ganne · 3 years, 6 months ago
- 51d56ba ipsec: fix async crypto frame leak by Matthew Smith · 3 years, 6 months ago
- 4de5f9b vppinfra: pool_free_elts() now supports fixed-size pools by Dave Barach · 3 years, 6 months ago
- 0b0d28e vcl: accept zero length writes by Florin Coras · 3 years, 6 months ago
- 2336831 vcl: avoid multiple reads on peek by Florin Coras · 3 years, 6 months ago
- 778b318 tls: change picotls plugin crypto module to accommodate new version picotls by Simon Zhang · 3 years, 6 months ago
- 68d48d9 pg: Reduce the inclusion of pg.h by Neale Ranns · 3 years, 6 months ago
- 2645f68 vcl: epoll error handling fixes and improvements by Florin Coras · 3 years, 6 months ago
- e20d3c8 build: fix centos-8 cmake missing package dependency by Dave Wallace · 3 years, 6 months ago
- e631ece ipsec: fix crypto ops in esp decrypt by Benoît Ganne · 3 years, 7 months ago
- d838e53 dpdk: silence coverity warning on use of uninitialized value by pibr · 3 years, 6 months ago
- 0b65213 build: fix build error after make wipe by Tianyu Li · 3 years, 6 months ago
- dcd7e24 policer: fix vnet/policer cli <policer bind [unbind] name <name> <worker>> handle by jinshaohui · 3 years, 7 months ago
- 5f33d0d vcl: avoid updating errno on ldp init check by Florin Coras · 3 years, 6 months ago
- 18c17cb build: fix install-deps on centos-8 by Dave Wallace · 3 years, 6 months ago
- 324d161 svm: release mem order for fifo chunk list CAS by Florin Coras · 3 years, 6 months ago
- 821b500 session: avoid ct connects loop by Florin Coras · 3 years, 6 months ago
- 67c90a3 session: lcl transport info on accept by Florin Coras · 3 years, 9 months ago
- 8dd0d75 linux-cp: use default adjacency by Matthew Smith · 3 years, 7 months ago
- c5e3a41 fib: fix flags updates when adding routes with a udp encap path by Arthur de Kerhor · 3 years, 7 months ago
- 9cfbd3b misc: bug fixes and improvements for stats Fuse fs by Arthur de Kerhor · 3 years, 9 months ago
- 2f64790 vcl: ldp placeholder for SO_LINGER by Florin Coras · 3 years, 6 months ago
- 427feb6 srtp: cleanup build and default to disabled by Florin Coras · 3 years, 7 months ago
- 7aeb647 udp: calculate inner checksums if needed before udp encap by Arthur de Kerhor · 3 years, 7 months ago
- 90f7008 nat: fix broken nat44-ed cli by Ruslan Babayev · 3 years, 7 months ago
- 64d20e7 interface: fix vnet_sw_interface_update_unnumbered by Dave Barach · 3 years, 7 months ago
- 71ee375 tls: fix handling of failed connects by Florin Coras · 3 years, 7 months ago
- 8a6f5d3 udp: add udp decapsulation by Arthur de Kerhor · 3 years, 7 months ago
- b740fdc hsa: proxy listener support addition of fifo segments by Florin Coras · 3 years, 7 months ago
- b6fe52f tls: fix handling of failed accepts by Florin Coras · 3 years, 7 months ago
- 5c52091 svm: fix inadequate atomic load for chunk mgr by Dave Wallace · 3 years, 7 months ago
- d63360c build: bash set in ./configure by Damjan Marion · 3 years, 7 months ago
- 79e087f gso: fix the error handling by Mohsin Kazmi · 3 years, 7 months ago
- c0d9ca7 vlib: handoff rework by Damjan Marion · 3 years, 7 months ago
- 7cf80af build: kindly ask python not to polute src/ by Damjan Marion · 3 years, 7 months ago
- 9303b10 dpdk: bump to 21.05 by Fan Zhang · 3 years, 7 months ago
- 005605f interface: add tx-queue cli support for new tx infra by Mohsin Kazmi · 3 years, 7 months ago
- dfef64b ip: allow the 'ip6 enable' on tunnel interface types by Neale Ranns · 3 years, 7 months ago
- 3f3da0d dpdk: fix missing symbol by Fan Zhang · 3 years, 7 months ago
- 57e0af9 vppinfra: explicit blocking mode for sock connects by Florin Coras · 3 years, 7 months ago
- 46cb4c4 tests: Fix 'test-wipe' by Neale Ranns · 3 years, 7 months ago
- 91d6a94 misc: Initial 21.10-rc0 commit by Andrew Yourtchenko · 3 years, 7 months ago v21.10-rc0
- 1372178 fib: During the mfib lookup set the unicast FIB index in the packet so that a uRPF check on a for-us packet is done in the correct VRF by Neale Ranns · 3 years, 7 months ago
- 457271d pg: revert exec file fixes by Ray Kinsella · 3 years, 7 months ago
- 2de7e96 nat: add thread index assertions by Klement Sekera · 3 years, 9 months ago
- 5fe9457 api: socket client connect set to blocking by Florin Coras · 3 years, 7 months ago
- 3fb978e vlib: revert exec cmd handle scripts with blank lines by Ray Kinsella · 3 years, 7 months ago
- dbf90d4 perfmon: revert raw column support by Ray Kinsella · 3 years, 7 months ago
- a2d6d35 tests: move vapi C/C++ test files into src/ by Damjan Marion · 3 years, 7 months ago
- 6621abf srtp: basic implementation based on libsrtp2 by Florin Coras · 4 years ago
- 6bb77de linux-cp: A V2 variant of pair create API that returns the host by Neale Ranns · 3 years, 7 months ago
- 01930f5 nat: report correct EI per-user session limit by Matthew Smith · 3 years, 7 months ago
- 0627481 dpdk: disable DPDK iAVF interrupt support by Mohammed Hawari · 3 years, 7 months ago
- 3755ac1 interface: show if tx queue is shared by Damjan Marion · 3 years, 7 months ago
- 623b8b0 tests: skip hoststack iperf3 cut thru test on aarch64 by Dave Wallace · 3 years, 7 months ago
- af07354 tls: prealloc chunks for dtls dgram enq by Florin Coras · 3 years, 7 months ago
- 0f27339 session: improve main thread connects rpc by Florin Coras · 3 years, 7 months ago
- d640ae5 stats: catch stat segment overrun in retry loop by Ole Troan · 3 years, 7 months ago
- 1a06e53 af_xdp: use desc offset on rx by Benoît Ganne · 3 years, 7 months ago
- 73b7122 af_xdp: refill rx rings when interface goes up by Benoît Ganne · 3 years, 7 months ago
- efd4d70 bfd: use vnet crypto by Klement Sekera · 3 years, 8 months ago
- a42c41b af_xdp: workaround kernel race between poll() and sendmsg() by Benoît Ganne · 3 years, 8 months ago
- 92a8d76 nat: add maximum configured sessions to stat segment by Ole Troan · 3 years, 7 months ago
- 84b543d doxygen: fix doxygen tags by Dave Wallace · 3 years, 7 months ago
- 4ee17d8 tests: add role to VCLAppWorker by Dave Wallace · 3 years, 7 months ago
- e2353a7 linux-cp: Add delegate to adjacencies by Matthew Smith · 3 years, 7 months ago
- debb352 quic: add extended vcl test by Florin Coras · 3 years, 7 months ago
- 0131477 quic: fix timer update by Florin Coras · 3 years, 7 months ago
- 22a55e6 quic: init crypto context on streams by Florin Coras · 3 years, 7 months ago
- 0978ae8 quic: make sure aead crypto context matches quicly by Florin Coras · 3 years, 7 months ago
- 5606c82 ipsec: Default the IPSec interface MTU to 9000 by Neale Ranns · 3 years, 7 months ago
- 40c11e6 memif: fix gcc-10 build error on arm platform by Tianyu Li · 3 years, 7 months ago
- 94c7236 memif: fix input node buffer prefetch by Tianyu Li · 3 years, 7 months ago
- ae8d332 tests: don't buffer worker stdin/stdout by Dave Wallace · 3 years, 7 months ago
- ab755a3 bash: add set-quicly-ws function by Dave Wallace · 3 years, 7 months ago
- e6f89fb build: add .clang-tidy by Damjan Marion · 3 years, 7 months ago
- a0455ff gre: Walk IPv6 adjacencies during restack by Matthew Smith · 3 years, 7 months ago
- 733a26e hsa: test server incremental stats by Florin Coras · 3 years, 7 months ago
- e3c6a54 tls svm: prealloc tcp fifo chunks before ssl write by Florin Coras · 3 years, 7 months ago
- 05bc33c session: fix transport half-open cleanup call by Florin Coras · 3 years, 7 months ago
- 72afc4f tls: fix signed unsigned comparison by Florin Coras · 3 years, 7 months ago
- 7854588 bash: fix vpp-make-test -g option by Dave Wallace · 3 years, 7 months ago
- d064c59 quic: fix memory leak & crash on connection delete by Dave Wallace · 3 years, 7 months ago
- 46b8b1a session: cleanup event llist usage by Florin Coras · 3 years, 7 months ago
- 6e9964e memif: remove dead code by Damjan Marion · 3 years, 7 months ago
- 2e212c2 avf: improve elogs by Damjan Marion · 5 years ago
- fa3bd30 vppinfra: add more llist macros by Florin Coras · 3 years, 7 months ago