Age | Commit message (Expand) | Author | Files | Lines |
2021-10-04 | ip: fix punt for ipv6 | Benoît Ganne | 1 | -4/+9 |
2021-10-01 | devices: add support for pseudo header checksum | Mohsin Kazmi | 1 | -0/+54 |
2021-09-27 | misc: api move continued | Florin Coras | 1 | -0/+1 |
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 | 1 | -2/+0 |
2021-09-24 | ip: set error number on failed intf addr | Matthew Smith | 2 | -2/+8 |
2021-09-22 | ip: add ip_table_allocate to api | Aloys Augustin | 5 | -15/+111 |
2021-09-16 | vxlan: improve to use the hardware offload | Mohsin Kazmi | 1 | -1/+2 |
2021-09-13 | interface: fix init fib_index_by_sw_if_index | Nathan Skrzypczak | 2 | -17/+18 |
2021-09-13 | ip: show ip table CLI | Nathan Skrzypczak | 1 | -0/+77 |
2021-08-17 | ip: reassembly cleanup | Klement Sekera | 4 | -246/+139 |
2021-08-14 | ip: Fix crash in ip address add on sub-int without exact-match | Pim van Pelt | 2 | -12/+6 |
2021-08-13 | ip: punt redirect add nh in api | Nathan Skrzypczak | 9 | -100/+243 |
2021-08-13 | ip: source address selection | Ole Troan | 4 | -34/+259 |
2021-08-11 | fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_t | Neale Ranns | 2 | -18/+11 |
2021-08-11 | ip: [re]introduce the 8-8-8-8 stride MTRIE | Neale Ranns | 2 | -50/+215 |
2021-08-11 | ip: Rename the ip4 mtrie function to be 16_8_8 specific | Neale Ranns | 2 | -174/+158 |
2021-08-10 | ip: Use the IP4 lookup functions | Neale Ranns | 2 | -76/+15 |
2021-08-10 | ip: Remove the 'test lookup' CLI command | Neale Ranns | 1 | -97/+0 |
2021-08-05 | ip: fix ip punt redirect cli | Benoît Ganne | 2 | -13/+12 |
2021-07-29 | ip: add api test file | Filip Tehlar | 1 | -0/+1527 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} | Damjan Marion | 6 | -19/+19 |
2021-07-14 | ip: fix check_adj_port_range_x1 | Damjan Marion | 1 | -2/+2 |
2021-07-14 | ip: improve check_adj_port_range_x1 | Damjan Marion | 1 | -35/+5 |
2021-07-13 | misc: remove vnet_all_api_h and vnet_msg_enum | Filip Tehlar | 1 | -14/+0 |
2021-07-13 | misc: fix init order to avoid startup warnings | Bin Zhou (bzhou2) | 1 | -16/+6 |
2021-07-01 | ip: api cleanup | Filip Tehlar | 2 | -97/+21 |
2021-06-22 | misc: punt: api cleanup | Filip Tehlar | 2 | -48/+9 |
2021-06-07 | pg: Reduce the inclusion of pg.h | Neale Ranns | 4 | -0/+4 |
2021-05-27 | ip: allow the 'ip6 enable' on tunnel interface types | Neale Ranns | 1 | -27/+19 |
2021-05-14 | vlib: pass node runtime to vlib_buffer_enqueue_to_thread() | Damjan Marion | 4 | -12/+8 |
2021-05-11 | ip: ensure ttl doesn't decrease to 0 when punting | Aloys Augustin | 1 | -0/+2 |
2021-05-06 | vlib: fix the offload flags size | Mohsin Kazmi | 1 | -2/+2 |
2021-05-05 | vlib: move offload flags to 1st cacheline in vlib_buffer_t | Mohsin Kazmi | 2 | -5/+5 |
2021-05-01 | vlib: refactor trajectory trace debug feature | Benoît Ganne | 2 | -3/+0 |
2021-04-28 | ip: extend the punt cli to accept reason filter for sockets registration | Arthur de Kerhor | 1 | -0/+6 |
2021-04-27 | misc: fix dead stores | Damjan Marion | 1 | -1/+1 |
2021-04-22 | ip: remove unnecesary inlining in ip4-rewrite node | Damjan Marion | 1 | -16/+3 |
2021-04-21 | vppinfra: more avx512 inlines (compress, expand, from, is_equal_mask) | Damjan Marion | 1 | -1/+1 |
2021-04-18 | ip: remove dead code from ip_csum | Damjan Marion | 1 | -1/+0 |
2021-04-01 | ip: extend show cmd of ip reassembly configuration | Anton Nikolaev | 4 | -0/+16 |
2021-03-19 | vxlan: add tunnel cache to graph node | Junfeng Wang | 1 | -6/+4 |
2021-03-16 | fib: Allow the creation of new source on the API | Neale Ranns | 2 | -4/+276 |
2021-03-14 | ip: extend punt CLI for exception packets | Mohammed Hawari | 2 | -4/+81 |
2021-02-19 | policer: move handoff checks into policer code | Brian Russell | 1 | -30/+12 |
2021-02-15 | vlib: refactor checksum offload support | Mohsin Kazmi | 4 | -38/+37 |
2021-02-15 | ip: Path MTU | Neale Ranns | 5 | -13/+1351 |
2021-02-15 | policer: improve policer struct | Brian Russell | 1 | -1/+1 |
2021-02-12 | policer: remove SSE2 prefix | Brian Russell | 1 | -3/+3 |
2021-02-08 | tunnel: support copying TTL and flow label from inner to outer | Neale Ranns | 2 | -8/+43 |