aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-11-13crypto-native: fix multi-arch variant initializationRay Kinsella1-4/+0
2020-11-12ipsec: add support for tx-table-id in cli + exampleBenoît Ganne3-3/+89
2020-11-12feature: reset interface feature arc on interface deletionBenoît Ganne5-27/+65
2020-11-12af_xdp: fix NUMA node parsingBenoît Ganne1-11/+9
2020-11-12wireguard: reset secret data before freeing itBenoît Ganne1-4/+4
2020-11-12vpp: fix main heap initBenoît Ganne1-4/+1
2020-11-12ipsec: fix unformat typesBenoît Ganne1-2/+2
2020-11-12svm: fix fifo unit testBenoît Ganne1-4/+6
2020-11-12ikev2: fix cli memory leakBenoît Ganne1-30/+40
2020-11-12rdma: add RSS support for IPv6 and TCPBenoît Ganne2-32/+58
2020-11-12af_xdp: add option to claim all available rx queuesBenoît Ganne6-38/+55
2020-11-12ipsec: fix outer table id lookup in ipsec tun scriptBenoît Ganne1-1/+1
2020-11-12ip: fix doxygen doc for address add/del commandBenoît Ganne1-2/+2
2020-11-09svm: fix ASAN annotations for external chunksBenoît Ganne3-0/+9
2020-11-05rdma: various fixes for chained buffers txMohammed Hawari1-14/+19
2020-10-28pci: set PCI memory enable before mapping PCI BARMohammed Hawari1-0/+12
2020-10-23virtio: checksum error reported for ip6 traffic with GSO enableSteven Luong2-11/+1
2020-10-21build: fix broken debian dependencies on ubuntu-18.04 & debian-9Dave Wallace1-2/+2
2020-10-16build: Add missing debian dependenciesChuan Han1-0/+6
2020-10-14ikev2: fix leaking pending INIT requestsFilip Tehlar1-0/+16
2020-10-14ikev2: fix issue when decrypting packet with no keysFilip Tehlar1-1/+1
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