Age | Commit message (Expand) | Author | Files | Lines |
2020-11-09 | session: remove support for shm bapi attachment | Florin Coras | 1 | -2/+0 |
2020-10-29 | session: fix ct cleanup before full establishement | Florin Coras | 1 | -2/+26 |
2020-10-26 | tcp: byte tracker fix | Ryujiro Shibuya | 1 | -0/+215 |
2020-10-23 | tcp: remove snd_una_max | Florin Coras | 1 | -8/+2 |
2020-10-21 | svm: fix fifo unit test | Benoît Ganne | 1 | -4/+6 |
2020-09-22 | lisp: Move to plugin | Neale Ranns | 2 | -1433/+0 |
2020-09-09 | tcp: fix the tcp unittest to work | Ryujiro Shibuya | 1 | -0/+2 |
2020-09-08 | svm session: document unsupported fifo deq combinations | Florin Coras | 1 | -5/+21 |
2020-09-01 | crypto-openssl: add chacha20-poly1305 to crypto-openssl | Artem Glazychev | 2 | -0/+158 |
2020-08-20 | tcp: track reorder with sacks | Florin Coras | 1 | -1/+5 |
2020-08-06 | misc: harmonize names | Dave Barach | 5 | -100/+101 |
2020-08-03 | unittest: add clib_count_equal_u8/16/32/64 tests | Benoît Ganne | 1 | -4/+100 |
2020-07-19 | unittest: keep ASAN happy for non-terminated string tests | Benoît Ganne | 1 | -0/+2 |
2020-07-13 | session: reduce verbosity on fifo alloc failure | Florin Coras | 1 | -3/+14 |
2020-05-25 | tcp: fix sack block validation on wrap | Florin Coras | 1 | -0/+26 |
2020-05-19 | vppinfra: refactor mpcap.h | Dave Barach | 1 | -1/+1 |
2020-05-04 | session: add option to preallocate fifo headers | Florin Coras | 1 | -1/+57 |
2020-05-04 | misc: binary api fuzz test fixes | Dave Barach | 2 | -0/+188 |
2020-04-28 | vppinfra: improve test coverage | Dave Barach | 2 | -0/+77 |
2020-04-22 | svm: asan: fix asan support | Benoît Ganne | 1 | -2/+2 |
2020-04-20 | svm: check if fifo free list index is valid on alloc | Florin Coras | 1 | -12/+29 |
2020-04-06 | session udp: shared local endpoints | Florin Coras | 1 | -1/+1 |
2020-04-04 | misc: strcpy be gone | Dave Barach | 1 | -1/+1 |
2020-04-03 | session: improve error reporting | Florin Coras | 2 | -11/+8 |
2020-04-02 | tcp: move features to separate files | Florin Coras | 1 | -0/+1 |
2020-03-17 | fib: Always install all routers mcast addresses | Neale Ranns | 2 | -5/+5 |
2020-03-17 | svm: fifo test | Ryujiro Shibuya | 1 | -0/+66 |
2020-03-17 | ip: ip_address_t uses ip46_address_t | Neale Ranns | 1 | -16/+16 |
2020-03-12 | vppinfra: refactor clib_timebase_t | Dave Barach | 1 | -1/+3 |
2020-02-29 | svm: fix slice locking on fifo alloc | Florin Coras | 1 | -1/+2 |
2020-02-26 | svm: support multi-chunk fifo chunk alloc | Florin Coras | 1 | -4/+4 |
2020-02-25 | unittest: Skip string test case for sizeof (src) > sizeof (dst) | Steven Luong | 1 | -4/+13 |
2020-02-25 | svm: minimal initial fifo | Florin Coras | 1 | -0/+2 |
2020-02-25 | session svm: tracking segment memory usage | Ryujiro Shibuya | 2 | -0/+758 |
2020-02-25 | svm: refactor fifo | Florin Coras | 1 | -799/+724 |
2020-02-25 | svm: refactor fifo chunk tracking | Florin Coras | 1 | -2/+12 |
2020-02-25 | vlib: Punt reason allocation listener enable/disable callback | Neale Ranns | 1 | -2/+4 |
2020-02-25 | crypto: fix coverity warnings | Filip Tehlar | 1 | -2/+3 |
2020-02-18 | crypto: add support for testing quad loops in crypto algos | Filip Tehlar | 5 | -97/+504 |
2020-02-12 | tcp: move connections to wrk ctx | Florin Coras | 1 | -11/+3 |
2020-02-11 | ipsec: add support for chained buffers | Filip Tehlar | 7 | -112/+399 |
2020-02-07 | svm: use default SVM address in fifo unit tests | Benoît Ganne | 1 | -1/+2 |
2020-01-14 | tcp: handle ack advancement with no holes and reneging | Florin Coras | 1 | -1/+35 |
2020-01-08 | tcp: fix last sacked with no holes | Florin Coras | 1 | -0/+44 |
2020-01-07 | tcp: fix duplicate sack whith reneging | Florin Coras | 1 | -11/+99 |
2019-12-24 | unittest: test_bihash call clib_time_init(...) | Dave Barach | 1 | -0/+1 |
2019-12-16 | vppinfra: bihash walk cb typedef and continue/stop controls | Neale Ranns | 1 | -1/+2 |
2019-12-12 | session svm: per thread fifo segment slices | Florin Coras | 2 | -13/+16 |
2019-12-09 | vlib: improve test coverage | Dave Barach | 1 | -1/+40 |
2019-12-04 | fib: Decouple source from priority and behaviour | Neale Ranns | 1 | -2/+5 |