aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chtls
AgeCommit message (Expand)Author
2020-10-01net: silence data-races on sk_backlog.tailEric Dumazet
2020-06-03crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet
2020-02-24crypto: chtls - Fixed memory leakVinay Kumar Yadav
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-05net/tls: use the full sk_proto pointerJakub Kicinski
2019-07-26crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath
2019-02-22crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior
2019-02-01crypto: prefix header search paths with $(srctree)/Masahiro Yamada
2019-01-22net/tls: free ctx in sock destructAtul Gupta
2019-01-11crypto: chtls - remove set but not used variables 'err, adap, request, hws'YueHaibing
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-14crypto/chelsio/chtls: send/recv window updateAtul Gupta
2018-12-14crypto/chelsio/chtls: macro correction in tx pathAtul Gupta
2018-12-14crypto/chelsio/chtls: listen fails with multiadaptAtul Gupta
2018-12-14net/tls: sleeping function from invalid contextAtul Gupta
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur
2018-10-12crypto: chtls - remove set but not used variable 'csk'YueHaibing
2018-09-28crypto: chtls - remove redundant null pointer check before kfree_skbzhong jiang
2018-08-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-25crypto: chtls - fix null dereference chtls_free_uld()Ganesh Goudar
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2018-07-13crypto: chtls - use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann
2018-06-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-06-15crypto: chtls - use after free in chtls_pt_recvmsg()Dan Carpenter
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-31crypto: chtls - free beyond end rspq_skb_cacheAtul Gupta
2018-05-31crypto: chtls - kbuild warningsAtul Gupta
2018-05-31crypto: chtls - dereference null variableAtul Gupta
2018-05-31crypto: chtls - wait for memory sendmsg, sendpageAtul Gupta
2018-05-31crypto: chtls - key len correctionAtul Gupta
2018-05-27crypto: chtls - fix a missing-check bugWenwen Wang
2018-05-27crypto: chtls - generic handling of data and hdrAtul Gupta
2018-04-21crypto: chelsio - remove redundant assignment to cdev->portsColin Ian King
2018-04-21crypto: chelsio - don't leak information from the stack to userspaceColin Ian King
2018-04-21crypto: chelsio - Fix potential NULL pointer dereferencesGustavo A. R. Silva
2018-03-31crypto: chtls - Makefile KconfigAtul Gupta
2018-03-31crypto: chtls - Program the TLS session KeyAtul Gupta
2018-03-31crypto: chtls - Inline TLS record RxAtul Gupta
2018-03-31crypto: chtls - Inline TLS record TxAtul Gupta
2018-03-31crypto : chtls - CPL handler definitionAtul Gupta