aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-17tls http srtp: fix session index for listenersFlorin Coras1-0/+1
2022-02-17ip: Move the IPv6 echo responder into the ping pluginNeale Ranns1-187/+0
2022-02-17ipsec: Improve the handling of NAT-T keepalive messagesNeale Ranns1-8/+21
2022-02-16fib: Use the same adjacency that BFD is usingNeale Ranns3-30/+31
2022-02-16bfd: On a point to point link use the all zeros address for the peer.Neale Ranns1-8/+12
2022-02-16ipfix-export: pass ipv4 addr to format fn for showPaul Atkins1-3/+4
2022-02-16crypto: Fix for the crash in cryptomgovind1-0/+4
2022-02-15tcp: Do not include the tcp_packet.h file in the ip4_packet.hNeale Ranns12-97/+106
2022-02-14bfd: add per session countersKlement Sekera4-28/+128
2022-02-14bfd: refactor code to fix misc warningsKlement Sekera3-131/+110
2022-02-14fib: fix incorrect display of mpls fib_indexRajith P R1-1/+1
2022-02-10session: use transport endpoint cfg for listenFlorin Coras7-10/+10
2022-02-10vlib: vlib frame bitmapsDamjan Marion1-5/+3
2022-02-10tests: Fix the FIB UTNeale Ranns1-2/+1
2022-02-10session: avoid debug half-open session pool contentionFlorin Coras1-0/+11
2022-02-09fib: ip6 and mpls fib_table memory leaks on fib_table->ft_locksSteven Luong3-2/+5
2022-02-09bfd: Add an update API that has create new or modify existing semanticsNeale Ranns4-22/+120
2022-02-07igmp: make sure fib_index is set before delivering to ip4-localBenoît Ganne1-0/+2
2022-02-05session: track bytes dequeued in snd paramsFlorin Coras3-4/+6