1. 318892a net/tls: don't arm strparser immediately in tls_set_sw_offload() by Jakub Kicinski · 5 years ago
  2. 5c4b460 net/tls: fix socket wmem accounting on fallback with netem by Jakub Kicinski · 5 years ago
  3. ab232e6 net/tls: add missing prot info init by Jakub Kicinski · 5 years ago
  4. b5d9a83 net/tls: don't clear TX resync flag on error by Dirk van der Merwe · 5 years ago
  5. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  6. 13aecb1 net/tls: fix poll ignoring partially copied records by Jakub Kicinski · 5 years ago
  7. acd3e96 net/tls: make sure offload also gets the keys wiped by Jakub Kicinski · 6 years ago
  8. 618bac4 net/tls: reject offload of TLS 1.3 by Jakub Kicinski · 6 years ago
  9. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  10. 9354544 net/tls: fix page double free on TX cleanup by Dirk van der Merwe · 6 years ago
  11. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  12. 648ee6c net: tls, correctly account for copied bytes with multiple sk_msgs by John Fastabend · 6 years ago
  13. 5018007 net/tls: add kernel-driven resync mechanism for TX by Jakub Kicinski · 6 years ago
  14. eeb2efa net/tls: generalize the resync callback by Jakub Kicinski · 6 years ago
  15. f953d33b net/tls: add kernel-driven TLS RX resync by Jakub Kicinski · 6 years ago
  16. fe58a5a net/tls: rename handle_device_resync() by Jakub Kicinski · 6 years ago
  17. 89fec47 net/tls: pass record number as a byte array by Jakub Kicinski · 6 years ago
  18. 4967373 net/tls: simplify seq calculation in handle_device_resync() by Jakub Kicinski · 6 years ago
  19. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  20. b9727d7 net/tls: export TLS per skb encryption by Dirk van der Merwe · 6 years ago
  21. fb0f886 net/tls: don't pass version to tls_advance_record_sn() by Jakub Kicinski · 6 years ago
  22. 9cd8198 net/tls: use version from prot by Jakub Kicinski · 6 years ago
  23. 1fe275d net/tls: don't re-check msg decrypted status in tls_device_decrypted() by Jakub Kicinski · 6 years ago
  24. b9d8fec net/tls: don't look for decrypted frames on non-offloaded sockets by Jakub Kicinski · 6 years ago
  25. 87b11e0 net/tls: remove false positive warning by Jakub Kicinski · 6 years ago
  26. aeb11ff net/tls: check return values from skb_copy_bits() and skb_store_bits() by Jakub Kicinski · 6 years ago
  27. e52972c net/tls: replace the sleeping lock around RX resync with a bit lock by Jakub Kicinski · 6 years ago
  28. 27393f8 Revert "net/tls: avoid NULL-deref on resync during device removal" by Jakub Kicinski · 6 years ago
  29. 04b25a5 net/tls: fix no wakeup on partial reads by Jakub Kicinski · 6 years ago
  30. 46a1695 net/tls: fix lowat calculation if some data came from previous record by Jakub Kicinski · 6 years ago
  31. c3f4a6c net/tls: don't ignore netdev notifications if no TLS features by Jakub Kicinski · 6 years ago
  32. 3686637 net/tls: fix state removal with feature flags off by Jakub Kicinski · 6 years ago
  33. 38030d7 net/tls: avoid NULL-deref on resync during device removal by Jakub Kicinski · 6 years ago
  34. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  35. b53f497 net/tls: handle errors from padding_length() by Jakub Kicinski · 6 years ago
  36. 88c80be net/tls: remove set but not used variables by Jakub Kicinski · 6 years ago
  37. 494bc1d net/tcp: use deferred jump label for TCP acked data hook by Jakub Kicinski · 6 years ago
  38. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  39. 2dcb003 net/tls: avoid NULL pointer deref on nskb->sk in fallback by Jakub Kicinski · 6 years ago
  40. eb3d38d net/tls: fix copy to fragments in reencrypt by Jakub Kicinski · 6 years ago
  41. 97e1caa net/tls: don't copy negative amounts of data in reencrypt by Jakub Kicinski · 6 years ago
  42. 63a1c95 net/tls: byte swap device req TCP seq no upon setting by Jakub Kicinski · 6 years ago
  43. 9e99579 net/tls: remove old exports of sk_destruct functions by Jakub Kicinski · 6 years ago
  44. e49d268d net/tls: don't log errors every time offload can't proceed by Jakub Kicinski · 6 years ago
  45. 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  46. 12c7686 net/tls: don't leak IV and record seq when offload fails by Jakub Kicinski · 6 years ago
  47. 62ef81d net/tls: avoid potential deadlock in tls_set_device_offload_rx() by Jakub Kicinski · 6 years ago
  48. 9188d5c net/tls: fix refcount adjustment in fallback by Jakub Kicinski · 6 years ago
  49. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  50. 903f1a1 net/tls: fix build without CONFIG_TLS_DEVICE by Jakub Kicinski · 6 years ago
  51. 35b71a34 net/tls: don't leak partially sent record in device mode by Jakub Kicinski · 6 years ago
  52. 5a03bc7 net/tls: fix the IV leaks by Jakub Kicinski · 6 years ago
  53. f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  54. c43ac97 net: tls: prevent false connection termination with offload by Jakub Kicinski · 6 years ago
  55. a88c26f net/tls: Replace kfree_skb() with consume_skb() by Vakul Garg · 6 years ago
  56. f295b3a net/tls: Add support of AES128-CCM based ciphers by Vakul Garg · 6 years ago
  57. 4504ab0 net/tls: Inform user space about send buffer availability by Vakul Garg · 6 years ago
  58. d069b78 tls: Fix tls_device receive by Boris Pismenny · 6 years ago
  59. 7754bd6 tls: Fix mixing between async capable and async by Eran Ben Elisha · 6 years ago
  60. 7463d3a tls: Fix write space handling by Boris Pismenny · 6 years ago
  61. 9485025 tls: Fix tls_device handling of partial records by Boris Pismenny · 6 years ago
  62. 2b794c4 tls: Return type of non-data records retrieved using MSG_PEEK in recvmsg by Vakul Garg · 6 years ago
  63. 4509de1 net/tls: Move protocol constants from cipher context to tls context by Vakul Garg · 6 years ago
  64. c0ab473 net/tls: Do not use async crypto for non-data records by Vakul Garg · 6 years ago
  65. 8497ded net/tls: Disable async decrytion for tls1.3 by Vakul Garg · 6 years ago
  66. 5b053e1 net: tls: Set async_capable for tls zerocopy only if we see EINPROGRESS by Dave Watson · 6 years ago
  67. 130b392 net: tls: Add tls 1.3 support by Dave Watson · 6 years ago
  68. fedf201 net: tls: Refactor control message handling on recv by Dave Watson · 6 years ago
  69. a2ef9b6 net: tls: Refactor tls aad space size calculation by Dave Watson · 6 years ago
  70. fb99bce net: tls: Support 256 bit keys by Dave Watson · 6 years ago
  71. eaf2a47 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  72. 1023121 net: tls: Fix deadlock in free_resources tx by Dave Watson · 6 years ago
  73. 32eb67b net: tls: Save iv in tls_rec for async crypto requests by Dave Watson · 6 years ago
  74. 76f7164 net/tls: free ctx in sock destruct by Atul Gupta · 6 years ago
  75. 63a6b3f net/tls: build_protos moved to common routine by Atul Gupta · 6 years ago
  76. 692d7b5 tls: Fix recvmsg() to be able to peek across multiple records by Vakul Garg · 6 years ago
  77. 01cb8a1 net/tls: Make function tls_sw_do_sendpage static by YueHaibing · 6 years ago
  78. f3de19a net/tls: remove unused function tls_sw_sendpage_locked by YueHaibing · 6 years ago
  79. ce28bb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  80. 65a10e2 tls: Do not call sk_memcopy_from_iter with zero length by Vakul Garg · 6 years ago
  81. 339bbff Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  82. 28cb6f1 bpf: tls_sw, init TLS ULP removes BPF proto hooks by John Fastabend · 6 years ago
  83. 0608c69 bpf: sk_msg, sock{map|hash} redirect through ULP by John Fastabend · 6 years ago
  84. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  85. c6ec179 net/tls: allocate tls context using GFP_ATOMIC by Ganesh Goudar · 6 years ago
  86. df9d4a1 net/tls: sleeping function from invalid context by Atul Gupta · 6 years ago
  87. 6c0563e net/tls: Init routines in create_ctx by Atul Gupta · 6 years ago
  88. 7246d8e bpf: helper to pop data from messages by John Fastabend · 6 years ago
  89. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  90. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  91. 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
  92. c16ee04 ulp: remove uid and user_visible members by Daniel Borkmann · 6 years ago
  93. 02c558b bpf: sockmap, support for msg_peek in sk_msg with redirect ingress by John Fastabend · 6 years ago
  94. d3b18ad3 tls: add bpf support to sk_msg handling by John Fastabend · 6 years ago
  95. 924ad65 tls: replace poll implementation with read hook by John Fastabend · 6 years ago
  96. d829e9c tls: convert to generic sk_msg interface by Daniel Borkmann · 6 years ago
  97. 4e6d472 tls: Add support for inplace records encryption by Vakul Garg · 6 years ago
  98. 80ece6a tls: Remove redundant vars from tls record structure by Vakul Garg · 6 years ago
  99. bf17b67 net/tls: Make function get_rec() static by Wei Yongjun · 6 years ago
  100. c774973 tls: Fixed a memory leak during socket close by Vakul Garg · 6 years ago