aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-02fib: IPv6 lookup data structure MP safe when prefixes changeNeale Ranns1-14/+31
2020-09-02fib: fix ADJ_NBR_ITF_OK param erroryedg1-1/+1
2020-09-02bonding: add bond_create2 API to include gso optionSteven Luong2-4/+75
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 Kazmi3-1/+119
2020-09-02tap: add virtio 1.1 API flagMohsin Kazmi3-2/+10
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-01crypto: add chacha20-poly1305 algoArtem Glazychev1-2/+5
2020-09-01ip: fix ip zero checksum verificationBenoît Ganne5-11/+12
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-01ip: improve ip4_header_checksum_is_validDamjan Marion1-5/+12