Age | Commit message (Expand) | Author | Files | Lines |
2019-12-03 | hsa: Less verbose logging for many sessions |  Nathan Skrzypczak | 6 | -50/+83 |
2019-12-03 | classify: API cleanup |  Jakub Grajciar | 1 | -90/+8 |
2019-11-30 | dhcp: add FEATURE.yaml for the DHCP plugin |  Jerome Tollet | 1 | -0/+11 |
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 | 2 | -4/+6 |
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 | 5 | -165/+182 |
2019-11-26 | flow: fix several crash issues |  Chenmin Sun | 1 | -2/+0 |
2019-11-26 | lb: lb_add_del_vip and lb_add_del_as doesn't work. |  Hongjun Ni | 2 | -4/+14 |
2019-11-26 | fib: Table Replace |  Neale Ranns | 1 | -13/+16 |
2019-11-24 | vppapigen: clean up typos in c generated code |  Paul Vinciguerra | 1 | -1/+1 |
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 | 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 | ikev2: install/remove ipsec tunnels from main thread |  Filip Tehlar | 2 | -68/+157 |
2019-11-20 | session tcp: support pacer idle timeouts |  Florin Coras | 1 | -1/+1 |
2019-11-20 | vlib: improve code coverage, part deux |  Dave Barach | 1 | -1/+62 |
2019-11-20 | ikev2: fix memory leak in child SA |  Filip Tehlar | 1 | -16/+15 |
2019-11-20 | misc: fix 4 coverity warnings in srv6-mobile |  Dave Barach | 4 | -4/+4 |
2019-11-20 | flow: Add GTP support |  Chenmin Sun | 1 | -28/+260 |
2019-11-20 | quic: Increase logging |  Nathan Skrzypczak | 1 | -29/+40 |
2019-11-20 | session: fix transport proto unformat |  Florin Coras | 1 | -3/+12 |
2019-11-19 | quic: handle duplicate packet from quicly |  Dave Wallace | 1 | -2/+15 |
2019-11-19 | srv6-mobile: fix yamllint failure in FEATURE.yaml |  Dave Wallace | 1 | -0/+1 |
2019-11-19 | dpdk: fix non-NULL terminated string |  Benoît Ganne | 1 | -1/+1 |
2019-11-19 | srv6-mobile |  Tetsuya Murakami | 25 | -5/+5262 |
2019-11-19 | map: fix coverity issue 205684 |  Andrew Yourtchenko | 1 | -2/+2 |
2019-11-19 | nat: respect arc features (multi worker) |  Filip Varga | 7 | -419/+887 |
2019-11-19 | map: Fix TCP MSS clamping for MAP-E traffic. |  Jon Loeliger | 2 | -2/+84 |
2019-11-18 | vlib: improve code coverage in src/vlib |  Dave Barach | 2 | -8/+146 |
2019-11-17 | nsim: add FEATURE.yaml |  Dave Barach | 1 | -0/+8 |
2019-11-15 | tests: Remove the unrequired VPP IP address/prefix class wrappers |  Neale Ranns | 6 | -258/+261 |
2019-11-14 | ikev2: add definitions for libssl |  Aleksander Djuric | 1 | -0/+6 |
2019-11-14 | ikev2: correct byte order in api handlers |  Aleksander Djuric | 1 | -10/+21 |
2019-11-14 | dpdk: Enable bnxt PMD |  Andy Gospodarek | 3 | -1/+20 |
2019-11-13 | dhcp: option 61 add missing type field |  Dave Barach | 2 | -3/+6 |
2019-11-13 | gtpu: check packet has enough data for gtpu header |  Benoît Ganne | 2 | -106/+60 |
2019-11-12 | ip: IP address and prefix types (moved from LISP) |  Neale Ranns | 1 | -20/+20 |
2019-11-12 | tls: fix picotls coverity warnings |  Florin Coras | 1 | -13/+13 |
2019-11-11 | ip: functional interface to ip fragmentation |  Ole Troan | 5 | -214/+148 |
2019-11-10 | dhcp: ipv6 prefix delegation improvements |  Dave Barach | 3 | -13/+99 |
2019-11-10 | tls: picotls engine basic enabling for TLS |  Simon Zhang | 5 | -0/+878 |
2019-11-09 | dhcp: fix dhcpv6 client and dhcpv6 prefix delegation |  Dave Barach | 3 | -37/+19 |
2019-11-09 | build: Fix typo introduced in src/plugins/mdata/FEATURE.yaml |  Paul Vinciguerra | 1 | -1/+1 |
2019-11-08 | rdma: fix next node rx redirect |  Benoît Ganne | 1 | -8/+2 |
2019-11-08 | rdma: fix name auto-generation on create |  Benoît Ganne | 1 | -1/+5 |
2019-11-08 | tests: python3 use byte strings in raw() |  Ole Troan | 6 | -135/+135 |
2019-11-07 | crypto-ipsecmb: improve gcm performance using dedicated API. |  Fan Zhang | 1 | -88/+54 |
2019-11-07 | dpdk: ipsec gcm fixes |  Christian Hopps | 3 | -25/+14 |