aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-23devices: add support for offloadsMohsin Kazmi5-117/+301
2022-03-23devices: af-packet v3 supportMohsin Kazmi4-198/+274
2022-03-23vppinfra: change vlib_register_node so it takes format string for node nameDamjan Marion2-16/+10
2022-03-23ip: Add unformat for flow_hash_configNathan Skrzypczak2-1/+37
2022-03-23vnet: Remove the unused fields from opaque2Neale Ranns2-14/+3
2022-03-22session: use safe realloc for poolsFlorin Coras5-74/+24
2022-03-22fib: refetech the adj after the walk in case the pool realloc'dVladislav Grishenko1-3/+15
2022-03-21session: linked list of events to be handled by mainFlorin Coras3-56/+107
2022-03-21sr: fix srv6 definition of behavior associated to a LocalSIDFrancesco Lombardo2-2/+2
2022-03-18session: add infra for safe pool reallocsFlorin Coras2-0/+148
2022-03-18udp: avoid grabbing vlib main if not neededFlorin Coras1-6/+4
2022-03-18vppinfra: refactor *_will_expand() functionsDamjan Marion10-23/+12
2022-03-18ip: fix assert in ip4_ttl_incAloys Augustin1-1/+3
2022-03-18bfd: remove source IP check from session addKlement Sekera1-55/+0
2022-03-15tcp: update error counters in listen nodeFlorin Coras1-9/+7
2022-03-15tcp: update persist timer if data ackedFlorin Coras1-3/+7
2022-03-15flow: add generic flow pattern for 5G flow enhancementTing Xu2-32/+71
2022-03-11session: fix crash during client detachFilip Tehlar1-1/+3
2022-03-10devices: remove the unused code from af_packetMohsin Kazmi2-6/+0
2022-03-10ipsec: remove the redundant codeMohsin Kazmi1-1/+0
2022-03-09ip: IPv4 Fragmentation fix for l2fragmetable sizeNeale Ranns1-10/+7
2022-03-09stats: refactorDamjan Marion5-30/+147
2022-03-08classify: add API to retrieve punt ACL tablesBenoît Ganne2-0/+45
2022-03-08ipsec: input: drop by default for non-matching pktsZachary Leaf1-0/+14
2022-03-08ip: set fib_index before exiting input ACL nodeArthur de Kerhor1-40/+75
2022-03-07ip: Fixes for IPv6 and MPLS fragmentationNeale Ranns2-52/+76
2022-03-04ip: rate-limit the sending of ICMP error messagesNeale Ranns2-2/+58
2022-03-04ip: fix overflow in ip6_ext_header_walkBenoît Ganne1-1/+1
2022-03-04pg: fixing the cliMohsin Kazmi1-2/+0
2022-03-04pg: add support for ip mode through cliMohsin Kazmi1-2/+8
2022-03-04ipfix-export: fix the warning message for uninitialized variableMohsin Kazmi1-2/+2