aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-10-24cnat: coverity fixNathan Skrzypczak3-11/+23
2020-10-24lb: Loadbalancer plugin, correctly rewrite checksum in L3DSR, non-TCP casesHiroki Narukawa1-4/+14
2020-10-24vmxnet3: add sw_if_index filter to vmxnet3 interface dumpSteven Luong3-1/+178
2020-10-23vlib: log: fix non-null terminated stringsjiangxiaoming1-0/+1
2020-10-23tcp: remove snd_una_maxFlorin Coras8-30/+17
2020-10-23tcp: remove force retransmit timer updateFlorin Coras2-17/+8
2020-10-23tcp: remove delack time configFlorin Coras2-4/+0
2020-10-23nat: nat44 enable/disable dynamic configFilip Varga11-577/+1008
2020-10-23vppinfra: add bihash_8/24_16 to headers listjiangxiaoming1-0/+2
2020-10-22virtio: checksum error reported for ip6 traffic with GSO enableSteven Luong2-11/+1
2020-10-22svm: support large memfd segmentsFlorin Coras1-2/+2
2020-10-22tcp: no send space in timer recoveryFlorin Coras1-1/+4
2020-10-22vppinfra: missing __clib_export va_unformatJuraj Linkeš1-1/+1
2020-10-22pci: set PCI memory enable before mapping PCI BARMohammed Hawari1-0/+12
2020-10-22tap: fix the api for use of vec_lenMohsin Kazmi1-3/+8
2020-10-21tcp: updating time constans as timer tick changedRyujiro Shibuya2-15/+17
2020-10-21vlib: per-class logging configuration in startup.confDamjan Marion3-3/+99
2020-10-21stats: missing dimension in stat_set_simple_counterOle Troan3-9/+26
2020-10-21vppinfra: missing __clib_exportNathan Skrzypczak1-1/+1
2020-10-21vlib: print logs to stderr if interactive or nosyslog setDamjan Marion14-90/+171
2020-10-21build: fix broken debian dependencies on ubuntu-18.04 & debian-9Dave Wallace1-2/+2
2020-10-21ikev2: support sending requests from responderFilip Tehlar4-29/+146
2020-10-21ipsec: support for multipoint on ipsec interfacesNeale Ranns5-7/+64
2020-10-21ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute APINeale Ranns6-6/+40
2020-10-21ikev2: fix setting responder/initiator addressesFilip Tehlar4-67/+95
2020-10-21ikev2: prevent crash after no IP addressFilip Tehlar1-196/+345
2020-10-21cnat: allow max_u16 translation backendsNathan Skrzypczak4-8/+25
2020-10-21virtio: run process to send interrupts to input nodesMohsin Kazmi4-17/+112
2020-10-21ipsec: Add to the SA info directly in the bihashNeale Ranns7-81/+294
2020-10-21vcl: wait for sendto to connect if neededFlorin Coras1-8/+15
2020-10-21misc: fix tracedump graph api initialization overflowBenoît Ganne1-2/+0
2020-10-21af_xdp: fix NUMA node parsingBenoît Ganne1-11/+9
2020-10-21stn: remove dependency on tcp and udp headersFlorin Coras1-6/+18
2020-10-21gso: remove dependency on tcp proto implementationFlorin Coras3-2/+2
2020-10-21svm: fix ASAN annotations for external chunksBenoît Ganne3-0/+9
2020-10-21vppinfra: fix ASAN annotationBenoît Ganne1-0/+1
2020-10-21svm: fix fifo unit testBenoît Ganne1-4/+6
2020-10-21virtio: improve input node performanceDamjan Marion1-13/+26
2020-10-21virtio: move lock and kick to outer functionDamjan Marion1-31/+28
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