aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-16ip-neighbor: do not use sas to determine NS source addressOle Troan1-2/+3
2023-10-16ip-neighbor: add ip neighbor flushOle Troan1-2/+11
2023-10-14feature: remove unused codeDamjan Marion5-136/+4
2023-10-13ethernet: run callbacks for subifs too when mac changesAlexander Chernavin1-1/+10
2023-10-12session: fix duplicate rx eventsFlorin Coras1-10/+0
2023-10-12session: ignore connecting half_open session in session_tx_fifo_dequeue_internalSteven Luong1-1/+3
2023-10-11session: ignore app rx ntf if transport closedFlorin Coras1-1/+1
2023-10-11session: fix tx deq ntf assert for clFlorin Coras1-1/+1
2023-10-10session: maintain old state on premature closeFlorin Coras1-7/+14
2023-10-08tls: report error if connected cannot be initializedFlorin Coras1-4/+6
2023-10-08tls: no read after app closeFlorin Coras1-1/+1
2023-10-07session: propagate delayed rx evts after connect/acceptFlorin Coras1-5/+20
2023-10-07session: handle accept and connect errorsFlorin Coras2-6/+29
2023-10-03session: make port range configurableNathan Skrzypczak3-1/+16
2023-10-02tls: limit openssl engine max read burstFlorin Coras1-1/+1
2023-10-02tls: fix formatting of half open connectionsFlorin Coras1-0/+1
2023-10-01flow dpdk avf: add support for using l2tpv3 as RSS typeXinyao Cai1-0/+1
2023-10-01fib: Crash when specify a big prefix length from CLI.Gavril Florian4-1/+33
2023-09-26tls: init connection for prealloced app sessionsFlorin Coras1-0/+3
2023-09-26fib: fix mpls label dpo drop protoVladislav Grishenko1-2/+2
2023-09-25fib: fix mpls label dpo packets prefetchingVladislav Grishenko1-16/+16
2023-09-24fib: Don't use an address from an attached prefix when sending ARP requests.Neale Ranns2-4/+12
2023-09-23udp: fix udp encap tracingDmitry Valter1-2/+2
2023-09-22tls: ignore tx events for not fully established sessionsFlorin Coras1-6/+9
2023-09-13sr: mark sr_policies_v2_details message as productionAndrew Yourtchenko1-1/+0
2023-09-13flow: mark API as productionAndrew Yourtchenko1-1/+1
2023-09-13build: fix clang-16 buildDamjan Marion1-1/+3