aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-09-03Compile vppinfra on macOSDamjan Marion26-104/+199
2018-09-03NAT44: client-IP based session affinity for load-balancing (VPP-1297)Matus Fabian10-40/+524
2018-09-03vapi: init clib mem heap on connect if neededKlement Sekera1-0/+4
2018-09-02STATS: Python binding to access VPP statistics and counters.Ole Troan5-9/+188
2018-09-02Switch to cmakeDamjan Marion49-4620/+10
2018-09-02cmake: cache line size detectionDamjan Marion2-1/+36
2018-09-01cmake: respect TERMDamjan Marion1-8/+11
2018-08-31cmake: detect vpp version, set soversion, pretty config printDamjan Marion3-5/+57
2018-08-31Support lb on both vip and per-port-vip caseHongjun Ni7-201/+735
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 Ranns9-3/+243
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 Coras10-595/+912
2018-08-30cmake: add missing headerDamjan Marion1-0/+4
2018-08-30cmake: fix vppapigen install permissonsDamjan Marion1-1/+9
2018-08-30Crude stat segment lock recoveryDave Barach4-17/+31
2018-08-30cmake: missing dependenciesDamjan Marion1-2/+2
2018-08-30Refactor the ARP throttle into a common type so it can be reusedNeale Ranns7-33/+130
2018-08-30Add SHA2 support to IKEv2 implementationBerenger Foucher2-8/+89
2018-08-30SR-MPLS: fixes and testsNeale Ranns4-3/+30
2018-08-30cmake: a bit of packaging workDamjan Marion7-20/+59
2018-08-30Fix array bound failure in api_sr_localsid_add_delLijian Zhang1-2/+2
2018-08-30avf: RSS supportJakub Grajciar6-19/+80
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-29Add NSH Plugin MaintainersHongjun Ni1-2/+2
2018-08-29STATS: stat_client updates.Ole Troan15-470/+1064
2018-08-28avf: deal willth tx ring full properlyDamjan Marion3-11/+52
2018-08-28cmake: fix marvell plugin buildBrian Brooks1-2/+5
2018-08-28VAPI: bugfixesKlement Sekera1-12/+8
2018-08-2832/64 shmem bihash interoperabilityDave Barach10-43/+370
2018-08-28avf: add missing rx_redirect_to_node handlerDamjan Marion1-0/+20
2018-08-28cmake: Add perftool to cmake buildMohsin Kazmi2-1/+36
2018-08-28cmake: add python apiDamjan Marion2-0/+33
2018-08-28cmake: don't install some test executableDamjan Marion3-3/+8
2018-08-28cmake: add g2 and elftool toolsDamjan Marion3-1/+54
2018-08-28cmake: install vppapigenDamjan Marion2-3/+22
2018-08-28cmake: compile libs and plugins with -WallDamjan Marion2-0/+2
2018-08-28vlib: add 'show node' and 'set node function' CLIDamjan Marion3-35/+262
2018-08-28tls: fix handling of failed connectsFlorin Coras1-8/+11
2018-08-28vcl: remove session locksFlorin Coras3-318/+143
2018-08-28vcl/session: use mq for bind repliesFlorin Coras7-57/+184
2018-08-28Port NSH plugin to VPPHongjun Ni22-12/+6330
2018-08-28vxlan: decap use vlib_buffer_enqueue_to_nextEyal Bari4-255/+226
2018-08-27Adjacency walks protected by 'walk in progress' flagNeale Ranns2-2/+12