aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2020-09-25vppinfra session: file platform independent private dataFlorin Coras2-5/+5
2020-09-25bfd: add missing unlockKlement Sekera1-0/+1
2020-09-24virtio: refactor tx traceMohsin Kazmi1-33/+37
2020-09-24session tcp udp tls quic: improve cli formattingFlorin Coras7-16/+26
2020-09-23session: fix sapi coverity warningFlorin Coras1-0/+2
2020-09-23ip: use main heap for mtrie, part 2 (remove args)Damjan Marion2-32/+0
2020-09-23tls: fix session format assert crash in connected callbackjiangxiaoming1-9/+8
2020-09-22ipip: Add option to tunnel create help stringNeale Ranns2-2/+3
2020-09-22lisp: Move to pluginNeale Ranns49-27116/+1
2020-09-22vxlan-gbp: Mark APIs as in-progressNeale Ranns1-0/+5
2020-09-21crypto: revert crypto set handler all APIYulong Pei1-36/+3
2020-09-21session: use wrk instead of thread index in nodeFlorin Coras1-10/+12
2020-09-21geneve: Move to pluginNeale Ranns10-4237/+0
2020-09-21misc: Move l2tp to pluginNeale Ranns11-2018/+0
2020-09-21lldp: Move to pluginNeale Ranns14-2382/+0
2020-09-21ip: use main heap for mtrieDamjan Marion3-69/+3
2020-09-18session: grab worker barrier for sapi msgsFlorin Coras1-0/+5
2020-09-18fib: skip byte swap on n_paths in mroute detailsMatthew Smith1-2/+2
2020-09-18vat: add infrastructure to align vnet test code and plugin test codeOle Troan6-56/+398
2020-09-18tap: do not use strlen on vectorVladimir Isaev1-2/+1
2020-09-18session: fix vpp exit abnormal due to application as a proxy server with ldpfanyf1-1/+9
2020-09-18virtio: fix txq lockingBenoît Ganne2-2/+6
2020-09-17teib: Use ip_address_t not ip46_address_tNeale Ranns9-149/+116
2020-09-17teib: Add adj-fibs for peers/adjacencies on p2mp interfaceNeale Ranns7-35/+258
2020-09-16vcl: refactor bapi client index for sapi reuseFlorin Coras2-1/+3
2020-09-16crypto: Crypto set handler API to support set all as CLIYulong Pei2-4/+37
2020-09-16misc: fix the formatting styleMohsin Kazmi3-9/+10
2020-09-16api: clean up use of deprecated flagOle Troan4-7/+7
2020-09-16tcp: make max gso packet size configurableSimon Zhang3-2/+8
2020-09-15lisp: fix lisp|one_eid_table_dump's local|remote options in vatOnong Tayeng1-1/+1
2020-09-14l2: allocate l2fib only when neededDamjan Marion4-10/+90
2020-09-14session: del app worker on socket detachFlorin Coras1-5/+11
2020-09-14session: add unix socket api for app attachmentFlorin Coras6-18/+743
2020-09-11lisp: fix help msg of show eid-table commandOnong Tayeng2-4/+4
2020-09-11build: fix build for Debian 9 and Debian 10Benoît Ganne2-7/+13
2020-09-11l2: fix null deref in l2_to_bvi()Matthew Smith1-1/+1
2020-09-10lisp: fix crash with arp and packet trace onOnong Tayeng2-3/+7
2020-09-09l2: check secondary macs on BVI interfaceMatthew Smith1-2/+35
2020-09-09crypto: change cryptodev with new cryptodev APIFan Zhang1-1/+1
2020-09-09interface: support configuring RSS steering queuesChenmin Sun6-2/+162
2020-09-08svm session: document unsupported fifo deq combinationsFlorin Coras1-0/+4
2020-09-07ipsec: fix padding/alignment for native IPsec encryptionChristian Hopps5-19/+19
2020-09-04virtio: remove kernel virtio header dependenciesMohsin Kazmi18-394/+483
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 Yang4-36/+137
2020-09-03misc: l2tp: cli: fix overly generic CLI commandsChristian Hopps1-2/+2
2020-09-03crypto: Add async crypto APIsNathan Skrzypczak6-5/+175
2020-09-03crypto: SW scheduler async crypto enginePiotrX Kleski4-69/+232
2020-09-02tcp: fix connection refused errorFlorin Coras1-1/+1