index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
chelsio
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-23
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
1
-1
/
+0
2018-12-23
crypto: chelsio - Fix wrong error counter increments
Harsh Jain
2
-10
/
+10
2018-12-23
crypto: chelsio - Reset counters on cxgb4 Detach
Harsh Jain
1
-0
/
+4
2018-12-23
crypto: chelsio - Handle PCI shutdown event
Harsh Jain
3
-93
/
+278
2018-12-23
crypto: chelsio - cleanup:send addr as value in function argument
Harsh Jain
1
-8
/
+8
2018-12-23
crypto: chelsio - Use same value for both channel in single WR
Harsh Jain
2
-8
/
+6
2018-12-23
crypto: chelsio - Swap location of AAD and IV sent in WR
Harsh Jain
3
-120
/
+104
2018-12-23
crypto: chelsio - remove set but not used variable 'kctx_len'
YueHaibing
1
-2
/
+1
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-80
/
+130
2018-12-19
drivers: chelsio: use skb_sec_path helper
Florian Westphal
1
-1
/
+3
2018-12-15
crypto/chelsio/chtls: send/recv window update
Atul Gupta
2
-26
/
+54
2018-12-15
crypto/chelsio/chtls: macro correction in tx path
Atul Gupta
1
-12
/
+8
2018-12-15
crypto/chelsio/chtls: listen fails with multiadapt
Atul Gupta
2
-19
/
+36
2018-12-15
net/tls: sleeping function from invalid context
Atul Gupta
1
-23
/
+32
2018-12-07
crypto: chcr - ESN for Inline IPSec Tx
Atul Gupta
2
-36
/
+148
2018-12-07
crypto: chcr - small packet Tx stalls the queue
Atul Gupta
1
-1
/
+4
2018-11-23
cxgb4: use new fw interface to get the VIN and smt index
Santosh Rastapur
1
-2
/
+1
2018-11-09
crypto: chelsio - clean up various indentation issues
Colin Ian King
1
-8
/
+8
2018-10-26
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
5
-25
/
+19
2018-10-19
cxgb4: fix the error path of cxgb4_uld_register()
Ganesh Goudar
1
-3
/
+1
2018-10-17
crypto: chelsio - Update ntx queue received from cxgb4
Harsh Jain
2
-3
/
+2
2018-10-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2
-10
/
+24
2018-10-12
crypto: chtls - remove set but not used variable 'csk'
YueHaibing
1
-4
/
+0
2018-09-28
crypto: chtls - remove redundant null pointer check before kfree_skb
zhong jiang
2
-4
/
+2
2018-09-28
crypto: chelsio - Remove VLA usage of skcipher
Kees Cook
2
-14
/
+15
2018-09-28
crypto: chelsio - Fix memory corruption in DMA Mapped buffers.
Harsh Jain
2
-10
/
+24
2018-08-29
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-2
/
+10
2018-08-25
crypto: chtls - fix null dereference chtls_free_uld()
Ganesh Goudar
2
-2
/
+10
2018-08-16
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-6
/
+3
2018-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
1
-3
/
+2
2018-07-13
crypto: chtls - use 64-bit arithmetic instead of 32-bit
Gustavo A. R. Silva
1
-1
/
+1
2018-07-13
tcp: use monotonic timestamps for PAWS
Arnd Bergmann
1
-1
/
+1
2018-07-08
crypto: aead - remove useless setting of type flags
Eric Biggers
1
-2
/
+1
2018-07-08
crypto: ahash - remove useless setting of cra_type
Eric Biggers
1
-1
/
+0
2018-07-08
crypto: ahash - remove useless setting of type flags
Eric Biggers
1
-2
/
+1
2018-06-24
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-3
/
+2
2018-06-15
crypto: chtls - use after free in chtls_pt_recvmsg()
Dan Carpenter
1
-3
/
+2
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-05-30
crypto: chtls - free beyond end rspq_skb_cache
Atul Gupta
1
-1
/
+1
2018-05-30
crypto: chtls - kbuild warnings
Atul Gupta
1
-5
/
+6
2018-05-30
crypto: chtls - dereference null variable
Atul Gupta
1
-2
/
+1
2018-05-30
crypto: chtls - wait for memory sendmsg, sendpage
Atul Gupta
3
-3
/
+89
2018-05-30
crypto: chtls - key len correction
Atul Gupta
1
-5
/
+1
2018-05-30
crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCM
Harsh Jain
2
-113
/
+97
2018-05-30
crypt: chelsio - Send IV as Immediate for cipher algo
Harsh Jain
4
-40
/
+17
2018-05-30
crypto: chelsio - Return -ENOSPC for transient busy indication.
Harsh Jain
1
-30
/
+26
2018-05-26
crypto: chtls - fix a missing-check bug
Wenwen Wang
1
-3
/
+7
2018-05-26
crypto: chtls - generic handling of data and hdr
Atul Gupta
3
-53
/
+23
2018-05-18
crypto: chelsio - request to HW should wrap
Atul Gupta
1
-18
/
+17
2018-04-20
crypto: chelsio - remove redundant assignment to cdev->ports
Colin Ian King
1
-1
/
+0
[prev]
[next]