Age | Commit message (Expand) | Author | Files | Lines |
2019-07-18 | lb: update api.c to use scaffolding from latest skel |  Paul Vinciguerra | 4 | -43/+112 |
2019-07-17 | tcp: add node with no 6-tuple lookup |  Vladimir Kropylev | 1 | -22/+96 |
2019-07-17 | quic: Add back stream connect condition |  Nathan Skrzypczak | 1 | -1/+1 |
2019-07-17 | build: add targets for json api files |  Paul Vinciguerra | 2 | -0/+102 |
2019-07-17 | session: move constants definition |  Florin Coras | 2 | -2/+3 |
2019-07-17 | session: use llist in session node evt handling |  Florin Coras | 4 | -68/+172 |
2019-07-17 | session: grab mq lock until ctrl event is enqueued |  Florin Coras | 1 | -2/+1 |
2019-07-17 | vppinfra: elog: fix read overflow in string lookup |  Benoît Ganne | 1 | -5/+7 |
2019-07-16 | session: fix node enable sequence |  Vladimir Kropylev | 1 | -1/+1 |
2019-07-16 | papi: use the injected logger wherever possible |  Vratko Polak | 1 | -18/+6 |
2019-07-16 | gbp: fix contracts dpo ACL match |  Benoît Ganne | 1 | -3/+3 |
2019-07-16 | ipsec: handle UDP keepalives |  Neale Ranns | 11 | -47/+360 |
2019-07-16 | ipsec: coverity found c-n-p error |  Neale Ranns | 1 | -1/+1 |
2019-07-16 | api: enable binary API event logging in vat |  Dave Barach | 9 | -65/+254 |
2019-07-16 | build: separate pkg builds from verify target |  Dave Wallace | 1 | -1/+3 |
2019-07-15 | quic: integrate vpp crypto api for quic packets encryption |  Mathias Raoul | 5 | -0/+436 |
2019-07-15 | ipsec: rewind missing from dual loop |  Neale Ranns | 1 | -4/+9 |
2019-07-15 | interface: fix issue that pcap rx/tx trace not available when there are worke... |  Wei CHEN | 2 | -8/+10 |
2019-07-15 | session: allow transports to generate closed notifications |  Florin Coras | 6 | -27/+44 |
2019-07-14 | api: add DSCP definitions to ip_types.api |  Paul Vinciguerra | 1 | -0/+46 |
2019-07-14 | tests: fix error in VppDiedError exception |  Paul Vinciguerra | 1 | -2/+2 |
2019-07-13 | vppinfra: add doubly linked list |  Florin Coras | 4 | -0/+609 |
2019-07-12 | nsim: cross-connect mode crash at interface output node |  John Lo | 3 | -6/+7 |
2019-07-12 | docs: add compressed core file description |  Dave Barach | 1 | -0/+27 |
2019-07-12 | quic: fix show session verbose |  Aloys Augustin | 3 | -33/+28 |
2019-07-12 | tls quic: reduce default segment sizes |  Aloys Augustin | 2 | -3/+3 |
2019-07-12 | session: add thread index to all formatters |  Aloys Augustin | 7 | -4/+15 |
2019-07-12 | vcl: fix namespace debug print |  Benoît Ganne | 1 | -2/+1 |
2019-07-12 | svm: handles heap dlmalloc allocation failure |  Benoît Ganne | 1 | -0/+6 |
2019-07-12 | vcl: fix tsock 0-ing in test client |  Benoît Ganne | 1 | -2/+3 |
2019-07-12 | ipsec: drop outbound ESP when no crypto alg set |  Matthew Smith | 4 | -5/+162 |
2019-07-12 | ip: Trace the packet from the punt node |  Neale Ranns | 1 | -7/+14 |
2019-07-12 | nat: added handoff trace index for easier trace match |  Filip Varga | 1 | -2/+4 |
2019-07-12 | ipsec: Reference count the SAs |  Neale Ranns | 10 | -167/+158 |
2019-07-12 | vom: build VOM package when CI builds |  YohanPipereau | 1 | -0/+4 |
2019-07-12 | nat: fix net44 lb static API |  Benoît Ganne | 1 | -1/+1 |
2019-07-12 | tests: remove invalid arguments passed to papi |  Paul Vinciguerra | 1 | -5/+1 |
2019-07-12 | papi: fix vpp_format from change in vl_api_prefix_t |  Paul Vinciguerra | 2 | -12/+10 |
2019-07-12 | ip ipsec: Remove IPSec SPI-0 punt reason |  Neale Ranns | 6 | -57/+63 |
2019-07-12 | docs: how to enable coredump with systemd |  Benoît Ganne | 3 | -0/+14 |
2019-07-12 | syslog: fix syslog structured data formatting |  Benoît Ganne | 2 | -1/+6 |
2019-07-11 | vppinfra: bihash add-but-do-not-overwrite semantics |  Dave Barach | 1 | -0/+7 |
2019-07-11 | ip: Punt node does not free iovecs |  Neale Ranns | 3 | -11/+22 |
2019-07-11 | ipsec: Revert "IPSEC: remove byte swap operations in DP during SPD classify" |  Neale Ranns | 5 | -27/+26 |
2019-07-11 | ipsec: Revert "IPSEC: remove double byte swap of IP addresses" |  Neale Ranns | 1 | -10/+18 |
2019-07-11 | gbp: An Endpoint can change sclass |  Neale Ranns | 4 | -18/+103 |
2019-07-11 | avf: add more link speeds |  Damjan Marion | 2 | -1/+7 |
2019-07-11 | quic: Fix quic_echo event flags |  Nathan Skrzypczak | 1 | -9/+9 |
2019-07-11 | vom: Fix reference to flags in GBP bridge-domain |  Neale Ranns | 1 | -1/+1 |
2019-07-10 | tcp: improve rate estimate |  Florin Coras | 3 | -19/+35 |