1. b2d3164 net/tls: sendfile fails with ktls offload by Rohit Maheshwari · 3 years, 10 months ago
  2. bc8ce7d net/tls: Fix kmap usage by Ira Weiny · 4 years ago
  3. 29a84e8 net/tls: Fix to avoid gettig invalid tls record by Rohit Maheshwari · 4 years, 5 months ago
  4. eb6e02e net/tls: fix socket wmem accounting on fallback with netem by Jakub Kicinski · 5 years ago
  5. a1407b2 net: tls, fix sk_write_space NULL write when tx disabled by John Fastabend · 5 years ago
  6. fdc4400 net/tls: swap sk_write_space on close by Jakub Kicinski · 5 years ago
  7. f7009bb net/tls: Fixed return value when tls_complete_pending_work() fails by Vakul Garg · 6 years ago
  8. fde351a net/tls: make sure offload also gets the keys wiped by Jakub Kicinski · 5 years ago
  9. be0343a net/tls: replace the sleeping lock around RX resync with a bit lock by Jakub Kicinski · 5 years ago
  10. fb6cf4f37 net/tls: don't ignore netdev notifications if no TLS features by Jakub Kicinski · 5 years ago
  11. fb69403 net/tls: fix state removal with feature flags off by Jakub Kicinski · 5 years ago
  12. 85b9e86 net/tls: fix the IV leaks by Jakub Kicinski · 5 years ago
  13. d0771bd net/tls: fix copy to fragments in reencrypt by Jakub Kicinski · 5 years ago
  14. dd42418 net/tls: don't copy negative amounts of data in reencrypt by Jakub Kicinski · 5 years ago
  15. a976384 net/tls: avoid NULL pointer deref on nskb->sk in fallback by Jakub Kicinski · 5 years ago
  16. 53db652 net/tls: don't leak IV and record seq when offload fails by Jakub Kicinski · 5 years ago
  17. d3bdd35 net/tls: avoid potential deadlock in tls_set_device_offload_rx() by Jakub Kicinski · 5 years ago
  18. e97f0bc net/tls: fix refcount adjustment in fallback by Jakub Kicinski · 5 years ago
  19. 997cb50 net/tls: Init routines in create_ctx by Atul Gupta · 6 years ago
  20. f624d95 net/tls: allocate tls context using GFP_ATOMIC by Ganesh Goudar · 6 years ago
  21. 50c6b58 tls: fix currently broken MSG_PEEK behavior by Daniel Borkmann · 6 years ago
  22. c844eb4 tls: clear key material from kernel memory when do_tls_setsockopt_conf fails by Sabrina Dubroca · 6 years ago
  23. 86029d1 tls: zero the crypto information from tls_context before freeing by Sabrina Dubroca · 6 years ago
  24. 7cba09c tls: don't copy the key out of tls12_crypto_info_aes_gcm_128 by Sabrina Dubroca · 6 years ago
  25. 52ea992 net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPC by Vakul Garg · 6 years ago
  26. 67db7cd tls: possible hang when do_tcp_sendpages hits sndbuf is full case by John Fastabend · 6 years ago
  27. 6e3bf9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  28. 037b0b8 tcp, ulp: add alias for all ulp modules by Daniel Borkmann · 6 years ago
  29. dafa5f6 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  30. 0b243d0 net/tls: Combined memory allocation for decryption request by Vakul Garg · 6 years ago
  31. cfb4099 net/tls: Mark the end in scatterlist table by Vakul Garg · 6 years ago
  32. 8c30fbe crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain() by Eric Biggers · 6 years ago
  33. 969d509 net/tls: Use kmemdup to simplify the code by zhong jiang · 6 years ago
  34. ad13acc net/tls: Use socket data_ready callback on record availability by Vakul Garg · 6 years ago
  35. 2da19ed tls: Fix improper revert in zerocopy_from_iter by Doron Roberts-Kedes · 6 years ago
  36. 5a3611e tls: Remove dead code in tls_sw_sendmsg by Doron Roberts-Kedes · 6 years ago
  37. 0a26cf3 tls: Skip zerocopy path for ITER_KVEC by Doron Roberts-Kedes · 6 years ago
  38. 201876b net/tls: Removed redundant checks for non-NULL by Vakul Garg · 6 years ago
  39. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  40. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  41. fcf4793 tls: check RCV_SHUTDOWN in tls_wait_data by Doron Roberts-Kedes · 6 years ago
  42. eecd685 tls: Fix copy-paste error in tls_device_reencrypt by Gustavo A. R. Silva · 6 years ago
  43. 32da122 tls: Stricter error checking in zerocopy sendmsg path by Dave Watson · 6 years ago
  44. 4718799 tls: Fix zerocopy_from_iter iov handling by Boris Pismenny · 6 years ago
  45. 4799ac8 tls: Add rx inline crypto offload by Boris Pismenny · 6 years ago
  46. b190a58 tls: Fill software context without allocation by Boris Pismenny · 6 years ago
  47. 39f56e1 tls: Split tls_sw_release_resources_rx by Boris Pismenny · 6 years ago
  48. dafb67f tls: Split decrypt_skb to two functions by Boris Pismenny · 6 years ago
  49. d80a1b9d tls: Refactor tls_offload variable names by Boris Pismenny · 6 years ago
  50. d2bdd26 net/tls: Use aead_request_alloc/free for request alloc/free by Vakul Garg · 6 years ago
  51. 52ee6ef tls: fix skb_to_sgvec returning unhandled error. by Doron Roberts-Kedes · 6 years ago
  52. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  53. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  54. 3463e51 net/tls: Remove VLA usage on nonce by Kees Cook · 6 years ago
  55. 0ef8b45 tls: Removed unused variable by Vakul Garg · 6 years ago
  56. 06030db tls: fix waitall behavior in tls_sw_recvmsg by Daniel Borkmann · 6 years ago
  57. a447da7 tls: fix use-after-free in tls_push_record by Daniel Borkmann · 6 years ago
  58. f6fadff tls: fix NULL pointer dereference on poll by Daniel Borkmann · 6 years ago
  59. 7170e60 strparser: Add __strp_unpause and use it in ktls. by Doron Roberts-Kedes · 6 years ago
  60. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  61. 8ab6ffb tls: don't use stack memory in a scatterlist by Matt Mullins · 6 years ago
  62. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  63. 895262d tls: Fix tls_device initialization by Boris Pismenny · 6 years ago
  64. 080324c net/tls: Fix connection stall on partial tls record by Andre Tomt · 6 years ago
  65. 98f0a39 tls: fix use after free in tls_sk_proto_close by Eric Dumazet · 6 years ago
  66. a7b15ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  67. c212d2c net/tls: Don't recursively call push_record during tls_write_space callbacks by Dave Watson · 6 years ago
  68. e8f6979 net/tls: Add generic NIC offload infrastructure by Ilya Lesokhin · 6 years ago
  69. f66de3e net/tls: Split conf to rx + tx by Boris Pismenny · 6 years ago
  70. 95ad754 net/tls: remove redundant second null check on sgout by Colin Ian King · 6 years ago
  71. b16520f net/tls: Remove VLA usage by Kees Cook · 6 years ago
  72. dd0bed1 tls: support for Inline tls record by Atul Gupta · 6 years ago
  73. c46234e tls: RX path for ktls by Dave Watson · 6 years ago
  74. 5837158 tls: Refactor variable names by Dave Watson · 6 years ago
  75. f4a8e43 tls: Pass error code explicitly to tls_err_abort by Dave Watson · 6 years ago
  76. dbe4255 tls: Move cipher info to a separate struct by Dave Watson · 6 years ago
  77. 69ca929 tls: Generalize zerocopy_from_iter by Dave Watson · 6 years ago
  78. 8c05dbf net: generalize sk_alloc_sg to work with scatterlist rings by John Fastabend · 6 years ago
  79. 2c3682f sock: make static tls function alloc_sg generic sock helper by John Fastabend · 6 years ago
  80. c113187 tls: Use correct sk->sk_prot for IPV6 by Boris Pismenny · 6 years ago
  81. c410c19 tls: getsockopt return record sequence number by Boris Pismenny · 6 years ago
  82. 257082e tls: reset the crypto info if copy_from_user fails by Boris Pismenny · 6 years ago
  83. a1dfa68 tls: retrun the correct IV in getsockopt by Boris Pismenny · 6 years ago
  84. b11a632 net: add a UID to use for ULP socket assignment by John Fastabend · 6 years ago
  85. a54667f tls: Add support for encryption using async offload accelerator by Vakul Garg · 6 years ago
  86. 7a8c4dd tls: Correct length of scatterlist in tls_sw_sendpage by Dave Watson · 7 years ago
  87. 6db959c tls: reset crypto_info when do_tls_setsockopt_tx fails by Sabrina Dubroca · 7 years ago
  88. 877d17c tls: return -EBUSY if crypto_info is already set by Sabrina Dubroca · 7 years ago
  89. cf6d43e tls: fix sw_ctx leak by Sabrina Dubroca · 7 years ago
  90. d91c3e1 net/tls: Only attach to sockets in ESTABLISHED state by Ilya Lesokhin · 7 years ago
  91. 30be8f8 net/tls: Fix inverted error codes to avoid endless loop by r.hering@avm.de · 7 years ago
  92. ee181e5 tls: don't override sk_write_space if tls_set_sw_offload fails. by Ilya Lesokhin · 7 years ago
  93. 196c31b tls: Avoid copying crypto_info again after cipher_type check. by Ilya Lesokhin · 7 years ago
  94. 213ef6e tls: Move tls_make_aad to header to allow sharing by Ilya Lesokhin · 7 years ago
  95. ff45d82 tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used. by Ilya Lesokhin · 7 years ago
  96. 6d88207 tls: Add function to update the TLS socket configuration by Ilya Lesokhin · 7 years ago
  97. 61ef6da tls: Use kzalloc for aead_request allocation by Ilya Lesokhin · 7 years ago
  98. a513567 tls: make tls_sw_free_resources static by Tobias Klauser · 7 years ago
  99. 5a3b886 TLS: Fix length check in do_tls_getsockopt_tx() by Matthias Rosenfelder · 7 years ago
  100. ac55cd6 tls: return -EFAULT if copy_to_user() fails by Dan Carpenter · 7 years ago