Age | Commit message (Expand) | Author | Files | Lines |
2020-10-12 | misc: clang-11 and gcc-10 support |  Damjan Marion | 2 | -2/+2 |
2020-10-12 | ip: IP6 incorrectly disabled on removing first ip6 prefix |  Neale Ranns | 1 | -1/+3 |
2020-10-12 | tcp: use 100us timer resolution |  Florin Coras | 1 | -4/+4 |
2020-10-12 | tcp: fix connection reuse with no listener |  Florin Coras | 1 | -0/+6 |
2020-10-10 | session: app_name should format with %v |  jiangxiaoming | 2 | -4/+6 |
2020-10-08 | tcp: treat pending timers as active |  Florin Coras | 3 | -3/+4 |
2020-10-08 | tcp: custom geometry for timer wheel |  Florin Coras | 5 | -25/+83 |
2020-10-08 | pg: Choose the input interface from the stream's rx |  Neale Ranns | 1 | -1/+3 |
2020-10-08 | gre: MPLS over GRE does not select correct fixup function |  Neale Ranns | 1 | -2/+2 |
2020-10-08 | l2: Fix compile error on unused next_index |  Neale Ranns | 1 | -3/+0 |
2020-10-08 | interface: shorten vnet_hw_if_rx_mode |  Damjan Marion | 15 | -78/+73 |
2020-10-08 | ip-neighbor: Grat ARPs from different subnet are dropped |  Neale Ranns | 1 | -5/+8 |
2020-10-08 | l2: input performance |  Neale Ranns | 17 | -530/+724 |
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 |