Age | Commit message (Expand) | Author | Files | Lines |
2020-02-15 | tap: fix the default parameter for num_rx_queues | Mohsin Kazmi | 1 | -9/+3 |
2020-02-14 | tls: remove session lookup operation in TLS | Yu Ping | 1 | -2/+0 |
2020-02-14 | tcp: reset fin-wait-2 timeout connections | Florin Coras | 2 | -0/+9 |
2020-02-14 | tunnel: add FEATURE.yaml | Neale Ranns | 1 | -0/+9 |
2020-02-14 | tcp: improve reset generation in reset node | Florin Coras | 2 | -57/+41 |
2020-02-14 | tcp: minimal set of worker stats | Florin Coras | 4 | -7/+115 |
2020-02-13 | fib: Fix some more realloc errors | Neale Ranns | 5 | -55/+34 |
2020-02-12 | classify: fix "show classify filter" debug CLI | Dave Barach | 1 | -3/+1 |
2020-02-12 | tcp: improve invalid packet handling in syn-rcvd | Florin Coras | 2 | -4/+14 |
2020-02-12 | tcp: move connections to wrk ctx | Florin Coras | 2 | -47/+47 |
2020-02-12 | tcp: postpone rst handling | Florin Coras | 3 | -71/+133 |
2020-02-11 | vppinfra: remove the historical mheap memory allocator | Dave Barach | 3 | -25/+3 |
2020-02-11 | misc: fix coverity warnings | Dave Barach | 1 | -2/+8 |
2020-02-11 | ipsec: add support for chained buffers | Filip Tehlar | 7 | -154/+790 |
2020-02-11 | session: avoid scanning new io list under load | Florin Coras | 2 | -21/+51 |
2020-02-11 | sr: update NH value for Ethernet payloads | pcamaril | 3 | -12/+13 |
2020-02-11 | ip: fix ip-local errors | Florin Coras | 3 | -3/+4 |
2020-02-11 | tcp: fix input error counters | Florin Coras | 1 | -17/+30 |
2020-02-10 | tcp: add option to avoid endpoint cleanup | Florin Coras | 2 | -2/+4 |
2020-02-10 | ipsec: fix AES-GCM block size | Damjan Marion | 1 | -3/+6 |
2020-02-10 | misc: add FEATURE.yaml files | Dave Barach | 3 | -0/+34 |
2020-02-10 | ip-neighbor: fix MLD reports not being sent | Neale Ranns | 1 | -3/+3 |
2020-02-10 | ipsec: remove dead code | Filip Tehlar | 1 | -29/+0 |
2020-02-10 | ip: more detailed show reassembly commands | Vladimir Ratnikov | 4 | -7/+33 |
2020-02-10 | ip6: fix l4 checksum with hop-by-hop header | Matthew Smith | 1 | -13/+23 |
2020-02-07 | fib: fix non-NULL terminated vectors in cli output | Benoît Ganne | 2 | -2/+2 |
2020-02-05 | vppinfra: numa vector placement support | Dave Barach | 1 | -0/+15 |
2020-02-05 | ipsec: set l2_len for GRE-TEB tunnel decap | John Lo | 1 | -0/+2 |
2020-02-04 | virtio: update FEATURE.yaml to include description for vhost-user | Steven Luong | 1 | -3/+7 |
2020-02-04 | teib: Rename NHRP to TEIB | Neale Ranns | 12 | -452/+456 |
2020-02-04 | ip: translate fragmented icmp to fragmented icmp6 | Alexander Chernavin | 1 | -2/+27 |
2020-02-03 | tls: refactor for tls async event handling | Yu Ping | 2 | -2/+1 |
2020-02-03 | virtio: vhost gso is broken in some topology | Steven Luong | 1 | -2/+8 |
2020-02-03 | fib: invalid check for adj types. | Neale Ranns | 1 | -1/+1 |
2020-02-03 | fib: refresh adj pointer after fib_walk_sync due to possible realloc | Steven Luong | 2 | -0/+13 |
2020-02-03 | gre: improve .api descriptions | Vratko Polak | 1 | -8/+28 |
2020-02-03 | gre: add missing .api edits | Vratko Polak | 1 | -2/+2 |
2020-01-30 | misc: deprecate netmap and ixge drivers | Damjan Marion | 12 | -2169/+0 |
2020-01-30 | vppinfra: improve clocks_per_second convergence | Dave Barach | 1 | -1/+1 |
2020-01-30 | tap: fix host mtu configuration setting | Mohsin Kazmi | 1 | -12/+13 |
2020-01-30 | tap: fix the host mac address | Mohsin Kazmi | 3 | -20/+11 |
2020-01-30 | fib: fix typos in doxygen | Paul Vinciguerra | 1 | -10/+10 |
2020-01-30 | gre: Tunnel encap/decap flags | Neale Ranns | 10 | -103/+329 |
2020-01-30 | vcl session: propagate cleanup notifications to apps | Florin Coras | 3 | -0/+38 |
2020-01-30 | bfd: add missing cast | Klement Sekera | 1 | -1/+1 |
2020-01-28 | session tcp: fix packet tracing | Florin Coras | 5 | -13/+15 |
2020-01-27 | sr: fix possible null-pointer dereference | Ignas Bacius | 1 | -1/+1 |
2020-01-27 | classify: pcap / packet trace debug CLI bugs | Dave Barach | 2 | -1/+5 |
2020-01-27 | interface: Add missing ip4 udp->checksum = 0 prior to computing checksum | Steven Luong | 1 | -1/+4 |
2020-01-27 | ipip: Multi-point interface | Neale Ranns | 21 | -142/+521 |