Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-02-05 | ip: Remove unused include file |  Neale Ranns | 1 | -1/+0 |
2021-02-05 | nat: 1:1 policy NAT |  Ole Troan | 1 | -2/+2 |
2021-01-28 | ip: do policer thread handoff from punt policers |  Brian Russell | 3 | -51/+130 |
2021-01-28 | ip: add frame queues to punt policer nodes |  Brian Russell | 2 | -0/+10 |
2021-01-28 | ip: Router ID included in flow hash |  Neale Ranns | 8 | -7/+60 |
2021-01-21 | ip: do not return uninitialized IPv6 ll attributes |  Benoît Ganne | 1 | -3/+7 |
2021-01-21 | ip: Use correct enum type in ip_address_set |  Neale Ranns | 2 | -5/+5 |
2021-01-21 | ip: use IPv6 flowlabel in flow hash computation |  Ahmed Abdelsalam | 12 | -96/+111 |
2021-01-21 | ip: set correct error in ip6-local |  Benoît Ganne | 1 | -3/+3 |
2021-01-20 | ip: add API to retrieve IPv6 link-layer address |  Benoît Ganne | 2 | -35/+84 |
2021-01-18 | ipsec: Support MPLS over IPSec[46] interface |  Neale Ranns | 1 | -2/+0 |
2021-01-12 | ip: vtep fixes for alignment and cache update. |  Ray Kinsella | 1 | -2/+2 |
2020-12-28 | vlib: add missing file template descriptions |  Paul Vinciguerra | 1 | -1/+1 |
2020-12-27 | ip: Use full reassembly for fragments in ip6-local |  Neale Ranns | 2 | -3/+1 |
2020-12-16 | ip: fix possible missing trace indexes |  Klement Sekera | 4 | -0/+28 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 8 | -49/+49 |
2020-12-11 | ip: ip4 rewrite prefetch optimization |  PiotrX Kleski | 1 | -2/+5 |
2020-12-08 | fib: Adjacency flag for midchain to perfom flow hash (on inner packet) |  Neale Ranns | 1 | -4/+4 |
2020-12-08 | fib: Source Address Selection |  Neale Ranns | 4 | -148/+49 |
2020-12-04 | ip: fixup memory leak in function ip4_full_reass_drop_all |  barryxie | 1 | -0/+1 |
2020-11-27 | ip: Sub Address Family types. Feature enable for each SAFI |  Neale Ranns | 6 | -0/+203 |
2020-11-26 | ip: reassembly - fix handoff for custom node |  Klement Sekera | 2 | -21/+111 |
2020-11-26 | ip: trace icmp echo request/reply id |  Klement Sekera | 1 | -0/+6 |
2020-11-25 | api: vat2 and json autogeneration for api messages |  Ole Troan | 1 | -3/+3 |
2020-11-20 | ip-neighbor: Use ip_address_t rather than ip46_address_t |  Neale Ranns | 3 | -3/+19 |
2020-11-13 | ethernet: mac must support 64-bits loads |  Benoît Ganne | 1 | -1/+2 |
2020-11-09 | vlib: fix trace number accounting |  Benoît Ganne | 1 | -2/+4 |