aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-02nat: twice-nat static mapping pool addressFilip Varga10-95/+354
2020-09-02fib: IPv6 lookup data structure MP safe when prefixes changeNeale Ranns4-15/+84
2020-09-02fib: fix ADJ_NBR_ITF_OK param erroryedg1-1/+1
2020-09-02bonding: add bond_create2 API to include gso optionSteven Luong4-4/+208
2020-09-02session: fix non-blocking msg enqueue to vpp mqFlorin Coras1-1/+2
2020-09-02ipsec: add ipsec set async mode apiYulong Pei2-1/+26
2020-09-02misc: fix pcap [rx|tx|drop] filename stem overflowBenoît Ganne1-1/+1
2020-09-02tap: add the static assert for api flagsMohsin Kazmi1-0/+19
2020-09-02virtio: add virtio 1.1 api flagsMohsin Kazmi5-12/+199
2020-09-02tap: add virtio 1.1 API flagMohsin Kazmi5-3/+19
2020-09-01crypto-openssl: add chacha20-poly1305 to crypto-opensslArtem Glazychev3-9/+223
2020-09-01virtio: fix the bar starting indexMohsin Kazmi1-1/+1
2020-09-01virtio: fix the NULL deferenceMohsin Kazmi1-1/+2
2020-09-01virtio: fix the error returnMohsin Kazmi1-9/+12
2020-09-01misc: fix uninitialized use warnings with gcc-{8,9}Aloys Augustin2-3/+3
2020-09-01vppapigen: supports backwards compatible marking of enumsOle Troan1-18/+38
2020-09-01crypto: add chacha20-poly1305 algoArtem Glazychev1-2/+5
2020-09-01ip: fix ip zero checksum verificationBenoît Ganne10-19/+20
2020-09-01dpdk: fix mac address length was wrongjiangxiaoming1-1/+1
2020-09-01fib: detect wrong adj neighbour bugsBenoît Ganne1-0/+23
2020-09-01mpls: fix adjacencies walk in case of restackBenoît Ganne1-1/+1
2020-09-01vppinfra: Fix bihash coverity warningNathan Skrzypczak1-2/+2
2020-09-01cnat: Fix typo in ts handlingNathan Skrzypczak1-1/+0
2020-09-01ip: improve ip4_header_checksum_is_validDamjan Marion1-5/+12
2020-08-31nat: fix type in api messageKlement Sekera4-2/+204
2020-08-31vlib: extend telnet protocol guardVladimir Isaev1-1/+1
2020-08-31vppinfra: convert A_extend_to_B to B_from_A format of vector inlinesDamjan Marion6-22/+22
2020-08-31ip: fix compiling error with gcc-10Jieqiang Wang1-0/+12
2020-08-31af_xdp: AF_XDP input pluginBenoît Ganne14-0/+2206
2020-08-31rdma: bugfix in the descriptor refill logic. In case of a partial allocation,...Mohammed Hawari1-1/+1
2020-08-31session: format app_ns_name with %v rather than %sjiangxiaoming1-1/+1
2020-08-31flow: code refactorChenmin Sun7-747/+586
2020-08-31cnat: Destination based NATNeale Ranns24-35/+4985
2020-08-31virtio: fix the coverity warningMohsin Kazmi2-7/+13
2020-08-28vppinfra: add clib_mem_destroy_mspace(void *ms)Dave Barach2-0/+19
2020-08-27ipsec: Deprecate old interface APINeale Ranns1-1/+3
2020-08-27session: limit max number of ct sessions per dispatchFlorin Coras1-2/+5
2020-08-27vppinfra: Multiarch support for OCTEONTX2 SoCNitin Saxena2-4/+20
2020-08-27dpdk: fix blacklistsVladimir Ratnikov2-2/+10
2020-08-27tests: "force solo" testcase supportAndrew Yourtchenko4-0/+16
2020-08-26vppinfra: elog multi-track g2 test patternDave Barach1-0/+64
2020-08-26vcl: fix duplicated key of session_index_to_vlsh_table in multiplehanlin2-11/+28
2020-08-25vcl: cleanup non-blocking connectFlorin Coras1-2/+16
2020-08-25flow: add vnet/flow formal APIChenmin Sun10-3/+701
2020-08-25ip-neighbor: skip probe for disabled interfacesMatthew Smith1-0/+6
2020-08-25api: register endian handlers for reply messagesOle Troan4-5/+34
2020-08-24bonding: enhance binary api handlingSteven Luong1-0/+9
2020-08-24vmxnet3: enhance debug CLI error handlingSteven Luong2-2/+18
2020-08-22hsa: set connected mode for udp serverjiangxiaoming1-0/+4
2020-08-21vppinfra: add format_one_elog_eventDave Barach2-0/+10