summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
2019-08-15net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend
2019-08-09net/tls: swap sk_write_space on closeJakub Kicinski
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub 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-08net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski
2019-07-08net/tls: add missing prot info initJakub Kicinski
2019-07-08net/tls: don't clear TX resync flag on errorDirk van der Merwe
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-07net/tls: fix poll ignoring partially copied recordsJakub Kicinski
2019-07-01net/tls: make sure offload also gets the keys wipedJakub Kicinski
2019-07-01net/tls: reject offload of TLS 1.3Jakub Kicinski
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-24net/tls: fix page double free on TX cleanupDirk van der Merwe
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-12net: tls, correctly account for copied bytes with multiple sk_msgsJohn Fastabend
2019-06-11net/tls: add kernel-driven resync mechanism for TXJakub Kicinski
2019-06-11net/tls: generalize the resync callbackJakub Kicinski
2019-06-11net/tls: add kernel-driven TLS RX resyncJakub Kicinski
2019-06-11net/tls: rename handle_device_resync()Jakub Kicinski
2019-06-11net/tls: pass record number as a byte arrayJakub Kicinski
2019-06-11net/tls: simplify seq calculation in handle_device_resync()Jakub Kicinski
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-06net/tls: export TLS per skb encryptionDirk van der Merwe
2019-06-04net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski
2019-06-04net/tls: use version from protJakub Kicinski
2019-06-04net/tls: don't re-check msg decrypted status in tls_device_decrypted()Jakub Kicinski
2019-06-04net/tls: don't look for decrypted frames on non-offloaded socketsJakub Kicinski
2019-06-04net/tls: remove false positive warningJakub Kicinski
2019-06-04net/tls: check return values from skb_copy_bits() and skb_store_bits()Jakub Kicinski
2019-06-04net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski
2019-06-04Revert "net/tls: avoid NULL-deref on resync during device removal"Jakub Kicinski
2019-05-26net/tls: fix no wakeup on partial readsJakub Kicinski
2019-05-26net/tls: fix lowat calculation if some data came from previous recordJakub Kicinski
2019-05-22net/tls: don't ignore netdev notifications if no TLS featuresJakub Kicinski
2019-05-22net/tls: fix state removal with feature flags offJakub Kicinski
2019-05-22net/tls: avoid NULL-deref on resync during device removalJakub Kicinski
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-09net/tls: handle errors from padding_length()Jakub Kicinski
2019-05-09net/tls: remove set but not used variablesJakub Kicinski
2019-05-09net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-01net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski
2019-04-27net/tls: fix copy to fragments in reencryptJakub Kicinski
2019-04-27net/tls: don't copy negative amounts of data in reencryptJakub Kicinski