Age | Commit message (Expand) | Author | Files | Lines |
2019-09-20 | interface: fix pcap drop trace in case of vlan |  Benoît Ganne | 1 | -1/+12 |
2019-09-19 | session: builtin app rx notifications regardless of state |  Florin Coras | 1 | -3/+5 |
2019-09-19 | ikev2: add support for GCM cipher |  Filip Tehlar | 3 | -1/+43 |
2019-09-19 | cop: API cleanup |  Jakub Grajciar | 2 | -9/+15 |
2019-09-19 | api: split vl_api_prefix into two |  Ole Troan | 16 | -78/+274 |
2019-09-18 | tests: split up the long running IPSec tests into separate classes |  Andrew Yourtchenko | 1 | -82/+398 |
2019-09-18 | hsa: fix vpp_echo stats output |  Dave Wallace | 1 | -16/+37 |
2019-09-18 | vppapigen: fix missing vla check for union class |  Ole Troan | 2 | -52/+87 |
2019-09-18 | stats: fix per_worker vector rate heap |  Ole Troan | 1 | -3/+7 |
2019-09-18 | quic : refactor function naming |  MathiasRaoul | 3 | -56/+51 |
2019-09-18 | tcp: compute snd time for rate sample |  Florin Coras | 3 | -29/+28 |
2019-09-18 | builtinurl: initial working attempt |  Dave Barach | 11 | -1/+755 |
2019-09-18 | vppapigen: fix tests and run on verify |  Paul Vinciguerra | 3 | -26/+58 |
2019-09-17 | build: fix rpm python 3 depends |  Ed Kern | 1 | -1/+1 |
2019-09-17 | session: limit pacer bucket size |  Florin Coras | 2 | -2/+4 |
2019-09-17 | vlib: fix cli process stack overflow |  Aloys Augustin | 1 | -1/+1 |
2019-09-16 | tcp: use rate sample rtt in recovery if possible |  Florin Coras | 1 | -6/+14 |
2019-09-16 | http_static: add dynamic GET / POST method hooks |  Dave Barach | 3 | -178/+342 |
2019-09-16 | dpdk: initialize rte_mbuf during mempool dequeue |  Damjan Marion | 2 | -1/+47 |
2019-09-16 | vlib: cli support ctrl-w to erase left word |  Hiroki Shirokura | 1 | -0/+47 |
2019-09-16 | api: autogenerate api trace print/endian |  Ole Troan | 34 | -395/+987 |
2019-09-13 | session: add session enable option in config file |  Nathan Skrzypczak | 1 | -0/+2 |
2019-09-13 | hsa: Fix QUIC sessions count calculation |  Aloys Augustin | 1 | -3/+1 |
2019-09-13 | devices: partial revert of af_packet API cleanup patch |  Damjan Marion | 2 | -80/+0 |
2019-09-12 | tcp: cleanup scoreboard after recovery |  Florin Coras | 1 | -0/+7 |
2019-09-12 | devices: af_packet API cleanup |  Jakub Grajciar | 5 | -24/+109 |
2019-09-12 | map: fix non-null-terminated C-string |  Benoît Ganne | 1 | -3/+4 |
2019-09-12 | dpdk: fix null-termination of strings |  Elias Rudberg | 1 | -0/+3 |
2019-09-12 | hsa: fix memory management bugs |  Benoît Ganne | 2 | -5/+9 |
2019-09-12 | quic: fix use-after-free |  Benoît Ganne | 1 | -1/+6 |
2019-09-11 | misc: bond_create is broken for custom dump print |  Steven Luong | 1 | -2/+2 |
2019-09-11 | quic: fix non-null terminated hostname string |  Benoît Ganne | 1 | -9/+5 |
2019-09-11 | docs: run-sphinx-docs-merged |  jdenisco | 2 | -3/+3 |
2019-09-11 | ip: apply dual loop unrolling in ip4_input |  Lijian.Zhang | 1 | -0/+68 |
2019-09-11 | ip: apply dual loop unrolling in ip4_rewrite |  Lijian.Zhang | 1 | -0/+131 |
2019-09-11 | dpdk: apply dual loop unrolling in DPDK TX |  Lijian.Zhang | 1 | -0/+57 |
2019-09-11 | memif: fix zero-copy arg overwrite |  Jakub Grajciar | 1 | -3/+0 |
2019-09-11 | bonding: API cleanup |  Jakub Grajciar | 5 | -39/+63 |
2019-09-11 | tcp: handle sack reneging |  Florin Coras | 4 | -135/+203 |
2019-09-11 | build: fix running error with vmxnet3_test_plugin.so |  jialv01 | 1 | -10/+4 |
2019-09-10 | tcp: enable gso in tcp hoststack |  Simon Zhang | 6 | -3/+89 |
2019-09-10 | misc: clean up "pcap [rx|tx] trace" debug CLI |  Dave Barach | 4 | -169/+196 |
2019-09-10 | session: fix session filter range |  Florin Coras | 1 | -1/+1 |
2019-09-10 | tcp: validate connections in output |  Florin Coras | 1 | -9/+46 |
2019-09-10 | misc: fix shebang with missing env |  Nathan Skrzypczak | 2 | -2/+2 |
2019-09-10 | papi: let async calls return context |  Vratko Polak | 1 | -1/+6 |
2019-09-09 | misc: fix coverity warning in the oddbuf plugin |  Dave Barach | 9 | -134/+21 |
2019-09-09 | docs: improve unformat documentation |  Dave Barach | 1 | -8/+120 |
2019-09-09 | memif: API cleanup |  Jakub Grajciar | 7 | -68/+125 |
2019-09-09 | libmemif: prevent crash in case of invalid connection handle |  Jakub Grajciar | 1 | -9/+31 |