aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-09-12vcl: improve read and fifo event handlingFlorin Coras4-1/+30
2018-09-11indent off in ip_lookup_set_buffer_fib_indexNeale Ranns1-4/+5
2018-09-11L2-learn; cache prefetch fixNeale Ranns3-16/+23
2018-09-11GBP Endpoint UpdatesNeale Ranns1-0/+7
2018-09-10new multiversioning on ethernet input nodesDamjan Marion2-35/+17
2018-09-10vxlan-gbp: Add support for vxlan gbpMohsin Kazmi15-1/+3435
2018-09-10session: lock app worker mq for io eventsFlorin Coras5-30/+26
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns19-14/+66
2018-09-08vcl: set worker pthread stop keyFlorin Coras1-1/+1
2018-09-08session: detect namespace for transport appsFlorin Coras3-4/+20
2018-09-07session: fix reentrant listensFlorin Coras3-16/+22
2018-09-07L2-FIB: replace bit-fields with flagsNeale Ranns6-69/+132
2018-09-07IP route update fix when multipath and drop setNeale Ranns1-20/+14
2018-09-07vcl: refactor test client to support workersFlorin Coras1-1/+1
2018-09-07geneve: fix variable initial valueZhiyong Yang1-1/+1
2018-09-06vxlan: improve encap performanceZhiyong Yang1-2/+10
2018-09-06eth_mac_equal takes const pointersNeale Ranns1-1/+1
2018-09-06vxlan_gpe: optimize encap performanceZhiyong Yang1-32/+47
2018-09-06vcl/session/svm: fix coverity warningsFlorin Coras1-3/+3
2018-09-06session: support multiple worker bindsFlorin Coras13-333/+601
2018-09-06Enum type on the API for QoS sourcesNeale Ranns2-14/+49
2018-09-05Add missing API MAC address encode implementationNeale Ranns1-0/+1
2018-09-04l2_output:skip processing if no features are enabledEyal Bari1-2/+6
2018-09-03Deprecate old buffer replication schemeDamjan Marion4-423/+0
2018-08-31IPx address query functions take a const pointerNeale Ranns2-34/+33
2018-08-31Fix typoDave Barach1-1/+1
2018-08-31FIB path CLI fix for lookup-table IDsNeale Ranns1-0/+12
2018-08-31Introduce a mac_address_t on the API and in VPPNeale Ranns8-2/+239
2018-08-31VPP-1407: Fix the wrong length of udp header for buffer chainsshubing guo1-1/+4
2018-08-31VPP-1408: Fix bug that wrong tx fifo drop in buffer chains flow of dgram modeshubing guo1-1/+4
2018-08-30vcl: add support for multi-worker appsFlorin Coras2-1/+7
2018-08-30cmake: add missing headerDamjan Marion1-0/+4
2018-08-30Refactor the ARP throttle into a common type so it can be reusedNeale Ranns6-33/+126
2018-08-30Add SHA2 support to IKEv2 implementationBerenger Foucher2-8/+89
2018-08-30SR-MPLS: fixes and testsNeale Ranns4-3/+30
2018-08-29SR-mpls: do not pass empty label stack to fibNeale Ranns1-10/+11
2018-08-29Address bfd rpc scale issuesDave Barach3-24/+280
2018-08-29Fix race condition in tls half open ctx get/putPing Yu1-4/+5
2018-08-29Consolidate table->index conversion in fib-path CLI processingNeale Ranns3-36/+14
2018-08-2832/64 shmem bihash interoperabilityDave Barach1-4/+5
2018-08-28tls: fix handling of failed connectsFlorin Coras1-8/+11
2018-08-28vcl/session: use mq for bind repliesFlorin Coras5-0/+121
2018-08-28vxlan: decap use vlib_buffer_enqueue_to_nextEyal Bari3-255/+223
2018-08-27Adjacency walks protected by 'walk in progress' flagNeale Ranns2-2/+12
2018-08-27IGMP: enable command on cliNeale Ranns1-2/+1
2018-08-27MPLS: allow 16 as a valid output labelNeale Ranns1-1/+1
2018-08-26cmake: add add_vpp_library and add_vpp_executable macrosDamjan Marion1-609/+1212
2018-08-26cmake: move functions to src/cmakeDamjan Marion1-0/+2
2018-08-25cmake: add more headers to the install listDamjan Marion1-0/+225
2018-08-24session: fix coverity warningsFlorin Coras3-5/+12