aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-30build: fix the version in 'show version' for RPMv20.09Andrew Yourtchenko1-0/+5
2020-09-30virtio: fix modern device queue notifyMohsin Kazmi5-22/+53
2020-09-30virtio: fix txq lockingBenoît Ganne3-2/+23
2020-09-30tap: do not use strlen on vectorVladimir Isaev1-2/+1
2020-09-30virtio: fix the gro enable/disable on tx-vringsMohsin Kazmi5-23/+39
2020-09-30ikev2: fix false positive NAT detectionFilip Tehlar1-18/+13
2020-09-29ikev2: fix memory leaksBenoît Ganne2-3/+21
2020-09-25misc: documentation fixesAndrew Yourtchenko1-1/+1
2020-09-25bfd: add missing unlockKlement Sekera1-0/+1
2020-09-24wireguard: fix uninitialized peer index in handoffFlorin Coras1-1/+1
2020-09-24wireguard: add handoff nodeArtem Glazychev18-448/+889
2020-09-24vppinfra: allow handoff to main threadDamjan Marion1-18/+16
2020-09-23avf: wrong argument passed to avf_log_errSteven Luong1-1/+1
2020-09-23build: fix fts.py to run on debian-9/python3.5Dave Wallace1-15/+16
2020-09-23build: allow for rc3/rc4 style tagsAndrew Yourtchenko1-1/+1
2020-09-23vxlan-gbp: Mark APIs as in-progressNeale Ranns1-0/+5
2020-09-22crypto: revert crypto set handler all APIYulong Pei1-36/+3
2020-09-16vmxnet3: gso fixesSteven Luong4-13/+29
2020-09-16crypto: Crypto set handler API to support set all as CLIYulong Pei2-4/+37
2020-09-16avf: change promisc mode from the avf process nodeDamjan Marion2-7/+26
2020-09-16avf: fix race between avf and cli/api processDamjan Marion6-35/+43
2020-09-16api: clean up use of deprecated flagOle Troan7-20/+20
2020-09-16avf: add assert to ensure that adminq is used only from avf processDamjan Marion2-0/+12
2020-09-16wireguard: Fix for tunnel encapNeale Ranns7-89/+468
2020-09-16lisp: fix vat crash with one_add_del_local_eid apiOnong Tayeng1-1/+1
2020-09-16lisp: fix help msg of show eid-table commandOnong Tayeng2-4/+4
2020-09-16lisp: fix spelling mistake in option nameOnong Tayeng1-1/+1
2020-09-16lisp: fix lisp|one_eid_table_dump's local|remote options in vatOnong Tayeng1-1/+1
2020-09-16avf: fix race between avf process node and avf_delete_if(...)Damjan Marion4-18/+34
2020-09-16nat: Fix next feature for ED with multiple workersVladimir Isaev3-2/+25
2020-09-16nat: endian mismatchFilip Varga1-7/+13
2020-09-16quic: Clean quic_crypto_setup_cipherNathan Skrzypczak1-16/+13
2020-09-16lisp: fix crash with arp and packet trace onOnong Tayeng2-3/+7
2020-09-16wireguard: fix handshake procedureArtem Glazychev2-12/+17
2020-09-16wireguard: increase FIB source priorityNeale Ranns1-2/+7
2020-09-15crypto: Crypto SW Scheduler Coverity WarningsNeale Ranns1-1/+1
2020-09-15crypto-native: fix issues detected by coiverityDamjan Marion2-3/+11
2020-09-15ikev2: fix copy-paste error when freeing memoryFilip Tehlar1-1/+1
2020-09-15build: fix build for Debian 9 and Debian 10Benoît Ganne3-11/+18
2020-09-15vcl: always fill buffer or drain rx fifoFlorin Coras1-4/+16
2020-09-15wireguard: coverity fixesNeale Ranns2-6/+10
2020-09-15vlib: fix call to vlib_get_node_by_nameBenoît Ganne1-1/+4
2020-09-15l2: fix null deref in l2_to_bvi()Matthew Smith1-1/+1
2020-09-15ikev2: fix memory leaksBenoît Ganne1-7/+20
2020-09-15quic: fix coverity warningAloys Augustin1-1/+1
2020-09-15af_xdp: documents incompatibility with 1GB hugepages and high buffers-per-numa.Mohammed Hawari1-0/+2
2020-09-12dpdk: fix coverity defect #214232, #182930Chenmin Sun2-1/+8
2020-09-09l2: check secondary macs on BVI interfaceMatthew Smith1-2/+35
2020-09-09svm: fix non-null-terminated stringBenoît Ganne1-1/+1
2020-09-09wireguard: initial implementation of wireguard protocolArtem Glazychev31-0/+6216