Age | Commit message (Expand) | Author | Files | Lines |
2020-12-30 | svm: fifo segment sptr for fifo hdr free list | Florin Coras | 1 | -3/+3 |
2020-12-29 | svm: allow mq attachments at random offsets | Florin Coras | 1 | -11/+14 |
2020-12-26 | svm: change fifo pointers to offsets | Florin Coras | 2 | -11/+12 |
2020-12-24 | svm: split fifo into private and shared structs | Florin Coras | 3 | -50/+50 |
2020-12-23 | vppinfra: mem bulk test | Florin Coras | 2 | -0/+146 |
2020-12-23 | svm: separate private from shared fifo segment ptrs | Florin Coras | 1 | -6/+13 |
2020-12-23 | svm: remove fifo segment heap | Florin Coras | 2 | -21/+16 |
2020-12-11 | fib: Remove unused BIER variables | Neale Ranns | 1 | -3/+0 |
2020-12-08 | fib: Source Address Selection | Neale Ranns | 1 | -6/+8 |
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 |