Age | Commit message (Expand) | Author | Files | Lines |
2022-03-18 | vppinfra: use stored vec header size to find header |  Damjan Marion | 11 | -81/+56 |
2022-03-18 | vppinfra: fixed pool from heap |  Damjan Marion | 2 | -89/+18 |
2022-03-18 | cnat: Fix conflicting rsession |  Nathan Skrzypczak | 4 | -39/+87 |
2022-03-18 | memif: fix rx/txqueue RC on connected |  Nathan Skrzypczak | 1 | -9/+12 |
2022-03-18 | ip: fix assert in ip4_ttl_inc |  Aloys Augustin | 1 | -1/+3 |
2022-03-18 | bfd: remove source IP check from session add |  Klement Sekera | 1 | -55/+0 |
2022-03-17 | vlib: fix vlib_mains vector alignment |  Florin Coras | 1 | -1/+1 |
2022-03-17 | vcl: fix invalid socket read |  Filip Tehlar | 1 | -1/+1 |
2022-03-17 | vppinfra: vec_max_len, vec_mem_size use stored header size |  Damjan Marion | 4 | -33/+40 |
2022-03-17 | vppinfra: store vector header size and alignment into header |  Damjan Marion | 3 | -10/+24 |
2022-03-17 | vppinfra: move hash bitmap out of vec header |  Damjan Marion | 2 | -8/+11 |
2022-03-17 | misc: Improve go bindings gen |  Nathan Skrzypczak | 1 | -50/+67 |
2022-03-17 | nat: fix ICMP error translation |  Klement Sekera | 1 | -0/+3 |
2022-03-16 | vpp: binary-api CLI weak linking workaround |  Damjan Marion | 1 | -1/+1 |
2022-03-15 | tcp: update error counters in listen node |  Florin Coras | 1 | -9/+7 |
2022-03-15 | tcp: update persist timer if data acked |  Florin Coras | 1 | -3/+7 |
2022-03-15 | flow: add generic flow pattern for 5G flow enhancement |  Ting Xu | 3 | -32/+87 |
2022-03-15 | vlib: add vlib_frame_bitmap_and |  Damjan Marion | 1 | -0/+8 |
2022-03-15 | memif: fix memif_process_desc indexing |  Mauro Sardara | 1 | -4/+2 |
2022-03-14 | vppinfra: fix vec capacity |  Florin Coras | 4 | -20/+31 |
2022-03-14 | stats: refactor vlib counters |  Damjan Marion | 6 | -161/+217 |
2022-03-14 | crypto: Enabling IOMMU DMA translation table update for QAT card |  Govindarajan | 1 | -1/+2 |
2022-03-14 | stats: support recursive locking |  Damjan Marion | 3 | -5/+32 |
2022-03-14 | hsa: fix error message |  Filip Tehlar | 1 | -3/+3 |
2022-03-14 | vppinfra: don't account vec_header_t size twice in the pool header |  Damjan Marion | 2 | -4/+5 |
2022-03-14 | dpdk: improve rx burst count per loop |  Fan Zhang | 1 | -4/+5 |
2022-03-11 | map: fix memory leak |  Benoît Ganne | 1 | -1/+2 |
2022-03-11 | tls: remove pkg dependencies on mbedtls |  Florin Coras | 1 | -3/+0 |
2022-03-11 | session: fix crash during client detach |  Filip Tehlar | 1 | -1/+3 |
2022-03-11 | vlib: remoove unused field |  Damjan Marion | 4 | -25/+1 |
2022-03-10 | vlib: init logging eearlier |  Damjan Marion | 3 | -5/+9 |
2022-03-10 | dpdk: fix program vlans on ixgbevf |  Dzmitry Sautsa | 1 | -2/+7 |
2022-03-10 | devices: remove the unused code from af_packet |  Mohsin Kazmi | 2 | -6/+0 |
2022-03-10 | ipsec: remove the redundant code |  Mohsin Kazmi | 1 | -1/+0 |
2022-03-09 | vppinfra: fix pool_free_elts |  Florin Coras | 1 | -19/+18 |
2022-03-09 | ip: IPv4 Fragmentation fix for l2fragmetable size |  Neale Ranns | 1 | -10/+7 |
2022-03-09 | stats: refactor |  Damjan Marion | 36 | -1800/+1666 |
2022-03-09 | vat: fix vat_suspend crash |  Damjan Marion | 2 | -2/+8 |
2022-03-08 | classify: add API to retrieve punt ACL tables |  Benoît Ganne | 2 | -0/+45 |
2022-03-08 | ipsec: input: drop by default for non-matching pkts |  Zachary Leaf | 1 | -0/+14 |
2022-03-08 | ip: set fib_index before exiting input ACL node |  Arthur de Kerhor | 1 | -40/+75 |
2022-03-07 | linux-cp: handle ipv4 routes when interface is disabled |  Alexander Chernavin | 1 | -2/+88 |
2022-03-07 | ip: Fixes for IPv6 and MPLS fragmentation |  Neale Ranns | 2 | -52/+76 |
2022-03-04 | linux-cp: fix issue of possibly closing negative fd |  Alexander Chernavin | 1 | -5/+14 |
2022-03-04 | linux-cp: stop signaling read event on every notif |  Alexander Chernavin | 1 | -7/+9 |
2022-03-04 | linux-cp: stop ignoring ENOBUFS while reading notif |  Alexander Chernavin | 1 | -9/+2 |
2022-03-04 | api: harden api trace parsing |  Benoît Ganne | 1 | -23/+22 |
2022-03-04 | ping: correct the fib-index used for the reply |  Neale Ranns | 1 | -15/+27 |
2022-03-04 | ip: rate-limit the sending of ICMP error messages |  Neale Ranns | 2 | -2/+58 |
2022-03-04 | linux-cp: ignore neighbors if ip addr is multicast |  Alexander Chernavin | 1 | -0/+17 |