Age | Commit message (Expand) | Author | Files | Lines |
2022-05-26 | ip: reassembly - pacing reassembly timeouts for v6 | Vijayabhaskar Katamreddy | 1 | -9/+35 |
2022-05-25 | docs: update spelling word list and fix typos | Dave Wallace | 1 | -5/+5 |
2022-05-24 | devices: add af-packet v3 api | Mohsin Kazmi | 2 | -0/+114 |
2022-05-24 | flow: support generic flow and RSS action in vapi | Ting Xu | 4 | -3/+232 |
2022-05-24 | vppinfra: fix memory trace | Leung Lai Yung | 1 | -0/+5 |
2022-05-24 | vlib: implement aux data handoff | Mohammed Hawari | 7 | -19/+128 |
2022-05-24 | api: start enum values from 0 | Filip Varga | 1 | -1/+1 |
2022-05-23 | dpdk: fix update link state | Alexander Skorichenko | 1 | -18/+13 |
2022-05-23 | linux-cp: fix display of link_speed | Anton Nikolaev | 1 | -1/+2 |
2022-05-23 | ip: reassembly - fixing stepping index in a better way | Vijayabhaskar Katamreddy | 2 | -18/+13 |
2022-05-23 | ip: reassembly - adding custom reassembly node | Vijayabhaskar Katamreddy | 1 | -13/+75 |
2022-05-20 | virtio: use the internal hdr offsets of buffer metadata for offloads | Mohsin Kazmi | 2 | -39/+23 |
2022-05-19 | api: refactor api data storage | Damjan Marion | 25 | -293/+258 |
2022-05-19 | ikev2: fix tunnel direction | Stanislav Zaikin | 1 | -4/+4 |
2022-05-19 | ip: reassembly - pacing reassembly timeouts | Vijayabhaskar Katamreddy | 2 | -9/+45 |
2022-05-19 | stats: fix collector updates of symlinks | Arthur de Kerhor | 1 | -3/+9 |
2022-05-19 | ip: reassembly - increasing the nbuckets for reass | Vijayabhaskar Katamreddy | 2 | -47/+84 |
2022-05-18 | vppinfra: fix non-vector build on x86_64 | Damjan Marion | 1 | -1/+3 |
2022-05-18 | ip: reassembly - increasing the nbuckets for reass | Vijayabhaskar Katamreddy | 2 | -2/+6 |
2022-05-17 | interface: fix overflow of link speed. | Anton Nikolaev | 4 | -8/+13 |
2022-05-16 | acl: memory leak in acl_fa_session_cleaner_process | Steven Luong | 1 | -0/+1 |
2022-05-16 | flowprobe: add api messages to obtain current state | Alexander Chernavin | 3 | -6/+383 |
2022-05-16 | ip: format table ids with %u | Nathan Skrzypczak | 1 | -2/+2 |
2022-05-16 | vlib: exec cli line-by-line processing and script updates | Damjan Marion | 56 | -1153/+1145 |
2022-05-14 | session: revert "fix session cli maybe parse wrong args if executed in files" | Damjan Marion | 3 | -79/+27 |
2022-05-13 | vlib: process startup config exec scripts line by line | Damjan Marion | 4 | -2/+73 |
2022-05-13 | dpdk: fix overflow in mtu arithmetic | Mohammed Hawari | 2 | -2/+2 |
2022-05-13 | ip: reassembly - Fixing buffer leaks, corruption | Vijayabhaskar Katamreddy | 1 | -50/+126 |
2022-05-13 | flowprobe: add support for reporting on inbound packets | Alexander Chernavin | 7 | -91/+441 |
2022-05-12 | pnat: add support to wildcard IP Protocol field if not specified | Fahad Naeem | 4 | -4/+39 |
2022-05-11 | api: revert the changes to atexit for shared memory client | Andrew Yourtchenko | 1 | -1/+1 |
2022-05-11 | dpdk: clear the RTE_MEMPOOL_F_NON_IO | Mohammed Hawari | 1 | -0/+3 |
2022-05-10 | tests: replace pycodestyle with black | Klement Sekera | 43 | -3989/+4955 |
2022-05-10 | nat: improve icmp type detection performance | Klement Sekera | 1 | -12/+10 |
2022-05-10 | ip: reassembly: add documentation | Klement Sekera | 1 | -0/+221 |
2022-05-10 | ip: fix buffer leaks in reassembly | Klement Sekera | 2 | -29/+32 |
2022-05-09 | vhost: memory leak upon deleting vhost-user interface | Steven Luong | 1 | -3/+1 |
2022-05-08 | devices: fix crash on invalid interface | Gabriel Ganne | 1 | -2/+5 |
2022-05-06 | session: fix session cli maybe parse wrong args if executed in files | Xiaoming Jiang | 3 | -29/+69 |
2022-05-06 | stats: add vlib_stats_free_string_vector | Damjan Marion | 2 | -0/+8 |
2022-05-06 | vppinfra: free vector against its heap | Damjan Marion | 1 | -1/+1 |
2022-05-06 | stats: strings in string vector are c strings | Damjan Marion | 1 | -0/+1 |
2022-05-05 | rdma: two small improvements for rdma interface | Jieqiang Wang | 2 | -5/+5 |
2022-05-05 | vat2: fix argument parsing | Dave Wallace | 1 | -20/+19 |
2022-05-05 | policer: output interface policer | Stanislav Zaikin | 5 | -24/+140 |
2022-05-05 | udp: remove buggy assert in udp encap | Benoît Ganne | 1 | -2/+0 |
2022-05-04 | tls: free app session if connect notify refused | Florin Coras | 1 | -2/+2 |
2022-05-04 | vhost: use_custom_mac set in create_vhost_user_if_v2 | Fahad Naeem | 1 | -0/+1 |
2022-05-03 | ipsec: support per next-header next-nodes | Benoît Ganne | 3 | -36/+100 |
2022-05-02 | vapi: support api clients within vpp process | Ole Troan | 8 | -58/+653 |