Age | Commit message (Expand) | Author | Files | Lines |
2021-10-06 | ip: add classifier-based ACLs support on ip punt | Benoît Ganne | 7 | -293/+379 |
2021-10-05 | session: Add session_sapi_enable_disable | Nathan Skrzypczak | 5 | -5/+33 |
2021-10-05 | build: don't hardcode triplet, allow specifying custom lib dir | Damjan Marion | 12 | -44/+44 |
2021-10-05 | tap: free the tap_fds vec on interface deletion | Mohsin Kazmi | 1 | -0/+1 |
2021-10-05 | perfmon: bundles with multiple types | Ray Kinsella | 4 | -35/+147 |
2021-10-05 | nat: NAT44 ED api fix and improvement | Filip Varga | 3 | -14/+178 |
2021-10-04 | interface: free the output_node_thread_runtimes | Mohsin Kazmi | 1 | -0/+1 |
2021-10-04 | interface: remove the redundant vec_free on rx_queue_indices | Mohsin Kazmi | 1 | -1/+0 |
2021-10-04 | build: Allow ipsec-mb plugin to build with libipsec_mb 0.55 | Nick Brown | 2 | -0/+14 |
2021-10-04 | memif: integrate with new tx infra | Mohsin Kazmi | 3 | -15/+17 |
2021-10-04 | vcl: remove unsed configs | Florin Coras | 3 | -38/+2 |
2021-10-04 | hsa: do not drop the barrier when creating echo server | Filip Tehlar | 1 | -14/+1 |
2021-10-04 | wireguard: use the same udp-port for multi-tunnel | Artem Glazychev | 6 | -29/+166 |
2021-10-04 | vppinfra: fix potential memory access error in _pool_init_fixed | Jieqiang Wang | 2 | -16/+24 |
2021-10-04 | virtio: remove control queue support from virtio_show() for tap/tun | Mohsin Kazmi | 1 | -6/+0 |
2021-10-04 | fib: fix unitialized padding in fib_api_next_hop_decode | Benoît Ganne | 1 | -4/+2 |
2021-10-04 | ip: fix punt for ipv6 | Benoît Ganne | 2 | -4/+153 |
2021-10-04 | perfmon: topdown events as peusdo events | Ray Kinsella | 1 | -9/+13 |
2021-10-04 | docs: plugin comment nitfixes | Nathan Skrzypczak | 11 | -52/+52 |
2021-10-04 | interface: remove the input_node_thread_index_by_queue | Mohsin Kazmi | 2 | -4/+0 |
2021-10-03 | hsa: proxy app worker thread deadlock | Sivaprasad Tummala | 1 | -5/+10 |
2021-10-03 | mpls: Save the L3 header offset in the meta-data before label imposition | Neale Ranns | 1 | -1/+9 |
2021-10-01 | devices: add support for pseudo header checksum | Mohsin Kazmi | 8 | -23/+371 |
2021-09-30 | wireguard: move adjacency processing from wireguard_peer to wireguard_interface | Artem Glazychev | 8 | -247/+159 |
2021-09-30 | fib: doc nitfixes | Nathan Skrzypczak | 10 | -19/+19 |
2021-09-30 | build: consistent use of CMAKE_INSTALL_LIBDIR | Nick Brown | 1 | -1/+1 |
2021-09-30 | nat: doc nitfixes | Nathan Skrzypczak | 5 | -8/+8 |
2021-09-30 | vat2: do not require _crc field in API messages | Filip Tehlar | 1 | -6/+5 |
2021-09-30 | misc: package the devtool plugins | Andrew Yourtchenko | 1 | -0/+8 |
2021-09-29 | nat: nat44-ed add session timing out indicator in api (2) | Alexander Chernavin | 2 | -1/+146 |
2021-09-29 | ikev2: build only when deps requirements are met | Filip Tehlar | 2 | -113/+5 |
2021-09-29 | classify: fix message IDs on API replies | Matthew Smith | 1 | -33/+42 |
2021-09-29 | ipsec: Record the number of packets lost from an SA | Neale Ranns | 10 | -22/+203 |
2021-09-29 | tap: Fix tap create with ns | Nathan Skrzypczak | 1 | -55/+24 |
2021-09-29 | libmemif: Fix abstract sockets | Nathan Skrzypczak | 2 | -13/+22 |
2021-09-29 | fib: add barrier lock for fib_urpf_list_pool and fib_entry_pool | Stanislav Zaikin | 2 | -0/+22 |
2021-09-28 | api: API trace improvements | Filip Tehlar | 34 | -1062/+1165 |
2021-09-28 | misc: vpe.api messages dynamically allocated | Ole Troan | 17 | -2046/+150 |
2021-09-28 | devices: Add queues params in create_if | Nathan Skrzypczak | 7 | -96/+185 |
2021-09-28 | af_xdp: fix init lock for shared txq | arikachen | 1 | -6/+7 |
2021-09-28 | nat: NAT44 ED & EI session filtering CLI | Július Milan | 2 | -15/+103 |
2021-09-28 | stats: add name vectors to prometheus exporter output | Alexander Chernavin | 1 | -0/+9 |
2021-09-28 | af_xdp: fix free mem in tx while no free slot | arikachen | 1 | -2/+2 |
2021-09-28 | build: complete python3 support, no hardcode path | Nick Brown | 1 | -2/+3 |
2021-09-28 | sr: add API test files | Filip Tehlar | 3 | -0/+370 |
2021-09-27 | ikev2: support variable-length nonces | Benoît Ganne | 2 | -22/+37 |
2021-09-27 | tests: don't install vapi_c{,pp}_test | Dmitry Valter | 1 | -0/+2 |
2021-09-27 | libmemif: refactor connection establishment | Jakub Grajciar | 5 | -1572/+1160 |
2021-09-27 | libmemif: remove per_thread_ namespace | Jakub Grajciar | 2 | -562/+1 |
2021-09-27 | libmemif: remove old examples | Jakub Grajciar | 9 | -6116/+4 |