Age | Commit message (Expand) | Author | Files | Lines |
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 | nat: fix net44 lb static API |  Benoît Ganne | 1 | -1/+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 | 5 | -31/+31 |
2019-07-12 | docs: how to enable coredump with systemd |  Benoît Ganne | 1 | -0/+5 |
2019-07-12 | syslog: fix syslog structured data formatting |  Benoît Ganne | 1 | -1/+1 |
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 | 3 | -17/+38 |
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-10 | tcp: improve rate estimate |  Florin Coras | 3 | -19/+35 |
2019-07-10 | ip: fix show ip neigh vector read overflow |  Benoît Ganne | 3 | -38/+30 |
2019-07-10 | vlib: Replace timer in CLI with an event process |  Chris Luke | 1 | -16/+140 |
2019-07-10 | misc: fix buffer issue in geneve_input |  Zhiyong Yang | 1 | -10/+8 |
2019-07-10 | quic: Improve timing interface for quic_echo |  Nathan Skrzypczak | 1 | -100/+202 |
2019-07-10 | fib: fib_entry_flags_update takes a vector of paths |  Neale Ranns | 1 | -5/+1 |
2019-07-09 | acl: perform the ACL-as-a-service user registrations in global heap |  Andrew Yourtchenko | 2 | -10/+14 |
2019-07-09 | session: notify app of session and transport cleanup |  Florin Coras | 5 | -3/+39 |
2019-07-09 | quic: echo thread can handle multiple sessions |  Nathan Skrzypczak | 2 | -129/+278 |
2019-07-09 | udp: UDPC handle open fail |  Nathan Skrzypczak | 1 | -6/+9 |
2019-07-09 | gbp: Ownership of dynamically created vxlan-gbp tunnels managed via gbp_itf |  Neale Ranns | 20 | -396/+694 |
2019-07-09 | tcp: remove warning for multi-seg scnario. |  Simon Zhang | 1 | -1/+0 |
2019-07-09 | vat: unload unused vat plugins |  Dave Barach | 22 | -314/+100 |
2019-07-09 | fib: fix urpf_itfs vector overflow |  Benoît Ganne | 1 | -45/+16 |
2019-07-09 | tcp: track last lost bytes in sack sb |  Florin Coras | 2 | -3/+10 |
2019-07-09 | quic: fix passive disconnect handling & refactor |  Nathan Skrzypczak | 3 | -541/+740 |
2019-07-09 | papi: update VPPEnumType for python3 |  Paul Vinciguerra | 1 | -1/+4 |
2019-07-09 | vppinfra: allocate bihash virtual space on demand |  Dave Barach | 8 | -11/+223 |
2019-07-08 | vcl: add worker unregister api |  Florin Coras | 2 | -0/+12 |
2019-07-08 | vcl: cleanup listener accept fifo |  Florin Coras | 1 | -0/+14 |
2019-07-08 | map gbp papi: match endianess of f64 |  Paul Vinciguerra | 6 | -11/+92 |
2019-07-08 | ip: retain local interface address adjacency |  Matthew Smith | 1 | -6/+24 |
2019-07-08 | session: add flag to disable session lookup |  Nathan Skrzypczak | 5 | -5/+15 |
2019-07-08 | gbp: More unit tests |  Neale Ranns | 1 | -0/+1 |
2019-07-08 | session: target app.fib_index in unbind_uri |  Nathan Skrzypczak | 1 | -3/+6 |
2019-07-08 | api: Implement log_dump/log_details |  Paul Vinciguerra | 4 | -60/+195 |
2019-07-08 | gbp: refactor policy nodes |  Benoît Ganne | 8 | -406/+301 |
2019-07-05 | vxlan-gbp: Decap ignores reserved bits |  Neale Ranns | 2 | -18/+22 |
2019-07-05 | ethernet: ARP disabled node |  Neale Ranns | 1 | -15/+106 |
2019-07-05 | sctp: move to plugins, disabled by default |  Florin Coras | 25 | -175/+320 |
2019-07-05 | tcp: timestamp adjustment |  Vladimir Kropylev | 3 | -3/+14 |
2019-07-05 | gbp: use bd index at ext-itf creation instead of bd id |  Benoît Ganne | 1 | -1/+3 |
2019-07-05 | tcp: add cc algo start tx event |  Florin Coras | 2 | -0/+16 |
2019-07-05 | tcp: add cc algo undo recovery notification |  Florin Coras | 2 | -18/+23 |
2019-07-05 | tcp: add loss signal to cc algo |  Florin Coras | 5 | -26/+62 |