1. 19757ce tcp: switch orphan_count to bare per-cpu counters by Eric Dumazet · 3 years, 5 months ago
  2. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 8 months ago
  3. 65e302a cxgb4/ch_ktls: Clear resources when pf4 device is removed by Ayush Sawal · 3 years, 10 months ago
  4. 832ce92 chelsio/chtls: unlock on error in chtls_pt_recvmsg() by Dan Carpenter · 3 years, 10 months ago
  5. bf7d20c ch_ktls: Remove redundant variable result by Jiapeng Chong · 3 years, 11 months ago
  6. e8a4155 ch_ktls: do not send snd_una update to TCB in middle by Vinay Kumar Yadav · 3 years, 11 months ago
  7. 21d8c25e ch_ktls: tcb close causes tls connection failure by Vinay Kumar Yadav · 3 years, 11 months ago
  8. bc16efd ch_ktls: fix device connection close by Vinay Kumar Yadav · 3 years, 11 months ago
  9. 1a73e42 ch_ktls: Fix kernel panic by Vinay Kumar Yadav · 3 years, 11 months ago
  10. 6f235a6 ch_ktls: fix enum-conversion warning by Arnd Bergmann · 4 years ago
  11. a4813dc net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the file chcr_ktls.c by Bhaskar Chowdhury · 4 years ago
  12. 31caf8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years ago
  13. d489ded Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 1 month ago
  14. 2355a67 cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 and ulds by Ayush Sawal · 4 years, 1 month ago
  15. c358f95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  16. b6011966 chtls: Fix potential resource leak by Pan Bian · 4 years, 1 month ago
  17. 1d9f03c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  18. e3a7670 ch_ipsec: Remove initialization of rxq related data by Ayush Sawal · 4 years, 2 months ago
  19. 8ad2a97 cxgb4/chtls: Fix tid stuck due to wrong update of qid by Ayush Sawal · 4 years, 2 months ago
  20. 15ef6b0 chtls: Fix chtls resources release sequence by Ayush Sawal · 4 years, 2 months ago
  21. eade1e0 chtls: Added a check to avoid NULL pointer dereference by Ayush Sawal · 4 years, 2 months ago
  22. a84b2c0 chtls: Replace skb_dequeue with skb_peek by Ayush Sawal · 4 years, 2 months ago
  23. f8d15d2 chtls: Avoid unnecessary freeing of oreq pointer by Ayush Sawal · 4 years, 2 months ago
  24. 5a5fac9 chtls: Fix panic when route to peer not configured by Ayush Sawal · 4 years, 2 months ago
  25. 827d329 chtls: Remove invalid set_tcb call by Ayush Sawal · 4 years, 2 months ago
  26. 717df0f chtls: Fix hardware tid leak by Ayush Sawal · 4 years, 2 months ago
  27. a3b01ff chcr_ktls: use AES library for single use cipher by Ard Biesheuvel · 4 years, 3 months ago
  28. ca5b877 Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 3 months ago
  29. d635a69d Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 3 months ago
  30. 9e4b0d5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 3 months ago
  31. 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  32. a54ba34 ch_ktls: fix build warning for ipv4-only config by Arnd Bergmann · 4 years, 3 months ago
  33. 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  34. 391119f chelsio/chtls: fix a double free in chtls_setkey() by Dan Carpenter · 4 years, 3 months ago
  35. e3d5e97 chelsio/chtls: fix panic during unload reload chtls by Vinay Kumar Yadav · 4 years, 3 months ago
  36. 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  37. cbf3d60 ch_ktls: lock is not freed by Rohit Maheshwari · 4 years, 3 months ago
  38. 3df98d7 lsm,selinux: pass flowi_common instead of flowi to the LSM hooks by Paul Moore · 4 years, 5 months ago
  39. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 4 months ago
  40. e1d9d7b Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
  41. 83a95df ch_ktls: stop the txq if reaches threshold by Rohit Maheshwari · 4 years, 4 months ago
  42. 7d01c428 ch_ktls: tcb update fails sometimes by Rohit Maheshwari · 4 years, 4 months ago
  43. 21f82ac ch_ktls/cxgb4: handle partial tag alone SKBs by Rohit Maheshwari · 4 years, 4 months ago
  44. 659bf03 ch_ktls: don't free skb before sending FIN by Rohit Maheshwari · 4 years, 4 months ago
  45. 9478e08 ch_ktls: packet handling prior to start marker by Rohit Maheshwari · 4 years, 4 months ago
  46. 63ee459 ch_ktls: Correction in middle record handling by Rohit Maheshwari · 4 years, 4 months ago
  47. 83deb09 ch_ktls: missing handling of header alone by Rohit Maheshwari · 4 years, 4 months ago
  48. c68a28a ch_ktls: Correction in trimmed_len calculation by Rohit Maheshwari · 4 years, 4 months ago
  49. 687823d cxgb4/ch_ktls: creating skbs causes panic by Rohit Maheshwari · 4 years, 4 months ago
  50. 86716b5 ch_ktls: Update cheksum information by Rohit Maheshwari · 4 years, 4 months ago
  51. b1b5cb1 ch_ktls: Correction in finding correct length by Rohit Maheshwari · 4 years, 4 months ago
  52. 9d2e5e9 cxgb4/ch_ktls: decrypted bit is not enough by Rohit Maheshwari · 4 years, 4 months ago
  53. ae0d0bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
  54. a74e44a chelsio/chtls: Utilizing multiple rxq/txq to process requests by Vinay Kumar Yadav · 4 years, 4 months ago
  55. dbfe394 chelsio/chtls: fix always leaking ctrl_skb by Vinay Kumar Yadav · 4 years, 4 months ago
  56. 8080b46 chelsio/chtls: fix memory leaks caused by a race by Vinay Kumar Yadav · 4 years, 4 months ago
  57. 6daa1da chelsio/chtls: fix memory leaks in CPL handlers by Vinay Kumar Yadav · 4 years, 4 months ago
  58. 28e9dcd chelsio/chtls: fix deadlock issue by Vinay Kumar Yadav · 4 years, 4 months ago
  59. 4f3391ce chelsio/chtls: fix tls record info to user by Vinay Kumar Yadav · 4 years, 5 months ago
  60. 6e915b2 net: chelsio: inline_crypto: fix Kconfig and build errors by Randy Dunlap · 4 years, 5 months ago
  61. da1a039 chelsio/chtls: fix writing freed memory by Vinay Kumar Yadav · 4 years, 5 months ago
  62. 8580a61 chelsio/chtls: correct function return and return type by Vinay Kumar Yadav · 4 years, 5 months ago
  63. 9819f22 chelsio/chtls: Fix panic when listen on multiadapter by Vinay Kumar Yadav · 4 years, 5 months ago
  64. 86cdf9c chelsio/chtls: fix panic when server is on ipv6 by Vinay Kumar Yadav · 4 years, 5 months ago
  65. 81519d1 chelsio/chtls: correct netdevice for vlan interface by Vinay Kumar Yadav · 4 years, 5 months ago
  66. 0fb5f01 chelsio/chtls: fix socket lock by Vinay Kumar Yadav · 4 years, 5 months ago
  67. 0ec78cd cxgb4/ch_ipsec: Replace the module name to ch_ipsec from chcr by Ayush Sawal · 4 years, 5 months ago
  68. 3427e13 cxgb4/ch_ktls: ktls stats are added at port level by Rohit Maheshwari · 4 years, 5 months ago
  69. efca387 ch_ktls: Issue if connection offload fails by Rohit Maheshwari · 4 years, 5 months ago
  70. e859536 chelsio/chtls: Re-add dependencies on CHELSIO_T4 to fix modular CHELSIO_T4 by Geert Uytterhoeven · 4 years, 6 months ago
  71. a8c16e8 crypto/chcr: move nic TLS functionality to drivers/net by Rohit Maheshwari · 4 years, 6 months ago
  72. 76f919e cxgb4/ch_ipsec: Registering xfrmdev_ops with cxgb4 by Ayush Sawal · 4 years, 6 months ago
  73. 6bd860a chelsio/chtls: CHELSIO_INLINE_CRYPTO should depend on CHELSIO_T4 by Geert Uytterhoeven · 4 years, 6 months ago
  74. 1b77be4 crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/net by Vinay Kumar Yadav · 4 years, 7 months ago
  75. 44fd1c1 chelsio/chtls: separate chelsio tls driver from crypto driver by Vinay Kumar Yadav · 4 years, 7 months ago