summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-09vlib: support interrupt re-arm from nodev21.01-rc0Damjan Marion1-10/+21
2020-09-09docs: Improve new plugin doc & add govpp API docNathan Skrzypczak4-28/+142
2020-09-09docs: Update and improve indent installNathan Skrzypczak1-13/+28
2020-09-09l2: check secondary macs on BVI interfaceMatthew Smith1-2/+35
2020-09-09docs: Fix create memif cliNathan Skrzypczak3-4/+4
2020-09-09svm: fix non-null-terminated stringBenoît Ganne1-1/+1
2020-09-09misc: Merge 20.05.1, 19.08.3 RELEASE.md sectionsAndrew Yourtchenko1-10/+19
2020-09-09wireguard: initial implementation of wireguard protocolArtem Glazychev34-1/+6226
2020-09-09crypto: change cryptodev with new cryptodev APIFan Zhang4-1/+3188
2020-09-09interface: support configuring RSS steering queuesChenmin Sun10-36/+320
2020-09-09stats: Fix stat_segment to set timeout directlyRajesh Goel1-0/+13
2020-09-09tcp: fix the tcp unittest to workRyujiro Shibuya1-0/+2
2020-09-08dpdk-ipsec: don't leak buffers on crypto alloc failureChristian Hopps2-6/+8
2020-09-08dpdk: fix extended stat stringsChristian Hopps1-2/+2
2020-09-08dpdk: fix interface counters to never go backwardChristian Hopps1-33/+24
2020-09-08svm session: document unsupported fifo deq combinationsFlorin Coras4-7/+33
2020-09-07ipsec: fix padding/alignment for native IPsec encryptionChristian Hopps9-52/+120
2020-09-06marvell: add cli options to configure rxq and txq sizesChristian E. Hopps1-1/+6
2020-09-05vlib: vlib_get_node_by_name fails via APINathan Skrzypczak1-2/+1
2020-09-05docs: Improve & link cnat docNathan Skrzypczak3-13/+81
2020-09-04cnat: fix cnat_set_snat() debug CLIDave Barach1-6/+18
2020-09-04cnat: fix snat ip v6 testsMathiasRaoul1-6/+6
2020-09-04virtio: remove kernel virtio header dependenciesMohsin Kazmi18-394/+483
2020-09-04vrrp: improve RFC compliance for ARP/NDMatthew Smith2-38/+48
2020-09-04buffers: improve cache occupancyDamjan Marion1-2/+8
2020-09-04dpdk-ipsec: use init function instead of one-time processChristian Hopps1-11/+3
2020-09-04vpp: Fix node APIsNathan Skrzypczak2-5/+5
2020-09-04dpdk-ipsec: fix show outputChristian Hopps3-3/+3
2020-09-04ipsec: fix trace of GRE_teb packetsChristian Hopps1-2/+5
2020-09-04ipsec: cli: add missing flags for SA addChristian Hopps1-0/+12
2020-09-04ip: enhance vtep4_check of tunnel by vector wayZhiyong Yang6-48/+173
2020-09-03api: fix ipsec custom_dump functionChristian Hopps1-8/+5
2020-09-03misc: l2tp: cli: fix overly generic CLI commandsChristian Hopps1-2/+2
2020-09-03vlib: exit 0 (nocore) on SIGHUPChristian Hopps1-2/+2
2020-09-03crypto: Add async crypto APIsNathan Skrzypczak11-5/+307
2020-09-03crypto: SW scheduler async crypto enginePiotrX Kleski8-71/+1027
2020-09-02vcl: handle svm fifo write failureFlorin Coras1-1/+3
2020-09-02tcp: fix connection refused errorFlorin Coras1-1/+1
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 Luong6-20/+234
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-02build: Fix 'make build VPP_EXTRA_CMAKE_ARGS=-DVPP_ENABLE_SANITIZE_ADDR=ON' er...jiangxiaoming1-2/+2
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