aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-30net/tls: simplify the tls_set_sw_offload functionTianjia Zhang1-19/+17
2021-11-25tls: fix replacing proto_opsJakub Kicinski1-7/+40
2021-11-25tls: splice_read: fix accessing pre-processed recordsJakub Kicinski1-8/+25
2021-11-25tls: splice_read: fix record type checkJakub Kicinski1-13/+10
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+17
2021-10-28net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan1-1/+1
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan1-4/+13
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang2-3/+3
2021-10-25net/tls: getsockopt supports complete algorithm listTianjia Zhang1-0/+42
2021-09-28net/tls: support SM4 CCM algorithmTianjia Zhang1-4/+16
2021-09-16net/tls: support SM4 GCM/CCM algorithmTianjia Zhang2-0/+80
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-21tls: prevent oversized sendfile() hangs by ignoring MSG_MOREJakub Kicinski1-1/+1
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce1-1/+1
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-11/+57
2021-06-01net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy3-5/+55
2021-06-01net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy1-7/+3
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+6
2021-05-14tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma1-5/+6
2021-05-12tls splice: remove inappropriate flags checking for MSG_PEEKJim Ma1-2/+1
2021-04-27net/tls: Remove redundant initialization of recordJiapeng Chong1-1/+1
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang1-2/+2
2021-03-24net/tls: Fix a typo in tls_device.cWang Hai1-1/+1
2021-02-11net/tls: Select SOCK_RX_QUEUE_MAPPING from TLS_DEVICETariq Toukan1-0/+1
2021-01-18net/tls: Except bond interface from some TLS checksTariq Toukan2-1/+3
2021-01-18net/tls: Device offload to use lowest netdevice in chainTariq Toukan1-1/+1
2020-12-14net: fix proc_fs init handling in af_packet and tlsYonatan Linik1-0/+3
2020-12-01net/tls: make sure tls offload sets salt_sizeRohit Maheshwari1-1/+3
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+10
2020-11-27net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko2-0/+19
2020-11-27net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko1-2/+4
2020-11-27net/tls: make inline helpers protocol-awareVadim Fedorenko3-14/+13
2020-11-25net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy1-1/+4
2020-11-20net/tls: missing received data after fast remote closeVadim Fedorenko1-0/+6
2020-11-17net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan1-10/+27
2020-11-16net/tls: fix corrupted data in recvmsgVadim Fedorenko1-1/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+6
2020-10-13net/tls: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-10-09net/tls: sendfile fails with ktls offloadRohit Maheshwari1-5/+6
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+7
2020-09-24net/tls: race causes kernel panicRohit Maheshwari1-2/+7
2020-09-01net/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa1-8/+17
2020-08-11net/tls: Fix kmap usageIra Weiny1-1/+2
2020-08-07net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski1-1/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-14/+63
2020-07-28net: remove sockptr_advanceChristoph Hellwig1-3/+3
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-8/+9
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-27net/tls: Add asynchronous resyncBoris Pismenny1-0/+51
2020-06-27Revert "net/tls: Add force_resync for driver resync"Boris Pismenny1-6/+3