aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2020-10-12tcp: use 100us timer resolutionFlorin Coras1-4/+4
2020-10-12tcp: fix connection reuse with no listenerFlorin Coras1-0/+6
2020-10-10session: app_name should format with %vjiangxiaoming2-4/+6
2020-10-08tcp: treat pending timers as activeFlorin Coras3-3/+4
2020-10-08tcp: custom geometry for timer wheelFlorin Coras5-25/+83
2020-10-08pg: Choose the input interface from the stream's rxNeale Ranns1-1/+3
2020-10-08gre: MPLS over GRE does not select correct fixup functionNeale Ranns1-2/+2
2020-10-08l2: Fix compile error on unused next_indexNeale Ranns1-3/+0
2020-10-08interface: shorten vnet_hw_if_rx_modeDamjan Marion15-78/+73
2020-10-08ip-neighbor: Grat ARPs from different subnet are droppedNeale Ranns1-5/+8
2020-10-08l2: input performanceNeale Ranns17-530/+724
2020-10-08virtio: fix the traceMohsin Kazmi1-23/+19
2020-10-08ipsec: Allow SAs with NULL auth &crypto on IPSec interfaceNeale Ranns1-2/+3
2020-10-08fib: Register multicast MAC with interface for accepting interfacesNeale Ranns7-7/+298
2020-10-07misc: Purge unused pg includesNeale Ranns24-24/+0
2020-10-05ipsec: Use bihash for tunnel lookupNeale Ranns7-123/+270
2020-10-02ip: Fix unformat_ip_prefixNathan Skrzypczak1-1/+4
2020-10-01misc: allow disabling of ipfix exporter via apiAlexander Chernavin1-7/+1
2020-10-01classify: Fix a couple bugs in 'pcap filter' command.Jon Loeliger1-12/+12
2020-09-30session: init size and watermarks on all seg managersFlorin Coras4-10/+22
2020-09-30svm: harmonize ssvm namesFlorin Coras2-3/+2
2020-09-30svm session: use new clib mem apis for segmentsFlorin Coras4-15/+22
2020-09-29virtio: fix modern device queue notifyMohsin Kazmi5-22/+53
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion2-7/+7
2020-09-28virtio: add packet buffering on txMohsin Kazmi11-15/+387
2020-09-28classify: use clib_crc32c on supporting uarchRay Kinsella1-0/+5
2020-09-28classify: preformance improvements in classifiersRay Kinsella1-285/+649
2020-09-28virtio: fix the gro enable/disable on tx-vringsMohsin Kazmi5-23/+39
2020-09-25vppinfra session: file platform independent private dataFlorin Coras2-5/+5
2020-09-25bfd: add missing unlockKlement Sekera1-0/+1
2020-09-24virtio: refactor tx traceMohsin Kazmi1-33/+37
2020-09-24session tcp udp tls quic: improve cli formattingFlorin Coras7-16/+26
2020-09-23session: fix sapi coverity warningFlorin Coras1-0/+2
2020-09-23ip: use main heap for mtrie, part 2 (remove args)Damjan Marion2-32/+0
2020-09-23tls: fix session format assert crash in connected callbackjiangxiaoming1-9/+8
2020-09-22ipip: Add option to tunnel create help stringNeale Ranns2-2/+3
2020-09-22lisp: Move to pluginNeale Ranns49-27116/+1
2020-09-22vxlan-gbp: Mark APIs as in-progressNeale Ranns1-0/+5
2020-09-21crypto: revert crypto set handler all APIYulong Pei1-36/+3
2020-09-21session: use wrk instead of thread index in nodeFlorin Coras1-10/+12
2020-09-21geneve: Move to pluginNeale Ranns10-4237/+0
2020-09-21misc: Move l2tp to pluginNeale Ranns11-2018/+0
2020-09-21lldp: Move to pluginNeale Ranns14-2382/+0
2020-09-21ip: use main heap for mtrieDamjan Marion3-69/+3
2020-09-18session: grab worker barrier for sapi msgsFlorin Coras1-0/+5
2020-09-18fib: skip byte swap on n_paths in mroute detailsMatthew Smith1-2/+2
2020-09-18vat: add infrastructure to align vnet test code and plugin test codeOle Troan6-56/+398
2020-09-18tap: do not use strlen on vectorVladimir Isaev1-2/+1
2020-09-18session: fix vpp exit abnormal due to application as a proxy server with ldpfanyf1-1/+9
2020-09-18virtio: fix txq lockingBenoƮt Ganne2-2/+6