aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-04classify: skip l2 header in CLIArthur de Kerhor1-14/+50
2022-03-04mpls: Fix the fragmentation in mpls-output.Neale Ranns1-84/+80
2022-03-04tunnel: Fix the format of tunnel flagsNeale Ranns1-10/+17
2022-03-03vnet: use system time for pcap traceBenoît Ganne1-0/+1
2022-03-03session: improve tx tracingFlorin Coras1-10/+10
2022-03-03ip: Path MTU DPO allocation function is publicNeale Ranns2-7/+23
2022-03-02tap: fix tun set mtuBenoît Ganne1-1/+1
2022-03-01virtio: refactor codeMohsin Kazmi19-355/+351
2022-02-28tls: handle read write ssl errorsFlorin Coras2-0/+11
2022-02-28tls: Receive only when the app_session is availableSaravanan Murugesan1-0/+5
2022-02-24session: fix session layer socket readFilip Tehlar1-2/+27
2022-02-23build: export missing header files required by hicn_pluginDave Wallace1-0/+2
2022-02-22vxlan: crash on assigning IP address to interfaceEd Warnicke2-8/+6
2022-02-22fib: fix adj_get crashRajith P R1-1/+1
2022-02-22fib: fix mpls db label overflowDmitry Valter1-1/+1
2022-02-18fib: Use the VLIB logger for adjacency debuggingNeale Ranns2-13/+13
2022-02-18vnet: add set_max_frame_size callbacks for several interfacesArtem Glazychev2-0/+18
2022-02-18ipsec: fix vector after remove entry in spdGabriel Oginski1-1/+1