Age | Commit message (Expand) | Author | Files | Lines |
2020-10-08 | virtio: fix the trace |  Mohsin Kazmi | 1 | -23/+19 |
2020-10-08 | ipsec: Allow SAs with NULL auth &crypto on IPSec interface |  Neale Ranns | 1 | -2/+3 |
2020-10-08 | fib: Register multicast MAC with interface for accepting interfaces |  Neale Ranns | 7 | -7/+298 |
2020-10-07 | misc: Purge unused pg includes |  Neale Ranns | 24 | -24/+0 |
2020-10-05 | ipsec: Use bihash for tunnel lookup |  Neale Ranns | 7 | -123/+270 |
2020-10-02 | ip: Fix unformat_ip_prefix |  Nathan Skrzypczak | 1 | -1/+4 |
2020-10-01 | misc: allow disabling of ipfix exporter via api |  Alexander Chernavin | 1 | -7/+1 |
2020-10-01 | classify: Fix a couple bugs in 'pcap filter' command. |  Jon Loeliger | 1 | -12/+12 |
2020-09-30 | session: init size and watermarks on all seg managers |  Florin Coras | 4 | -10/+22 |
2020-09-30 | svm: harmonize ssvm names |  Florin Coras | 2 | -3/+2 |
2020-09-30 | svm session: use new clib mem apis for segments |  Florin Coras | 4 | -15/+22 |
2020-09-29 | virtio: fix modern device queue notify |  Mohsin Kazmi | 5 | -22/+53 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code |  Damjan Marion | 2 | -7/+7 |
2020-09-28 | virtio: add packet buffering on tx |  Mohsin Kazmi | 11 | -15/+387 |
2020-09-28 | classify: use clib_crc32c on supporting uarch |  Ray Kinsella | 1 | -0/+5 |
2020-09-28 | classify: preformance improvements in classifiers |  Ray Kinsella | 1 | -285/+649 |
2020-09-28 | virtio: fix the gro enable/disable on tx-vrings |  Mohsin Kazmi | 5 | -23/+39 |
2020-09-25 | vppinfra session: file platform independent private data |  Florin Coras | 2 | -5/+5 |
2020-09-25 | bfd: add missing unlock |  Klement Sekera | 1 | -0/+1 |
2020-09-24 | virtio: refactor tx trace |  Mohsin Kazmi | 1 | -33/+37 |
2020-09-24 | session tcp udp tls quic: improve cli formatting |  Florin Coras | 7 | -16/+26 |
2020-09-23 | session: fix sapi coverity warning |  Florin Coras | 1 | -0/+2 |
2020-09-23 | ip: use main heap for mtrie, part 2 (remove args) |  Damjan Marion | 2 | -32/+0 |
2020-09-23 | tls: fix session format assert crash in connected callback |  jiangxiaoming | 1 | -9/+8 |
2020-09-22 | ipip: Add option to tunnel create help string |  Neale Ranns | 2 | -2/+3 |
2020-09-22 | lisp: Move to plugin |  Neale Ranns | 49 | -27116/+1 |
2020-09-22 | vxlan-gbp: Mark APIs as in-progress |  Neale Ranns | 1 | -0/+5 |
2020-09-21 | crypto: revert crypto set handler all API |  Yulong Pei | 1 | -36/+3 |
2020-09-21 | session: use wrk instead of thread index in node |  Florin Coras | 1 | -10/+12 |
2020-09-21 | geneve: Move to plugin |  Neale Ranns | 10 | -4237/+0 |
2020-09-21 | misc: Move l2tp to plugin |  Neale Ranns | 11 | -2018/+0 |
2020-09-21 | lldp: Move to plugin |  Neale Ranns | 14 | -2382/+0 |
2020-09-21 | ip: use main heap for mtrie |  Damjan Marion | 3 | -69/+3 |
2020-09-18 | session: grab worker barrier for sapi msgs |  Florin Coras | 1 | -0/+5 |
2020-09-18 | fib: skip byte swap on n_paths in mroute details |  Matthew Smith | 1 | -2/+2 |
2020-09-18 | vat: add infrastructure to align vnet test code and plugin test code |  Ole Troan | 6 | -56/+398 |
2020-09-18 | tap: do not use strlen on vector |  Vladimir Isaev | 1 | -2/+1 |
2020-09-18 | session: fix vpp exit abnormal due to application as a proxy server with ldp |  fanyf | 1 | -1/+9 |
2020-09-18 | virtio: fix txq locking |  Benoît Ganne | 2 | -2/+6 |
2020-09-17 | teib: Use ip_address_t not ip46_address_t |  Neale Ranns | 9 | -149/+116 |
2020-09-17 | teib: Add adj-fibs for peers/adjacencies on p2mp interface |  Neale Ranns | 7 | -35/+258 |
2020-09-16 | vcl: refactor bapi client index for sapi reuse |  Florin Coras | 2 | -1/+3 |
2020-09-16 | crypto: Crypto set handler API to support set all as CLI |  Yulong Pei | 2 | -4/+37 |
2020-09-16 | misc: fix the formatting style |  Mohsin Kazmi | 3 | -9/+10 |
2020-09-16 | api: clean up use of deprecated flag |  Ole Troan | 4 | -7/+7 |
2020-09-16 | tcp: make max gso packet size configurable |  Simon Zhang | 3 | -2/+8 |
2020-09-15 | lisp: fix lisp|one_eid_table_dump's local|remote options in vat |  Onong Tayeng | 1 | -1/+1 |
2020-09-14 | l2: allocate l2fib only when needed |  Damjan Marion | 4 | -10/+90 |
2020-09-14 | session: del app worker on socket detach |  Florin Coras | 1 | -5/+11 |
2020-09-14 | session: add unix socket api for app attachment |  Florin Coras | 6 | -18/+743 |