aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-08-13devices: allow link state down with netlinkMatthew Smith1-1/+1
2020-08-13vcl: generate select events on read/write errorsFlorin Coras2-8/+9
2020-08-13vppinfra: finish deprecating qsort.cDave Barach2-272/+7
2020-08-13nat: fix extended unit testsKlement Sekera1-2/+2
2020-08-13vapi: packed enum type generationNeale Ranns1-1/+14
2020-08-13session: fix session_table_get_or_allocAndreas Schultz1-8/+11
2020-08-13tcp: avoid bt sample access after possible pool reallocFlorin Coras1-6/+6
2020-08-13vcl: fix use-after-freeBenoît Ganne1-1/+2
2020-08-13tcp: fix use-after-freeBenoît Ganne1-1/+5
2020-08-13vat: fix increment_address(...)Dave Barach1-2/+2
2020-08-13vlib: queue_hi_thresh fix to avoid deadlockElias Rudberg1-2/+4
2020-08-13sr: fix non-NULL terminated string overflowBenoît Ganne1-1/+1
2020-08-13session: fix use-after-free in input nodeBenoît Ganne1-1/+2
2020-08-13session: avoid rx notifications on accepting sessionsFlorin Coras1-0/+5
2020-08-13vcl: ensure sessions are open on select eventsFlorin Coras1-7/+5
2020-08-13vcl: expand vcl select maps in ldp if neededFlorin Coras1-4/+5
2020-08-13gbp: fix l3-out anonymous test cleanupBenoît Ganne1-3/+13
2020-08-13lisp: fix use-after-freeBenoît Ganne1-8/+8
2020-08-13vat: fix static analysis warningAndreas Schultz1-2/+1
2020-08-13dpdk: fix udp-encap for esp in transport modeAlexander Chernavin2-10/+9
2020-08-13vcl: fix app destroyFlorin Coras3-21/+21
2020-08-13fib: fix use-after-freeBenoît Ganne1-10/+11
2020-08-13bier: fix vector size confusing ASanBenoît Ganne1-1/+2
2020-08-13igmp: fix igmp proxy group mergeBenoît Ganne6-24/+25
2020-08-13session: detach session from app on cleanupFlorin Coras1-1/+6
2020-08-13fib: fix accessing empty dpo pool elementsShivaShankarK2-2/+8
2020-08-13udp: fix local node no port error counterFlorin Coras1-9/+6
2020-08-13fib: fix adjacency cli command issueShivaShankarK1-3/+1
2020-08-13misc: fix error handling in punt_replicateDave Barach2-2/+8
2020-08-13vat: fix vat strncpy stringop-overflowRay Kinsella1-2/+1
2020-08-13vat: fix static analysis warningDave Barach1-2/+3
2020-08-13misc: strcpy be goneDave Barach8-30/+30
2020-08-13misc: sprintf be goneDave Barach14-195/+206
2020-08-13dpdk: VM VHOST tests with rxq>1 failingSteven Luong1-0/+1
2020-08-13misc: fix static analysis warningsDave Barach2-4/+4
2020-08-13session: fix fifos displayAloys Augustin1-5/+2
2020-08-13udp: validate input data lengthFlorin Coras1-4/+7
2020-08-13ipsec: use id in ipsec_tunnel_protect_detailsMatthew Smith1-4/+6
2020-08-13session: fix coverity warningDave Barach1-1/+1
2020-08-13ip: Adding IP tables is no MP safeNeale Ranns1-2/+0
2020-08-13avf: fix rx queue refill on buffer alloc failureDamjan Marion1-6/+6
2020-08-13vcl: fix ldp recv return on errorFlorin Coras1-1/+4
2020-08-13vcl: fix ldp writev 0 vecsFlorin Coras1-12/+8
2020-08-13avf: proper promisc handlingDamjan Marion2-7/+27
2020-08-13virtio: vhost gso checksum error when both indirect and mrg_rxbuf are offSteven Luong1-20/+19
2020-08-13vlib: complain if workers are configured twiceVladimir Isaev1-1/+10
2020-08-13vlib: fix error when creating avf interface on SMP systemJieqiang Wang1-1/+13
2020-08-13ip: provide extern declaration for ip punt nodesJawahar Santosh Gundapaneni2-0/+2
2020-08-13tcp: count dupacks with no sacksFlorin Coras2-1/+3
2020-08-13ethernet: Copy only 6 bytes of mac address into a u64Jon Loeliger1-3/+3