aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-08-02devices: add null check after map_guest_mem callsSteven Luong1-2/+16
2019-08-02vcl: initialize worker thread index and heap map slotFlorin Coras1-0/+3
2019-08-02vppinfra: Expose function setting __os_thread_indexNathan Skrzypczak3-20/+28
2019-08-02tcp: add more connection statsFlorin Coras4-6/+81
2019-08-02ethernet: fix ARP feature arc definitionDave Barach1-2/+9
2019-08-02vmxnet3: don't bypass ethernet_inputSteven Luong2-15/+6
2019-08-02lb: fix usage of lb_main in testFlorin Coras1-2/+18
2019-08-02ipsec: FIx feature orderingNeale Ranns2-4/+2
2019-08-02virtio: add the display information in virtio cliChenmin Sun2-2/+2
2019-08-02quic: fix connection move with multiple workersAloys Augustin1-13/+35
2019-08-01interface: fix pcap tx/rx trace cli handlingJohn Lo4-16/+7
2019-08-01session: session pool migration notificationFlorin Coras6-0/+43
2019-08-01vppinfra: fix spinlock and rwlock testsFlorin Coras3-15/+15
2019-08-01ipsec: Redo the anit-replay check post decryptNeale Ranns2-0/+36
2019-08-01docs: Small fixes and orderingNathan Skrzypczak2-12/+11
2019-08-01vppinfra: refactor clib_rwlock_t to use single condition variablejaszha032-25/+19
2019-08-01vppinfra: remove unused historical codeDave Barach3-375/+0
2019-08-01vppinfra: make first bihash add thread-safeDave Barach2-7/+25
2019-08-01quic: Improve quicly_ctx handling & crypto ctxNathan Skrzypczak2-135/+148
2019-08-01ethernet: Fix node ordering on ARP feautre ARCNeale Ranns1-2/+13
2019-08-01nat: handoff rewrite & fixes for multi-workerFilip Varga2-60/+163
2019-08-01vppinfra: refactor clib_spinlock_t to use compare and swapjaszha032-2/+13
2019-08-01tcp: honor snd_wnd in fast rxtFlorin Coras1-1/+4
2019-08-01qos: Uninitialised variable (coverity)Neale Ranns1-0/+3
2019-08-01vppapigen: revert "implement reversible repr's"Vratko Polak1-34/+15
2019-07-31lb: vip and as dump/detail api'sHongjun Ni7-75/+441
2019-07-31api: add prefix matcher typedefPaul Vinciguerra1-0/+11
2019-07-31nat: elog rewrite for multi-worker supportFilip Varga17-142/+340
2019-07-31devices interface tests: vhosst GSO supportSteven Luong10-25/+310
2019-07-31qos: Store functionNeale Ranns6-6/+663
2019-07-31vppapigen: implement reversible repr'sPaul Vinciguerra1-15/+34
2019-07-31build: Append build number for cpack packagesYohanPipereau1-31/+32
2019-07-31pg: clarify the text of error messageAndrew Yourtchenko1-1/+1
2019-07-31vlib: fix format_error_traceDave Barach1-1/+2
2019-07-31vppinfra: added performance test for clib_rwlock_t (test_rwlock.c)jaszha032-0/+265
2019-07-31vppinfra: refactor test_and_set spinlocks to use clib_spinlock_tjaszha0317-105/+83
2019-07-31vppinfra: added lock performance test for clib_spinlock_t (test_spinlock.c)jaszha032-0/+207
2019-07-31vcl: fix epoll chain validationFlorin Coras1-22/+22
2019-07-31api papi: add alias for timestamp(datetime)/timedeltaPaul Vinciguerra4-37/+56
2019-07-31vppapigen: add endian_string for f64Paul Vinciguerra1-0/+1
2019-07-31ip: Ensure reassembly runs before IPSec decrypt.Neale Ranns2-2/+6
2019-07-31fib: Add some path-list flags to its keyNeale Ranns2-1/+11
2019-07-31fib: fix calls to unformat_fib_pathNeale Ranns5-7/+10
2019-07-31ipsec: Typo in flag nameNeale Ranns1-1/+1
2019-07-30quic: fix cert loadingNathan Skrzypczak3-12/+17
2019-07-30quic: cleanup and refactorisationAloys Augustin7-525/+634
2019-07-30vppinfra: refactor use of CLIB_MEMORY_BARRIER ()jaszha037-27/+14
2019-07-30vlib: Fix packet tracingNeale Ranns1-1/+1
2019-07-30tap: fix segv when host-if-name is not givenMohsin Kazmi1-8/+10
2019-07-30vppinfra: conformed spinlocks to use CLIB_PAUSEjaszha036-8/+14