- c458c49 vppinfra: type prove vec_new and vec_resize by Andreas Schultz · 4 years, 9 months ago
- 24e2c50 flow: add RSS support by Chenmin Sun · 4 years, 10 months ago
- 2857e78 tap: use one tap fd per rx queue by Aloys Augustin · 4 years, 9 months ago
- beee60d ipsec: fix buffer alloc by Filip Tehlar · 4 years, 9 months ago
- ca6307c nat: remove unused code by Klement Sekera · 4 years, 8 months ago
- 37b4454 vppinfra: improve test coverage by Dave Barach · 4 years, 8 months ago
- bfb377c docs: add missing spelling dictionary by Paul Vinciguerra · 5 years ago
- 6230b9d tests: fix update_path_flags for multicast in vpp_ip_route by Paul Vinciguerra · 4 years, 8 months ago
- e64e5ff tests: implement ipaddress convenience methods by Paul Vinciguerra · 4 years, 8 months ago
- 58db6e1 lisp: API cleanup by Jakub Grajciar · 4 years, 11 months ago
- 4830e4f vlib: startup multi-arch variant configuration by Ray Kinsella · 4 years, 9 months ago
- a568a19 stats: add apis to delete simple/combined counters by Ole Troan · 4 years, 8 months ago
- c0e9441 tests: move defaults from defaultmapping to .api files by Paul Vinciguerra · 4 years, 8 months ago
- f5445bf tcp: remove sack reneging verbose logging by Florin Coras · 4 years, 8 months ago
- 5226d26 svm: null instead of panic if fifo hdr alloc fails by Florin Coras · 4 years, 8 months ago
- 3ff8e23 tls: fix wrong usage of session close function issue by Simon Zhang · 4 years, 8 months ago
- bc0d9ff virtio: support virtio 1.1 packed ring in vhost by Steven Luong · 4 years, 9 months ago
- ba6deb9 l2: merge two clib_memcpy_fast into one by Zhiyong Yang · 4 years, 8 months ago
- 6d6711b vlib: pcap rx/tx/dispatch trace test by Dave Barach · 4 years, 8 months ago
- ce32770 vlib: deprecate i2c and cj by Dave Barach · 4 years, 8 months ago
- 83ceffc ioam: do not reuse existing vnet symbol by Benoît Ganne · 4 years, 8 months ago
- a66971f vppinfra: selectively disable false-positive GCC-10 warnings by Benoît Ganne · 4 years, 8 months ago
- 9165e03 ip: reassembly: fix one possible use-after-free by Gao Feng · 4 years, 8 months ago
- ffbcf61 vppinfra: selectively disable false-positive GCC-10 warnings by Benoît Ganne · 4 years, 8 months ago
- be7dbbb build: add vppinfra/warnings.h to exported headers list by Benoît Ganne · 4 years, 8 months ago
- 2d25467 rdma: tx: interleave prefetches by Benoît Ganne · 4 years, 8 months ago
- 8128416 devices: allow link state down with netlink by Matthew Smith · 4 years, 8 months ago
- 770178e nat: improve perf - long read after short write by Klement Sekera · 4 years, 8 months ago
- e65eea3 dhcp: fix dhcp proxy behavior for qinq and dot1q subinterfaces by Stanislav Zaikin · 4 years, 8 months ago
- 681ea6d tls: improve cli state reporting by Florin Coras · 4 years, 8 months ago
- 36d4939 session vcl: propagate transport cleanup notifications by Florin Coras · 4 years, 8 months ago
- 5e6222a vcl: generate select events on read/write errors by Florin Coras · 4 years, 8 months ago
- f593b57 vppinfra: finish deprecating qsort.c by Dave Barach · 4 years, 8 months ago
- bf883bb acl: ACL creation CLI parsing fix by Neale Ranns · 4 years, 8 months ago
- d9e18aa nat: ignore user hash in ED NAT by Klement Sekera · 4 years, 8 months ago
- 5581de6 nat: make usage of vnet_buffer2 transparent by Klement Sekera · 4 years, 8 months ago
- 82192ca tests: test vnet_calc_checksums_inline(...) by Dave Barach · 4 years, 8 months ago
- 69de9fa nat: ED: reduce number of hash tables used by Klement Sekera · 4 years, 8 months ago
- e7f4201 nat: fix extended unit tests by Klement Sekera · 4 years, 8 months ago
- c99c025 ip: reassembly: improve type safety by Klement Sekera · 5 years ago
- ec40a7d ip: Setting the Link-Local address from the API enables IPv6 on the interface by Neale Ranns · 4 years, 8 months ago
- 82b62bb virtio: vhost checksum problem for ipv6 by Steven Luong · 4 years, 8 months ago
- 0546483 ipsec: add input node bypass/discard functionality by ShivaShankarK · 4 years, 8 months ago
- b5c0d35 vapi: packed enum type generation by Neale Ranns · 4 years, 8 months ago
- 0e2751c misc: update INFO.yaml by Dave Barach · 4 years, 8 months ago
- a90ba64 nat: add/del ed_ext_ports only if the table is instantiated by Dave Barach · 4 years, 8 months ago
- 843ea7c misc: Markdown cleanups for the 20.01 release by Andrew Yourtchenko · 4 years, 11 months ago
- 30a28c1 session: fix session_table_get_or_alloc by Andreas Schultz · 4 years, 8 months ago
- 68e5fd5 vppinfra: more bihash optimizatons by Damjan Marion · 4 years, 8 months ago
- 59f7113 ip: Replace Sematics for Interface IP addresses by Neale Ranns · 4 years, 8 months ago
- c87fbb4 ip-neighbor: Replace feature for the ip-neighbor data-base by Neale Ranns · 4 years, 9 months ago
- c17ff6e tcp: avoid bt sample access after possible pool realloc by Florin Coras · 4 years, 8 months ago
- ecff1cb api: 'api trace' CLI consumes a line of input by Neale Ranns · 4 years, 8 months ago
- 053d093 vppinfra: move unused code to extras/deprecated/vppinfra by Dave Barach · 4 years, 8 months ago
- f932f97 ip: fix format functions for u8 address_family by Neale Ranns · 4 years, 8 months ago
- 67ec589 lisp: switch to new timer wheel code by Florin Coras · 4 years, 8 months ago
- 38ab567 vcl: fix use-after-free by Benoît Ganne · 4 years, 8 months ago
- a04adbf tcp: fix use-after-free by Benoît Ganne · 4 years, 8 months ago
- 6e0ee95 session: multiple dgrams per dispatch by Florin Coras · 4 years, 8 months ago
- 77d42fc svm: asan: fix asan support by Benoît Ganne · 4 years, 8 months ago
- 07bbaef gre: Optimise encap node for tunnel types by Neale Ranns · 4 years, 8 months ago
- 0b04209 gso: add vxlan tunnel support by Mohsin Kazmi · 4 years, 8 months ago
- 6440b7a misc: fix coverity warnings by Dave Barach · 4 years, 8 months ago
- 350f6d6 misc: asan: mark parsed elf memory as readable for ASan by Benoît Ganne · 4 years, 8 months ago
- 9f83358 ethernet: leverage vlib_buffer_get_current by Zhiyong Yang · 4 years, 8 months ago
- 332bc08 misc: asan: disable leak sanitizer by default by Benoît Ganne · 4 years, 8 months ago
- 7031288 ethernet: put vlib_get_buffers together by Zhiyong Yang · 4 years, 9 months ago
- 08d0137 misc: asan: do not poison memory after munmap() by Benoît Ganne · 4 years, 8 months ago
- 74ee18b vppinfra: fix potential race in bihash bucket lock by Damjan Marion · 4 years, 8 months ago
- 801ec2a vppinfra: improve bihash add/del performance by Damjan Marion · 4 years, 8 months ago
- 7f83738 dpdk: DPDK 20.05 iavf flow director backporting to DPDK 20.02 by Chenmin Sun · 4 years, 9 months ago
- 1e5ed97 devices: Adding ConnectX-6 DX Device ID for validation by Amir Zeidner · 4 years, 8 months ago
- 5458266 vat: fix increment_address(...) by Dave Barach · 4 years, 8 months ago
- 368104d vlib: queue_hi_thresh fix to avoid deadlock by Elias Rudberg · 4 years, 8 months ago
- 958919f nat: dslite ce mode in separate config entry by Vladimir Ratnikov · 4 years, 8 months ago
- 16e4a4a vppinfra: bihash improvements by Dave Barach · 4 years, 8 months ago
- b975354 sr: fix non-NULL terminated string overflow by Benoît Ganne · 4 years, 8 months ago
- 0e6199d svm: check if fifo free list index is valid on alloc by Florin Coras · 4 years, 8 months ago
- 7ce23f2 session: fix use-after-free in input node by Benoît Ganne · 4 years, 8 months ago
- da302e4 session: avoid rx notifications on accepting sessions by Florin Coras · 4 years, 8 months ago
- f49cf47 vcl: ensure sessions are open on select events by Florin Coras · 4 years, 8 months ago
- cbce80a vcl: expand vcl select maps in ldp if needed by Florin Coras · 4 years, 8 months ago
- b86437b nat: remove unused code by Klement Sekera · 4 years, 8 months ago
- 040d47c gbp: fix l3-out anonymous test cleanup by Benoît Ganne · 4 years, 8 months ago
- c118229 tls: fix Picotls tx hang issue by Simon Zhang · 4 years, 8 months ago
- 701c099 session: fix half-open cleanup by Florin Coras · 4 years, 8 months ago
- 101fc27 lisp: fix use-after-free by Benoît Ganne · 4 years, 8 months ago
- 6355135 vat: fix static analysis warning by Andreas Schultz · 4 years, 8 months ago
- e57df7c tcp: cubic as default cc algorithm by Florin Coras · 4 years, 8 months ago
- ce21599 virtio: fix to use chained descriptors when missing indirect descriptor by Mohsin Kazmi · 4 years, 8 months ago
- 82fc98f dpdk: fix udp-encap for esp in transport mode by Alexander Chernavin · 4 years, 9 months ago
- d50ff7f session tcp: track half open in app wrk by Florin Coras · 4 years, 8 months ago
- ce815de vcl: fix app destroy by Florin Coras · 4 years, 8 months ago
- 6f5b72e vppinfra: install missing tw_timer_2t_2w_512sl header file by Yu Sun · 4 years, 8 months ago
- 206acf8 tap: add initial support for tun by Mohsin Kazmi · 4 years, 8 months ago
- 95eb01f fib: fix use-after-free by Benoît Ganne · 4 years, 8 months ago
- ea9bc28 ipsec: fix use-after-free by Benoît Ganne · 4 years, 8 months ago
- 77100ef bier: fix vector size confusing ASan by Benoît Ganne · 4 years, 8 months ago
- bd7f342 igmp: fix igmp proxy group merge by Benoît Ganne · 4 years, 8 months ago
- 063f2b8 udp: fix buffer trace by Andreas Schultz · 4 years, 8 months ago