aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-10-21misc: minimize dependencies on udp.hFlorin Coras65-305/+400
2020-10-21tls: enable cert key pair setting for connectjiangxiaoming1-0/+1
2020-10-21dpdk: Disable VLAN filtering for VLAN sub-interface in i40e driverDimitrios Markou1-2/+2
2020-10-20vppinfra: export elog_read_file_not_inline()Dave Barach1-1/+1
2020-10-20stats: crash when adding/deleting interfacesOle Troan1-4/+3
2020-10-20vcl: confirm reset on transport cleanupFlorin Coras1-3/+16
2020-10-20vcl: more session struct cleanupFlorin Coras3-104/+108
2020-10-20wireguard: reset secret data before freeing itBenoƮt Ganne1-4/+4
2020-10-20vcl: convert vep variables into flagsFlorin Coras4-66/+56
2020-10-20ipsec: Stack the adj from the destination in the SA's TX tableNeale Ranns1-1/+1
2020-10-19vcl: cleanup read and write readyFlorin Coras4-65/+50
2020-10-19vppinfra: minor refactor in lock.hDave Barach1-2/+4
2020-10-19ip: Move the IP6 fib into ip6_[m]fib.cNeale Ranns15-153/+186
2020-10-19hsa: refactor socket client appFlorin Coras3-315/+177
2020-10-19hsa: cleanup sock server testFlorin Coras4-382/+263
2020-10-19ipsec: Layout and prefetching of SA structNeale Ranns3-26/+44
2020-10-19virtio: fix compilation timeDamjan Marion1-30/+31
2020-10-19gso: add checksum validation in groMohsin Kazmi2-1/+23
2020-10-19misc: don't export symbols from pluginsDamjan Marion7-7/+9
2020-10-18vppinfra: add export symbolsDave Barach2-3/+3
2020-10-17vppinfra: export elog_get_events()Dave Barach1-1/+1
2020-10-17vppinfra: explicitly export symbolsDamjan Marion40-225/+229
2020-10-17tap: replaces strlen to vec_lenMohsin Kazmi1-4/+4
2020-10-16vcl: remove accept state and rename connect to readyFlorin Coras2-15/+10
2020-10-16acl: do vlib_buffer_enqueue_to_next in outer functionDamjan Marion1-8/+11
2020-10-16ipsec: fix instance, and cli del for new ipsec interfaceEric Kinzie2-4/+4
2020-10-16misc: bump debian compatibility level to 10Damjan Marion1-1/+1
2020-10-16nat: error in input parameter of init_nat_kDengfeng Liu1-1/+1
2020-10-16build: Add missing debian dependenciesChuan Han1-0/+6
2020-10-15vlib: add cgo-friendly plugin registration supportDave Barach2-9/+128
2020-10-15build: forward dependencies to arch-specific libsAloys Augustin3-5/+10
2020-10-15ethernet: fix Ethernet DMAC checksIvan Shvedunov1-7/+12
2020-10-15vcl: refactor session state enumFlorin Coras4-159/+159
2020-10-14crypto: fixed ipsec_mb lib dependenciesPiotrX Kleski1-15/+0
2020-10-14mpls: no per-MPLS-tunnel tx nodeNeale Ranns3-98/+161
2020-10-14nat: Fix ICMP bypass session creationVladimir Isaev1-0/+6
2020-10-14cnat: Fix backend LBNathan Skrzypczak1-1/+1
2020-10-14vlib: avoid clipping in show errorFlorin Coras1-4/+4
2020-10-14vcl: set STATE_UPDATED state when connect with non-blocking socket!fanyf1-1/+4
2020-10-14vcl: app_name format type errorjiangxiaoming1-1/+1
2020-10-13tcp: fix bt acked_sacked on recoveryFlorin Coras1-2/+3
2020-10-13session: listeners verbose format alignmentFlorin Coras1-3/+3
2020-10-13svm: fix coverity warningFlorin Coras1-2/+2
2020-10-13tcp: fix listener trace coverity warningFlorin Coras1-6/+2
2020-10-13session: allow custom config of segment basevaFlorin Coras1-0/+2
2020-10-13stats: counters data modelOle Troan17-131/+373
2020-10-13ikev2: fix initial contact cleanupFilip Tehlar2-306/+562
2020-10-13ikev2: fix coverity warningFilip Tehlar1-5/+21
2020-10-13ikev2: fix memory leak in auth routineFilip Tehlar1-0/+4
2020-10-12l2: mark l2 fib uninitialized after clearingMatthew Smith1-0/+2