aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-06-05BIER CLI show commands; no crash on non-existant objects (VPP-1303)Neale Ranns3-6/+27
2018-06-04Configure or deduce CLIB_LOG2_CACHE_LINE_BYTES (VPP-1064)Dave Barach4-1/+90
2018-06-04ip4: optimize ip4_localFlorin Coras2-253/+319
2018-06-04Fix API trace dump for tapv2Milan Lenco1-3/+3
2018-06-04Remove unused GRE buffer meta-dataNeale Ranns1-6/+0
2018-06-04flow:add enabled hw format functionEyal Bari2-0/+25
2018-06-04ip: save fib index for buffer in ip lookupFlorin Coras5-114/+65
2018-06-04fix usage string missing argJerome Tollet1-1/+1
2018-06-04Join the VAC read timeout threadNeale Ranns1-21/+25
2018-06-03dpdk: buffer free optimizationsDamjan Marion1-76/+61
2018-06-03dpdk: improve buffer alloc perfomanceDamjan Marion3-73/+56
2018-06-03Interface Tag: memset field in VOM, clear the tag in VPP on interface deleteNeale Ranns1-0/+1
2018-06-02AVF input node reworkDamjan Marion3-203/+337
2018-06-02acl-plugin: multicore: session management fixesAndrew Yourtchenko6-151/+332
2018-06-01session: improve disconnect handlingFlorin Coras4-12/+39
2018-05-31Improve L2FIB delete entry handling and "show l2fib" CLI optionsJohn Lo5-56/+71
2018-05-31dpdk: Decoupling the meaning of xd->device_index in dpdk_pluginRui Cai9-81/+99
2018-05-31Fix TLS issue to load certification and keyPing Yu1-0/+2
2018-05-31fix socket send() return size checkqchang1-1/+1
2018-05-31fix missing void pointer explicit type castZhiyong Yang1-1/+1
2018-05-31VPP-1299: Reset uid/gid on shared memory segment if client starts first.Ole Troan1-0/+4
2018-05-31Add src/vlib/config.h.in templateDamjan Marion3-6/+29
2018-05-30Fix clang compilation on aarch64: value size does not match register size.Sirshak Das1-1/+1
2018-05-30vppinfra: explicitely state for signed types that they are signedDamjan Marion9-20/+20
2018-05-30dpdk: rename port_id to *_instance_numDamjan Marion4-9/+10
2018-05-30Fix clang compilation on aarch64: sizeof operator error.Sirshak Das1-1/+1
2018-05-30IPv6 for-us/receive multicast routes fixNeale Ranns1-0/+4
2018-05-30session: fix v6 unbinds that use uri apiFlorin Coras1-2/+6
2018-05-30session: fix session table retrievalFlorin Coras1-2/+2
2018-05-30bonding: fix packet trace in bond-inputDamjan Marion1-5/+1
2018-05-29Revert "dpdk: set dmamap iova address value according to eal_iova_mode"Damjan Marion1-4/+1
2018-05-29Add VLIB_NODE_FN() macro to simplify multiversioning of node functionsDamjan Marion19-284/+160
2018-05-29af_packet: Add support for dump interfacesMohsin Kazmi6-1/+158
2018-05-29dpdk: Add PMD type for Cavium LiquidIO II CN23XXchuhong yao3-1/+13
2018-05-29Fixed vlib_buffer_clone with stale chained buffersYoann Desmouceaux1-2/+7
2018-05-29dpdk: mempool priv intialization must be done before releasing buffers to poolSachin Saxena1-8/+7
2018-05-29ipsec: fix IKEv2 crash when rsa cert is used for authenticationRadu Nicolau1-0/+1
2018-05-28NAT44: code cleanup and refactor (VPP-1285)Matus Fabian17-463/+631
2018-05-28Change optimizaton level from tree-vectorize to O3Damjan Marion1-1/+1
2018-05-28add missing lb_put_writer_lock() to lb_vip_add() invalid args casesAndrey "Zed" Zaikin1-2/+7
2018-05-28Fix flowhash size computation for very large hash tablesPierre Pfister1-1/+1
2018-05-28acl-plugin: move to per-frame buffer pointer calculations and enqueue to next...Andrew Yourtchenko1-208/+191
2018-05-28dpdk: set dmamap iova address value according to eal_iova_modeSachin Saxena1-1/+4
2018-05-28af-packet: Add support for loggingMohsin Kazmi3-38/+52
2018-05-28itf: Fix admin up down for AF_PACKET and vhost-userMohsin Kazmi3-12/+50
2018-05-28Fix IP neighbor/arp pool full and static entry handlingJohn Lo2-166/+169
2018-05-27proxy_arp: remove unused is_addMarek Gradzki1-2/+1
2018-05-27ip4-input node reworkDamjan Marion3-125/+339
2018-05-27bond-input performance optimizationDamjan Marion2-291/+264
2018-05-27acl-plugin: use clib_bihash_search_inline_2_40_8 rather than clib_bihash_sear...Andrew Yourtchenko2-5/+3