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
AgeCommit message (Expand)Author
2020-11-28net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko
2020-10-14net/tls: use semicolons rather than commas to separate statementsJulia Lawall
2020-09-01net/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa
2020-07-28net: remove sockptr_advanceChristoph Hellwig
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-06-11Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
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-22net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki
2020-01-16bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend
2019-12-07net/tls: Fix return values to avoid ENOTSUPPValentin Vidic
2019-11-29net/tls: use sg_next() to walk sg entriesJakub Kicinski
2019-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-20net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-07net/tls: add a TX lockJakub Kicinski
2019-10-06net/tls: add statistics for installed sessionsJakub Kicinski
2019-10-06net/tls: add skeleton of MIB statisticsJakub Kicinski
2019-10-05net/tls: allow compiling TLS TOE outJakub Kicinski
2019-10-05net/tls: rename tls_hw_* functions tls_toe_*Jakub Kicinski
2019-10-05net/tls: move TOE-related code to a separate fileJakub Kicinski
2019-10-05net/tls: move tls_build_proto() on init pathJakub Kicinski
2019-10-05net/tls: rename tls_device to tls_toe_deviceJakub Kicinski
2019-10-05net/tls: move TOE-related structures to a separate headerJakub Kicinski
2019-09-05net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski
2019-09-05net/tls: use the full sk_proto pointerJakub Kicinski
2019-09-01net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti
2019-09-01net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski
2019-08-15net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend
2019-08-10net/tls: swap sk_write_space on closeJakub Kicinski
2019-08-05net/tls: partially revert fix transition through disconnect with closeJakub Kicinski
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend
2019-07-22net/tls: fix transition through disconnect with closeJohn Fastabend
2019-07-22net/tls: remove sock unlock/lock around strp_done()John Fastabend
2019-07-22net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend
2019-07-22net/tls: don't call tls_sk_proto_close for hw record offloadJakub Kicinski
2019-07-22net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski
2019-07-02net/tls: make sure offload also gets the keys wipedJakub Kicinski
2019-06-24net/tls: fix page double free on TX cleanupDirk van der Merwe
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-21net/tls: don't leak IV and record seq when offload failsJakub Kicinski
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-11net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski
2019-03-20net/tls: Add support of AES128-CCM based ciphersVakul Garg
2019-03-14net/tls: Inform user space about send buffer availabilityVakul Garg
2019-03-04tls: Fix write space handlingBoris Pismenny