Age | Commit message (Expand) | Author | Files | Lines |
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 | 1 | -4/+9 |
2021-10-04 | interface: remove the input_node_thread_index_by_queue | Mohsin Kazmi | 2 | -4/+0 |
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 | 5 | -15/+104 |
2021-09-30 | fib: doc nitfixes | Nathan Skrzypczak | 10 | -19/+19 |
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 | 6 | -22/+88 |
2021-09-29 | tap: Fix tap create with ns | Nathan Skrzypczak | 1 | -55/+24 |
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 | 1 | -14/+17 |
2021-09-28 | misc: vpe.api messages dynamically allocated | Ole Troan | 1 | -0/+9 |
2021-09-28 | devices: Add queues params in create_if | Nathan Skrzypczak | 7 | -96/+185 |
2021-09-28 | sr: add API test files | Filip Tehlar | 3 | -0/+370 |
2021-09-27 | fib: fix crash on exporter tracker remove | Vladislav Grishenko | 1 | -4/+3 |
2021-09-27 | virtio: Still init unused txq | Nathan Skrzypczak | 1 | -17/+0 |
2021-09-27 | gso: do not gro on small packets | Aloys Augustin | 1 | -3/+41 |
2021-09-27 | tap: move the api msg_id_base to tap_main_t | Mohsin Kazmi | 2 | -3/+3 |
2021-09-27 | misc: api move continued | Florin Coras | 3 | -2/+3 |
2021-09-27 | ip: fix ip table allocation randomness | Aloys Augustin | 1 | -1/+1 |
2021-09-27 | misc: move part of vpe apis to vlibmemory | Florin Coras | 4 | -4/+12 |
2021-09-24 | ip: set error number on failed intf addr | Matthew Smith | 2 | -2/+8 |
2021-09-23 | classify: use AVX-512 to find entry | Damjan Marion | 1 | -3/+41 |
2021-09-23 | classify: use AVX-512 to calculate hash on x86 | Damjan Marion | 2 | -1/+29 |
2021-09-22 | tap: remove cxq_vring from tap/tun | Mohsin Kazmi | 1 | -1/+0 |
2021-09-22 | virtio: fix the type of argument in virtio_show() | Mohsin Kazmi | 2 | -7/+8 |
2021-09-22 | interface: allow an interface's index to be given in 'sh int' | Neale Ranns | 1 | -0/+15 |
2021-09-22 | hash: fix the initialization warning error on gcc-10 | Mohsin Kazmi | 1 | -4/+4 |
2021-09-22 | ip: add ip_table_allocate to api | Aloys Augustin | 6 | -16/+113 |
2021-09-22 | classify: improve vnet_classify_hash | Damjan Marion | 1 | -27/+23 |
2021-09-22 | classify: simplify vnet_classify_find_entry_inline | Damjan Marion | 1 | -88/+72 |
2021-09-22 | interface: fix poll vector realloc | Mohammed Hawari | 2 | -4/+6 |
2021-09-21 | session: implement app_ns deletion | Nathan Skrzypczak | 11 | -50/+170 |
2021-09-20 | classify: improve find entry performance | Damjan Marion | 1 | -10/+9 |
2021-09-20 | classify: avoid dependent read of classify mask | Damjan Marion | 2 | -9/+9 |
2021-09-20 | session: use table_format in sh app ns | Nathan Skrzypczak | 1 | -10/+22 |
2021-09-20 | hash: add support for hashing infra | Mohsin Kazmi | 6 | -0/+393 |
2021-09-16 | session: Add sock_name option to add_ns | Nathan Skrzypczak | 5 | -44/+183 |
2021-09-16 | vxlan: improve to use the hardware offload | Mohsin Kazmi | 3 | -84/+49 |
2021-09-16 | ip6-nd: add ip6-nd proxy | Mohsin Kazmi | 6 | -2/+451 |
2021-09-15 | tap: set device name on creation via TUNSETIFF | Duncan Eastoe | 1 | -17/+8 |
2021-09-13 | interface: fix init fib_index_by_sw_if_index | Nathan Skrzypczak | 8 | -43/+18 |
2021-09-13 | tcp session: initialize sw_if_index at connect time | Florin Coras | 5 | -12/+13 |
2021-09-13 | ip: show ip table CLI | Nathan Skrzypczak | 1 | -0/+77 |
2021-09-13 | ip-neighbor: Handle local MAC address change for incomplete adjacencies | Neale Ranns | 5 | -43/+57 |
2021-09-09 | vlib: fix vlib_buffer_enqueue_to_next() overflow | Benoît Ganne | 2 | -7/+7 |
2021-09-09 | session: fix non-NULL terminated string | Benoît Ganne | 1 | -18/+7 |
2021-09-08 | interface: add custom interface name support | Steven Luong | 3 | -1/+100 |
2021-09-08 | interface: fix coverity issue | Mohammed Hawari | 1 | -1/+1 |