1. ffa81fa net/tls: Implement getsockopt SOL_TLS TLS_RX by Yutaro Hayakawa · 4 years, 4 months ago
  2. b06c19d net/tls: Fix kmap usage by Ira Weiny · 4 years, 5 months ago
  3. 1c3b63f net/tls: allow MSG_CMSG_COMPAT in sendmsg by Rouven Czerwinski · 4 years, 5 months ago
  4. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  5. d3c4815 net: remove sockptr_advance by Christoph Hellwig · 4 years, 6 months ago
  6. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 6 months ago
  7. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  8. ed9b764 net/tls: Add asynchronous resync by Boris Pismenny · 4 years, 7 months ago
  9. acb5a07 Revert "net/tls: Add force_resync for driver resync" by Boris Pismenny · 4 years, 7 months ago
  10. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  11. 4152d14 Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux by Linus Torvalds · 4 years, 7 months ago
  12. e91de6a bpf: Fix running sk_skb program types with ktls by John Fastabend · 4 years, 8 months ago
  13. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  14. b3ae245 net/tls: Add force_resync for driver resync by Tariq Toukan · 4 years, 8 months ago
  15. 0cada33 net/tls: fix race condition causing kernel panic by Vinay Kumar Yadav · 4 years, 8 months ago
  16. 635d939 net/tls: free record only on encryption error by Vadim Fedorenko · 4 years, 8 months ago
  17. a7bff11 net/tls: fix encryption error checking by Vadim Fedorenko · 4 years, 8 months ago
  18. 62b4011 net/tls: Fix sk_psock refcnt leak when in tls_data_ready() by Xiyu Yang · 4 years, 9 months ago
  19. 095f561 net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict() by Xiyu Yang · 4 years, 9 months ago
  20. 9a89394 net: tls: Avoid assigning 'const' pointer to non-const pointer by Will Deacon · 4 years, 9 months ago
  21. f691a25 net/tls: fix const assignment warning by Arnd Bergmann · 4 years, 9 months ago
  22. d5bee73 net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCE by Jakub Sitnicki · 4 years, 10 months ago
  23. 5bb4c45 net/tls: Read sk_prot once when building tls proto ops by Jakub Sitnicki · 4 years, 10 months ago
  24. f13fe3e net/tls: Constify base proto ops used for building tls proto by Jakub Sitnicki · 4 years, 10 months ago
  25. b105e8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 11 months ago
  26. b8e202d net, sk_msg: Annotate lockless access to sk_prot on clone by Jakub Sitnicki · 5 years ago
  27. 06f5201c net/tls: Fix to avoid gettig invalid tls record by Rohit Maheshwari · 5 years ago
  28. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  29. 3981f95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  30. 7361d44 bpf: Sockmap/tls, fix pop data with SK_DROP return code by John Fastabend · 5 years ago
  31. 9aaaa56 bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining by John Fastabend · 5 years ago
  32. d468e47 bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt buf by John Fastabend · 5 years ago
  33. 33bfe20 bpf: Sockmap/tls, push write_space updates through ulp updates by John Fastabend · 5 years ago
  34. db885e6 net/tls: fix async operation by Jakub Kicinski · 5 years ago
  35. 5c5d22a net/tls: avoid spurious decryption error with HW resync by Jakub Kicinski · 5 years ago
  36. 8d5a49e net/tls: add helper for testing if socket is RX offloaded by Jakub Kicinski · 5 years ago
  37. 4a5cdc6 net/tls: Fix return values to avoid ENOTSUPP by Valentin Vidic · 5 years ago
  38. c5daa6c net/tls: use sg_next() to walk sg entries by Jakub Kicinski · 5 years ago
  39. 9e5ffed net/tls: remove the dead inplace_crypto code by Jakub Kicinski · 5 years ago
  40. d10523d net/tls: free the record on encryption error by Jakub Kicinski · 5 years ago
  41. c329ef9 net/tls: take into account that bpf_exec_tx_verdict() may free the record by Jakub Kicinski · 5 years ago
  42. a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
  43. d4ffb02 net/tls: enable sk_msg redirect to tls socket egress by Willem de Bruijn · 5 years ago
  44. d6649d7 net/tls: Fix unused function warning by YueHaibing · 5 years ago
  45. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  46. 79ffe60 net/tls: add a TX lock by Jakub Kicinski · 5 years ago
  47. 02b1fa0 net/tls: don't pay attention to sk_write_pending when pushing partial records by Jakub Kicinski · 5 years ago
  48. bc76e5b net/tls: store decrypted on a single bit by Jakub Kicinski · 5 years ago
  49. 5c5458e net/tls: store async_capable on a single bit by Jakub Kicinski · 5 years ago
  50. 4de30a8 net/tls: pass context to tls_device_decrypted() by Jakub Kicinski · 5 years ago
  51. 34ef1ed net/tls: make allocation failure unlikely by Jakub Kicinski · 5 years ago
  52. 93277b2 net/tls: mark sk->err being set as unlikely by Jakub Kicinski · 5 years ago
  53. a4d26fd net/tls: add TlsDeviceRxResync statistic by Jakub Kicinski · 5 years ago
  54. 5c5ec66 net/tls: add TlsDecryptError stat by Jakub Kicinski · 5 years ago
  55. b32fd3c net/tls: add statistics for installed sessions by Jakub Kicinski · 5 years ago
  56. d26b698 net/tls: add skeleton of MIB statistics by Jakub Kicinski · 5 years ago
  57. 9ec1c6a net/tls: add device decrypted trace point by Jakub Kicinski · 5 years ago
  58. 8538d29 net/tls: add tracing for device/offload events by Jakub Kicinski · 5 years ago
  59. 53b4414 net/tls: allow compiling TLS TOE out by Jakub Kicinski · 5 years ago
  60. 0eb8745 net/tls: rename tls_hw_* functions tls_toe_* by Jakub Kicinski · 5 years ago
  61. 08700da net/tls: move TOE-related code to a separate file by Jakub Kicinski · 5 years ago
  62. 16bed0e net/tls: move tls_build_proto() on init path by Jakub Kicinski · 5 years ago
  63. f21912e net/tls: rename tls_device to tls_toe_device by Jakub Kicinski · 5 years ago
  64. 25a3cd81 net/tls: move TOE-related structures to a separate header by Jakub Kicinski · 5 years ago
  65. e681cc6 net/tls: align non temporal copy to cache lines by Jakub Kicinski · 5 years ago
  66. e7b159a net/tls: remove the record tail optimization by Jakub Kicinski · 5 years ago
  67. d4774ac net/tls: use RCU for the adder to the offload record list by Jakub Kicinski · 5 years ago
  68. 7ccd451 net/tls: unref frags in order by Jakub Kicinski · 5 years ago
  69. 6e3d02b net/tls: dedup the record cleanup by Jakub Kicinski · 5 years ago
  70. be2fbc1 net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICE by Jakub Kicinski · 5 years ago
  71. 3544c98a net/tls: narrow down the critical area of device_offload_lock by Jakub Kicinski · 5 years ago
  72. 90962b4 net/tls: don't jump to return by Jakub Kicinski · 5 years ago
  73. be7bbea net/tls: use the full sk_proto pointer by Jakub Kicinski · 5 years ago
  74. 26811cc net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diag by Davide Caratti · 5 years ago
  75. 15a7dea net/tls: use RCU protection on icsk->icsk_ulp_data by Jakub Kicinski · 5 years ago
  76. 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  77. d85f017 net: tls, fix sk_write_space NULL write when tx disabled by John Fastabend · 5 years ago
  78. 57c722e net/tls: swap sk_write_space on close by Jakub Kicinski · 5 years ago
  79. 4147766 net/tls: prevent skb_orphan() from leaking TLS plain text with offload by Jakub Kicinski · 5 years ago
  80. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  81. 5d92e63 net/tls: partially revert fix transition through disconnect with close by Jakub Kicinski · 5 years ago
  82. b54c9d5 net: Use skb_frag_off accessors by Jonathan Lemon · 5 years ago
  83. d8e18a5 net: Use skb accessors in network core by Matthew Wilcox (Oracle) · 5 years ago
  84. 95fa145 bpf: sockmap/tls, close can race with map free by John Fastabend · 5 years ago
  85. 32857cf net/tls: fix transition through disconnect with close by John Fastabend · 5 years ago
  86. 313ab00 net/tls: remove sock unlock/lock around strp_done() by John Fastabend · 5 years ago
  87. f87e62d net/tls: remove close callback sock unlock/lock around TX work flush by John Fastabend · 5 years ago
  88. ac78fc1 net/tls: don't call tls_sk_proto_close for hw record offload by Jakub Kicinski · 5 years ago
  89. 318892a net/tls: don't arm strparser immediately in tls_set_sw_offload() by Jakub Kicinski · 5 years ago
  90. 5c4b460 net/tls: fix socket wmem accounting on fallback with netem by Jakub Kicinski · 6 years ago
  91. ab232e6 net/tls: add missing prot info init by Jakub Kicinski · 6 years ago
  92. b5d9a83 net/tls: don't clear TX resync flag on error by Dirk van der Merwe · 6 years ago
  93. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  94. 13aecb1 net/tls: fix poll ignoring partially copied records by Jakub Kicinski · 6 years ago
  95. acd3e96 net/tls: make sure offload also gets the keys wiped by Jakub Kicinski · 6 years ago
  96. 618bac4 net/tls: reject offload of TLS 1.3 by Jakub Kicinski · 6 years ago
  97. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  98. 9354544 net/tls: fix page double free on TX cleanup by Dirk van der Merwe · 6 years ago
  99. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  100. 648ee6c net: tls, correctly account for copied bytes with multiple sk_msgs by John Fastabend · 6 years ago