aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-11-02nat: fix nat64 disableBenoît Ganne1-5/+10
2020-10-30ikev2: fix memory leakFilip Tehlar1-2/+7
2020-11-02ipsec: Tunnel SA DSCP behaviourNeale Ranns14-47/+434
2020-10-29vcl: support fifo segments with ct sessionsFlorin Coras1-7/+12
2020-10-29session: fix ct cleanup before full establishementFlorin Coras2-3/+32
2020-10-29vcl session: minimize ct io eventsFlorin Coras2-12/+21
2020-10-29tap: fix the segvMohsin Kazmi1-2/+5
2020-10-29vcl: fix epoll fd cleanupFlorin Coras1-1/+1
2020-10-28build: explicitly stop vpp in vpp.preinstDave Barach1-0/+1
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns55-686/+940
2020-10-28virtio: fix the buffer array indexMohsin Kazmi1-1/+1
2020-10-27vcl: postpone unhandled ctrl events if neededFlorin Coras2-63/+117
2020-10-27session: per worker state for ct sessionsFlorin Coras4-87/+131
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