aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-11-05session: add api to dump rulesFlorin Coras8-26/+350
2017-11-05ip4 network request processingDave Barach6-89/+751
2017-11-05Fix coverity warnings in VOM and VAPINeale Ranns6-13/+19
2017-11-03NAT64: Input feature arc on virtual interface via interface RX DPO.Ole Troan3-4/+46
2017-11-03vnet: ip4/6_local->don't drop packet if marked for TCP/UDP offload cksum calc...Jakub Grajciar2-8/+26
2017-11-03punt: free whole buffer chain if such is puntedKlement Sekera1-1/+1
2017-11-03silence clib_mem_unaligned() invalid read found by address-sanitizerGabriel Ganne1-19/+28
2017-11-03silence l2fib_init() invalid read of size 2 found by address-sanitizerGabriel Ganne1-1/+6
2017-11-03vppinfra: make _vec_resize_will_expand read-onlyFlorin Coras1-7/+3
2017-11-03session: support drop action in rules tableFlorin Coras4-36/+114
2017-11-03Set up P2P flag to gtpu interfaceHongjun Ni1-0/+1
2017-11-02session/udp: init rw locksFlorin Coras2-1/+14
2017-11-02VCL: application proxy configurationDave Wallace3-99/+157
2017-11-02LISP: fix negative mapping timeout, VPP-1043Filip Tehlar1-1/+2
2017-11-02Add replicate DPO header to export list for VPPSBNeale Ranns1-0/+1
2017-11-02Add builtin http server option to return static replyFlorin Coras1-23/+97
2017-11-01session: fix proxy coverity warningsFlorin Coras1-1/+2
2017-11-01VPP-959: Support old version of CFFIOle Troan2-3/+17
2017-11-01vom: fix build with gcc7Damjan Marion1-0/+1
2017-11-01VOM fixes for 9090 - ships in the night commitsNeale Ranns4-43/+10
2017-11-01fix clib_mem_unaligned() invalid readGabriel Ganne1-17/+18
2017-11-01nat plugin - fix test logicGabriel Ganne1-1/+1
2017-11-01session: add support for proxying appsFlorin Coras15-39/+353
2017-11-01dpdk/ipsec: align memorySergio Gonzalez Monroy2-5/+7
2017-11-01dpdk/ipsec: fix digest physical addressSergio Gonzalez Monroy3-7/+7
2017-11-01VPP Object Model (VOM)Neale Ranns113-3/+21603
2017-10-31Fix "l2fib add" CLI to allow adding of filter MAC entriesJohn Lo1-25/+17
2017-10-31Fix set interface mac address API to be endian neutralJohn Lo4-16/+10
2017-10-31VPP PAPI: Error in unserializer for non-array compound types.Ole Troan1-0/+1
2017-10-31LISP: add P-ITR/P-ETR/xTR API handlers, ONE-24Filip Tehlar13-72/+888
2017-10-31l2fib: MAC: Fix uint64 to u8 byte arrayMohsin Kazmi7-70/+55
2017-10-31Fix typo (double unlock)Dave Barach1-2/+1
2017-10-31physmem: register region with IOMMUDamjan Marion1-0/+57
2017-10-31Refactor IP input checks for re-use at MPLS dispositionNeale Ranns5-277/+465
2017-10-31lb plugin tests - wipe flowtable after each unit testGabriel Ganne1-0/+38
2017-10-30Minor copyedit fixes to ACL Hash doc.Jon Loeliger1-7/+6
2017-10-30Add the bihash_vec8_8 variantDave Barach3-3/+435
2017-10-30Remove old Python vppctl scriptChris Luke2-136/+0
2017-10-30LISP: improve updating the dataplne when locators changeFilip Tehlar5-28/+74
2017-10-30jvpp: bugfix for deadlock in java future API (VPP-1037)Matej3-72/+160
2017-10-30vcl: fix compiling on newer systemsDamjan Marion1-0/+3
2017-10-29devices: Add binary API for set interface <interface> rx-modeSteven5-18/+150
2017-10-29session: fix coverity warningsFlorin Coras2-7/+12
2017-10-28session: rules tablesFlorin Coras25-16/+2218
2017-10-27Fix for vppctl and interactive commands (VPP-1038)Chris Luke1-3/+7
2017-10-27session: instantiate appns lookup table only onceFlorin Coras2-7/+11
2017-10-27LDPRELOAD: Fix out-of-scope variable coverity errorSteven1-2/+1
2017-10-27acl-plugin: increase the amount of memory for classifier tables used by MACIP...Andrew Yourtchenko1-1/+1
2017-10-26VCL: refactor session close / disconnect.Dave Wallace1-66/+60
2017-10-26VCL-LDPRELOAD: Fix more coverity warningsDave Wallace3-16/+22