aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2020-11-17tests: move crypto tests to src/vnet/crypto/testDave Wallace1-0/+28
2020-11-17tests: move classifier tests to src/vnet/classify/testDave Wallace2-0/+1059
2020-11-17tests: move gre tests to src/vnet/gre/testDave Wallace1-0/+1275
2020-11-17tests: move GSO/GRO tests to src/vnet/gso/testDave Wallace2-0/+855
2020-11-16fib: increase the reference counter size for mfib to 32 bitsMiklos Tirpak1-1/+1
2020-11-16fib: remove misleading FIB_PATH_TYPE_LASTBenoît Ganne1-14/+0
2020-11-13session: fix fifo tuning init on connectFlorin Coras1-8/+6
2020-11-13pg: fix uninitialized variable in pg mac filter CLIAndrew Yourtchenko1-1/+1
2020-11-13interface: add multiarch support for per-interface tx nodeBenoît Ganne3-10/+19
2020-11-13ethernet: mac must support 64-bits loadsBenoît Ganne11-55/+83
2020-11-13sr: show the hop-limit value used for SRv6 encapsulationAhmed Abdelsalam1-0/+21
2020-11-12tcp: push last buffered sequenceFlorin Coras2-6/+7
2020-11-12devices: remove unused codeDamjan Marion1-7/+0
2020-11-12virtio: fix the index issueMohsin Kazmi1-7/+15
2020-11-11tcp: validate fin seq in closing statesFlorin Coras1-0/+3
2020-11-10tcp: fix test for trailing bytesFlorin Coras1-1/+1
2020-11-10sr: Show IPv6 address used as SRv6 Encaps sourceAhmed Abdelsalam2-0/+28
2020-11-10classify: fix classify filter trace del cli processingJon Loeliger1-35/+49
2020-11-10ip6-nd: fix memory leaksDave Barach1-11/+23
2020-11-09session: remove support for shm bapi attachmentFlorin Coras4-55/+30
2020-11-09session: delegate fifo ooo lookup init to transportsFlorin Coras4-4/+12
2020-11-09session: default to using memfd mq segmentsFlorin Coras1-0/+1
2020-11-09vlib: fix trace number accountingBenoît Ganne10-87/+108
2020-11-09tap: add function to set speedAlexander Chernavin2-1/+83
2020-11-09ipsec: fix unformat typesBenoît Ganne1-2/+2
2020-11-06ipsec: add support for tx-table-id in cli + exampleBenoît Ganne2-3/+17
2020-11-05tcp: avoid consuming trailing bytesFlorin Coras1-0/+4
2020-11-05tap: allow change of carrier state on hostMatthew Smith4-0/+45
2020-11-05virtio: misc optimizationsDamjan Marion1-35/+41
2020-11-05ip: fix doxygen doc for address add/del commandBenoît Ganne1-2/+2
2020-11-05virtio: move retry logic to outer functionDamjan Marion1-8/+9
2020-11-05feature: reset interface feature arc on interface deletionBenoît Ganne5-27/+65
2020-11-04session: fix ct server session thread indexFlorin Coras1-1/+2
2020-11-03session: reduce max session node frame sizeFlorin Coras2-4/+5
2020-11-02ipsec: Tunnel SA DSCP behaviourNeale Ranns13-45/+428
2020-10-29session: fix ct cleanup before full establishementFlorin Coras1-1/+6
2020-10-29vcl session: minimize ct io eventsFlorin Coras1-8/+11
2020-10-29tap: fix the segvMohsin Kazmi1-2/+5
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns42-686/+922
2020-10-28virtio: fix the buffer array indexMohsin Kazmi1-1/+1
2020-10-27session: per worker state for ct sessionsFlorin Coras4-87/+131
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-26tcp: byte tracker fixRyujiro Shibuya1-1/+5
2020-10-26fib: API to extract any resolving interface rather than the one from theNeale Ranns3-1/+23
2020-10-24ipsec: remove pending nodeFan Zhang3-104/+127
2020-10-23tcp: remove snd_una_maxFlorin Coras7-22/+15