aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-10-09map: use ip6-full-reassembly instead of own codeKlement Sekera10-978/+100
2019-10-09dhcp: dhcp6_pd_client_cp API cleanupJakub Grajciar4-53/+53
2019-10-09interface: dump the interface device typeMohsin Kazmi4-3/+14
2019-10-09ip: fix coverity warningKlement Sekera1-3/+7
2019-10-09interface: callback to manage extra MAC addressesMatthew Smith7-1/+308
2019-10-09api: comment, simplify and fix api socket readVratko Polak1-48/+80
2019-10-09papi: introduce read_blockingVratko Polak1-3/+29
2019-10-09mpls: support fragmentation of mpls output packetRajesh Goel6-16/+120
2019-10-09ioam: remove api boilerplateOle Troan28-974/+76
2019-10-09api: autogenerate event handler functions for *_test.cOle Troan2-106/+67
2019-10-09ip: only install IPv6 prefixes in FIB when the interface is upNeale Ranns1-39/+36
2019-10-09fib: P2P interfaces do not need specific multicast adjacenciesNeale Ranns1-3/+18
2019-10-09hsa: use crypto_engine_type_t for TLSNathan Skrzypczak14-36/+36
2019-10-09session: Add certificate storeNathan Skrzypczak13-84/+330
2019-10-09hsa: fix vpp_echo session closeDave Wallace6-115/+268
2019-10-08vlib: fix cli process stack overflowChenmin Sun1-1/+1
2019-10-08tcp: rate sample for persist segmentsFlorin Coras1-0/+6
2019-10-08api: add bapi thread handle to api main structure.IJsbrand Wijnands2-1/+12
2019-10-08hsa: make vpp_echo use mq instead of bapiNathan Skrzypczak10-193/+288
2019-10-08session: add is_migrating flagNathan Skrzypczak4-49/+40
2019-10-07api: Add API support for marvell PP2 pluginJianlin Lv7-1/+336
2019-10-07ip: remove dead code in ip6-svrKlement Sekera1-27/+0
2019-10-07docs: change VPP_WITH_SAMPLE_PLUGIN to SAMPLE_PLUGIN in sample plugin documen...Haggai Eran1-4/+4
2019-10-07devices: vhost not reading packets from vringSteven Luong2-0/+25
2019-10-07rdma: fix crash when failing to read pci addr on createBenoît Ganne1-0/+3
2019-10-07rdma: fix crash when failing to detect numa node on createBenoît Ganne1-0/+5
2019-10-07dhcp: Move to pluginNeale Ranns36-1703/+4327
2019-10-07mactime: add a "top" command to watch device statsDave Barach8-26/+941
2019-10-07ip: add tracing for ipv6 frag headersKlement Sekera1-0/+24
2019-10-07quic: fix wrong condition in update_fifo_sizeMathiasRaoul1-1/+1
2019-10-07mactime: remove unnecessary function declarationNeale Ranns1-2/+0
2019-10-07vlib: move thread barrier around mod of global node next dataChristian E. Hopps1-6/+5
2019-10-07quic: Refactor naming & clibsNathan Skrzypczak2-277/+209
2019-10-07ip: reassembly add missing gotoKlement Sekera1-0/+1
2019-10-07ip: reassembly remove dead codeKlement Sekera1-8/+0
2019-10-07dhcp: API return code fixNeale Ranns1-2/+2
2019-10-07ip: MFIB CLI fix for parsing path flagsNeale Ranns2-3/+4
2019-10-06rdma: prevent loopback of broadcast packetsBenoît Ganne1-4/+9
2019-10-06bonding: traffic traversing the wrong interfaceSteven Luong1-0/+1
2019-10-06ip: Fix IP unnumbered dump of one interfaceNeale Ranns1-1/+1
2019-10-05misc: add "show run summary"Dave Barach1-11/+19
2019-10-05rdma: make sure pci subsystem is initializedBenoît Ganne1-1/+6
2019-10-05vlib: pci: set pci driver name to none when no driver is loadedBenoît Ganne1-0/+2
2019-10-04hsa: make APP_OPTIONS_PREALLOC_FIFO_PAIRS configurableMathiasRaoul3-1/+5
2019-10-04quic: make quic fifo size configurable via cliMathiasRaoul2-6/+83
2019-10-04ip: fix use-after-free in IPv6 SLAAC expirationBenoît Ganne1-3/+11
2019-10-04quic: update quicly to v0.0.5MathiasRaoul1-49/+12
2019-10-04vppinfra: create unformat function for data size parsingMathiasRaoul2-0/+26
2019-10-04nat: fix use-after-freeBenoît Ganne1-4/+6
2019-10-03tcp: unittest: do not access non-existent samplesBenoît Ganne1-1/+0