Age | Commit message (Expand) | Author | Files | Lines |
2018-09-14 | Fix memory leak in API/CLI to create/modify SR policies |  John Lo | 4 | -0/+8 |
2018-09-13 | L2-FWD: use vlib_buffer_enqueue_to_next and cache prefetch fix |  Neale Ranns | 4 | -201/+159 |
2018-09-12 | Trivial: Fix lisp flag label |  Paul Vinciguerra | 1 | -1/+1 |
2018-09-13 | IP-neighbor: add and delete internal API |  Neale Ranns | 6 | -58/+118 |
2018-09-13 | L2-input: use vlib_buffer_enqueue_to_next |  Neale Ranns | 2 | -242/+320 |
2018-09-12 | fix missing extern in vnet/ethernet/node.c |  Damjan Marion | 1 | -1/+1 |
2018-09-12 | L2-Learn: use vlib_buffer_enqueue_to_next |  Neale Ranns | 1 | -195/+147 |
2018-09-12 | vhost: Fix VPP crash when reloading VM with mixed-type ports [VPP-1406] |  Yichen Wang | 2 | -1/+15 |
2018-09-12 | VXLAN-GBP: use common types on the API |  Neale Ranns | 4 | -81/+73 |
2018-09-12 | vcl: improve read and fifo event handling |  Florin Coras | 4 | -1/+30 |
2018-09-11 | indent off in ip_lookup_set_buffer_fib_index |  Neale Ranns | 1 | -4/+5 |
2018-09-11 | L2-learn; cache prefetch fix |  Neale Ranns | 3 | -16/+23 |
2018-09-11 | GBP Endpoint Updates |  Neale Ranns | 1 | -0/+7 |
2018-09-10 | new multiversioning on ethernet input nodes |  Damjan Marion | 2 | -35/+17 |
2018-09-10 | vxlan-gbp: Add support for vxlan gbp |  Mohsin Kazmi | 15 | -1/+3435 |
2018-09-10 | session: lock app worker mq for io events |  Florin Coras | 5 | -30/+26 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes |  Neale Ranns | 19 | -14/+66 |
2018-09-08 | vcl: set worker pthread stop key |  Florin Coras | 1 | -1/+1 |
2018-09-08 | session: detect namespace for transport apps |  Florin Coras | 3 | -4/+20 |
2018-09-07 | session: fix reentrant listens |  Florin Coras | 3 | -16/+22 |
2018-09-07 | L2-FIB: replace bit-fields with flags |  Neale Ranns | 6 | -69/+132 |
2018-09-07 | IP route update fix when multipath and drop set |  Neale Ranns | 1 | -20/+14 |
2018-09-07 | vcl: refactor test client to support workers |  Florin Coras | 1 | -1/+1 |
2018-09-07 | geneve: fix variable initial value |  Zhiyong Yang | 1 | -1/+1 |
2018-09-06 | vxlan: improve encap performance |  Zhiyong Yang | 1 | -2/+10 |
2018-09-06 | eth_mac_equal takes const pointers |  Neale Ranns | 1 | -1/+1 |
2018-09-06 | vxlan_gpe: optimize encap performance |  Zhiyong Yang | 1 | -32/+47 |
2018-09-06 | vcl/session/svm: fix coverity warnings |  Florin Coras | 1 | -3/+3 |
2018-09-06 | session: support multiple worker binds |  Florin Coras | 13 | -333/+601 |
2018-09-06 | Enum type on the API for QoS sources |  Neale Ranns | 2 | -14/+49 |
2018-09-05 | Add missing API MAC address encode implementation |  Neale Ranns | 1 | -0/+1 |
2018-09-04 | l2_output:skip processing if no features are enabled |  Eyal Bari | 1 | -2/+6 |
2018-09-03 | Deprecate old buffer replication scheme |  Damjan Marion | 4 | -423/+0 |
2018-08-31 | IPx address query functions take a const pointer |  Neale Ranns | 2 | -34/+33 |
2018-08-31 | Fix typo |  Dave Barach | 1 | -1/+1 |
2018-08-31 | FIB path CLI fix for lookup-table IDs |  Neale Ranns | 1 | -0/+12 |
2018-08-31 | Introduce a mac_address_t on the API and in VPP |  Neale Ranns | 8 | -2/+239 |
2018-08-31 | VPP-1407: Fix the wrong length of udp header for buffer chains |  shubing guo | 1 | -1/+4 |
2018-08-31 | VPP-1408: Fix bug that wrong tx fifo drop in buffer chains flow of dgram mode |  shubing guo | 1 | -1/+4 |
2018-08-30 | vcl: add support for multi-worker apps |  Florin Coras | 2 | -1/+7 |
2018-08-30 | cmake: add missing header |  Damjan Marion | 1 | -0/+4 |
2018-08-30 | Refactor the ARP throttle into a common type so it can be reused |  Neale Ranns | 6 | -33/+126 |
2018-08-30 | Add SHA2 support to IKEv2 implementation |  Berenger Foucher | 2 | -8/+89 |
2018-08-30 | SR-MPLS: fixes and tests |  Neale Ranns | 4 | -3/+30 |
2018-08-29 | SR-mpls: do not pass empty label stack to fib |  Neale Ranns | 1 | -10/+11 |
2018-08-29 | Address bfd rpc scale issues |  Dave Barach | 3 | -24/+280 |
2018-08-29 | Fix race condition in tls half open ctx get/put |  Ping Yu | 1 | -4/+5 |
2018-08-29 | Consolidate table->index conversion in fib-path CLI processing |  Neale Ranns | 3 | -36/+14 |
2018-08-28 | 32/64 shmem bihash interoperability |  Dave Barach | 1 | -4/+5 |
2018-08-28 | tls: fix handling of failed connects |  Florin Coras | 1 | -8/+11 |