aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-05-16misc: fix typo in set-ipfix-exporter CLI short_helpIgnas Bacius1-1/+1
2020-05-15misc: fix ubuntu 20.04 python depsDamjan Marion4-10/+37
2020-05-15vppinfra: remove trailing whitespace in longjmp.SDamjan Marion1-110/+110
2020-05-15vlib: restore commands for non-interactive sessionsBenoît Ganne1-8/+13
2020-05-15vcl: remove udpc transportFlorin Coras2-9/+1
2020-05-15misc: removed executable bits from source filesRay Kinsella26-0/+0
2020-05-15session: track detached listener segment managersFlorin Coras4-7/+77
2020-05-15g2: fix the g2 build for Ubuntu 20.04Dave Barach1-2/+1
2020-05-15ikev2: add support for NAT traversalFilip Tehlar5-87/+292
2020-05-14tcp: fix bogus time update due to missing castFlorin Coras1-1/+2
2020-05-14nat: unhide testsKlement Sekera1-5/+5
2020-05-14vcl svm: fix rx event losshanlin1-2/+5
2020-05-14nat: "users" dump for ED-NATKlement Sekera3-0/+170
2020-05-14lisp: API cleanupOnong Tayeng3-41/+6
2020-05-14vlib: fix unix cli commands crash without sessionBenoît Ganne1-15/+23
2020-05-14ikev2: use u32 in unformatFilip Tehlar1-1/+1
2020-05-14dpdk: fix crash with chelsio pmdBenoît Ganne1-6/+12
2020-05-14memif: 14 bytes extra overhead issue fixed.Mrityunjay Kumar1-2/+2
2020-05-14nat: remove unused codeKlement Sekera2-3/+0
2020-05-14nat: ED: store both thread&session idx in hashKlement Sekera10-198/+316
2020-05-14nat: fix segv if out of ports in ed modeAlexander Chernavin2-1/+47
2020-05-14ip: fix interface ip address del sw_if_index checkyedg4-6/+27
2020-05-13sr: fix srv6/srv6-ad/srv6-as promisc mode switchJohn Lo3-22/+32
2020-05-13gso: remove ordering dependency on esp-encrypt-tunNeale Ranns1-2/+2
2020-05-13nat: fix broken buildKlement Sekera1-1/+1
2020-05-13nat: fix LRU blocked by inactive sessionKlement Sekera10-161/+391
2020-05-13nat: perf improvement - replace branchy codeKlement Sekera32-451/+401
2020-05-13interface: fix the checksum offload in quad loopMohsin Kazmi1-20/+25
2020-05-13feature: Config end nodes are user specificNeale Ranns5-24/+41
2020-05-13bonding: fix the GSO flagsMohsin Kazmi1-2/+8
2020-05-13ipsec: Support 4o6 and 6o4 for SPD tunnel mode SAsNeale Ranns3-38/+120
2020-05-13nat: handoff next node feature fixFilip Varga8-48/+160
2020-05-13ikev2: fix removing of expired SAsFilip Tehlar1-1/+1
2020-05-12api: use malloc for rx thread arg instead of heapFlorin Coras1-2/+2
2020-05-12vcl: de-init vcl on destroyFlorin Coras1-0/+1
2020-05-12tcp: avoid rcv wnd less than mssFlorin Coras1-6/+4
2020-05-12lacp: missing endian conversions for trace packet formatSteven Luong1-2/+2
2020-05-11crypto-native: properly deal with broken or outdated toolchainsDamjan Marion5-42/+54
2020-05-11vlib: fix u64 error counter cli printingFlorin Coras1-3/+3
2020-05-10ip-neighbor: fix show ip neighbor issueMichael Yu1-5/+4
2020-05-10ethernet: fix dmac stride errorZhiyong Yang1-1/+1
2020-05-09vppapigen: api crc checkerOle Troan2-23/+67
2020-05-09gtpu: fix coverity issueChenmin Sun1-2/+2
2020-05-08docs: fix merge damage in nat.hDave Wallace1-4/+0
2020-05-08vppinfra: set explicit found in search_free_list loopSteven Luong1-2/+6
2020-05-08build: various improvementsDamjan Marion7-13/+20
2020-05-08ethernet: fix coverity warningDave Barach1-1/+1
2020-05-08papi: use python3 for papi installOle Troan1-1/+1
2020-05-08nat: fix per thread data vlib_main_t usage take 2Ole Troan7-42/+32
2020-05-08vppinfra: fix u32x4_byte_swap on ArmLijian.Zhang1-1/+1