NAT: disable CLI/API not supported in active mode (VPP-1234)
[vpp.git] / src / vlib /
2018-04-09 Damjan Marionfeatures: don't break linked list, create separate... 31/11631/1
2018-04-09 Damjan Marionplugins: unload plugin if early init fails 55/11555/8
2018-04-04 Damjan Marionmemif: zero copy slave 11/11511/2
2018-03-29 Chris LukeCoverity fixes (VPP-1204) 62/11462/2
2018-03-27 Damjan Marionvlib: gcc-7 -O3 uninitialized values 10/11410/2
2018-03-27 Damjan Marionvlib: make cloned structures cacheline aligned 09/11409/1
2018-03-26 Damjan Marionvlib: add support for vfio no-iommu mode 81/11381/3
2018-03-26 Mohsin Kazmiplugin: Add plugin 'default' disable/enable 15/11315/6
2018-03-16 Florin Corascli: make q work again 95/11195/1
2018-03-16 Dave BarachFix a long-latent bi=0 bug in vlib_buffer_add_data 93/11193/2
2018-03-14 Damjan Marionvlib: internal buffer manager rework 38/11138/3
2018-03-13 Dave BarachRationalize plugin symbol error reporting 85/11085/2
2018-03-09 Lee RobertsCorrect address calculation for VPP-1168 32/11032/2
2018-03-09 Damjan Mariondpdk: move DPDK vfio hack to dpdk plugin 63/11063/4
2018-03-07 Damjan Marionfix physmem mappings 19/11019/1
2018-03-06 Damjan Marionvlib: avoid crash if fill_free_list returns 0 buffers 88/10988/2
2018-03-05 Damjan Marionphysmem: keep only one physmem_main 63/10963/2
2018-03-05 Damjan Marionvlib: add functions to dynamically open/close PCI device 58/10958/3
2018-03-05 Damjan Marionvlib: vlib_buffer_free_internal optimizations 52/10952/2
2018-03-05 Damjan Marionvlib: vfio code rework 48/10948/5
2018-03-05 Damjan Marionvlib: rework PCI INTx support 53/10953/2
2018-03-04 Damjan Marionvlib: add PCI MSI-X interrupt support (vfio only) 49/10949/1
2018-03-04 Damjan Marionvlib: map pci region by using vfio FD when vfio is... 47/10947/3
2018-03-04 Damjan Marionvlib: fix vlib_pci_get_device_info on when not running... 46/10946/2
2018-02-26 Damjan Marionvlib: use vfio fd for accessing PCI config space 12/10812/4
2018-02-26 Damjan Marionvlib: add vlib_buffer_free_from_ring 08/10808/2
2018-02-26 Damjan Marionvlib: fix formatting in pci_config.h 11/10811/2
2018-02-18 Damjan Marionvlib: fix pci init 27/10627/2
2018-02-07 Damjan MarionRefactor vlib_buffer flags 75/10375/8
2018-02-06 Damjan Marionvlib: epoll on worker threads 67/10167/4
2018-02-05 Dave BarachFix ip4/6_reass_main.ip4/6_reass_expire_node_idx used... 09/10409/2
2018-02-02 Neale Rannsvlib_buffer_clone: allow client to request the maximum... 78/10078/7
2018-02-01 Klement SekeraIPv4/6 reassembly 32/9532/10
2018-01-31 Stevenvlib: allocating buffers on thread-x and freeing them... 34/10334/2
2018-01-30 Billy McFallVPP-899: Run VPP under SELinux 11/10111/4
2018-01-19 Dave BarachFix MP hazard in interrupt node scheduling 73/10173/3
2018-01-18 Damjan Marionvlib: add vlib_buffer_alloc_to_ring API 58/10158/2
2018-01-09 Damjan Marionphysmem: fix physmem allocation on kernels without... 35/9935/2
2018-01-09 Florin Corasapi: refactor vlibmemory 76/9976/21
2017-12-15 Dave BarachVPP-1102: fix dangling references in RPC handling 58/9858/3
2017-12-14 Damjan Marionpci: auto-detect right vfio/uio driver 01/9801/4
2017-12-13 Damjan Marionphysmem: fix bug in detection of cross page boundary... 24/9824/2
2017-12-10 Damjan Marionvlib: fix issues in the new pci code reported by coverity 81/9781/1
2017-12-10 Swarup NayakVPP-1077 Add meaningful error info, when executing... 97/9697/3
2017-12-09 Damjan Marionvlib: PCI rework to support VFIO 57/9757/12
2017-12-06 Dave BarachRemove unused, uninteresting code 32/9732/2
2017-12-06 Neale Rannsfix bug in pager 37/9737/2
2017-12-04 Eyal Barivlib: switch when frames are different 05/9705/4
2017-11-29 Dave BarachConfigure vat-plugin-path and vat-plugin-name-filter 12/9612/2
2017-11-28 Gabriel Gannenet/virtio: support modern device id 96/9596/2
2017-11-27 Damjan Marionvlib: make vlib_buffer_alloc inline function 63/9563/5
2017-11-18 Dave BarachCall a plugin init function by name 80/9480/2
2017-11-13 Damjan Mariondpdk: introduce AVX512 variants of node functions 86/9386/8
2017-11-13 Chris LukeInstead of a min term size, use a default (VPP-1061) 92/9392/2
2017-11-09 Klement Sekerabuffers: fix bug in free list n_alloc tracking 56/9356/3
2017-10-31 Damjan Marionphysmem: register region with IOMMU 27/9127/3
2017-10-25 Damjan Marionvlib: add support for multiple buffer pools 82/8782/6
2017-10-24 Dave WallaceAdd extern to *_main global variable declarations in... 72/8972/1
2017-10-20 Keith Burns (alagalah)Thread_index for thread0 in vlib_global_main not initia... 48/8948/1
2017-10-19 Dave BarachVPP-1024: rewrite buffer trajectory tracer 88/8888/2
2017-10-14 Dave BarachVPP-1029: Don't call clib_longjmp(...) directly from... 14/8814/2
2017-10-04 Christophe Fontaine[aarch64] Fixes CLI crashes on dpaa2 platform. 21/8621/3
2017-10-03 Dave BarachRepair vlib API socket server 69/8369/50
2017-09-26 Dave BarachAdd thread-safe event signaller, use RPC where required 40/8540/5
2017-09-22 Dave BarachFix vpp "unix interactive" when running under emacs... 07/8507/1
2017-09-21 Chris Lukevppctl,cli: Improve non-interactive vppctl (VPP-944) 91/8491/6
2017-09-20 Yoann DesmouceauxCLI: fix segfault when browsing an empty history 68/8468/2
2017-09-20 John LoFix DHCP client so it works for worker threads 64/8464/2
2017-09-18 Chris LukeFixes for issues Coverity has reported (VPP-972) 46/8446/3
2017-09-15 Florin Corasdpdk: cli to check for buffer leakage 87/8387/8
2017-09-15 Damjan Marionvppinfra: add clib_mem_vm_ext_alloc function 32/8432/7
2017-09-14 Damjan Marionclib_socket: add sendmsg / recvmsg with ancillary data... 85/8385/3
2017-09-12 Damjan Marionphysmem: remove debug leftovers 98/8398/1
2017-09-11 Colin Tregenza DancerRecombine diags and minimum barrier open time changes... 22/8322/4
2017-09-09 Damjan Marionmove unix_file_* code to vppinfra 66/8366/2
2017-09-08 Damjan Marionphysmem: make fake allocation non-fatal if we cannot... 64/8364/2
2017-09-08 Damjan Marionvlib: move linux-specific code to vlib/linux 60/8360/3
2017-09-08 Chris LukeFixes for issues reported by Coverity (VPP-972) 38/8338/5
2017-09-07 Damjan Marionvlib physmem rework 33/8333/2
2017-09-05 Pierre PfisterAdd pidfile cmdline option 33/7833/7
2017-09-05 Colin Tregenza DancerRefork worker thread data structures in parallel (VPP... 98/8298/2
2017-08-31 Damjan MarionSet runtime_path properly when running non-root 56/8256/3
2017-08-30 Damjan MarionThread safe internal buffer manager, take two 32/8232/4
2017-08-25 Dave BarachTCP horizontal scaling 62/8162/3
2017-08-24 Damjan MarionMake VPP runtime directory configurable 90/7690/4
2017-08-11 Florin CorasFix tcp multi buffer segments retransmission 71/7871/12
2017-08-02 Florin CorasFix tcp tx buffer allocation 61/7861/9
2017-07-27 Damjan MarionThread safe internal buffer manager 98/7798/4
2017-07-26 JingLiuZTEVPP-905: Wrong define used in function start_workers. 17/7717/3
2017-07-18 Dave WallaceFix unlinking of /dev/shm files. 99/7399/5
2017-07-14 Damjan MarionIntroduce l{2,3,4}_hdr_offset fields in the buffer... 72/7572/4
2017-07-13 Igor Mikhailov ... VPP-895 multi-thread: fix vpp crash on show runtime 23/7523/2
2017-07-13 Chris Lukedpdk: fix dpdk_buffer_pool_create name 94/7494/3
2017-07-10 Damjan Marionvlib: store buffer memory information in the buffer_main 03/7503/3
2017-07-10 Damjan Marionvlib: fix issues with PCI handling code 04/7504/2
2017-07-06 Chris Lukeunix: mkdir VPP_RUN_DIR before opening a socket in it 34/7434/2
2017-07-05 Chris LukeBuffer name inconsistently used a cstring/vec (VPP... 30/7430/1
2017-06-30 Neale RannsVPP debug image with worker threads hit assert on addin... 66/7366/2
2017-06-28 Dave Barachswitch vlib process model to tw_timer_template timer... 26/7126/3
2017-06-21 Damjan MarionAdd option to create clib_socket with group write permi... 44/7244/2
next