Age | Commit message (Expand) | Author | Files | Lines |
2022-04-04 | session: use session layer rpc for evts sent to main |  Florin Coras | 1 | -5/+9 |
2022-04-04 | devices: add multi-queue support for af-packet |  Mohsin Kazmi | 6 | -270/+571 |
2022-04-04 | interface: read only one line in show hardware |  Vratko Polak | 1 | -9/+16 |
2022-04-01 | session: leverage new pool functions in safe realloc |  Florin Coras | 3 | -54/+50 |
2022-03-31 | vlib: add support for workers sync |  Florin Coras | 1 | -38/+2 |
2022-03-31 | session: fix coverity warning |  Florin Coras | 1 | -0/+4 |
2022-03-31 | crypto: drop the frame if there is no handler |  Dastin Wilski | 1 | -0/+6 |
2022-03-30 | tls: support to reinitialise ca_chain wo restart |  Saravanan Murugesan | 2 | -0/+8 |
2022-03-30 | ip: Reference count the enabling the punt feature |  Neale Ranns | 2 | -4/+14 |
2022-03-30 | udp: fix inner packet checksum calculation in udp-encap |  Mauro Sardara | 6 | -64/+137 |
2022-03-29 | vnet: set frame overhead at interface registration |  Matthew Smith | 1 | -2/+2 |
2022-03-28 | ip: add barrier sync, ip4_ply_pool expand case |  Vladislav Grishenko | 1 | -2/+14 |
2022-03-26 | session: simplify safe pool realloc |  Florin Coras | 1 | -62/+42 |
2022-03-25 | l2: avoid overflow read of mac address |  Damjan Marion | 1 | -23/+3 |
2022-03-25 | fib: fix ip6-ll fib selection for non-ethernet interfaces |  Vladislav Grishenko | 2 | -7/+37 |
2022-03-25 | devices: fix high vector rate per dispatch |  Mohsin Kazmi | 3 | -13/+44 |
2022-03-25 | session: reorganize local port allocation |  Florin Coras | 1 | -29/+24 |
2022-03-24 | bfd: use local error index when incrementing node counters |  Paul Atkins | 1 | -4/+4 |
2022-03-24 | session: safe reallocs for transport endpoint pool |  Florin Coras | 1 | -11/+25 |
2022-03-24 | ip: The check for 'same packet' must include the FIB index |  Neale Ranns | 1 | -2/+11 |
2022-03-24 | ip6-nd: stop sending RA by default |  Alexander Chernavin | 1 | -3/+0 |
2022-03-24 | mpls: Set the MTU field in the frag-needed ICMP when doing MPLS fragmentation |  Neale Ranns | 1 | -4/+3 |
2022-03-24 | fib: Fix crash when removing a covering prefix |  Neale Ranns | 3 | -10/+18 |
2022-03-23 | classify: fix typo in AVX-512 find entry |  Benoît Ganne | 1 | -1/+1 |
2022-03-23 | devices: add tx trace for af-packet |  Mohsin Kazmi | 1 | -6/+82 |
2022-03-23 | devices: add support for offloads |  Mohsin Kazmi | 5 | -117/+301 |
2022-03-23 | devices: af-packet v3 support |  Mohsin Kazmi | 4 | -198/+274 |
2022-03-23 | vppinfra: change vlib_register_node so it takes format string for node name |  Damjan Marion | 2 | -16/+10 |
2022-03-23 | ip: Add unformat for flow_hash_config |  Nathan Skrzypczak | 2 | -1/+37 |
2022-03-23 | vnet: Remove the unused fields from opaque2 |  Neale Ranns | 2 | -14/+3 |
2022-03-22 | session: use safe realloc for pools |  Florin Coras | 5 | -74/+24 |
2022-03-22 | fib: refetech the adj after the walk in case the pool realloc'd |  Vladislav Grishenko | 1 | -3/+15 |
2022-03-21 | session: linked list of events to be handled by main |  Florin Coras | 3 | -56/+107 |
2022-03-21 | sr: fix srv6 definition of behavior associated to a LocalSID |  Francesco Lombardo | 2 | -2/+2 |
2022-03-18 | session: add infra for safe pool reallocs |  Florin Coras | 2 | -0/+148 |
2022-03-18 | udp: avoid grabbing vlib main if not needed |  Florin Coras | 1 | -6/+4 |
2022-03-18 | vppinfra: refactor *_will_expand() functions |  Damjan Marion | 10 | -23/+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-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 | 2 | -32/+71 |
2022-03-11 | session: fix crash during client detach |  Filip Tehlar | 1 | -1/+3 |
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 | ip: IPv4 Fragmentation fix for l2fragmetable size |  Neale Ranns | 1 | -10/+7 |
2022-03-09 | stats: refactor |  Damjan Marion | 5 | -30/+147 |
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 |