Age | Commit message (Expand) | Author | Files | Lines |
2020-02-23 | session: include timer generated packets in max burst |  Florin Coras | 1 | -1/+2 |
2020-02-23 | session: minimize number of tx events |  Florin Coras | 1 | -8/+21 |
2020-02-23 | vppinfra: deprecate CLIB_VEC64 |  Dave Barach | 3 | -382/+0 |
2020-02-22 | tcp: remove useless prediction |  Simon Zhang | 1 | -3/+1 |
2020-02-21 | ikev2: cleanup tunnels after subsequent sa-init |  Filip Tehlar | 1 | -0/+5 |
2020-02-21 | gbp: Coverity warnings for unitialized variables |  Neale Ranns | 2 | -0/+3 |
2020-02-21 | fib: Uninitialised pad in the prefix (coverity warning) |  Neale Ranns | 1 | -0/+2 |
2020-02-21 | ipsec: IPSec protection for multi-point tunnel interfaces |  Neale Ranns | 18 | -167/+661 |
2020-02-21 | ipip: Unintialized return variable (coverity warning) |  Neale Ranns | 1 | -0/+1 |
2020-02-21 | ip: Unintialized variables in prefx setup (coverity warning) |  Neale Ranns | 2 | -0/+2 |
2020-02-21 | dhcp: update secondary radv_info structures |  Dave Barach | 3 | -27/+122 |
2020-02-21 | vrrp: fix coverity errors |  Matthew Smith | 2 | -1/+12 |
2020-02-20 | tcp: fix coverity warning in bt |  Florin Coras | 1 | -1/+1 |
2020-02-20 | lisp: fix coverity warnings |  Florin Coras | 1 | -0/+1 |
2020-02-20 | hsa: cleanup vpp_echo JSON output |  Dave Wallace | 1 | -4/+8 |
2020-02-20 | dpdk: rx checksum offload |  Florin Coras | 1 | -0/+8 |
2020-02-20 | fib: adjacency midchain teardown (VPP-1841) |  Neale Ranns | 3 | -5/+40 |
2020-02-20 | nat: user deletion function & extra metrics |  Filip Varga | 4 | -0/+272 |
2020-02-20 | ip-neighbor: Fix aging timeout |  Vladimir Isaev | 1 | -12/+19 |
2020-02-20 | map: honor pre-resolve param in map-t |  Alexander Chernavin | 6 | -30/+154 |
2020-02-20 | map: honor icmp6-unreachables param in map-t |  Alexander Chernavin | 2 | -2/+47 |
2020-02-20 | nat: avoid running pointless session cleanups |  Klement Sekera | 3 | -11/+33 |
2020-02-20 | nat: nat44 split slow and fast path |  Filip Varga | 2 | -1080/+339 |
2020-02-20 | ikev2: fix logging init |  Filip Tehlar | 1 | -3/+2 |
2020-02-20 | fib: fib path realloc during midchain stack |  Neale Ranns | 1 | -9/+13 |
2020-02-20 | tls: need to use thread id to fetch the event |  Yu Ping | 1 | -2/+1 |
2020-02-19 | tcp: fix syn-sent reset |  Florin Coras | 1 | -2/+2 |
2020-02-19 | tls: handle disconect and reset in async mode |  Yu Ping | 4 | -14/+48 |
2020-02-18 | devices: netlink: add more error logging |  Mohsin Kazmi | 1 | -10/+50 |
2020-02-18 | misc: deprecating the plugin |  Florin Coras | 15 | -8618/+0 |
2020-02-18 | crypto: show crypto handlers re-design |  Filip Tehlar | 2 | -24/+37 |
2020-02-18 | crypto: add support for testing quad loops in crypto algos |  Filip Tehlar | 5 | -97/+504 |
2020-02-18 | tcp: add fib to connection cli output |  Florin Coras | 1 | -2/+2 |
2020-02-18 | crypto: add chained buffer support in ipsecmb (AES-GCM) |  Filip Tehlar | 1 | -0/+83 |
2020-02-18 | vrrp: do not define _details as autoreply |  Vratko Polak | 1 | -4/+3 |
2020-02-18 | misc: fix coverity warnings |  Dave Barach | 10 | -12/+12 |
2020-02-18 | vlib: calculate per-worker loops/second metric |  Dave Barach | 3 | -1/+48 |
2020-02-18 | tcp: allow custom mss on connects |  Florin Coras | 2 | -0/+6 |
2020-02-18 | tcp: pace timer handling |  Florin Coras | 3 | -158/+168 |
2020-02-18 | vppinfra: fix debug image builds on arm |  Damjan Marion | 1 | -11/+2 |
2020-02-18 | tls: Add Feature yaml |  Yu Ping | 1 | -0/+11 |
2020-02-18 | rdma: fix bug related to ring buffer |  Elias Rudberg | 1 | -2/+2 |
2020-02-18 | tls: Picotls engine symmetric crypto enhancement by vpp crypto framework |  Simon Zhang | 4 | -1/+373 |
2020-02-17 | misc: fix coverity warnings |  Dave Barach | 11 | -16/+48 |
2020-02-17 | bfd: use tw_timer_template instead of legacy wheel |  Klement Sekera | 7 | -309/+336 |
2020-02-17 | gtpu: offload RX flow |  Chenmin Sun | 6 | -2/+785 |
2020-02-17 | ikev2: IKE plugin manages the state of the protected tunnel interface |  Neale Ranns | 1 | -2/+8 |
2020-02-17 | crypto-native: calculate ghash using vpclmulqdq instructions |  Damjan Marion | 2 | -0/+141 |
2020-02-17 | vlib: fix code of getting numa node with specific cpu_id |  Lijian.Zhang | 1 | -3/+18 |
2020-02-15 | tls: Fix Picotls ctx_read rx_content issue |  Simon Zhang | 1 | -18/+21 |