aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-08-18vhost: interrupt mode support with mqSteven Luong3-138/+209
2021-08-18vat2: add shared memory argumentOle Troan5-99/+226
2021-08-17nat: fix counters increment for output featureAlexander Chernavin3-68/+93
2021-08-17ip: reassembly cleanupKlement Sekera4-246/+139
2021-08-17build: install ethernet/ethernet_types_api.hMohammed Hawari1-0/+1
2021-08-17build: remove dh-systemd from dependenciesAndrew Yourtchenko1-1/+0
2021-08-14ip: Fix crash in ip address add on sub-int without exact-matchPim van Pelt4-12/+32
2021-08-13ip: punt redirect add nh in apiNathan Skrzypczak9-100/+243
2021-08-13ip: source address selectionOle Troan7-201/+310
2021-08-13wireguard: add flag to check hmac for decryptionGabriel Oginski1-0/+1
2021-08-12nat: NAT44ED configuration refactorFilip Varga4-378/+365
2021-08-12nat: correct pool ops when disable nat44 pluginAlexander Skorichenko1-10/+10
2021-08-12session vcl: cert key add/del with socket apiFlorin Coras6-10/+218
2021-08-12tls: add start_listen openssl API return value checkOfer Heifetz1-4/+30
2021-08-12build: consistent debhelper 10 supportNick Brown2-3/+1
2021-08-11svm: make more fifo segment header fields privateFlorin Coras4-45/+28
2021-08-11fib: Compiile time option to use 8-8-8-8 stride tries for FIB ratherNeale Ranns3-0/+124
2021-08-11fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_tNeale Ranns14-423/+936
2021-08-11ip: [re]introduce the 8-8-8-8 stride MTRIENeale Ranns3-64/+229
2021-08-11ip: Rename the ip4 mtrie function to be 16_8_8 specificNeale Ranns4-218/+202
2021-08-10vppinfra: Fix bihash del warningNathan Skrzypczak2-0/+7
2021-08-10tls: picotls optimize rx pathFlorin Coras1-69/+113
2021-08-10tls: picotls optimize writesFlorin Coras2-113/+188
2021-08-10misc: do not capture tx packets twiceBenoît Ganne1-13/+30
2021-08-10ip: Use the IP4 lookup functionsNeale Ranns5-177/+84
2021-08-10ip: Remove the 'test lookup' CLI commandNeale Ranns1-97/+0
2021-08-09ip6-nd: only respond to RS if sending RA is enabledOle Troan1-1/+6
2021-08-06tls: avoid picotls buffer allocs on rxFlorin Coras2-3/+9
2021-08-06tls: avoid ptls ctx free on transport closeFlorin Coras1-2/+1
2021-08-05classify: fix parsing for l4 matchBenoît Ganne1-1/+1
2021-08-05ip: fix ip punt redirect cliBenoît Ganne2-13/+12
2021-08-05nat: nat44-ed disable protection for api/cliFilip Varga4-60/+67
2021-08-04vppinfra: fix the array mask functionMohsin Kazmi2-2/+20
2021-08-04memif: fix offsetArtem Glazychev1-1/+1
2021-08-03quic: do not update crypto keys from workersAloys Augustin3-20/+59
2021-08-03tls: picotls handle accept failuresFlorin Coras1-3/+15
2021-08-02vcl: fix sendto for dgramsliuyacan1-4/+4
2021-08-02vcl: fix sleep time in ldp_pselect()liuyacan1-1/+2
2021-07-31vcl: fix ldp for __recv_chk socket callsSivaprasad Tummala2-0/+17
2021-07-30tls: picotls rx fixes and improvementsFlorin Coras2-149/+126
2021-07-29vcl: move vls pool lock to process local stateFlorin Coras1-6/+7
2021-07-29vcl: vls cleanup and more docsFlorin Coras1-101/+167
2021-07-29ip: add api test fileFilip Tehlar3-0/+1541
2021-07-29nat: fix ICMP checksum validationKlement Sekera1-9/+9
2021-07-29ipsec: move startup config to common fileZachary Leaf3-51/+55
2021-07-28gre: set proper fib index for unnumbered interfaces, unset fib index before f...Stanislav Zaikin5-7/+67
2021-07-27vppinfra: introduce CLIB_CACHE_PREFETCH_BYTESDamjan Marion3-70/+56
2021-07-27vlib: don't ASSERT(vm) in worker thread bootstrapDave Barach1-2/+4
2021-07-27vcl: configure the cert-key pair from appSivaprasad Tummala1-4/+4
2021-07-27vppinfra: fix sock init netnsNathan Skrzypczak1-1/+5