aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-12-22quic: seed random generator during initFilip Tehlar1-0/+8
2023-12-22session: unset fifo evt to enqueue ack evt on tcp timewaitemmanuel1-3/+6
2023-12-22vlib: lowercase vmbus device namesAlexander Skorichenko1-5/+5
2023-12-22vlib: add error checks to thread pinninghsandid2-8/+21
2023-12-21buffers: add vlib_buffer_unalloc_to_pool()Damjan Marion1-0/+17
2023-12-21dev: per-queue format callbacksDamjan Marion2-0/+8
2023-12-21fib: format deleted LBNathan Skrzypczak2-1/+15
2023-12-20virtio: virtio_flags api use enumflag instead of enumOle Troan1-1/+1
2023-12-20srv6-mobile: Implement SRv6 mobile API funcsTakeru Hayasaka13-92/+682
2023-12-15devices: add cli support to enable disable qdisc bypassMohsin Kazmi3-2/+114
2023-12-15rdma: add rdma_create_v4 that handles flags properlyVratko Polak4-2/+136
2023-12-15session: add forced reset api to ct transportFlorin Coras2-1/+14
2023-12-14tls: no closed notify if no app sessionFlorin Coras1-1/+2
2023-12-14bpf_trace_filter: allow use whithout classifierMohammed Hawari3-9/+5
2023-12-13tls: postpone ho cleanup if not fully establishedFlorin Coras2-8/+80
2023-12-12cnat: undo fib_entry_contribute_forwardingNathan Skrzypczak2-3/+7
2023-12-12ipsec: allow receiving encrypted IP packets with TFC paddingArthur de Kerhor1-4/+42
2023-12-11vppinfra : fix alignment issuehsandid1-1/+1
2023-12-08dev: caps and rx/tx offload supportDamjan Marion4-5/+138
2023-12-08dpdk: never override devname if set via configPeter Morrow1-5/+6
2023-12-07dpdk-cryptodev: fix crypto-dispatch node statsPiotr Bronowski2-11/+7
2023-12-07misc: fix tracedump `show graph` out-of-bufferDmitry Valter1-3/+3
2023-12-07vnet: allow format deleted swifidxNathan Skrzypczak3-7/+8
2023-12-05iavf: set max_pkt_size even for disabled queues to make i40e PF driver happyDamjan Marion1-1/+3
2023-12-05l2: resolve l2 rewrite entry 'hit_count' always being 0 bugyanlong1-0/+2
2023-12-04http: fix coverity warningFilip Tehlar1-1/+3
2023-12-04iavf: add missing cfg_change_validate callbackDamjan Marion2-1/+4
2023-12-04iavf: workaround for case when PF driver sends zero for max_mtuDamjan Marion1-1/+13
2023-12-04dev: mark API handlers as thread safeDamjan Marion1-2/+3
2023-12-02session: no segment handle on worker delFlorin Coras1-2/+2
2023-12-01vcl: remove perror ldp callFlorin Coras1-1/+0
2023-12-01ipsec: should use praddr_ instead of pladdr_Dengfeng Liu1-1/+1
2023-12-01iavf: limit maximum number of queues to 32Damjan Marion1-3/+5
2023-11-30dev: use the endian reply macroVratko Polak1-34/+34
2023-11-29session: no reply on app del worker with sapiFlorin Coras1-0/+4
2023-11-29vcl: fix init of ldp workersFlorin Coras1-4/+2
2023-11-29tcp: fix rxt send of new data assertFlorin Coras1-2/+1
2023-11-29pci: fix MSI-X vector length checkDamjan Marion1-1/+1
2023-11-28tcp: allow unsent segments less than mss in recoveryFlorin Coras1-3/+7
2023-11-28tcp: add counter for accepted connectionsFlorin Coras2-1/+2
2023-11-28session: fix asan failureGeorgy Borodin1-2/+5
2023-11-27fib: fix fib_path_create() with drop targetsAlexander Skorichenko1-1/+2
2023-11-27bfd: fix buffer leak when cannot send periodic packetsAlexander Chernavin1-1/+1
2023-11-27tcp: allow multiple rxt rescues during recoveryFlorin Coras1-2/+2
2023-11-25dev: initial set of APIsDamjan Marion11-24/+338
2023-11-24dev: fix null dereference of arg listDamjan Marion2-5/+7
2023-11-22avf: put sentinel at correct placeVratko Polak2-6/+6
2023-11-22session: per app wrk client ct segment handleFlorin Coras3-19/+22
2023-11-21virtio: fix cli parsing for tx-queue-sizeVratko Polak1-1/+1
2023-11-20session: add session lookup cli for statsFlorin Coras3-0/+142