aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-21vppinfra: bihash improvementsDave Barach17-62/+285
2020-04-20sr: fix non-NULL terminated string overflowBenoît Ganne1-1/+1
2020-04-20svm: check if fifo free list index is valid on allocFlorin Coras3-12/+38
2020-04-20session: fix use-after-free in input nodeBenoît Ganne1-1/+2
2020-04-20session: avoid rx notifications on accepting sessionsFlorin Coras1-0/+5
2020-04-20vcl: ensure sessions are open on select eventsFlorin Coras1-7/+5
2020-04-20vcl: expand vcl select maps in ldp if neededFlorin Coras1-4/+5
2020-04-20nat: remove unused codeKlement Sekera5-484/+3
2020-04-20gbp: fix l3-out anonymous test cleanupBenoît Ganne1-3/+13
2020-04-20tls: fix Picotls tx hang issueSimon Zhang1-2/+2
2020-04-19session: fix half-open cleanupFlorin Coras1-3/+3
2020-04-17lisp: fix use-after-freeBenoît Ganne1-8/+8
2020-04-17vat: fix static analysis warningAndreas Schultz1-2/+1
2020-04-17tcp: cubic as default cc algorithmFlorin Coras1-1/+1
2020-04-17virtio: fix to use chained descriptors when missing indirect descriptorMohsin Kazmi2-7/+79
2020-04-17dpdk: fix udp-encap for esp in transport modeAlexander Chernavin2-10/+9
2020-04-17session tcp: track half open in app wrkFlorin Coras10-20/+164
2020-04-17vcl: fix app destroyFlorin Coras3-21/+21
2020-04-17vppinfra: install missing tw_timer_2t_2w_512sl header fileYu Sun1-0/+1
2020-04-17tap: add initial support for tunMohsin Kazmi9-47/+190
2020-04-16fib: fix use-after-freeBenoît Ganne1-10/+11
2020-04-16ipsec: fix use-after-freeBenoît Ganne1-1/+1
2020-04-16bier: fix vector size confusing ASanBenoît Ganne1-1/+2
2020-04-16igmp: fix igmp proxy group mergeBenoît Ganne6-24/+25
2020-04-16udp: fix buffer traceAndreas Schultz1-3/+2
2020-04-16nat: scavenging functionality removedFilip Varga7-392/+9
2020-04-15vppinfra: don't use memcmp to compare keys in cuckooDamjan Marion4-10/+1
2020-04-15vppinfra: delay bucket2 calc in cuckoo searchDamjan Marion1-28/+25
2020-04-15vppinfra: add clib_cuckoo_search_inline_with_hash functionDamjan Marion1-3/+10
2020-04-15pg: set vnet buffer flags in pg streamsDave Barach5-1/+40
2020-04-15vppinfra: install missing cuckoo hash header filesDamjan Marion1-0/+2
2020-04-15session: detach session from app on cleanupFlorin Coras1-1/+6
2020-04-15urpf: Allow locally generated packets on TXNeale Ranns2-6/+9
2020-04-15tcp: allow local port sharing if 5-tuple availableFlorin Coras1-1/+14
2020-04-15misc: refactor calc_checksumsDave Barach5-81/+64
2020-04-14vat: fix socket connectionDave Barach2-15/+18
2020-04-14session: avoid all session cleanup on unlistenFlorin Coras1-9/+7
2020-04-14urpf: Unicast reverse Path Forwarding (plugin)Neale Ranns19-616/+1653
2020-04-14ipsec: validate number of input sasMatthew Smith2-1/+9
2020-04-13session: remove ho with fifos supportFlorin Coras4-29/+5
2020-04-13buffers: configurable buffer fault injectorDave Barach7-0/+108
2020-04-13dhcp: fix unicast pkts, clean up state machineDave Barach2-49/+42
2020-04-13session: cleanup debug codeFlorin Coras6-319/+363
2020-04-13session: adding debug eventsSrikanth Akula4-0/+231
2020-04-11tls: make ctx_write function return the length of enqueueSimon Zhang1-1/+1
2020-04-11fib: fix accessing empty dpo pool elementsShivaShankarK2-2/+8
2020-04-10udp: remove connected udp transport protoFlorin Coras7-77/+2
2020-04-10quic: fix clean stream closeAloys Augustin2-9/+26
2020-04-10udp: fix local node no port error counterFlorin Coras1-9/+6
2020-04-10virtio: fix gso and csum offload errors handlingMohsin Kazmi1-45/+82