aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2024-08-13session: problem in session_rules_details APISteven Luong1-0/+4
2024-08-06session: memory leak in show session rulesSteven Luong1-6/+9
2024-08-06session: session_lookup_local_endpoint returns the wrong valueSteven Luong1-1/+1
2024-08-01tcp: add establish timer pops to statsAritra Basu2-13/+19
2024-07-31ip6: set buffer->error in ip6_input_checkOle Troan1-32/+34
2024-07-29tcp: fix typo in show tcp config CLI commandAritra Basu1-2/+2
2024-07-27tcp: CLI command to print tcp_cfgAritra Basu1-0/+68
2024-07-26tcp: improve tcp listener CLIAritra Basu3-0/+18
2024-07-24session: delete and add application namespace do not create the global sessio...Steven Luong4-65/+56
2024-07-23ip: crash in ip4_sas_commonlenSteven Luong1-0/+2
2024-07-19session: show session rules does not display ip6 entriesSteven Luong1-6/+33
2024-07-19ipsec: fix integer overflowFan Zhang1-1/+1
2024-07-18pg: fix pcap packet type when writing pcap fileDave Wallace2-1/+16
2024-07-18vnet: print Success for API errno 0 instead of UNKNOWNKlement Sekera1-0/+4
2024-07-17session: memory leak on rule tagSteven Luong1-0/+1
2024-07-16session: memory leaks on rule tag hash tablesSteven Luong1-0/+3
2024-07-16tls: track app owner of transport sessionFlorin Coras2-1/+4
2024-07-15session: crash in session_rule_add_del if session is not enableSteven Luong1-0/+7
2024-07-15session: application namespace may reference a deleted vrf tableSteven Luong1-5/+68
2024-07-12fib: fix covered_inherit_addMaxime Peim1-2/+6
2024-07-12ip6: fix icmp error on check failMaxime Peim1-83/+62
2024-07-12fib: improve ipv6 fib scalingBenoît Ganne4-406/+203
2024-07-12fib: make mfib optionalBenoît Ganne6-19/+131
2024-07-12fib: log an error when destroying non-empty tablesBenoît Ganne4-12/+12
2024-07-10session: deleting an application namespace cleaning up the wrong applicationSteven Luong1-1/+1
2024-07-09tls: refactor vft functionsn to allow for reuseFlorin Coras3-140/+152
2024-07-08session: add api to program rx io evtsFlorin Coras2-0/+17
2024-07-08session: improve enable and disable handlingFlorin Coras7-16/+33
2024-07-08session: handle multiple attempts to mark mq congestedFlorin Coras1-2/+5
2024-07-02session: session disable crash if not enableSteven Luong1-1/+2
2024-06-28session: memory leaks on various transports when session disable and enableSteven Luong2-3/+13
2024-06-25dev: move bus code to bus/Damjan Marion3-2/+12
2024-06-25session: memory leak in mma rule tableSteven Luong1-0/+3
2024-06-25ipsec: enable ipv6 udp checksum offloadJeff Shaw1-0/+33
2024-06-24ip: mark IP_ADDRESS_DUMP as mp-safeVladislav Grishenko1-0/+2
2024-06-20ip6: fix ip6-michain trace functionMaxime Peim1-1/+1
2024-06-19fib: fix ip drop path crashesDmitry Valter1-0/+4
2024-06-17vnet: move format_vl_api_address_union() from vpp to vnetBenoît Ganne2-0/+16
2024-06-14tcp: make syn-rcvd timeout configurableFlorin Coras4-1/+9
2024-06-13vnet: export header files to build the pluginsDau Do1-0/+2
2024-06-12session: fix ho cleanup on forced resetFlorin Coras1-1/+2
2024-06-12session: fix ho cleanup on active and passive closeFlorin Coras1-2/+4
2024-06-12ipsec: move ah packet processing in the inline function ipsec_ah_packet_processvinay tripathi1-138/+157
2024-06-12ipsec: Add option to configure the hand-off worker queue sizeDau Do6-26/+34
2024-06-11dev: add port and queue counter clear operationMonendra Singh Kushwaha2-5/+18
2024-06-10vlib: fix gdb_show_traces()Benoît Ganne1-32/+32
2024-06-10dev: fix counter_start in counter clear routineMonendra Singh Kushwaha1-1/+1
2024-06-04ipsec: fix missing udp port checkFan Zhang1-8/+7
2024-06-03ip: add support for drop route through vpp CLIMohsin Kazmi2-1/+7
2024-06-03fib: set the value of the sw_if_index for DROP routeMohsin Kazmi1-0/+1