aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-10-13session: make session code compile with SESSION_DEBUG enableSteven Luong3-2/+16
2022-10-13gomemif: migrate to govpp repositoryMatus Halaj17-3287/+1
2022-10-13docs: fix memory traces commandBenoît Ganne1-1/+1
2022-10-13misc: avoid permission issue when running envoyMaros Ondrejicka2-1/+6
2022-10-12vpp-swan: fix linked library to pluginGabriel Oginski1-2/+2
2022-10-12ip: migrate ip4 full reassembly to use vlib_buffer_enqueue_to_nextDamjan Marion1-155/+144
2022-10-12ip: simpler and faster ip4_full_reass_drop_allDamjan Marion1-41/+19
2022-10-12misc: fix issues reported by clang-15Damjan Marion26-75/+37
2022-10-11l2: Add bridge_domain_add_del_v2 to l2 apiLaszlo Kiraly17-53/+226
2022-10-11tests: don't use tmp as the default log dir with run.pyNaveen Joy2-2/+8
2022-10-11vppinfra: fix AddressSanitizerBenoît Ganne7-0/+8
2022-10-11nat: report time between current vpp time and last_heardDave Cornejo4-0/+274
2022-10-11fib: fix crash when create vxlan/vxlan-gpe/geneve/gtpu tunnel.Huawei LI7-22/+22
2022-10-07tcp: cmake option VPP_TCP_DEBUG_ALWAYS=ON not taken by all filesSteven Luong1-0/+1
2022-10-07tests: disable broken wireguard tests on vpp_debug imageDave Wallace2-1/+13
2022-10-07tcp: build image with TCP_DEBUG_ALWAYS via makeSteven Luong2-0/+5
2022-10-07build: retain dpdk_mlx_default setting for ci scriptDave Wallace2-3/+3
2022-10-07urpf: add mode for specific fib index lookuphedi bouattour5-38/+175
2022-10-07fib: add fib_entry_get_path_list_for_sourceDamjan Marion2-0/+22
2022-10-07abf: return status of attachment add/delMatthew Smith1-7/+5
2022-10-06vcl: add api to check if vcl disconnected from vppMaros Ondrejicka2-1/+21
2022-10-06gso: set the header offsets in gro hdr fixupMohsin Kazmi1-0/+3
2022-10-06gso: fix the checksum for odd number of data bytesMohsin Kazmi1-0/+1
2022-10-06gomemif: update to libmemif version 4.0Daniel Béreš7-10/+553
2022-10-05fib: only invoke adj delegate create callback on mcast adj createPeter Morrow1-2/+2
2022-10-05ip: reassembly - custom context instead of VRFMohammed Hawari2-40/+137
2022-10-05ip: reassembly - custom context of ipv6Mohammed Hawari2-26/+129
2022-10-05build: change make verify gate os to ubuntu 22.04Dave Wallace1-2/+3
2022-10-04rdma: unhackish build of rdma-coreMohammed Hawari4-26/+11
2022-10-04build: mlx dpdk-rdma compatibility matrixMohammed Hawari5-4/+16
2022-10-03tcp: replace tcp_time_now with tcp_time_now_usSteven Luong2-29/+30
2022-10-03sr: new messages created to return packet statistics in sr localsid detailsChinmayaAgarwal2-0/+98
2022-09-30fib: fix dpo-receive address in ip6-ll fibsVladislav Grishenko2-2/+9
2022-09-30udp: add udp encap source port entropy supportVladislav Grishenko9-41/+355
2022-09-29gso: clear the offload flags from segmented buffersMohsin Kazmi1-0/+1
2022-09-29api: deprecate vl_msg_api_set_handlersDamjan Marion12-116/+168
2022-09-28vpp-swan: Add scripts for testingGabriel Oginski12-0/+409
2022-09-28vpp-swan: Add plugin for vpp-swanGabriel Oginski13-0/+3713
2022-09-28tests: stabilize wireguard ratelimiting testAlexander Chernavin1-29/+13
2022-09-28af_xdp: change RLIMIT_MEMLOCK before load bpf programChen Yahui1-0/+7
2022-09-27tests: enable ipsec-esp 'make test' testcases on ubuntu-22.04Dave Wallace2-59/+1
2022-09-27wireguard: stop sending handshakes when wg intf is downAlexander Chernavin2-4/+199
2022-09-27crypto-openssl: use no padding for encrypt/decryptVladimir Ratnikov1-6/+1
2022-09-27af_xdp: compile error undeclared identifier 'SOL_XDP'Chen Yahui1-0/+3
2022-09-27vnet: fix ip4 version and IHL checkDmitry Valter2-3/+11
2022-09-27wireguard: fix re-handshake timer when response sentAlexander Chernavin2-23/+48
2022-09-27vcl: repatch "align the RST behaviour with kernel"Yacan Liu1-1/+1
2022-09-27tests: disable failing tests on ubuntu-22.04 debian-11Dave Wallace11-8/+116
2022-09-26api: replace print functions wth formatDamjan Marion39-301/+201
2022-09-26api: keep api common code in vlibapiDamjan Marion8-22/+18