Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-01-11 | crypto: chtls - remove set but not used variables 'err, adap, request, hws' | YueHaibing | 1 | -11/+1 |
2018-12-14 | crypto/chelsio/chtls: macro correction in tx path | Atul Gupta | 1 | -12/+8 |
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-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
2018-05-31 | crypto: chtls - kbuild warnings | Atul Gupta | 1 | -5/+6 |
2018-05-31 | crypto: chtls - dereference null variable | Atul Gupta | 1 | -2/+1 |
2018-05-31 | crypto: chtls - wait for memory sendmsg, sendpage | Atul Gupta | 1 | -3/+87 |
2018-05-27 | crypto: chtls - generic handling of data and hdr | Atul Gupta | 1 | -42/+12 |
2018-03-31 | crypto: chtls - Inline TLS record Rx | Atul Gupta | 1 | -1/+601 |
2018-03-31 | crypto: chtls - Inline TLS record Tx | Atul Gupta | 1 | -0/+1222 |