aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-10-26vppinfra: clib_mem_vm_{un}map thread safeDamjan Marion2-0/+25
2020-10-26memif: handle unexpected EPOLLOUT for RX queueSteven Luong1-0/+12
2020-10-26virtio: improve the compile timeMohsin Kazmi1-36/+32
2020-10-26virtio: reduce the compile time for device.cMohsin Kazmi1-15/+19
2020-10-26tls: separate init from enableFlorin Coras1-29/+50
2020-10-26session: fix feature disableFlorin Coras3-2/+22
2020-10-26session: fix ct local listener session indexFlorin Coras1-0/+1
2020-10-26vcl: avoid epoll cleanup before app closeFlorin Coras1-69/+74
2020-10-26tcp: byte tracker fixRyujiro Shibuya2-1/+220
2020-10-26avf: use atomic store instead of barrierDamjan Marion2-4/+3
2020-10-26rdma: fix clang-11 buildDamjan Marion1-1/+1
2020-10-26nat: nat44 cli command fixFilip Varga2-11/+10
2020-10-26fib: API to extract any resolving interface rather than the one from theNeale Ranns3-1/+23
2020-10-26vlib: add VLIB_REGISTER_LOG_CLASS macroDamjan Marion4-48/+96
2020-10-24pppoe: make pppoe plugin work with dot1q subinterfaceszstas8-39/+265
2020-10-24vmxnet3: vmxnet3_dump is brokenSteven Luong1-0/+3
2020-10-24af_xdp: add option to claim all available rx queuesBenoît Ganne6-38/+55
2020-10-24ipsec: remove pending nodeFan Zhang3-104/+127
2020-10-24vrrp: asynchronous events on VR state changeMatthew Smith6-23/+130
2020-10-24rdma: implement striding rq for multiseg rxMohammed Hawari4-130/+433
2020-10-24rdma: add RSS support for IPv6 and TCPBenoît Ganne2-32/+58
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