Age | Commit message (Expand) | Author | Files | Lines |
2019-10-09 | ip: only install IPv6 prefixes in FIB when the interface is up | Neale Ranns | 1 | -39/+36 |
2019-10-09 | fib: P2P interfaces do not need specific multicast adjacencies | Neale Ranns | 1 | -3/+18 |
2019-10-09 | hsa: use crypto_engine_type_t for TLS | Nathan Skrzypczak | 14 | -36/+36 |
2019-10-09 | session: Add certificate store | Nathan Skrzypczak | 13 | -84/+330 |
2019-10-09 | hsa: fix vpp_echo session close | Dave Wallace | 6 | -115/+268 |
2019-10-08 | vlib: fix cli process stack overflow | Chenmin Sun | 1 | -1/+1 |
2019-10-08 | tcp: rate sample for persist segments | Florin Coras | 1 | -0/+6 |
2019-10-08 | api: add bapi thread handle to api main structure. | IJsbrand Wijnands | 2 | -1/+12 |
2019-10-08 | tests: handle unicode charactes in cli output | Klement Sekera | 1 | -1/+2 |
2019-10-08 | hsa: make vpp_echo use mq instead of bapi | Nathan Skrzypczak | 10 | -193/+288 |
2019-10-08 | session: add is_migrating flag | Nathan Skrzypczak | 4 | -49/+40 |
2019-10-07 | api: Add API support for marvell PP2 plugin | Jianlin Lv | 7 | -1/+336 |
2019-10-07 | ip: remove dead code in ip6-svr | Klement Sekera | 1 | -27/+0 |
2019-10-07 | docs: change VPP_WITH_SAMPLE_PLUGIN to SAMPLE_PLUGIN in sample plugin documen... | Haggai Eran | 1 | -4/+4 |
2019-10-07 | devices: vhost not reading packets from vring | Steven Luong | 2 | -0/+25 |
2019-10-07 | rdma: fix crash when failing to read pci addr on create | Benoît Ganne | 1 | -0/+3 |
2019-10-07 | rdma: fix crash when failing to detect numa node on create | Benoît Ganne | 1 | -0/+5 |
2019-10-07 | dhcp: Move to plugin | Neale Ranns | 38 | -1736/+1776 |
2019-10-07 | mactime: add a "top" command to watch device stats | Dave Barach | 8 | -26/+941 |
2019-10-07 | ip: add tracing for ipv6 frag headers | Klement Sekera | 1 | -0/+24 |
2019-10-07 | quic: fix wrong condition in update_fifo_size | MathiasRaoul | 1 | -1/+1 |
2019-10-07 | mactime: remove unnecessary function declaration | Neale Ranns | 1 | -2/+0 |
2019-10-07 | vlib: move thread barrier around mod of global node next data | Christian E. Hopps | 1 | -6/+5 |
2019-10-07 | quic: Refactor naming & clibs | Nathan Skrzypczak | 2 | -277/+209 |
2019-10-07 | docs: grammar police raid | Dave Barach | 1 | -7/+9 |
2019-10-07 | ip: reassembly add missing goto | Klement Sekera | 1 | -0/+1 |
2019-10-07 | ip: reassembly remove dead code | Klement Sekera | 1 | -8/+0 |
2019-10-07 | build: add env variable to pass extra cmake args | Nathan Skrzypczak | 1 | -0/+4 |
2019-10-07 | dhcp: API return code fix | Neale Ranns | 1 | -2/+2 |
2019-10-07 | ip: MFIB CLI fix for parsing path flags | Neale Ranns | 2 | -3/+4 |
2019-10-06 | rdma: prevent loopback of broadcast packets | Benoît Ganne | 1 | -4/+9 |
2019-10-06 | bonding: traffic traversing the wrong interface | Steven Luong | 1 | -0/+1 |
2019-10-06 | ip: Fix IP unnumbered dump of one interface | Neale Ranns | 2 | -1/+10 |
2019-10-05 | misc: add "show run summary" | Dave Barach | 1 | -11/+19 |
2019-10-05 | rdma: make sure pci subsystem is initialized | Benoît Ganne | 1 | -1/+6 |
2019-10-05 | vlib: pci: set pci driver name to none when no driver is loaded | Benoît Ganne | 1 | -0/+2 |
2019-10-04 | docs: add packet-generator writeup | Dave Barach | 1 | -0/+183 |
2019-10-04 | hsa: make APP_OPTIONS_PREALLOC_FIFO_PAIRS configurable | MathiasRaoul | 3 | -1/+5 |
2019-10-04 | quic: make quic fifo size configurable via cli | MathiasRaoul | 2 | -6/+83 |
2019-10-04 | ip: fix use-after-free in IPv6 SLAAC expiration | Benoît Ganne | 1 | -3/+11 |
2019-10-04 | quic: update quicly to v0.0.5 | MathiasRaoul | 4 | -53/+109 |
2019-10-04 | vppinfra: create unformat function for data size parsing | MathiasRaoul | 2 | -0/+26 |
2019-10-04 | nat: fix use-after-free | Benoît Ganne | 1 | -4/+6 |
2019-10-03 | tcp: unittest: do not access non-existent samples | Benoît Ganne | 1 | -1/+0 |
2019-10-03 | acl: fix intermittent test failure | Andrew Yourtchenko | 1 | -9/+9 |
2019-10-03 | ebuild: Unite default build platform to vpp | juraj.linkes | 1 | -1/+1 |
2019-10-03 | misc: add "maxframe" and "rate" to packet-generator cli. | Christian E. Hopps | 3 | -5/+13 |
2019-10-03 | emacs: track improvements in vppapigen | Dave Barach | 7 | -270/+17 |
2019-10-03 | memif: memif buffer leaks during disconnect. | Padma Ram | 1 | -2/+36 |
2019-10-03 | api: fix non-null-terminated C-string | Benoît Ganne | 1 | -5/+10 |