aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-08-31vmxnet3: set RX interrupt pending only when neededSteven Luong3-6/+59
2021-08-31vat2: coverity errors in print_templateOle Troan1-4/+19
2021-08-31stats: check epoch in python vpp_stats lsOle Troan1-0/+3
2021-08-31misc: fix build error in handoffdemoSivaprasad Tummala1-4/+3
2021-08-31flow: add esp spi rss typePiotr Bronowski3-52/+69
2021-08-31stats: enable/disable segments pollsRay Kinsella3-19/+32
2021-08-31stats: stat_validate_counter_vector3 non-staticRay Kinsella2-1/+4
2021-08-30session: fix prefetch out of struct bound on ArmTianyu Li1-1/+1
2021-08-30vcl: fix vlsh conversion errorliuyacan1-3/+1
2021-08-30session: close app wrk socket on deleteFlorin Coras3-6/+5
2021-08-30tls: use default OpenSSL built-in DH parametersOfer Heifetz1-0/+8
2021-08-30tcp: Allow accepting session to send custom packetliuyacan1-1/+9
2021-08-27vppinfra: add compress functions for u64, u16 and u8Mohsin Kazmi3-4/+352
2021-08-27vlib: vpp banner is outputted to non-interactive vppctl sessionSteven Luong1-0/+11
2021-08-27snort: fix incorrect data length for snort inspectionSivaprasad Tummala1-0/+1
2021-08-27bufmon: add buffer monitoring pluginBenoît Ganne7-24/+417
2021-08-27snort: fix snort hang issue when interruptedSivaprasad Tummala1-1/+20
2021-08-26vhost: migrate to new TX infraSteven Luong3-88/+67
2021-08-26ikev2: check for valid cipher + integrityBenoît Ganne1-6/+6
2021-08-26ikev2: fix DNS resolution overflowBenoît Ganne1-1/+7
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-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 Ganne8-21/+36
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 Smith1-0/+22
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 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