Age | Commit message (Expand) | Author | Files | Lines |
2019-12-03 | ipip: Tunnel flags controlling copying data to/from payload/encap |  Neale Ranns | 18 | -41/+416 |
2019-12-03 | fib feature: Code mechanics to decouple dependency of feature on adj |  Neale Ranns | 4 | -10/+42 |
2019-12-03 | map: Avoid null dereference in 'map show' and 'map del' |  Jon Loeliger | 1 | -12/+22 |
2019-12-03 | hsa: Less verbose logging for many sessions |  Nathan Skrzypczak | 6 | -50/+83 |
2019-12-03 | classify: API cleanup |  Jakub Grajciar | 4 | -149/+107 |
2019-12-03 | papi: add a per-call _timeout option |  Paul Vinciguerra | 3 | -8/+14 |
2019-12-03 | ipsec: Changes to make ipsec encoder/decoders reusable by the plugins |  Prashant Maheshwari | 7 | -255/+368 |
2019-12-02 | vppinfra: preserve total_cpu_time across clock freq adjustment |  Dave Barach | 2 | -4/+17 |
2019-12-02 | bonding: add/del secondary mac address callback |  Matthew Smith | 2 | -0/+77 |
2019-11-30 | dhcp: add FEATURE.yaml for the DHCP plugin |  Jerome Tollet | 1 | -0/+11 |
2019-11-29 | session: no cleanup notification for forced deletes |  Florin Coras | 1 | -1/+2 |
2019-11-29 | classify: debug cli %v not %s |  Dave Barach | 1 | -2/+2 |
2019-11-27 | ip: init l3_hdr_offset when pushing an ip4 header |  Florin Coras | 1 | -6/+4 |
2019-11-27 | vlib: add 'wait' cli command |  Paul Vinciguerra | 1 | -0/+40 |
2019-11-27 | nat: fix dhcp client on outside interface with output feature |  Alexander Chernavin | 3 | -0/+87 |
2019-11-27 | misc: add address sanitizer heap instrumentation |  Benoît Ganne | 28 | -71/+248 |
2019-11-27 | papi: fix typo in repr |  Paul Vinciguerra | 1 | -1/+1 |
2019-11-26 | fib: Fix crash on cover update to non activated adj source |  Neale Ranns | 1 | -7/+11 |
2019-11-26 | map: Fix inverted 'map security check enable' CLI flag. |  Jon Loeliger | 1 | -2/+2 |
2019-11-26 | quic: Refactor for crypto contexts |  Nathan Skrzypczak | 8 | -168/+185 |
2019-11-26 | flow: fix several crash issues |  Chenmin Sun | 2 | -2/+6 |
2019-11-26 | fib: reduce save_rewrite_length to u8 |  Klement Sekera | 6 | -12/+24 |
2019-11-26 | fib: Another realloc burn |  Neale Ranns | 1 | -5/+13 |
2019-11-26 | misc: add gdb helpers for vlib buffers |  Benoît Ganne | 2 | -0/+34 |
2019-11-26 | lb: lb_add_del_vip and lb_add_del_as doesn't work. |  Hongjun Ni | 2 | -4/+14 |
2019-11-26 | build: remove valgrind leftovers |  Benoît Ganne | 5 | -4360/+0 |
2019-11-26 | ethernet: all dmac checks include secondary addrs |  Matthew Smith | 1 | -19/+106 |
2019-11-26 | fib: Table Replace |  Neale Ranns | 24 | -254/+794 |
2019-11-25 | tap: fix coverity warning 205875 |  Andrew Yourtchenko | 1 | -1/+6 |
2019-11-25 | tcp: honor cc pacing rate when resetting pacer |  Florin Coras | 1 | -2/+3 |
2019-11-25 | tcp: invalidate expired timer handles before dispatching |  Florin Coras | 3 | -25/+29 |
2019-11-25 | vlib: autogenerate <node> before <last-in-arc> constraints |  Dave Barach | 4 | -1/+25 |
2019-11-24 | papi: fix papi default handling |  Ole Troan | 1 | -17/+18 |
2019-11-24 | vppapigen: clean up typos in c generated code |  Paul Vinciguerra | 2 | -5/+5 |
2019-11-24 | vppapigen: fix i64 format string |  Paul Vinciguerra | 1 | -1/+1 |
2019-11-24 | vppapigen: fix typo on f64 endian_string |  Paul Vinciguerra | 1 | -4/+4 |
2019-11-24 | papi: add missing base types to serializer |  Paul Vinciguerra | 1 | -2/+4 |
2019-11-23 | papi: add repr to packer types for troubleshooting |  Paul Vinciguerra | 1 | -0/+47 |
2019-11-22 | quic: Refactor quic rx callback for offload |  Nathan Skrzypczak | 2 | -111/+147 |
2019-11-22 | hsa: Improve for mq-intensive |  Nathan Skrzypczak | 5 | -46/+31 |
2019-11-22 | build: add build types helpstring to cmake project |  Damjan Marion | 1 | -0/+9 |
2019-11-22 | quic: Remove qctx opening pool |  Nathan Skrzypczak | 2 | -34/+15 |
2019-11-22 | crypto-ipsecmb: use single GCM API |  Fan Zhang | 1 | -6/+4 |
2019-11-22 | vppinfra: fix coverity issue 205691 in pmalloc |  Andrew Yourtchenko | 1 | -0/+1 |
2019-11-22 | papi: support default for type alias decaying to basetype |  Ole Troan | 2 | -19/+64 |
2019-11-22 | ipsec: fix trailing data overflow |  Filip Tehlar | 1 | -23/+21 |
2019-11-22 | ikev2: install/remove ipsec tunnels from main thread |  Filip Tehlar | 2 | -68/+157 |
2019-11-21 | tcp: add no csum offload config option |  Florin Coras | 3 | -25/+20 |
2019-11-21 | vcl: if the ldp user send buf with 0 len, it will assert failed. |  jiangxiaoming | 1 | -1/+1 |
2019-11-20 | session tcp: support pacer idle timeouts |  Florin Coras | 9 | -111/+88 |