Age | Commit message (Expand) | Author | Files | Lines |
2020-10-06 | vppinfra: add heap header in front of dlmalloc space | Damjan Marion | 12 | -209/+229 |
2020-10-06 | misc: add xxx_not_inline | Dave Barach | 5 | -3/+23 |
2020-10-06 | feature: Add packet trace API | Jon Loeliger | 14 | -47/+1240 |
2020-10-05 | vppinfra: address sanitizer: do not instrument dlmalloc internals | Benoît Ganne | 1 | -0/+1 |
2020-10-05 | ikev2: support ipv6 traffic selectors & overlay | Filip Tehlar | 11 | -380/+695 |
2020-10-05 | ipsec: Use bihash for tunnel lookup | Neale Ranns | 8 | -123/+282 |
2020-10-02 | lldp: set interface MAC address when enabled | Klement Sekera | 3 | -10/+28 |
2020-10-02 | vlib: always replace bootstrap vlib_mains | Dave Barach | 1 | -8/+7 |
2020-10-02 | vppinfra: use clib_mem_create_heap() to create numa heap(s) | Damjan Marion | 4 | -218/+5 |
2020-10-02 | memif: map shared memory with clib_mem_vm_map_shared(...) | Damjan Marion | 1 | -10/+25 |
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 |