aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-03ip nat: use ip rx sw_if_index in ip-local arc startFlorin Coras2-9/+8
2022-02-02bfd: restore the data within the packet after hash verificationAndrew Yourtchenko1-0/+5
2022-02-01gso: remove the assert if packet is geneve or gre encapedMohsin Kazmi1-4/+0
2022-02-01virtio: coverity woes -- divide by zeroSteven Luong1-0/+7
2022-01-31ip: reassembly - add a way to disable for forusKlement Sekera11-34/+305
2022-01-31ip: fix length calculation in ip6-receiveKlement Sekera1-1/+1
2022-01-25ip: reassembly - fix missing ip6 owner thread initKlement Sekera1-0/+1
2022-01-25bonding: refactor bonding hash functions to vnet/hashSteven Luong5-294/+409
2022-01-24policer: fix memory leakLeung Lai Yung1-1/+4
2022-01-24sr: fix coverity warningKlement Sekera2-7/+0
2022-01-24ip6-nd: fix coverity warningKlement Sekera1-6/+3
2022-01-22session: separate transports from apps in show cliFlorin Coras1-11/+11
2022-01-22session: update time for list of subscribersFlorin Coras4-1/+53
2022-01-21wireguard: add async mode for encryption packetsGabriel Oginski1-9/+10
2022-01-20fib: missing includeDamjan Marion1-0/+1
2022-01-20http: add http protocol pluginFlorin Coras2-4/+3
2022-01-18misc: fix coverity warningsDave Barach1-0/+6
2022-01-18virtio: remove admin-up flag during interface creationMohsin Kazmi2-4/+0
2022-01-18vnet: distinguish between max_frame_size and MTUDamjan Marion11-67/+77
2022-01-17ipsec: IPSec interface correct drop w/ no protectionNeale Ranns3-8/+19
2022-01-17interface: improve MTU handlingDamjan Marion5-29/+47