aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2024-10-02session: incomprehensible error message for adding sdl and rule-table entrySteven Luong2-39/+19
2024-09-28session: fix SDL to use remote instead localSteven Luong4-31/+230
2024-09-26tls: cleanup engine hs cb and improve ctx formattingFlorin Coras3-20/+15
2024-09-26dev: dev process node scheduling improvementsDamjan Marion1-52/+108
2024-09-25session: set dgram mss when not constrained by transportFlorin Coras1-0/+1
2024-09-25build: add missing fib_walk.h to VNET_HEADERSRadislav Chugunov1-0/+1
2024-09-24ipsec: cleanup tun protect on interface removalStanislav Zaikin1-11/+39
2024-09-20udp: node counter for connected sessionsFlorin Coras2-0/+2
2024-09-19l2: fix DVR test failure on AWS Graviton on Ubuntu 22.04Andrew Yourtchenko1-8/+5
2024-09-14session: improve sh session cliFlorin Coras1-75/+194
2024-09-09armada: introduce dev_armada pluginDamjan Marion1-1/+2
2024-09-09ipsec: remove redundant code in ipsec_tun_in traceGarvit1-2/+2
2024-09-06session: add Source Deny ListSteven Luong17-263/+1886
2024-09-06linux-cp: auto select tap id when creating lcp pairStanislav Zaikin2-2/+4
2024-09-05dev: add platform bus and devicetree supportDamjan Marion3-1/+202
2024-08-29virtio: RSS supportSteven Luong9-56/+190
2024-08-28ip6: fix error in ip6_input_checkBenoît Ganne1-1/+1
2024-08-28interface: do not update runtime data if input node is not setDamjan Marion1-0/+3
2024-08-22sr: fix gcc 13.2.0 build errors on ubuntu 24.04Dave Wallace1-0/+2
2024-08-22misc: move osi to pluginHadi Rayan Al-Sandid8-821/+3
2024-08-21octeon: add support for max_rx_frame_size updateAlok Mishra1-1/+2
2024-08-13tls: add basic tls record parsersFlorin Coras3-0/+532
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