summaryrefslogtreecommitdiff
path: root/net/tls/tls_sw.c
AgeCommit message (Expand)Author
2022-04-10tls: rx: inline consuming the skb at the end of the loopJakub Kicinski
2022-04-10tls: rx: pull most of zc check out of the loopJakub Kicinski
2022-04-10tls: rx: don't track the async countJakub Kicinski
2022-04-10tls: rx: don't handle async in tls_sw_advance_skb()Jakub Kicinski
2022-04-10tls: rx: factor out writing ContentType to cmsgJakub Kicinski
2022-04-10tls: rx: simplify async waitJakub Kicinski
2022-04-10tls: rx: wrap decryption arguments in a structureJakub Kicinski
2022-04-10tls: rx: don't report text length from the bowels of decryptJakub Kicinski
2022-04-10tls: rx: drop unnecessary arguments from tls_setup_from_iter()Jakub Kicinski
2022-04-08tls: hw: rx: use return value of tls_device_decrypted() to carry statusJakub Kicinski
2022-04-08tls: rx: refactor decrypt_skb_update()Jakub Kicinski
2022-04-08tls: rx: don't issue wake ups when data is decryptedJakub Kicinski
2022-04-08tls: rx: replace 'back' with 'offset'Jakub Kicinski
2022-04-08tls: rx: use a define for tag lengthJakub Kicinski
2022-04-08tls: rx: init decrypted status in tls_read_size()Jakub Kicinski
2022-04-08tls: rx: don't store the decryption status in socket contextJakub Kicinski
2022-04-08tls: rx: don't store the record type in socket contextJakub Kicinski
2022-04-08tls: rx: drop pointless else after gotoJakub Kicinski
2022-04-08tls: rx: jump to a more appropriate labelJakub Kicinski
2022-04-01net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan
2022-02-04tls: cap the output scatter list to something reasonableJakub Kicinski
2022-01-17net/tls: Fix another skb memory leak when running kTLS trafficGal Pressman
2022-01-07net/tls: Fix skb memory leak when running kTLS trafficGal Pressman
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-30net/tls: simplify the tls_set_sw_offload functionTianjia Zhang
2021-11-29net/tls: Fix authentication failure in CCM modeTianjia Zhang
2021-11-25tls: splice_read: fix accessing pre-processed recordsJakub Kicinski
2021-11-25tls: splice_read: fix record type checkJakub Kicinski
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-28net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2021-09-28net/tls: support SM4 CCM algorithmTianjia Zhang
2021-09-16net/tls: support SM4 GCM/CCM algorithmTianjia Zhang
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-21tls: prevent oversized sendfile() hangs by ignoring MSG_MOREJakub Kicinski
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-14tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma
2021-05-12tls splice: remove inappropriate flags checking for MSG_PEEKJim Ma
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-27net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko
2020-11-27net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko
2020-11-27net/tls: make inline helpers protocol-awareVadim Fedorenko
2020-11-20net/tls: missing received data after fast remote closeVadim Fedorenko
2020-11-16net/tls: fix corrupted data in recvmsgVadim Fedorenko
2020-09-24net/tls: race causes kernel panicRohit Maheshwari
2020-08-07net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend