aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2023-05-12gre: move to a pluginChuhao Tang10-3222/+0
2023-05-04session: cleanup ho lookup table on closeFlorin Coras2-6/+39
2023-04-28session: update due to clib_socket refactoringNathan Skrzypczak5-59/+134
2023-04-26ip: change icmp4 throttleOle Troan1-1/+1
2023-04-25api: Mark old message versions as deprecatedOndrej Fabry1-0/+4
2023-04-21tcp: remove unused codeFilip Tehlar2-7/+0
2023-04-20tcp: fix tcp packet traceFilip Tehlar1-38/+59
2023-04-19session: fix app_listener memory leak if session listen failedXiaoming Jiang1-0/+2
2023-04-12ip: punt socket - take the tags in Ethernet header into considerationAndrew Yourtchenko1-1/+2
2023-04-12misc: change of addressMohsin Kazmi4-4/+4
2023-04-04session: fix ct connect session flush assertFlorin Coras1-2/+4
2023-03-31ip: support flow-hash gtpv1teidTakeru Hayasaka8-14/+98
2023-03-30session: async flush of pending connects to workersFlorin Coras1-32/+109
2023-03-24api: Remove deprecated message from APIOndrej Fabry3-57/+0
2023-03-24udp: fix udp_local length errors accountingVladislav Grishenko1-31/+64
2023-03-24session: fix session node switching to interrupt mode failded if no user eventsXiaoming Jiang1-2/+2
2023-03-23session: fix formatting of half open sessionsFlorin Coras1-2/+1
2023-03-23ipsec: make pre-shared keys harder to misuseBenoît Ganne8-137/+122
2023-03-23ipsec: add per-SA error countersArthur de Kerhor11-115/+337
2023-03-23vnet: throttling configuration improvementMaxime Peim6-18/+14
2023-03-22session: add session statsFilip Tehlar5-13/+99
2023-03-20ipsec: set fast path 5tuple ip addresses based on sa traffic selector valuesPiotr Bronowski1-4/+35
2023-03-18vppinfra: fix corner-cases in bihash lookupDave Barach1-1/+1
2023-03-16session: support active opens with same source portFlorin Coras2-3/+14
2023-03-14session vcl: refactor builtin tx event for main txFlorin Coras7-30/+33
2023-03-14session: pre-alloc required dma batchesMarvin Liu2-0/+3
2023-03-14session: format transport connection flagsFlorin Coras2-18/+59
2023-03-14session: cleanup lcl endpt freelist before all allocFlorin Coras1-4/+5
2023-03-14memif: don't leak error strings in API handlersDamjan Marion1-0/+8
2023-03-13udp: Use udp_output_get_connection instead of udp_connection_getSteven Luong1-12/+11
2023-03-08session: Use session->thread_index to correctly retrieve the sessionSteven Luong1-1/+3
2023-03-07udp: crash in format_udp_connectionSteven Luong1-1/+1
2023-03-06tcp: allow syns in closed stateFlorin Coras1-2/+3
2023-03-06interface: more cleaning after set flags is failed in vnet_create_sw_interfacevarasteh1-0/+1
2023-03-06interface: add the missing tag keyword in the cli helperMohsin Kazmi1-1/+2
2023-03-06crypto: remove VNET_CRYPTO_OP_FLAG_INIT_IV flagBenoît Ganne1-3/+2
2023-03-06flow dpdk: introduce IP in IP support for flowXinyao Cai2-9/+156
2023-03-06crypto: make it easier to diagnose keys use-after-freeBenoît Ganne1-2/+2
2023-03-06interface: fix 4 or more interfaces equality comparison bug with xor operatio...lijinhui1-5/+4
2023-03-01docs: fixed to use unified "pcap trace" commandNobuhiro MIKI2-4/+4
2023-03-01udp: fix optimistic assert for UDP RXMohammed Hawari2-1/+6
2023-02-28session: consolidate port alloc logicFlorin Coras4-52/+36
2023-02-28tcp: add dispatch errors to countersFlorin Coras1-9/+10
2023-02-25tcp: fix error countersFilip Tehlar4-44/+43
2023-02-20session: track app session closesFlorin Coras2-2/+9
2023-02-16session: ignore zero length dgramsFlorin Coras1-1/+9
2023-02-10sr: support define src ipv6 per encap policyTakeru Hayasaka5-48/+313
2023-02-08session: accept lcl ip updates on cl sessionsFlorin Coras1-0/+2
2023-02-08ip6-nd: support dump/details for IPv6 RAAlexander Chernavin5-98/+470
2023-02-08ipsec: fix AES CBC IV generation (CVE-2022-46397)Benoît Ganne3-29/+65