Age | Commit message (Expand) | Author | Files | Lines |
2020-09-30 | session: init size and watermarks on all seg managers |  Florin Coras | 4 | -10/+22 |
2020-09-30 | svm: harmonize ssvm names |  Florin Coras | 7 | -62/+61 |
2020-09-30 | vpp: update 'show bihash' command |  Damjan Marion | 3 | -65/+19 |
2020-09-30 | ikev2: better packet parsing functions |  Filip Tehlar | 8 | -274/+620 |
2020-09-30 | ikev2: show IKE SA command improvements |  Filip Tehlar | 1 | -95/+169 |
2020-09-30 | vppinfra: use heap to store bihash data |  Damjan Marion | 7 | -25/+196 |
2020-09-30 | svm session: use new clib mem apis for segments |  Florin Coras | 7 | -61/+91 |
2020-09-30 | avf: check duplicate pci address upon create interface |  Steven Luong | 1 | -0/+13 |
2020-09-30 | wireguard: fix udp-port registration |  Artem Glazychev | 2 | -3/+10 |
2020-09-29 | svm: fix max fifo size |  Florin Coras | 1 | -1/+1 |
2020-09-29 | hsa: fix coverity warning |  Florin Coras | 1 | -3/+4 |
2020-09-29 | ikev2: fix false positive NAT detection |  Filip Tehlar | 1 | -18/+13 |
2020-09-29 | virtio: fix modern device queue notify |  Mohsin Kazmi | 5 | -22/+53 |
2020-09-29 | vcl svm: provide apps access to fifo chunks |  Florin Coras | 6 | -60/+78 |
2020-09-29 | wireguard: fix license headers |  Artem Glazychev | 13 | -2/+25 |
2020-09-29 | wireguard: fix indents |  Artem Glazychev | 1 | -21/+35 |
2020-09-29 | wireguard: readme fix |  Artem Glazychev | 1 | -36/+17 |
2020-09-29 | dpdk: fix compile |  Fan Zhang | 3 | -52/+18 |
2020-09-29 | avf: validate queue size config |  Steven Luong | 3 | -13/+52 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code |  Damjan Marion | 27 | -169/+103 |
2020-09-28 | ikev2: fix memory leaks |  Benoît Ganne | 2 | -3/+21 |
2020-09-28 | virtio: add packet buffering on tx |  Mohsin Kazmi | 13 | -16/+392 |
2020-09-28 | classify: use clib_crc32c on supporting uarch |  Ray Kinsella | 1 | -0/+5 |
2020-09-28 | classify: preformance improvements in classifiers |  Ray Kinsella | 1 | -285/+649 |
2020-09-28 | api: remove clib_mem_init from vppapiclient contructor |  Ole Troan | 3 | -25/+23 |
2020-09-28 | quic: Fix protip #47 / unformat (input_line) |  Nathan Skrzypczak | 1 | -19/+41 |
2020-09-28 | virtio: fix the gro enable/disable on tx-vrings |  Mohsin Kazmi | 5 | -23/+39 |
2020-09-27 | cnat: fix cnat_translation_cli_add_del |  Dave Barach | 1 | -12/+24 |
2020-09-27 | cnat: fix session scanner restart point |  Dave Barach | 1 | -1/+1 |
2020-09-26 | build: remove OS distros which are EOL |  Dave Wallace | 1 | -11/+0 |
2020-09-25 | cnat: Add DHCP support |  Nathan Skrzypczak | 11 | -109/+716 |
2020-09-25 | cnat: Introduce parametric source policy |  Nathan Skrzypczak | 13 | -244/+445 |
2020-09-25 | cnat: Add support for SNat ICMP |  Nathan Skrzypczak | 7 | -143/+461 |
2020-09-25 | cnat: Ip ICMP error support |  Nathan Skrzypczak | 6 | -165/+557 |
2020-09-25 | docs: fix typo in bihash clib_bihash_search() documentation |  Jon Loeliger | 1 | -2/+2 |
2020-09-25 | vppinfra: dont complain about linux-vdso.so.1 |  Dave Barach | 1 | -1/+7 |
2020-09-25 | vppinfra session: file platform independent private data |  Florin Coras | 3 | -6/+6 |
2020-09-25 | bfd: add missing unlock |  Klement Sekera | 1 | -0/+1 |
2020-09-25 | vppinfra: add clib_mem_set_numa_affinity() |  Damjan Marion | 2 | -8/+60 |
2020-09-24 | virtio: refactor tx trace |  Mohsin Kazmi | 1 | -33/+37 |
2020-09-24 | wireguard: coverity fix |  Artem Glazychev | 1 | -1/+1 |
2020-09-24 | vlib: fix the last error |  Mohsin Kazmi | 1 | -1/+2 |
2020-09-24 | build: fix missing openssl package on debian-10 |  Dave Wallace | 1 | -0/+1 |
2020-09-24 | session tcp udp tls quic: improve cli formatting |  Florin Coras | 8 | -17/+28 |
2020-09-23 | session: fix sapi coverity warning |  Florin Coras | 1 | -0/+2 |
2020-09-23 | build: fix fts.py to run on debian-9/python3.5 |  Dave Wallace | 1 | -15/+16 |
2020-09-23 | ip: use main heap for mtrie, part 2 (remove args) |  Damjan Marion | 2 | -32/+0 |
2020-09-23 | lldp: fix format string for hw->name |  Vladimir Isaev | 1 | -3/+3 |
2020-09-23 | cnat: Disable default scanner process |  Nathan Skrzypczak | 8 | -24/+120 |
2020-09-23 | wireguard: add handoff node |  Artem Glazychev | 18 | -448/+889 |