aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2023-12-05l2: resolve l2 rewrite entry 'hit_count' always being 0 bugyanlong1-0/+2
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-01ipsec: should use praddr_ instead of pladdr_Dengfeng Liu1-1/+1
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-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-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
2023-11-17session: always clear rx evt flag on ntfFlorin Coras1-3/+5
2023-11-17ipsec: keep esp encrypt pointer and index syncedMatthew Smith1-1/+1
2023-11-16dev: startup.conf handling improvementsDamjan Marion1-11/+20
2023-11-16dev: device and port specific argsDamjan Marion11-7/+404
2023-11-13dev: add change_max_rx_frame_size capabilityDamjan Marion7-26/+50
2023-11-10tls: fix forced ho cleanupFlorin Coras1-3/+13
2023-11-09tls: fix handling of client and server init errorsFlorin Coras1-11/+9
2023-11-09ipsec: IPsec fix constant propagationMaxime Peim1-2/+3
2023-11-08tls: avoid reads after tcp transport removedFlorin Coras1-4/+18
2023-11-08dev: remove unused codeDamjan Marion3-37/+0
2023-11-08dev: interrupt mode supportDamjan Marion10-154/+306
2023-11-07misc: silence -Wmaybe-uninitialized warningsJieqiang Wang2-2/+2
2023-11-06ipsec: delete redundant codeDengfeng Liu1-4/+0
2023-11-04bonding: add checks for sw_if_index in apiStanislav Zaikin1-0/+12
2023-11-03vppinfra: refactor interrupt codeDamjan Marion2-7/+4
2023-11-03dev: strip debig log function name prefix during compilationDamjan Marion3-8/+4
2023-11-02tcp: fix reset w pktFlorin Coras1-24/+3
2023-11-02dev: new device driver infraDamjan Marion29-1/+5387
2023-11-01tcp: remove redundant ack checksFlorin Coras1-18/+0
2023-11-01tcp: allow ooo data in syn-rcvdFlorin Coras1-9/+0
2023-11-01tcp: postpone cleanup on connect failuresFlorin Coras1-2/+6
2023-10-31ipsec: separate UDP and UDP-encapsulated ESP packet processingvinay tripathi1-8/+33
2023-10-31ipsec: move udp/esp packet processing in the inline function ipsec_esp_packet...vinay tripathi1-174/+181
2023-10-30ipsec: huge anti-replay window supportMaxime Peim10-168/+680
2023-10-27session: fix bind replies with errorsFlorin Coras1-1/+1
2023-10-26devices: remove unused codeDamjan Marion2-19/+0
2023-10-25fib: only update glean for interface if necessaryMatthew Smith2-8/+81
2023-10-24crypto: fix algo selectionDmitry Valter1-1/+4
2023-10-16tcp: initialize connection index on rst w packetFlorin Coras1-0/+1
2023-10-16tcp: allow fins in syns in syn-rcvdFlorin Coras1-7/+11
2023-10-16tcp: handle syn-ack in fin-wait-2 in rcv processFlorin Coras1-0/+2