summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
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
2019-04-27net/tls: byte swap device req TCP seq no upon settingJakub Kicinski
2019-04-27net/tls: remove old exports of sk_destruct functionsJakub Kicinski
2019-04-27net/tls: don't log errors every time offload can't proceedJakub Kicinski
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-20net/tls: don't leak IV and record seq when offload failsJakub Kicinski
2019-04-20net/tls: avoid potential deadlock in tls_set_device_offload_rx()Jakub Kicinski
2019-04-18net/tls: fix refcount adjustment in fallbackJakub Kicinski
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-10net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski
2019-04-10net/tls: fix the IV leaksJakub Kicinski
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-29net: tls: prevent false connection termination with offloadJakub Kicinski
2019-03-21net/tls: Replace kfree_skb() with consume_skb()Vakul Garg
2019-03-20net/tls: Add support of AES128-CCM based ciphersVakul Garg
2019-03-13net/tls: Inform user space about send buffer availabilityVakul Garg
2019-03-03tls: Fix tls_device receiveBoris Pismenny
2019-03-03tls: Fix mixing between async capable and asyncEran Ben Elisha
2019-03-03tls: Fix write space handlingBoris Pismenny
2019-03-03tls: Fix tls_device handling of partial recordsBoris Pismenny
2019-02-24tls: Return type of non-data records retrieved using MSG_PEEK in recvmsgVakul Garg
2019-02-19net/tls: Move protocol constants from cipher context to tls contextVakul Garg
2019-02-12net/tls: Do not use async crypto for non-data recordsVakul Garg
2019-02-09net/tls: Disable async decrytion for tls1.3Vakul Garg
2019-02-01net: tls: Set async_capable for tls zerocopy only if we see EINPROGRESSDave Watson
2019-02-01net: tls: Add tls 1.3 supportDave Watson
2019-02-01net: tls: Refactor control message handling on recvDave Watson
2019-02-01net: tls: Refactor tls aad space size calculationDave Watson
2019-02-01net: tls: Support 256 bit keysDave Watson
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-28net: tls: Fix deadlock in free_resources txDave Watson
2019-01-28net: tls: Save iv in tls_rec for async crypto requestsDave Watson
2019-01-22net/tls: free ctx in sock destructAtul Gupta
2019-01-22net/tls: build_protos moved to common routineAtul Gupta
2019-01-17tls: Fix recvmsg() to be able to peek across multiple recordsVakul Garg
2019-01-17net/tls: Make function tls_sw_do_sendpage staticYueHaibing
2019-01-17net/tls: remove unused function tls_sw_sendpage_lockedYueHaibing
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-21tls: Do not call sk_memcopy_from_iter with zero lengthVakul Garg
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-20bpf: tls_sw, init TLS ULP removes BPF proto hooksJohn Fastabend
2018-12-20bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller