aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2022-04-26stats: string vector and node collector improvementsDamjan Marion1-26/+12
2022-04-22session: fix ctrl evt rpc elt pool reallocFlorin Coras1-5/+10
2022-04-21session svm: fix mq producer wait on q and ringFlorin Coras2-7/+5
2022-04-19devices: remove redundant access in af-packet inputMohsin Kazmi1-5/+5
2022-04-18session: add support for listen proxiesFlorin Coras2-5/+27
2022-04-14ipsec: perf improvement of ipsec4_input_node using flow cacheZachary Leaf8-54/+311
2022-04-12ip: fix arc start in ip46-local for local mfib entriesAlexander Chernavin2-25/+25
2022-04-12tcp: limit persist segment size if window availableFlorin Coras1-1/+3
2022-04-11teib: use nexthop table idBenoît Ganne1-3/+0
2022-04-11interface: fix the offloadsMohsin Kazmi1-0/+2
2022-04-11tls: fix connected notifications with no app wrkFlorin Coras1-5/+9
2022-04-11devices: refactor fanout supportMohsin Kazmi3-27/+37
2022-04-08devices: fix the offset for af-packetMohsin Kazmi1-14/+7
2022-04-07tls http: run config fns after init onesFlorin Coras1-1/+1
2022-04-07devices: add cli support for checksum and gso disableMohsin Kazmi5-20/+29
2022-04-06devices: add cli support to disable qdisc bypassMohsin Kazmi5-12/+39
2022-04-06interface: unregister node counters on interface deleteDamjan Marion1-0/+2
2022-04-05tap: fix the coverity warningMohsin Kazmi1-1/+1
2022-04-05devices: remove redundant code af-packetMohsin Kazmi2-23/+3
2022-04-05devices: fix the received blocks countersMohsin Kazmi1-5/+4
2022-04-05devices: fix the coverity warnings for af-packet v3Mohsin Kazmi1-9/+14
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion26-43/+45
2022-04-04udp: use pool safe reallocsFlorin Coras3-81/+8
2022-04-04tcp: use safe realloc poolFlorin Coras1-3/+3
2022-04-04interface api: restore order of context valueVratko Polak1-1/+2
2022-04-04session: use session layer rpc for evts sent to mainFlorin Coras1-5/+9
2022-04-04devices: add multi-queue support for af-packetMohsin Kazmi6-270/+571
2022-04-04interface: read only one line in show hardwareVratko Polak1-9/+16
2022-04-01session: leverage new pool functions in safe reallocFlorin Coras3-54/+50
2022-03-31vlib: add support for workers syncFlorin Coras1-38/+2
2022-03-31session: fix coverity warningFlorin Coras1-0/+4
2022-03-31crypto: drop the frame if there is no handlerDastin Wilski1-0/+6
2022-03-30tls: support to reinitialise ca_chain wo restartSaravanan Murugesan2-0/+8
2022-03-30ip: Reference count the enabling the punt featureNeale Ranns2-4/+14
2022-03-30udp: fix inner packet checksum calculation in udp-encapMauro Sardara6-64/+137
2022-03-29vnet: set frame overhead at interface registrationMatthew Smith1-2/+2
2022-03-28ip: add barrier sync, ip4_ply_pool expand caseVladislav Grishenko1-2/+14
2022-03-26session: simplify safe pool reallocFlorin Coras1-62/+42
2022-03-25l2: avoid overflow read of mac addressDamjan Marion1-23/+3
2022-03-25fib: fix ip6-ll fib selection for non-ethernet interfacesVladislav Grishenko2-7/+37
2022-03-25devices: fix high vector rate per dispatchMohsin Kazmi3-13/+44
2022-03-25session: reorganize local port allocationFlorin Coras1-29/+24
2022-03-24bfd: use local error index when incrementing node countersPaul Atkins1-4/+4
2022-03-24session: safe reallocs for transport endpoint poolFlorin Coras1-11/+25
2022-03-24ip: The check for 'same packet' must include the FIB indexNeale Ranns1-2/+11
2022-03-24ip6-nd: stop sending RA by defaultAlexander Chernavin1-3/+0
2022-03-24mpls: Set the MTU field in the frag-needed ICMP when doing MPLS fragmentationNeale Ranns1-4/+3
2022-03-24fib: Fix crash when removing a covering prefixNeale Ranns3-10/+18
2022-03-23classify: fix typo in AVX-512 find entryBenoît Ganne1-1/+1
2022-03-23devices: add tx trace for af-packetMohsin Kazmi1-6/+82