Age | Commit message (Expand) | Author | Files | Lines |
2019-09-25 | fib: fix some typos in fib/mtrie | Lijian.Zhang | 20 | -35/+35 |
2019-09-25 | ip: refactor reassembly | Klement Sekera | 11 | -843/+888 |
2019-09-25 | papi: truncate long logger messages | Klement Sekera | 1 | -1/+4 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace | Damjan Marion | 21 | -0/+32 |
2019-09-24 | build: pass 'no-pci' to autgenerated config | Damjan Marion | 1 | -0/+1 |
2019-09-24 | session: avoid transport cleanup if previously deleted | Florin Coras | 1 | -2/+3 |
2019-09-23 | misc: improve pcap drop trace output | Dave Barach | 1 | -0/+54 |
2019-09-23 | tests: fix test-checkstyle to check plugin tests | Dave Wallace | 1 | -1/+1 |
2019-09-23 | misc: unify pcap rx / tx / drop trace | Dave Barach | 6 | -240/+177 |
2019-09-23 | gbp: fix contract rule handling | Benoît Ganne | 7 | -20/+50 |
2019-09-23 | tcp: fix unformat cwnd multiplier | Florin Coras | 1 | -16/+18 |
2019-09-23 | hsa: fix typo in vpp_echo for tx-buf | MathiasRaoul | 1 | -6/+6 |
2019-09-23 | nat: fix update of outside fibs (output-feature) | Dmitry Vakhrushev | 3 | -4/+198 |
2019-09-23 | interface: use the correct condition for checking if the pcap fd is open | Andrew Yourtchenko | 4 | -4/+4 |
2019-09-23 | ebuild: Add MAKE_PARALLEL_FLAGS to VPP build | juraj.linkes | 1 | -1/+1 |
2019-09-23 | api: add missing format_vl_api_ip[46]_address_with_prefix_t | Jakub Grajciar | 1 | -0/+12 |
2019-09-23 | fib: do not dump no-longer valid adjacencies | Benoît Ganne | 4 | -3/+23 |
2019-09-23 | gbp: remove loopback interfaces between tests | Benoît Ganne | 1 | -0/+3 |
2019-09-23 | ip: fix memory leak in ip_dump handler | Matthew Smith | 1 | -0/+2 |
2019-09-20 | session: fix msg freeing on error | Nathan Skrzypczak | 4 | -24/+7 |
2019-09-20 | tcp: refactor congestion event handling | Florin Coras | 1 | -40/+36 |
2019-09-20 | misc: classifier-based packet trace filter | Dave Barach | 10 | -8/+559 |
2019-09-20 | classify: remove includes from classifier header file | Damjan Marion | 15 | -10/+19 |
2019-09-20 | hsa: refactor vpp_echo failure handling | Dave Wallace | 7 | -97/+214 |
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 |