Up to [cvs.NetBSD.org] / src / sys / dev / pci / qat
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Sun May 22 11:39:27 2022 UTC (8 months, 2 weeks ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.7: +8 -13
lines
Diff to previous 1.7 (colored)
opencrypto: Make freesession callback return void. No functional change intended: all drivers already return zero unconditionally.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Nov 6 06:52:48 2021 UTC (15 months ago) by msaitoh
Branch: MAIN
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
s/allign/align/
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jun 14 23:23:12 2020 UTC (2 years, 7 months ago) by riastradh
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.5: +3 -14
lines
Diff to previous 1.5 (colored)
qat(4): Simplify iv generation logic with cprng_fast.
Revision 1.5.4.2 / (download) - annotate - [select for diffs], Mon Apr 13 08:04:46 2020 UTC (2 years, 9 months ago) by martin
Branch: phil-wifi
Changes since 1.5.4.1: +2300 -0
lines
Diff to previous 1.5.4.1 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)
Mostly merge changes from HEAD upto 20200411
Revision 1.5.4.1, Thu Mar 5 15:33:13 2020 UTC (2 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.5: +0 -2300
lines
FILE REMOVED
file qat.c was added on branch phil-wifi on 2020-04-13 08:04:46 +0000
Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 5 15:33:13 2020 UTC (2 years, 11 months ago) by msaitoh
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh
Branch point for: phil-wifi
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
s/Intialize/Initialize/ in comment.
Revision 1.3.2.1 / (download) - annotate - [select for diffs], Sat Feb 29 20:19:15 2020 UTC (2 years, 11 months ago) by ad
Branch: ad-namecache
Changes since 1.3: +2 -4
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
Sync with head.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 1 13:48:18 2020 UTC (3 years ago) by riastradh
Branch: MAIN
CVS Tags: is-mlppp-base,
is-mlppp,
ad-namecache-base3
Changes since 1.3: +2 -4
lines
Diff to previous 1.3 (colored)
opencrypto orders new_session -> process for us. No need for membar_producer. Discussed with hikaru@.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 4 01:06:28 2019 UTC (3 years, 2 months ago) by hikaru
Branch: MAIN
CVS Tags: ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base
Branch point for: ad-namecache
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Fix macro error if QAT_DUMP is defined for debugging.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Dec 2 03:06:51 2019 UTC (3 years, 2 months ago) by msaitoh
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Use PCI_MSIX_"TBL"BIR_MASK instead of PCI_MSIX_"PBA"BIR_MASK for MSI-X table. This is not a real bug because both macros have the same value.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Nov 20 09:37:46 2019 UTC (3 years, 2 months ago) by hikaru
Branch: MAIN
Add opencrypto driver for Intel QuickAssist.