Age | Commit message (Expand) | Author | Files | Lines |
2021-06-16 | vcl: basic support for epoll level-triggered evts |  Florin Coras | 2 | -6/+6 |
2021-06-16 | nat: test all intf addrs in is_interface_addr() |  Alexander Chernavin | 4 | -20/+42 |
2021-06-16 | nat: fix crash when translate unknown proto packets |  Alexander Chernavin | 2 | -4/+5 |
2021-06-14 | nsh: api cleanup |  Filip Tehlar | 2 | -174/+8 |
2021-06-11 | memif: fix crash with zero-copy slave |  Damjan Marion | 1 | -1/+1 |
2021-06-10 | memif: fix the spinlock and unlock issue. |  fangtong | 1 | -1/+2 |
2021-06-09 | cnat: fix spinlock |  Nathan Skrzypczak | 1 | -1/+4 |
2021-06-08 | vppinfra: pool_free_elts() now supports fixed-size pools |  Dave Barach | 2 | -0/+63 |
2021-06-07 | tls: change picotls plugin crypto module to accommodate new version picotls |  Simon Zhang | 2 | -3/+3 |
2021-06-04 | dpdk: silence coverity warning on use of uninitialized value |  pibr | 1 | -0/+1 |
2021-06-03 | linux-cp: use default adjacency |  Matthew Smith | 1 | -21/+16 |
2021-06-01 | srtp: cleanup build and default to disabled |  Florin Coras | 2 | -12/+1 |
2021-05-31 | nat: fix broken nat44-ed cli |  Ruslan Babayev | 2 | -10/+1 |
2021-05-29 | hsa: proxy listener support addition of fifo segments |  Florin Coras | 1 | -0/+1 |
2021-05-28 | tls: fix handling of failed accepts |  Florin Coras | 1 | -3/+12 |
2021-05-27 | dpdk: bump to 21.05 |  Fan Zhang | 2 | -12/+29 |
2021-05-26 | dpdk: fix missing symbol |  Fan Zhang | 3 | -11/+23 |
2021-05-26 | vppinfra: explicit blocking mode for sock connects |  Florin Coras | 1 | -2/+3 |
2021-05-26 | nat: add thread index assertions |  Klement Sekera | 4 | -0/+11 |
2021-05-26 | perfmon: revert raw column support |  Ray Kinsella | 3 | -30/+0 |
2021-05-25 | srtp: basic implementation based on libsrtp2 |  Florin Coras | 8 | -1/+1524 |
2021-05-25 | linux-cp: A V2 variant of pair create API that returns the host |  Neale Ranns | 5 | -22/+88 |
2021-05-25 | nat: report correct EI per-user session limit |  Matthew Smith | 2 | -3/+5 |
2021-05-25 | dpdk: disable DPDK iAVF interrupt support |  Mohammed Hawari | 1 | -2/+3 |
2021-05-22 | tls: prealloc chunks for dtls dgram enq |  Florin Coras | 2 | -3/+5 |
2021-05-21 | af_xdp: use desc offset on rx |  Benoît Ganne | 2 | -41/+26 |
2021-05-21 | af_xdp: refill rx rings when interface goes up |  Benoît Ganne | 3 | -9/+26 |
2021-05-21 | bfd: use vnet crypto |  Klement Sekera | 2 | -1/+5 |
2021-05-21 | af_xdp: workaround kernel race between poll() and sendmsg() |  Benoît Ganne | 10 | -86/+213 |
2021-05-21 | nat: add maximum configured sessions to stat segment |  Ole Troan | 2 | -0/+11 |
2021-05-21 | linux-cp: Add delegate to adjacencies |  Matthew Smith | 1 | -10/+74 |
2021-05-21 | quic: add extended vcl test |  Florin Coras | 1 | -1/+1 |
2021-05-21 | quic: fix timer update |  Florin Coras | 1 | -1/+3 |
2021-05-21 | quic: init crypto context on streams |  Florin Coras | 1 | -3/+2 |
2021-05-21 | quic: make sure aead crypto context matches quicly |  Florin Coras | 1 | -1/+2 |
2021-05-21 | memif: fix gcc-10 build error on arm platform |  Tianyu Li | 1 | -1/+1 |
2021-05-20 | memif: fix input node buffer prefetch |  Tianyu Li | 1 | -4/+4 |
2021-05-20 | hsa: test server incremental stats |  Florin Coras | 3 | -35/+71 |
2021-05-20 | tls svm: prealloc tcp fifo chunks before ssl write |  Florin Coras | 1 | -0/+7 |
2021-05-19 | tls: fix signed unsigned comparison |  Florin Coras | 1 | -2/+2 |
2021-05-19 | quic: fix memory leak & crash on connection delete |  Dave Wallace | 1 | -2/+8 |
2021-05-19 | memif: remove dead code |  Damjan Marion | 1 | -1/+1 |
2021-05-19 | avf: improve elogs |  Damjan Marion | 4 | -2/+227 |
2021-05-19 | vppinfra: add more llist macros |  Florin Coras | 1 | -25/+25 |
2021-05-19 | build: fix crypto_native compile flags check |  Damjan Marion | 1 | -2/+2 |
2021-05-19 | avf: tx queue sharing fixes and improvements |  Damjan Marion | 3 | -38/+36 |
2021-05-19 | avf: print stats in separate log class |  Damjan Marion | 3 | -6/+38 |
2021-05-17 | memif: remove unused code |  Damjan Marion | 1 | -46/+13 |
2021-05-17 | memif: remove duplicate code in tx |  Damjan Marion | 1 | -53/+39 |
2021-05-17 | memif: optimize zero-copy rx ring refill |  Damjan Marion | 2 | -65/+47 |