Age | Commit message (Expand) | Author | Files | Lines |
2019-10-02 | tcp: use sacks for timer based recovery |  Florin Coras | 9 | -278/+337 |
2019-10-02 | ip: fix memory leak in ip_dump handler |  Matthew Smith | 1 | -0/+2 |
2019-10-01 | session: avoid transport cleanup if previously deleted |  Florin Coras | 1 | -2/+3 |
2019-10-01 | hsa: fix vpp_echo stats output |  Dave Wallace | 1 | -16/+37 |
2019-09-30 | session: move ctrl messages from bapi to mq |  Florin Coras | 14 | -273/+808 |
2019-09-30 | tcp: fix unformat cwnd multiplier |  Florin Coras | 1 | -16/+18 |
2019-09-30 | fib: do not dump no-longer valid adjacencies |  Benoît Ganne | 4 | -3/+23 |
2019-09-30 | gbp: remove loopback interfaces between tests |  Benoît Ganne | 1 | -0/+3 |
2019-09-30 | session: fix msg freeing on error |  Nathan Skrzypczak | 4 | -24/+7 |
2019-09-30 | tcp: refactor congestion event handling |  Florin Coras | 1 | -40/+36 |
2019-09-30 | session: builtin app rx notifications regardless of state |  Florin Coras | 1 | -3/+5 |
2019-09-30 | ikev2: add support for GCM cipher |  Filip Tehlar | 3 | -1/+43 |
2019-09-30 | tests: split up the long running IPSec tests into separate classes |  Andrew Yourtchenko | 1 | -82/+398 |
2019-09-30 | quic : refactor function naming |  MathiasRaoul | 3 | -56/+51 |
2019-09-30 | tcp: compute snd time for rate sample |  Florin Coras | 3 | -29/+28 |
2019-09-30 | session: limit pacer bucket size |  Florin Coras | 2 | -2/+4 |
2019-09-30 | vlib: fix cli process stack overflow |  Aloys Augustin | 1 | -1/+1 |
2019-09-30 | http_static: add dynamic GET / POST method hooks |  Dave Barach | 3 | -178/+342 |
2019-09-30 | vlib: cli support ctrl-w to erase left word |  Hiroki Shirokura | 1 | -0/+47 |
2019-09-30 | session: add session enable option in config file |  Nathan Skrzypczak | 1 | -0/+2 |
2019-09-30 | hsa: Fix QUIC sessions count calculation |  Aloys Augustin | 1 | -3/+1 |
2019-09-30 | map: fix non-null-terminated C-string |  Benoît Ganne | 1 | -3/+4 |
2019-09-30 | dpdk: fix null-termination of strings |  Elias Rudberg | 1 | -0/+3 |
2019-09-30 | hsa: fix memory management bugs |  Benoît Ganne | 2 | -5/+9 |
2019-09-30 | quic: fix use-after-free |  Benoît Ganne | 1 | -1/+6 |
2019-09-30 | quic: fix non-null terminated hostname string |  Benoît Ganne | 1 | -9/+5 |
2019-09-30 | session: fix session filter range |  Florin Coras | 1 | -1/+1 |
2019-09-30 | misc: fix shebang with missing env |  Nathan Skrzypczak | 2 | -2/+2 |
2019-09-30 | papi: let async calls return context |  Vratko Polak | 1 | -1/+6 |
2019-09-30 | ikev2: fix crash during IKE SA Init exchange |  Filip Tehlar | 1 | -6/+1 |
2019-09-30 | quic: fix server opening stream immediately |  Aloys Augustin | 2 | -4/+19 |
2019-09-30 | build: fix unsupported CMake comparison operation |  jialv01 | 1 | -1/+1 |
2019-09-30 | stats: add /if/<n>/<n>/state for lacp interface state |  Steven Luong | 4 | -3/+107 |
2019-09-30 | tests: run vapi tests by default |  Klement Sekera | 5 | -14/+14 |
2019-09-30 | stats: fix per_worker vector rate heap |  Ole Troan | 1 | -3/+7 |
2019-09-30 | lb: vpp hang when executing "lb flush" commands with more parameters. |  Hongjun Ni | 1 | -0/+6 |
2019-09-30 | build: fix running error with vmxnet3_test_plugin.so |  jialv01 | 1 | -10/+4 |
2019-09-30 | libmemif: prevent crash in case of invalid connection handle |  Jakub Grajciar | 1 | -9/+31 |
2019-09-30 | session: improve cli |  Florin Coras | 7 | -148/+348 |
2019-09-29 | tcp: use rate sample rtt in recovery if possible |  Florin Coras | 1 | -6/+14 |
2019-09-29 | tcp: cleanup scoreboard after recovery |  Florin Coras | 1 | -0/+7 |
2019-09-29 | tcp: handle sack reneging |  Florin Coras | 4 | -135/+203 |
2019-09-29 | tcp: enable gso in tcp hoststack |  Simon Zhang | 6 | -3/+89 |
2019-09-29 | tcp: cc algos handle cwnd on congestion signal |  Florin Coras | 3 | -12/+11 |
2019-09-29 | tcp: send rwnd update only if wnd is large enough |  Florin Coras | 3 | -7/+15 |
2019-09-29 | tcp: force zero window on full rx fifo |  Florin Coras | 1 | -1/+4 |
2019-09-29 | tcp: validate connections in output |  Florin Coras | 1 | -9/+46 |
2019-09-29 | ethernet: move dmac filtering to inline function |  Matthew Smith | 1 | -56/+63 |
2019-09-29 | session: avoid bihash list for session tables |  Florin Coras | 1 | -12/+38 |
2019-09-29 | gbp: fix set_mac() in unit tests |  Benoît Ganne | 1 | -6/+2 |