aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion70-288/+282
2021-07-15nat: nat44-ed sm fixFilip Varga1-15/+13
2021-07-14vppinfra: remove old and unused vector macros and inlinesDamjan Marion3-257/+0
2021-07-14api: fix memory error in multi-thread environmentXiaoming Jiang1-1/+7
2021-07-14vcl:fix segfault when unshare NO_MQ sessionliuyacan1-1/+2
2021-07-14nat: refactoring NAT44ED cfg functionsFilip Varga4-344/+500
2021-07-14ip: fix check_adj_port_range_x1Damjan Marion1-2/+2
2021-07-14classify: cheaper way to check if all elements are zeroDamjan Marion1-1/+1
2021-07-14ip: improve check_adj_port_range_x1Damjan Marion1-35/+5
2021-07-13vppinfra: fix saturate add/sub NEON wrappersLijian.Zhang1-40/+60
2021-07-13vppinfra: put each vector function into own fileDamjan Marion9-81/+94
2021-07-13misc: remove vnet_all_api_h and vnet_msg_enumFilip Tehlar11-135/+3
2021-07-13fib: Set the GLEAN flag on attached export routes so that the SAS worksNeale Ranns4-38/+63
2021-07-13tcp session: next node config on connectsFlorin Coras2-3/+9
2021-07-13mss_clamp: coverity test fixMiklos Tirpak1-3/+6
2021-07-13misc: fix init order to avoid startup warningsBin Zhou (bzhou2)4-27/+14
2021-07-13dpdk: add base-virtaddr config optionRobert Shearman1-1/+4
2021-07-13vppinfra: fix SIGSEGV in clib_mem_vm_unmapchenqijun1-4/+6
2021-07-12papi: remove shared memory transportOle Troan6-157/+6
2021-07-12session: api cleanupFilip Tehlar9-441/+117
2021-07-08session: allow listen in any fib if default namespaceFlorin Coras3-3/+12
2021-07-08interface: unable to to assign tx queue to last worker threadSteven Luong1-4/+3
2021-07-08tap: Set the MTU on the TUN deivceNeale Ranns1-0/+13
2021-07-06tcp: use tcp output for half open connectionsFlorin Coras1-39/+12
2021-07-06tcp: use main thread pool for half-opensFlorin Coras5-146/+29
2021-07-06l3xc: reset dpo on deleteBenoît Ganne1-0/+1
2021-07-06vcl: fix packetdrill test errorwanghanlin1-1/+1
2021-07-06vcl: print current app state for timeoutwanghanlin1-2/+2
2021-07-06vcl: fix return value check for ldp_fd_to_vlshwanghanlin1-3/+3
2021-07-02ipsec: ADD/update IPSec documentationNeale Ranns1-0/+199
2021-07-02interface: api cleanupFilip Tehlar4-1439/+36
2021-07-02sr: do not use vnet_all_api.hFilip Tehlar2-34/+33
2021-07-02vlib: fix buffer pool alignment sizeTianyu Li1-1/+1
2021-07-02crypto: fix sw async crypto with chained buffersBenoît Ganne1-31/+30
2021-07-02misc: Don't IPv[46] enable local0, it doesn't receive packets.Neale Ranns1-5/+0
2021-07-01vmxnet3: support manual thread assignment to tx queueSteven Luong3-18/+26
2021-07-01ip: api cleanupFilip Tehlar5-1693/+88
2021-06-30memif: fix tx desc length for chained buffers in copy modeBenoît Ganne1-0/+1
2021-06-30rdma: fix chained buffer tx path in dv modeBenoît Ganne1-24/+20
2021-06-30memif: fix chain buffer length in zero-copy modeBenoît Ganne1-0/+1
2021-06-30vcl: coverity fixesFlorin Coras1-1/+1
2021-06-30ipsec: Derive the TUNNEL_V6 flag from the configured address typesNeale Ranns2-1/+8
2021-06-29session: free ctrl event data on connect rpcFlorin Coras1-0/+1
2021-06-29ipsec: Fix setting the hi-sequence number for decryptNeale Ranns7-135/+229
2021-06-29tcp: add ACK flag to RST packetliuyacan1-1/+1
2021-06-29vcl: improvements to epoll ltFlorin Coras3-52/+85
2021-06-29ipsec: increment SPD policy counters for bypass and discard actions in ipsec4...Zachary Leaf1-0/+20
2021-06-29vcl: Don't use app_socket_api to notify VPP in parent when child exitedwanghanlin1-1/+5
2021-06-29vcl: Don't memset events to optimize CPU usagewanghanlin1-8/+6
2021-06-28vcl: epoll fix postponed evt handlingFlorin Coras1-6/+33