Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-27crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet
2020-04-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-03-30crypto/chtls: Fix chtls crash in connection cleanupRohit Maheshwari
2020-03-23Crypto/chtls: add/delete TLS header in driverRohit Maheshwari
2020-03-06crypto: chelsio/chtls - Fixed boolinit.cocci warningVinay Kumar Yadav
2020-03-06crypto: chelsio/chtls - Fixed tls statsVinay Kumar Yadav
2020-02-22crypto: chelsio - remove extra allocation for chtls_devStephen Kitt
2020-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-22crypto: chtls - Fixed listen fail when max stid range reachedVinay Kumar Yadav
2020-01-22crypto: chtls - Corrected function call contextVinay Kumar Yadav
2019-12-27crypto: chtls - Fixed memory leakVinay Kumar Yadav
2019-12-27crypto: chtls - Add support for AES256-GCM based ciphersVinay Kumar Yadav
2019-12-18cxgb4/chtls: fix ULD connection failures due to wrong TID baseShahjada Abul Husain
2019-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2019-11-07net: silence data-races on sk_backlog.tailEric Dumazet
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-02inet: stop leaking jiffies on the wireEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-10-23crypto: chtls - remove the redundant check in chtls_recvmsg()Yunfeng Ye
2019-10-05net/tls: rename tls_device to tls_toe_deviceJakub Kicinski
2019-10-05net/tls: move TOE-related structures to a separate headerJakub Kicinski
2019-10-04crypto: chtls - simplify a bit 'create_flowc_wr_skb()'Christophe JAILLET
2019-09-25mm: 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-23net: 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-15crypto/chelsio/chtls: send/recv window updateAtul Gupta
2018-12-15crypto/chelsio/chtls: macro correction in tx pathAtul Gupta
2018-12-15crypto/chelsio/chtls: listen fails with multiadaptAtul Gupta
2018-12-15net/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-16Merge 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-13tcp: use monotonic timestamps for PAWSArnd Bergmann