Age | Commit message (Expand) | Author | Files | Lines |
2020-10-02 | nat: add dummy nat_ha_resync() to avoid missing symbol errors |  Damjan Marion | 1 | -0/+7 |
2020-10-02 | ip: Fix unformat_ip_prefix |  Nathan Skrzypczak | 2 | -2/+8 |
2020-10-02 | ikev2: fix leaking pending INIT requests |  Filip Tehlar | 1 | -0/+16 |
2020-10-02 | vppinfra: Function to check if a bihash has been initialised |  Neale Ranns | 2 | -0/+7 |
2020-10-02 | dpdk: split PCI blacklist rte_eal args from startup.conf |  Vladimir Ratnikov | 1 | -2/+3 |
2020-10-02 | ikev2: fix cli memory leak |  Benoît Ganne | 1 | -30/+40 |
2020-10-02 | vppinfra: fix legacy huge pages creation for default size |  Benoît Ganne | 1 | -1/+14 |
2020-10-01 | misc: allow disabling of ipfix exporter via api |  Alexander Chernavin | 1 | -7/+1 |
2020-10-01 | vlib: fix line-mode cli memory leak |  Benoît Ganne | 1 | -0/+1 |
2020-10-01 | classify: Fix a couple bugs in 'pcap filter' command. |  Jon Loeliger | 1 | -12/+12 |
2020-10-01 | svm: simplify memfd client segment mapping |  Florin Coras | 3 | -71/+15 |
2020-09-30 | ikev2: fix issue when decrypting packet with no keys |  Filip Tehlar | 1 | -1/+1 |
2020-10-01 | ikev2: refactor ikev2 node |  Filip Tehlar | 1 | -407/+359 |
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 | 7 | -274/+596 |
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 | 2 | -51/+15 |
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-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 | 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 |