aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-18l2: L2/L3 mode swicth cleanup and l2-patch fixJohn Lo4-31/+16
2020-08-18misc: fix typo in set-ipfix-exporter CLI short_helpIgnas Bacius1-1/+1
2020-08-18vlib: restore commands for non-interactive sessionsBenoît Ganne1-8/+13
2020-08-18g2: fix the g2 build for Ubuntu 20.04Dave Barach1-2/+1
2020-08-18vcl svm: fix rx event losshanlin1-2/+5
2020-08-18vlib: fix unix cli commands crash without sessionBenoît Ganne1-15/+23
2020-08-18dpdk: fix crash with chelsio pmdBenoît Ganne1-6/+12
2020-08-18sr: fix srv6/srv6-ad/srv6-as promisc mode switchJohn Lo3-22/+32
2020-08-18misc: remove useless assignmentDave Barach1-1/+0
2020-08-18vcl: de-init vcl on destroyFlorin Coras1-0/+1
2020-08-18tcp: avoid rcv wnd less than mssFlorin Coras1-6/+4
2020-08-18lacp: missing endian conversions for trace packet formatSteven Luong1-2/+2
2020-08-18vlib: fix u64 error counter cli printingFlorin Coras1-3/+3
2020-08-18vppinfra: set explicit found in search_free_list loopSteven Luong1-2/+6
2020-08-18ethernet: fix coverity warningDave Barach1-1/+1
2020-08-18dpdk: fix compiling issue with clangLijian.Zhang1-1/+2
2020-08-18vppinfra: loop counter off by 1 in search_free_list()Steven Luong1-1/+1
2020-08-18misc: fix coverity warningsDave Barach2-2/+2
2020-08-18rdma: fix clang buildBenoît Ganne1-2/+9
2020-08-18vcl: allow vcl worker index to be set by applicationsIJsbrand Wijnands2-0/+11
2020-08-18api: fix include_guard when path contains a plusRuslan Babayev1-1/+1
2020-08-18misc: add Matt Smith to the committer listDave Barach1-0/+5
2020-08-18vcl: disconnect both flavors of bapi transport on destroyFlorin Coras1-5/+8
2020-08-18vcl: add separate fcntl64 ldp handlerFlorin Coras1-5/+12
2020-08-18vlib: use flexible array in vlib_buffer for GCC-10Benoît Ganne1-1/+1
2020-08-18stats: add apis to delete simple/combined countersOle Troan4-0/+75
2020-08-18ioam: do not reuse existing vnet symbolBenoît Ganne2-2/+6
2020-08-16vppinfra: harmonize function namesDave Barach3-16/+16
2020-08-13vppinfra: selectively disable false-positive GCC-10 warningsBenoît Ganne3-0/+24
2020-08-13ip: reassembly: fix one possible use-after-freeGao Feng2-10/+11
2020-08-13vppinfra: selectively disable false-positive GCC-10 warningsBenoît Ganne1-0/+9
2020-08-13build: add vppinfra/warnings.h to exported headers listBenoît Ganne1-0/+1
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-3/+7
2020-08-13nat: fix extended unit testsKlement Sekera1-2/+2
2020-08-13vapi: packed enum type generationNeale Ranns1-1/+14
2020-08-13misc: update INFO.yamlDave Barach1-34/+34
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