Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang
2021-03-25net/tls: Fix a typo in tls_device.cWang Hai
2021-02-12net/tls: Select SOCK_RX_QUEUE_MAPPING from TLS_DEVICETariq Toukan
2021-01-19net/tls: Except bond interface from some TLS checksTariq Toukan
2021-01-19net/tls: Device offload to use lowest netdevice in chainTariq Toukan
2020-12-15net: fix proc_fs init handling in af_packet and tlsYonatan Linik
2020-12-02net/tls: make sure tls offload sets salt_sizeRohit Maheshwari
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-28net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko
2020-11-28net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko
2020-11-28net/tls: make inline helpers protocol-awareVadim Fedorenko
2020-11-26net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy
2020-11-20net/tls: missing received data after fast remote closeVadim Fedorenko
2020-11-18net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan
2020-11-17net/tls: fix corrupted data in recvmsgVadim Fedorenko
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-14net/tls: use semicolons rather than commas to separate statementsJulia Lawall
2020-10-10net/tls: sendfile fails with ktls offloadRohit Maheshwari
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-25net/tls: race causes kernel panicRohit Maheshwari
2020-09-01net/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa
2020-08-11net/tls: Fix kmap usageIra Weiny
2020-08-08net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-28net: remove sockptr_advanceChristoph Hellwig
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-28net/tls: Add asynchronous resyncBoris Pismenny
2020-06-28Revert "net/tls: Add force_resync for driver resync"Boris Pismenny
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-11Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-02bpf: Fix running sk_skb program types with ktlsJohn Fastabend
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-28net/tls: Add force_resync for driver resyncTariq Toukan
2020-05-26net/tls: fix race condition causing kernel panicVinay Kumar Yadav
2020-05-22net/tls: free record only on encryption errorVadim Fedorenko
2020-05-22net/tls: fix encryption error checkingVadim Fedorenko
2020-04-27net/tls: Fix sk_psock refcnt leak when in tls_data_ready()Xiyu Yang
2020-04-27net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()Xiyu Yang
2020-04-15net: tls: Avoid assigning 'const' pointer to non-const pointerWill Deacon
2020-04-09net/tls: fix const assignment warningArnd Bergmann
2020-03-22net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki
2020-03-22net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki
2020-03-22net/tls: Constify base proto ops used for building tls protoJakub Sitnicki
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-22net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki
2020-02-20net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-01-16bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend