Daniel Borkmann
|
c16ee04c9b
ulp: remove uid and user_visible members
|
6 년 전 |
John Fastabend
|
924ad65ed0
tls: replace poll implementation with read hook
|
6 년 전 |
Vakul Garg
|
9932a29ab1
net/tls: Fixed race condition in async encryption
|
6 년 전 |
Vakul Garg
|
a42055e8d2
net/tls: Add support for async encryption of records for performance
|
6 년 전 |
Sabrina Dubroca
|
c844eb46b7
tls: clear key material from kernel memory when do_tls_setsockopt_conf fails
|
7 년 전 |
Sabrina Dubroca
|
86029d10af
tls: zero the crypto information from tls_context before freeing
|
7 년 전 |
John Fastabend
|
67db7cd249
tls: possible hang when do_tcp_sendpages hits sndbuf is full case
|
7 년 전 |
Daniel Borkmann
|
037b0b86ec
tcp, ulp: add alias for all ulp modules
|
7 년 전 |
Boris Pismenny
|
4799ac81e5
tls: Add rx inline crypto offload
|
7 년 전 |
Linus Torvalds
|
a11e1d432b
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
|
7 년 전 |
Daniel Borkmann
|
f6fadff33e
tls: fix NULL pointer dereference on poll
|
7 년 전 |
David S. Miller
|
b2d6cee117
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
7 년 전 |
Andre Tomt
|
080324c36a
net/tls: Fix connection stall on partial tls record
|
7 년 전 |
Eric Dumazet
|
98f0a39529
tls: fix use after free in tls_sk_proto_close
|
7 년 전 |
David S. Miller
|
a7b15ab887
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
7 년 전 |
Dave Watson
|
c212d2c7fc
net/tls: Don't recursively call push_record during tls_write_space callbacks
|
7 년 전 |
Ilya Lesokhin
|
e8f6979981
net/tls: Add generic NIC offload infrastructure
|
7 년 전 |
Boris Pismenny
|
f66de3ee2c
net/tls: Split conf to rx + tx
|
7 년 전 |
Atul Gupta
|
dd0bed1665
tls: support for Inline tls record
|
7 년 전 |
Dave Watson
|
c46234ebb4
tls: RX path for ktls
|
7 년 전 |
Dave Watson
|
583715853a
tls: Refactor variable names
|
7 년 전 |
Dave Watson
|
dbe425599b
tls: Move cipher info to a separate struct
|
7 년 전 |
Boris Pismenny
|
c113187d38
tls: Use correct sk->sk_prot for IPV6
|
7 년 전 |
Boris Pismenny
|
c410c1966f
tls: getsockopt return record sequence number
|
7 년 전 |
Boris Pismenny
|
257082e6ae
tls: reset the crypto info if copy_from_user fails
|
7 년 전 |
Boris Pismenny
|
a1dfa6812b
tls: retrun the correct IV in getsockopt
|
7 년 전 |
John Fastabend
|
b11a632c44
net: add a UID to use for ULP socket assignment
|
7 년 전 |
Sabrina Dubroca
|
6db959c82e
tls: reset crypto_info when do_tls_setsockopt_tx fails
|
7 년 전 |
Sabrina Dubroca
|
877d17c79b
tls: return -EBUSY if crypto_info is already set
|
7 년 전 |
Ilya Lesokhin
|
d91c3e17f7
net/tls: Only attach to sockets in ESTABLISHED state
|
7 년 전 |