aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace49-33/+65
2017-10-23af_packet: invalid TCP/UDP offload checksum on RX node recalculationJakub Grajciar6-3/+171
2017-10-23VXLAN:small refactor to vxlan inputEyal Bari1-235/+175
2017-10-20Add reverse DNS (ip to name) resolutionDave Barach5-34/+311
2017-10-20null-terminate some formatted stringGabriel Ganne3-0/+15
2017-10-19Remove unused 'not_last' parameter from ip_add_del_routeMarek Gradzki1-3/+0
2017-10-19VPP-1024: rewrite buffer trajectory tracerDave Barach4-6/+134
2017-10-18LISP: fix crash when sending NSH map-request message, ONE-32Filip Tehlar1-0/+3
2017-10-18VPP-930: add missing ntohl to send_ip6_fib_details(...)Dave Barach1-1/+1
2017-10-17session: fix connect corner case crash.Dave Wallace1-17/+20
2017-10-17VPP-1032: fix coverity warningsDave Barach1-3/+12
2017-10-17Add API versioning to GENEVE tunnel implementation.Marco Varlese1-1/+3
2017-10-17session: return local transport endpoint in connect replyFlorin Coras3-1/+14
2017-10-16session: fix build when debugging is onFlorin Coras3-3/+3
2017-10-16udp: refactor udp codeFlorin Coras34-1175/+1697
2017-10-16DNS name resolver improvementsDave Barach4-31/+217
2017-10-16LISP: fix map-request counters, ONE-25Filip Tehlar1-6/+5
2017-10-15ip: avoid arp assert if out of buffers (VPP-1030)Florin Coras1-0/+4
2017-10-15Revert "Enforce FIB table creation before use"Florin Coras5-11/+78
2017-10-14change format_get_indent() to use u32 instead of uwordGabriel Ganne1-1/+1
2017-10-14Add API call to set keys on IPsec tunnel intfMatthew Smith2-0/+75
2017-10-14Source Lookup progammable via APINeale Ranns9-12/+85
2017-10-14vhost: crash under heavy traffic condition due to memory corruption (VPP-1016)Steven1-2/+33
2017-10-13Enforce FIB table creation before useNeale Ranns5-78/+11
2017-10-13VPP-1027: DNS name resolverDave Barach10-2/+2958
2017-10-12dpdk/ipsec: coverity fixesSergio Gonzalez Monroy1-9/+20
2017-10-12LLDP: Add Management Address TLVSteve Shin6-25/+207
2017-10-12tcp: do not format sb if not established (VPP-1018)Florin Coras1-2/+3
2017-10-11Revert "VPP-1001 - update AF Packet Driver to for modern kernels"Damjan Marion4-119/+10
2017-10-10session: add support for application namespacingFlorin Coras37-785/+2844
2017-10-10punt and drop features:Neale Ranns14-209/+1595
2017-10-09IP neighbour move incorrectly placed jump labelNeale Ranns1-2/+2
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach29-4/+63
2017-10-09NAT: hairpinning rework (VPP-1003)Matus Fabian2-2/+11
2017-10-09fix buffer allocation for sparse jumbo frames in vhostPierre Pfister1-1/+3
2017-10-06tuntap: Introduce per thread structure to suport multi-threadsSteven2-65/+99
2017-10-06Initial GENEVE TUNNEL implementation and tests.Marco Varlese12-2/+3802
2017-10-05dpdk/ipsec: rework plus improved cli commandsSergio Gonzalez Monroy5-44/+100
2017-10-05Distributed Virtual Router SupportNeale Ranns12-108/+543
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine53-92/+92
2017-10-04Set MAC address needs the HW interface indexNeale Ranns2-2/+6
2017-10-04Dump of deag/lookup routes has is_drop=1 (VPP-995)Neale Ranns1-0/+2
2017-10-04VPP-1001 - update AF Packet Driver to for modern kernelsAnton Ivanov4-10/+119
2017-10-04Add API support to dump IPsec SAsMatthew Smith2-0/+175
2017-10-03Update L2FIB entry timestamp only if BD aging enabled (VPP-1002)John Lo3-3/+6
2017-10-03tcp: updates to connection closing procedure (VPP-996)Florin Coras4-17/+63
2017-10-03Repair vlib API socket serverDave Barach10-25/+58
2017-10-03Propagate duplicate IF addr add/del error up to API.Jon Loeliger3-8/+30
2017-10-02L2-FIB:add mac learn events testEyal Bari1-56/+49
2017-09-28cdp/lldp: punt for no bufferSteven2-0/+6