aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-11-05nat: remove unused codeKlement Sekera1-22/+0
2020-11-04session: fix ct server session thread indexFlorin Coras2-2/+3
2020-11-04vlib: add postmortem pcap dispatch traceDave Barach6-17/+95
2020-11-04rdma: various fixes for chained buffers txMohammed Hawari1-14/+19
2020-10-31ikev2: add option to disable NAT traversalFilip Tehlar9-34/+154
2020-11-04ikev2: fix reply during rekeyFilip Tehlar2-44/+192
2020-11-04ikev2: increase tick interval in process nodeFilip Tehlar1-13/+2
2020-11-04tls: fix picotls engine crypto multi-thread issueSimon Zhang3-4/+13
2020-11-03session: reduce max session node frame sizeFlorin Coras2-4/+5
2020-11-03nat: bihash: fix buckets calc and remove mem paramKlement Sekera5-92/+33
2020-11-02ikev2: cli for disabling dead peer detectionFilip Tehlar3-2/+30
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