summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-08-26af_xdp: fix stale rx/tx pointers in xsk objectsBenoît Ganne1-10/+47
2021-08-26sr: extend the srv6 sid list structureAhmed Abdelsalam2-42/+51
2021-08-26acl: fix prefetch out of struct bound on ArmTianyu Li1-1/+1
2021-08-25fib: fix source address get error for p2p ifjxm1-0/+24
2021-08-23af_xdp: fix xsk_socket__delete left un-cleanuparikachen1-3/+3
2021-08-20ip: check if interface has link-local addressStanislav Zaikin1-1/+6
2021-08-20build: include vat2 in RPM file listMatthew Smith1-0/+1
2021-08-20ikev2: fix use-after-freeBenoît Ganne1-2/+3
2021-08-20rdma: decrease inliningBenoît Ganne1-26/+19
2021-08-20vppinfra: fix clib_random_buffer_get_data cachingBenoît Ganne1-2/+2
2021-08-20buffers: fix buffer linearizationBenoît Ganne2-131/+376
2021-08-20perfmon: fix perf event user page readBenoît Ganne1-45/+76
2021-08-20vlib: add format_vnet_buffer_no_chainBenoît Ganne9-27/+40
2021-08-20ikev2: decrease inliningBenoît Ganne1-26/+26
2021-08-20build: fix external plugin buildBenoît Ganne1-0/+1
2021-08-19nat: handle ED in2out ICMP errors with workersMatthew Smith2-0/+67
2021-08-19acl: add API call for setting the toggle to select between linear and bihash-...Andrew Yourtchenko3-1/+148
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 Chernavin4-69/+94
2021-08-17docs: fix missing dependency on pip-tools for docs-venvDave Wallace1-0/+2
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-16dpdk: patch i40e PMD to disable source pruningMatthew Smith1-0/+43
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-13tests docs: upgrade python packagesDave Wallace20-409/+447
2021-08-13wireguard: add flag to check hmac for decryptionGabriel Oginski1-0/+1
2021-08-12misc: 21.06 Release NotesAndrew Yourtchenko1-5/+1273
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 Brown3-4/+2
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 Troan2-2/+21
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