index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
tls
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-24
net/tls: Remove the context from the list in tls_device_down
Maxim Mikityanskiy
1
-1
/
+6
2022-07-18
net/tls: Fix race in TLS device down flow
Tariq Toukan
1
-3
/
+5
2022-07-14
net/tls: Check for errors in tls_device_init
Tariq Toukan
2
-3
/
+8
2022-07-06
Revert "tls: rx: move counting TlsDecryptErrors for sync"
Gal Pressman
1
-4
/
+4
2022-06-23
sock: redo the psock vs ULP protection check
Jakub Kicinski
1
-0
/
+2
2022-06-23
Revert "net/tls: fix tls_sk_proto_close executed repeatedly"
Jakub Kicinski
1
-3
/
+0
2022-06-20
net/tls: fix tls_sk_proto_close executed repeatedly
Ziyang Xuan
1
-0
/
+3
2022-06-09
tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TX
Maxim Mikityanskiy
1
-4
/
+4
2022-05-19
net: tls: fix messing up lists when bpf enabled
Jakub Kicinski
1
-1
/
+3
2022-05-19
tls: Add opt-in zerocopy mode of sendfile()
Boris Pismenny
2
-13
/
+95
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2022-05-12
tls: Fix context leak on tls_device_down
Maxim Mikityanskiy
1
-0
/
+3
2022-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+7
2022-04-27
tls: Skip tls_append_frag on zero copy size
Maxim Mikityanskiy
1
-5
/
+7
2022-04-26
net: tls: fix async vs NIC crypto offload
Jakub Kicinski
1
-0
/
+2
2022-04-26
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
1
-2
/
+0
2022-04-13
tls: rx: only copy IV from the packet for TLS 1.2
Jakub Kicinski
1
-10
/
+10
2022-04-13
tls: rx: use MAX_IV_SIZE for allocations
Jakub Kicinski
1
-1
/
+1
2022-04-13
tls: rx: use async as an in-out argument
Jakub Kicinski
1
-15
/
+16
2022-04-13
tls: rx: return the already-copied data on crypto error
Jakub Kicinski
1
-6
/
+10
2022-04-13
tls: rx: treat process_rx_list() errors as transient
Jakub Kicinski
1
-12
/
+8
2022-04-13
tls: rx: assume crypto always calls our callback
Jakub Kicinski
1
-3
/
+0
2022-04-13
tls: rx: don't handle TLS 1.3 in the async crypto callback
Jakub Kicinski
1
-10
/
+5
2022-04-13
tls: rx: move counting TlsDecryptErrors for sync
Jakub Kicinski
1
-2
/
+2
2022-04-13
tls: rx: reuse leave_on_list label for psock
Jakub Kicinski
1
-8
/
+4
2022-04-13
tls: rx: consistently use unlocked accessors for rx_list
Jakub Kicinski
1
-5
/
+5
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
1
-3
/
+0
2022-04-10
tls: rx: jump out for cases which need to leave skb on list
Jakub Kicinski
1
-21
/
+22
2022-04-10
tls: rx: clear ctx->recv_pkt earlier
Jakub Kicinski
1
-9
/
+7
2022-04-10
tls: rx: inline consuming the skb at the end of the loop
Jakub Kicinski
1
-24
/
+5
2022-04-10
tls: rx: pull most of zc check out of the loop
Jakub Kicinski
1
-4
/
+5
2022-04-10
tls: rx: don't track the async count
Jakub Kicinski
1
-7
/
+5
2022-04-10
tls: rx: don't handle async in tls_sw_advance_skb()
Jakub Kicinski
1
-13
/
+9
2022-04-10
tls: rx: factor out writing ContentType to cmsg
Jakub Kicinski
1
-55
/
+36
2022-04-10
tls: rx: simplify async wait
Jakub Kicinski
1
-12
/
+2
2022-04-10
tls: rx: wrap decryption arguments in a structure
Jakub Kicinski
1
-22
/
+27
2022-04-10
tls: rx: don't report text length from the bowels of decrypt
Jakub Kicinski
1
-19
/
+14
2022-04-10
tls: rx: drop unnecessary arguments from tls_setup_from_iter()
Jakub Kicinski
1
-8
/
+6
2022-04-08
tls: hw: rx: use return value of tls_device_decrypted() to carry status
Jakub Kicinski
2
-8
/
+4
2022-04-08
tls: rx: refactor decrypt_skb_update()
Jakub Kicinski
1
-33
/
+33
2022-04-08
tls: rx: don't issue wake ups when data is decrypted
Jakub Kicinski
1
-2
/
+0
2022-04-08
tls: rx: replace 'back' with 'offset'
Jakub Kicinski
1
-5
/
+4
2022-04-08
tls: rx: use a define for tag length
Jakub Kicinski
1
-2
/
+2
2022-04-08
tls: rx: init decrypted status in tls_read_size()
Jakub Kicinski
1
-4
/
+1
2022-04-08
tls: rx: don't store the decryption status in socket context
Jakub Kicinski
2
-5
/
+8
2022-04-08
tls: rx: don't store the record type in socket context
Jakub Kicinski
1
-21
/
+17
2022-04-08
tls: rx: drop pointless else after goto
Jakub Kicinski
1
-2
/
+1
2022-04-08
tls: rx: jump to a more appropriate label
Jakub Kicinski
1
-3
/
+4
2022-04-01
net/tls: fix slab-out-of-bounds bug in decrypt_internal
Ziyang Xuan
1
-1
/
+1
2022-03-21
net/tls: optimize judgement processes in tls_set_device_offload()
Ziyang Xuan
1
-31
/
+31
[next]