Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
79ffe6087e9145d2377385cac48d0d6a6b4225a5
/
net
/
tls
/
tls_sw.c
79ffe60
net/tls: add a TX lock
by Jakub Kicinski
· 5 years ago
02b1fa0
net/tls: don't pay attention to sk_write_pending when pushing partial records
by Jakub Kicinski
· 5 years ago
be2fbc1
net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICE
by Jakub Kicinski
· 5 years ago
313ab00
net/tls: remove sock unlock/lock around strp_done()
by John Fastabend
· 5 years ago
f87e62d
net/tls: remove close callback sock unlock/lock around TX work flush
by John Fastabend
· 5 years ago
318892a
net/tls: don't arm strparser immediately in tls_set_sw_offload()
by Jakub Kicinski
· 5 years ago
af144a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 5 years ago
13aecb1
net/tls: fix poll ignoring partially copied records
by Jakub Kicinski
· 5 years ago
13091aa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
648ee6c
net: tls, correctly account for copied bytes with multiple sk_msgs
by John Fastabend
· 6 years ago
f953d33b
net/tls: add kernel-driven TLS RX resync
by Jakub Kicinski
· 6 years ago
fe58a5a
net/tls: rename handle_device_resync()
by Jakub Kicinski
· 6 years ago
89fec47
net/tls: pass record number as a byte array
by Jakub Kicinski
· 6 years ago
fb0f886
net/tls: don't pass version to tls_advance_record_sn()
by Jakub Kicinski
· 6 years ago
b9d8fec
net/tls: don't look for decrypted frames on non-offloaded sockets
by Jakub Kicinski
· 6 years ago
04b25a5
net/tls: fix no wakeup on partial reads
by Jakub Kicinski
· 6 years ago
46a1695
net/tls: fix lowat calculation if some data came from previous record
by Jakub Kicinski
· 6 years ago
b53f497
net/tls: handle errors from padding_length()
by Jakub Kicinski
· 6 years ago
8b44836
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
12c7686
net/tls: don't leak IV and record seq when offload fails
by Jakub Kicinski
· 6 years ago
6b0a7f8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
35b71a34
net/tls: don't leak partially sent record in device mode
by Jakub Kicinski
· 6 years ago
f83f715
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c43ac97
net: tls: prevent false connection termination with offload
by Jakub Kicinski
· 6 years ago
a88c26f
net/tls: Replace kfree_skb() with consume_skb()
by Vakul Garg
· 6 years ago
f295b3a
net/tls: Add support of AES128-CCM based ciphers
by Vakul Garg
· 6 years ago
d069b78
tls: Fix tls_device receive
by Boris Pismenny
· 6 years ago
7754bd6
tls: Fix mixing between async capable and async
by Eran Ben Elisha
· 6 years ago
7463d3a
tls: Fix write space handling
by Boris Pismenny
· 6 years ago
2b794c4
tls: Return type of non-data records retrieved using MSG_PEEK in recvmsg
by Vakul Garg
· 6 years ago
4509de1
net/tls: Move protocol constants from cipher context to tls context
by Vakul Garg
· 6 years ago
c0ab473
net/tls: Do not use async crypto for non-data records
by Vakul Garg
· 6 years ago
8497ded
net/tls: Disable async decrytion for tls1.3
by Vakul Garg
· 6 years ago
5b053e1
net: tls: Set async_capable for tls zerocopy only if we see EINPROGRESS
by Dave Watson
· 6 years ago
130b392
net: tls: Add tls 1.3 support
by Dave Watson
· 6 years ago
fedf201
net: tls: Refactor control message handling on recv
by Dave Watson
· 6 years ago
a2ef9b6
net: tls: Refactor tls aad space size calculation
by Dave Watson
· 6 years ago
fb99bce
net: tls: Support 256 bit keys
by Dave Watson
· 6 years ago
eaf2a47
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
1023121
net: tls: Fix deadlock in free_resources tx
by Dave Watson
· 6 years ago
32eb67b
net: tls: Save iv in tls_rec for async crypto requests
by Dave Watson
· 6 years ago
692d7b5
tls: Fix recvmsg() to be able to peek across multiple records
by Vakul Garg
· 6 years ago
01cb8a1
net/tls: Make function tls_sw_do_sendpage static
by YueHaibing
· 6 years ago
f3de19a
net/tls: remove unused function tls_sw_sendpage_locked
by YueHaibing
· 6 years ago
ce28bb4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
65a10e2
tls: Do not call sk_memcopy_from_iter with zero length
by Vakul Garg
· 6 years ago
0608c69
bpf: sk_msg, sock{map|hash} redirect through ULP
by John Fastabend
· 6 years ago
7246d8e
bpf: helper to pop data from messages
by John Fastabend
· 6 years ago
9931a07
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
00e2370
iov_iter: Use accessor function
by David Howells
· 6 years ago
02c558b
bpf: sockmap, support for msg_peek in sk_msg with redirect ingress
by John Fastabend
· 6 years ago
d3b18ad3
tls: add bpf support to sk_msg handling
by John Fastabend
· 6 years ago
924ad65
tls: replace poll implementation with read hook
by John Fastabend
· 6 years ago
d829e9c
tls: convert to generic sk_msg interface
by Daniel Borkmann
· 6 years ago
4e6d472
tls: Add support for inplace records encryption
by Vakul Garg
· 6 years ago
80ece6a
tls: Remove redundant vars from tls record structure
by Vakul Garg
· 6 years ago
bf17b67
net/tls: Make function get_rec() static
by Wei Yongjun
· 6 years ago
c774973
tls: Fixed a memory leak during socket close
by Vakul Garg
· 6 years ago
b85135b
tls: Fix socket mem accounting error under async encryption
by Vakul Garg
· 6 years ago
4128c0c
tls: Fixed uninitialised vars warning
by Vakul Garg
· 6 years ago
9932a29
net/tls: Fixed race condition in async encryption
by Vakul Garg
· 6 years ago
a42055e
net/tls: Add support for async encryption of records for performance
by Vakul Garg
· 6 years ago
e366fa4
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
50c6b58
tls: fix currently broken MSG_PEEK behavior
by Daniel Borkmann
· 6 years ago
7a3dd8c
tls: async support causes out-of-bounds access in crypto APIs
by John Fastabend
· 6 years ago
86029d1
tls: zero the crypto information from tls_context before freeing
by Sabrina Dubroca
· 6 years ago
7cba09c
tls: don't copy the key out of tls12_crypto_info_aes_gcm_128
by Sabrina Dubroca
· 6 years ago
aaf9253
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
1500857
net/tls: Fixed return value when tls_complete_pending_work() fails
by Vakul Garg
· 6 years ago
52ea992
net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPC
by Vakul Garg
· 6 years ago
94524d8
net/tls: Add support for async decryption of tls records
by Vakul Garg
· 6 years ago
0927f71
net/tls: Calculate nsg for zerocopy path without skb_cow_data.
by Doron Roberts-Kedes
· 6 years ago
0b243d0
net/tls: Combined memory allocation for decryption request
by Vakul Garg
· 6 years ago
cfb4099
net/tls: Mark the end in scatterlist table
by Vakul Garg
· 6 years ago
969d509
net/tls: Use kmemdup to simplify the code
by zhong jiang
· 6 years ago
ad13acc
net/tls: Use socket data_ready callback on record availability
by Vakul Garg
· 6 years ago
2da19ed
tls: Fix improper revert in zerocopy_from_iter
by Doron Roberts-Kedes
· 6 years ago
5a3611e
tls: Remove dead code in tls_sw_sendmsg
by Doron Roberts-Kedes
· 6 years ago
0a26cf3
tls: Skip zerocopy path for ITER_KVEC
by Doron Roberts-Kedes
· 6 years ago
201876b
net/tls: Removed redundant checks for non-NULL
by Vakul Garg
· 6 years ago
1972549
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c4c5551
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
by David S. Miller
· 6 years ago
fcf4793
tls: check RCV_SHUTDOWN in tls_wait_data
by Doron Roberts-Kedes
· 6 years ago
32da122
tls: Stricter error checking in zerocopy sendmsg path
by Dave Watson
· 6 years ago
4718799
tls: Fix zerocopy_from_iter iov handling
by Boris Pismenny
· 6 years ago
4799ac8
tls: Add rx inline crypto offload
by Boris Pismenny
· 6 years ago
b190a58
tls: Fill software context without allocation
by Boris Pismenny
· 6 years ago
39f56e1
tls: Split tls_sw_release_resources_rx
by Boris Pismenny
· 6 years ago
dafb67f
tls: Split decrypt_skb to two functions
by Boris Pismenny
· 6 years ago
d2bdd26
net/tls: Use aead_request_alloc/free for request alloc/free
by Vakul Garg
· 6 years ago
52ee6ef
tls: fix skb_to_sgvec returning unhandled error.
by Doron Roberts-Kedes
· 6 years ago
5cd3da4
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
a11e1d4
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
by Linus Torvalds
· 7 years ago
3463e51
net/tls: Remove VLA usage on nonce
by Kees Cook
· 7 years ago
0ef8b45
tls: Removed unused variable
by Vakul Garg
· 7 years ago
06030db
tls: fix waitall behavior in tls_sw_recvmsg
by Daniel Borkmann
· 7 years ago
a447da7
tls: fix use-after-free in tls_push_record
by Daniel Borkmann
· 7 years ago
f6fadff
tls: fix NULL pointer dereference on poll
by Daniel Borkmann
· 7 years ago
7170e60
strparser: Add __strp_unpause and use it in ktls.
by Doron Roberts-Kedes
· 7 years ago
6f6e434
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
Next »