Age | Commit message (Expand) | Author | Files | Lines |
2020-10-17 | tap: replaces strlen to vec_len | Mohsin Kazmi | 1 | -4/+4 |
2020-10-16 | ipsec: fix instance, and cli del for new ipsec interface | Eric Kinzie | 2 | -4/+4 |
2020-10-15 | ethernet: fix Ethernet DMAC checks | Ivan Shvedunov | 1 | -7/+12 |
2020-10-14 | mpls: no per-MPLS-tunnel tx node | Neale Ranns | 3 | -98/+161 |
2020-10-13 | tcp: fix bt acked_sacked on recovery | Florin Coras | 1 | -2/+3 |
2020-10-13 | session: listeners verbose format alignment | Florin Coras | 1 | -3/+3 |
2020-10-13 | tcp: fix listener trace coverity warning | Florin Coras | 1 | -6/+2 |
2020-10-13 | session: allow custom config of segment baseva | Florin Coras | 1 | -0/+2 |
2020-10-13 | stats: counters data model | Ole Troan | 2 | -3/+4 |
2020-10-12 | l2: mark l2 fib uninitialized after clearing | Matthew Smith | 1 | -0/+2 |
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 |