aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2020-10-21misc: minimize dependencies on udp.hFlorin Coras31-279/+363
2020-10-21tls: enable cert key pair setting for connectjiangxiaoming1-0/+1
2020-10-20ipsec: Stack the adj from the destination in the SA's TX tableNeale Ranns1-1/+1
2020-10-19ip: Move the IP6 fib into ip6_[m]fib.cNeale Ranns13-151/+185
2020-10-19hsa: cleanup sock server testFlorin Coras1-1/+1
2020-10-19ipsec: Layout and prefetching of SA structNeale Ranns3-26/+44
2020-10-19virtio: fix compilation timeDamjan Marion1-30/+31
2020-10-19gso: add checksum validation in groMohsin Kazmi2-1/+23
2020-10-17tap: replaces strlen to vec_lenMohsin Kazmi1-4/+4
2020-10-16ipsec: fix instance, and cli del for new ipsec interfaceEric Kinzie2-4/+4
2020-10-15ethernet: fix Ethernet DMAC checksIvan Shvedunov1-7/+12
2020-10-14mpls: no per-MPLS-tunnel tx nodeNeale Ranns3-98/+161
2020-10-13tcp: fix bt acked_sacked on recoveryFlorin Coras1-2/+3
2020-10-13session: listeners verbose format alignmentFlorin Coras1-3/+3
2020-10-13tcp: fix listener trace coverity warningFlorin Coras1-6/+2
2020-10-13session: allow custom config of segment basevaFlorin Coras1-0/+2
2020-10-13stats: counters data modelOle Troan2-3/+4
2020-10-12l2: mark l2 fib uninitialized after clearingMatthew Smith1-0/+2
2020-10-12misc: clang-11 and gcc-10 supportDamjan Marion2-2/+2
2020-10-12ip: IP6 incorrectly disabled on removing first ip6 prefixNeale Ranns1-1/+3
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