aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2020-08-07quic: remove redundant function callsDave Wallace1-2/+0
2020-08-07quic: disable failing testFlorin Coras1-0/+1
2020-08-07quic: Add PICOTLS_INCLUDE_DIR var to CMakeLists.Mathias Raoul1-0/+6
2020-08-07memif: 14 bytes extra overhead issue fixed.Mrityunjay Kumar1-2/+2
2020-08-07memif: fix zero-copy arg overwriteJakub Grajciar1-3/+0
2020-08-07gbp: More reliable unit-testsNeale Ranns1-16/+16
2020-06-11vppinfra: refactor mpcap.hDave Barach1-1/+1
2020-05-26ipsec: DES/3DES fixing the iv_len for openssl cryptoRajesh Goel1-1/+2
2020-04-13ping: fix buffer allocator error handlingDave Barach1-0/+2
2020-04-10misc: check return values from vlib_buffer_copy(...)Dave Barach1-3/+5
2020-03-10rdma: fix bug related to ring bufferElias Rudberg1-2/+2
2020-02-29dpdk: TSO does not work for Cisco VICSteven Luong1-0/+11
2020-02-27avf: Handle chain buffer in TX properlySteven Luong2-7/+140
2020-02-18mactime: remove unnecessary function declarationNeale Ranns1-2/+0
2020-02-13ikev2: correct byte order in api handlersAleksander Djuric1-10/+21
2020-02-06lb: lb_add_del_vip and lb_add_del_as doesn't work.Hongjun Ni2-4/+14
2020-02-06ikev2: fix memory leak in child SAFilip Tehlar1-16/+15
2020-02-06lacp: add actor steady state check prior to skip processing lacp pduSteven Luong2-3/+5
2019-12-21vxlan: reuse inner packet flow hash for tunnel outer header load balanceShawn Ji1-0/+9
2019-12-02ip: IP address and prefix types (moved from LISP)Neale Ranns1-20/+20
2019-12-01dpdk: fix non-NULL terminated stringBenoît Ganne1-1/+1
2019-11-28tests: add cli_return_response to vpp_papi_providerDave Barach1-1/+6
2019-11-18gtpu: check packet has enough data for gtpu headerBenoît Ganne2-106/+60
2019-11-18rdma: fix name auto-generation on createBenoît Ganne1-1/+5
2019-11-18dpdk: ipsec gcm fixesChristian Hopps3-25/+14
2019-11-18crypto: fix crypto perf unittest crashFan Zhang1-1/+33
2019-11-18nat: NAT udp counter & unit test fixesFilip Varga5-20/+20
2019-11-15http_static: fifo-size is u32Dave Wallace1-0/+5
2019-11-15rdma: fix next node rx redirectBenoît Ganne1-8/+2
2019-11-15ikev2: fix traffic selector matchFilip Tehlar1-2/+2
2019-11-15dpdk: use local loggerPaul Vinciguerra1-5/+5
2019-11-07nat: reapply respect udp checksumFilip Varga6-170/+428
2019-11-07nat: revert respect udp checksumOle Troan1-0/+4
2019-11-07nat: respect udp checksumFilip Varga1-4/+0
2019-11-07nat: Revert "nat: respect udp checksum"Andrew Yourtchenko6-428/+166
2019-11-07api: Add API support for PP2 plugin to stable/1908Jianlin Lv9-1/+583
2019-11-05dpdk: fix tso not properly check the 'enable-tcp-udp-checksum' option issueChenmin Sun1-16/+15
2019-11-05vlib: only dump 1st buffer in chain by defaultBenoît Ganne1-1/+1
2019-11-05dns: fix typo in counterPaul Vinciguerra1-1/+1
2019-10-31rdma: build: fix ibverb compilation testBenoît Ganne1-5/+3
2019-10-31nat: respect udp checksumFilip Varga6-166/+428
2019-10-31memif: memif buffer leaks during disconnecting zero copy interface.Changqian Wang1-0/+36
2019-10-31gtpu: msg id fix in send_gtpu_tunnel_details apiMiklos Tirpak1-1/+2
2019-10-31tcp: improve rate samples for retansmitted segmentsFlorin Coras1-14/+18
2019-10-31vppinfra: add clib_mem_free_sBenoît Ganne2-12/+4
2019-10-29gbp: missing contract hash-mode settingNeale Ranns1-3/+5
2019-10-27misc: (cdp) fix non-null terminated vector useBenoît Ganne1-1/+1
2019-10-27svm: reset vector data instead of lengthBenoît Ganne1-1/+1
2019-10-27gbp: Add extended SFC unit testsMohsin Kazmi1-2/+459
2019-10-27ping: Move to pluginMohsin Kazmi3-0/+1381