aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chtls/chtls_cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-21chelsio/chtls: separate chelsio tls driver from crypto driverVinay Kumar Yadav1-2327/+0
2020-07-31tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal1-1/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-20crypto/chtls: Enable tcp window scaling optionVinay Kumar Yadav1-0/+1
2020-07-20crypto/chtls: correct net_device reference countVinay Kumar Yadav1-1/+1
2020-06-04crypto/chtls:Fix compile error when CONFIG_IPV6 is disabledVinay Kumar Yadav1-12/+34
2020-06-01crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav1-40/+155
2020-03-30crypto/chtls: Fix chtls crash in connection cleanupRohit Maheshwari1-4/+25
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-01-22crypto: chtls - Corrected function call contextVinay Kumar Yadav1-15/+15
2019-12-27crypto: chtls - Fixed memory leakVinay Kumar Yadav1-13/+14
2019-12-17cxgb4/chtls: fix ULD connection failures due to wrong TID baseShahjada Abul Husain1-1/+1
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath1-1/+1
2019-01-22net/tls: free ctx in sock destructAtul Gupta1-0/+4
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+52
2018-12-14crypto/chelsio/chtls: send/recv window updateAtul Gupta1-26/+52
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur1-2/+1
2018-10-12crypto: chtls - remove set but not used variable 'csk'YueHaibing1-4/+0
2018-09-28crypto: chtls - remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann1-1/+1
2018-05-27crypto: chtls - generic handling of data and hdrAtul Gupta1-4/+8
2018-04-21crypto: chelsio - Fix potential NULL pointer dereferencesGustavo A. R. Silva1-0/+16
2018-03-31crypto : chtls - CPL handler definitionAtul Gupta1-0/+2126