summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-12-08fib: Source Address SelectionNeale Ranns32-365/+720
2020-12-08nat: avoid hairpinning infinite loop problemElias Rudberg2-0/+100
2020-12-07dpdk: support mlx drivers linked with rdma-coreMohammed Hawari1-3/+9
2020-12-07tests: py2 cleanup - remove subclassing of objectPaul Vinciguerra13-12/+13
2020-12-06wireguard: run feature after gsoNathan Skrzypczak1-0/+1
2020-12-06vlib: vlib_log for "linux device up" warningsDave Barach1-3/+4
2020-12-06tests: refactor ForeignAddressFactoryPaul Vinciguerra1-1/+14
2020-12-04virtio: fix the interrupt handling for packed queuesMohsin Kazmi1-5/+25
2020-12-04crypto: fixed vnet_crypto_async_reset_frame assertPiotrX Kleski1-1/+2
2020-12-04crypto: fixed async frame enqueue race conditionPiotrX Kleski3-5/+8
2020-12-04acl: fix acl-plugin testcases packet countingAndrew Yourtchenko1-2/+3
2020-12-04libmemif: clean up typosPaul Vinciguerra4-4/+4
2020-12-04avf: fix coverity issueMohammed Hawari1-1/+2
2020-12-04udp session: fix deq notification for dgramsFlorin Coras1-1/+4
2020-12-04virtio: fix the len offsetMohsin Kazmi1-2/+2
2020-12-04ip: fixup memory leak in function ip4_full_reass_drop_allbarryxie1-0/+1
2020-12-04papi: add support for enumflag part 1 of 2Paul Vinciguerra5-19/+160
2020-12-04vppapigen: add parser support for enumflagsPaul Vinciguerra4-57/+221
2020-12-04stats: fix coverity issuesAndrew Yourtchenko1-4/+3
2020-12-03lisp: .api dont set defaults in reply messagesPaul Vinciguerra1-3/+3
2020-12-04tls: allow picotls to use secp elliptic curvesVladimir Medvedkin1-3/+3
2020-12-03virtio: fix the offloads in tx pathMohsin Kazmi1-4/+2
2020-12-03nat: fix forwarding handoff workaroundFilip Varga6-31/+170
2020-12-03tests: remove py2/py3 six compatability libraryPaul Vinciguerra3-6/+1
2020-12-03tls: fix passed argument in openssl pluginVladimir Medvedkin1-2/+2
2020-12-03svm: fix mutex consistency on trylockFlorin Coras2-4/+16
2020-12-03papi: remove python2 patternsPaul Vinciguerra6-40/+18
2020-12-03papi: allow client control over loggersPaul Vinciguerra6-8/+56
2020-12-03stats: char-pointer arithmetic style-upVratko Polak1-6/+4
2020-12-03nat: fix incorrect session removal caseKlement Sekera3-10/+43
2020-12-02nat: use correct per-thread vlib_mainBenoît Ganne1-8/+8
2020-12-02papi: improve unit testabilityPaul Vinciguerra3-23/+133
2020-12-02stats: void-pointer arithmetic fixElias Rudberg1-2/+3
2020-12-02papi: fix copy/paste errorPaul Vinciguerra1-2/+2
2020-12-02ikev2: fix nat traversalFilip Tehlar2-3/+48
2020-12-01session: make pacer worker load awareFlorin Coras2-5/+14
2020-12-01session: allow small pacer burstsFlorin Coras5-19/+36
2020-12-01wireguard: return public key in apiNathan Skrzypczak2-2/+9
2020-12-01ipsec: change predictionFan Zhang2-2/+2
2020-12-01avf: add TSO supportMohammed Hawari3-21/+120
2020-11-30tests: Fix unversioned python shebang linesDave Wallace1-1/+1
2020-11-30svm: make svm queue mutex robustFlorin Coras2-2/+9
2020-11-30map: add include guard to map.hPaul Vinciguerra1-0/+4
2020-11-27dpdk: fix cryptodev compileFan Zhang1-45/+6
2020-11-27ip: Sub Address Family types. Feature enable for each SAFINeale Ranns7-16/+215
2020-11-26vlib: fix vlib log elog vector overrunBenoît Ganne1-1/+1
2020-11-26svm: use internal function to prealloc fifo hdrsFlorin Coras1-30/+3
2020-11-26nat: fix testsFilip Varga5-110/+42
2020-11-26vcl: avoid coalescing dgrams on readFlorin Coras1-2/+2
2020-11-26svm: only try to pre-allocate requested number of fifo pairsBenoît Ganne1-1/+8