Show patches with: Submitter = Vakul Garg       |   85 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[net-next,v2,1/1] net/tls: Replace kfree_skb() with consume_skb() [net-next,v2,1/1] net/tls: Replace kfree_skb() with consume_skb() - - - - --- 2019-03-21 Vakul Garg davem Accepted
[net-next] net/tls: Replace kfree_skb() with consume_skb() [net-next] net/tls: Replace kfree_skb() with consume_skb() - - - - --- 2019-03-21 Vakul Garg davem Superseded
[net-next,v2] net/tls: Add support of AES128-CCM based ciphers [net-next,v2] net/tls: Add support of AES128-CCM based ciphers - - - - --- 2019-03-20 Vakul Garg davem Accepted
[net-next] net/tls: Add support of AES128-CCM based ciphers [net-next] net/tls: Add support of AES128-CCM based ciphers - - - - --- 2019-03-19 Vakul Garg davem Changes Requested
[net,v2] net/tls: Inform user space about send buffer availability [net,v2] net/tls: Inform user space about send buffer availability - 1 1 - --- 2019-03-12 Vakul Garg davem Accepted
[net] net/tls: Inform user space about send buffer availability [net] net/tls: Inform user space about send buffer availability - 1 1 - --- 2019-03-12 Vakul Garg davem Superseded
[PATCHv3,net-next] tls: Return type of non-data records retrieved using MSG_PEEK in recvmsg [PATCHv3,net-next] tls: Return type of non-data records retrieved using MSG_PEEK in recvmsg - 1 - - --- 2019-02-23 Vakul Garg davem Accepted
[PATCHv2,net-next] tls: Return type of non-data records retrieved using MSG_PEEK in recvmsg [PATCHv2,net-next] tls: Return type of non-data records retrieved using MSG_PEEK in recvmsg - 1 - - --- 2019-02-23 Vakul Garg davem Superseded
[net-next] selftest/tls: Add test to verify received 'type' of non-data record [net-next] selftest/tls: Add test to verify received 'type' of non-data record - - - - --- 2019-02-20 Vakul Garg davem Accepted
[net-next] tls: Return type of non-data records retrieved using MSG_PEEK in recvmsg [net-next] tls: Return type of non-data records retrieved using MSG_PEEK in recvmsg - 1 - - --- 2019-02-20 Vakul Garg davem Changes Requested
[net-next] net/tls: Move protocol constants from cipher context to tls context [net-next] net/tls: Move protocol constants from cipher context to tls context - - - - --- 2019-02-14 Vakul Garg davem Accepted
[net-next] net/tls: Do not use async crypto for non-data records [net-next] net/tls: Do not use async crypto for non-data records - 1 - - --- 2019-02-11 Vakul Garg davem Accepted
[net-next] net/tls: Disable async decrytion for tls1.3 [net-next] net/tls: Disable async decrytion for tls1.3 - 1 - - --- 2019-02-09 Vakul Garg davem Accepted
[net-next] strparser: Return if socket does not have required number of bytes [net-next] strparser: Return if socket does not have required number of bytes - - - - --- 2019-01-30 Vakul Garg davem Rejected
[net-next,v2,1/1] tls: Fix recvmsg() to be able to peek across multiple records [net-next,v2,1/1] tls: Fix recvmsg() to be able to peek across multiple records - - - - --- 2019-01-16 Vakul Garg davem Accepted
[net-next] selftests/tls: Fix recv partial/large_buff test cases [net-next] selftests/tls: Fix recv partial/large_buff test cases - - - - --- 2019-01-16 Vakul Garg davem Accepted
[net-next,1/1] tls: Fix recvmsg() to be able to peek across multiple records [net-next,1/1] tls: Fix recvmsg() to be able to peek across multiple records - - - - --- 2019-01-16 Vakul Garg davem Superseded
[RESEND,net-next] Optimize sk_msg_clone() by data merge to end dst sg entry [RESEND,net-next] Optimize sk_msg_clone() by data merge to end dst sg entry - - - - --- 2019-01-16 Vakul Garg davem Accepted
[net-next] Optimize sk_msg_clone() by data merge to end dst sg entry [net-next] Optimize sk_msg_clone() by data merge to end dst sg entry - - - - --- 2019-01-02 Vakul Garg davem Deferred
[net-next] Prevent overflow of sk_msg in sk_msg_clone() [net-next] Prevent overflow of sk_msg in sk_msg_clone() 1 1 - - --- 2018-12-21 Vakul Garg davem Accepted
[net-next] tls: Do not call sk_memcopy_from_iter with zero length [net-next] tls: Do not call sk_memcopy_from_iter with zero length - 1 - - --- 2018-12-21 Vakul Garg davem Accepted
[net-next] tls: Add support for inplace records encryption [net-next] tls: Add support for inplace records encryption - - 1 - --- 2018-09-30 Vakul Garg davem Accepted
[net-next] selftests/tls: Fix recv(MSG_PEEK) & splice() test cases [net-next] selftests/tls: Fix recv(MSG_PEEK) & splice() test cases - - - - --- 2018-09-28 Vakul Garg davem Accepted
[net-next] tls: Remove redundant vars from tls record structure [net-next] tls: Remove redundant vars from tls record structure - - - - --- 2018-09-26 Vakul Garg davem Accepted
[net-next] tls: Fixed a memory leak during socket close [net-next] tls: Fixed a memory leak during socket close - 1 - - --- 2018-09-25 Vakul Garg davem Accepted
[net-next] tls: Fix socket mem accounting error under async encryption [net-next] tls: Fix socket mem accounting error under async encryption - 2 - - --- 2018-09-25 Vakul Garg davem Accepted
[net-next] tls: Fixed uninitialised vars warning [net-next] tls: Fixed uninitialised vars warning - 1 - - --- 2018-09-24 Vakul Garg davem Accepted
[net-next] net/tls: Fixed race condition in async encryption [net-next] net/tls: Fixed race condition in async encryption - 1 - - --- 2018-09-24 Vakul Garg davem Accepted
[net-next,v2] net/tls: Add support for async encryption of records for performance [net-next,v2] net/tls: Add support for async encryption of records for performance - - - - --- 2018-09-21 Vakul Garg davem Accepted
[net-next] net/tls: Add support for async encryption of records for performance [net-next] net/tls: Add support for async encryption of records for performance - - - - --- 2018-09-19 Vakul Garg davem Changes Requested
[net-next] selftests/tls: Add MSG_WAITALL in recv() syscall [net-next] selftests/tls: Add MSG_WAITALL in recv() syscall - - - - --- 2018-09-16 Vakul Garg davem Accepted
[net-next,v1] net/tls: Fixed return value when tls_complete_pending_work() fails [net-next,v1] net/tls: Fixed return value when tls_complete_pending_work() fails - 1 - - --- 2018-09-10 Vakul Garg davem Accepted
[net-next,net,v2] net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPC [net-next,net,v2] net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPC - 1 - - --- 2018-09-06 Vakul Garg davem Accepted
[net-next,v1] net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPC [net-next,v1] net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPC - - - - --- 2018-09-05 Vakul Garg davem Changes Requested
[net-next,v1] selftests/tls: Add test for recv(PEEK) spanning across multiple records [net-next,v1] selftests/tls: Add test for recv(PEEK) spanning across multiple records - - - - --- 2018-08-29 Vakul Garg davem Accepted
[net-next,v2] net/tls: Add support for async decryption of tls records [net-next,v2] net/tls: Add support for async decryption of tls records - - 1 - --- 2018-08-29 Vakul Garg davem Accepted
[net-next,v1] net/tls: Add support for async decryption of tls records [net-next,v1] net/tls: Add support for async decryption of tls records - - - - --- 2018-08-16 Vakul Garg davem Deferred
[net-next,RFC] net/tls: Add support for async decryption of tls records [net-next,RFC] net/tls: Add support for async decryption of tls records - - - - --- 2018-08-14 Vakul Garg davem RFC
[net-next,v3,1/1] net/tls: Combined memory allocation for decryption request net/tls: Combined memory allocation for decryption request - - - - --- 2018-08-10 Vakul Garg davem Accepted
[net-next,v2,1/1] net/tls: Combined memory allocation for decryption request net/tls: Combined memory allocation for decryption request - - 1 - --- 2018-08-08 Vakul Garg davem Changes Requested
[net-next,v1,1/1] net/tls: Combined memory allocation for decryption request net/tls: Combined memory allocation for decryption request - - - - --- 2018-08-08 Vakul Garg davem Superseded
[RFC,net-next,1/1] net/tls: Combined memory allocation for decryption request net/tls: Combined memory allocation for decryption request - - - - --- 2018-08-06 Vakul Garg davem RFC
[net-next] net/tls: Always get number of sg entries for skb to be decrypted [net-next] net/tls: Always get number of sg entries for skb to be decrypted - - 1 - --- 2018-08-02 Vakul Garg davem Superseded
[net-next] net/tls: Mark the end in scatterlist table [net-next] net/tls: Mark the end in scatterlist table 1 - - - --- 2018-08-02 Vakul Garg davem Accepted
[net-next,v7] net/tls: Use socket data_ready callback on record availability [net-next,v7] net/tls: Use socket data_ready callback on record availability - - - - --- 2018-07-30 Vakul Garg davem Accepted
[net-next] net/tls: Removed redundant checks for non-NULL [net-next] net/tls: Removed redundant checks for non-NULL 1 - - - --- 2018-07-24 Vakul Garg davem Accepted
[net-next] net/tls: Do not call msg_data_left() twice [net-next] net/tls: Do not call msg_data_left() twice - - - - --- 2018-07-24 Vakul Garg davem Rejected
[net-next,v6,2/2] net/tls: Remove redundant variable assignments and wakeup Minor code cleanup patches - - - - --- 2018-07-24 Vakul Garg davem Changes Requested
[net-next,v6,1/2] net/tls: Use socket data_ready callback on record availability [net-next,v6,1/2] net/tls: Use socket data_ready callback on record availability - - - - --- 2018-07-24 Vakul Garg davem Changes Requested
[net-next] net/tls: Corrected enabling of zero-copy mode [net-next] net/tls: Corrected enabling of zero-copy mode - 1 - - --- 2018-07-23 Vakul Garg davem Changes Requested
[net-next,v5,3/3] net/tls: Remove redundant array allocation. net/tls: Minor code cleanup patches - - - - --- 2018-07-19 Vakul Garg davem Changes Requested
[net-next,v5,2/3] net/tls: Remove redundant variable assignments and wakeup net/tls: Minor code cleanup patches - - - - --- 2018-07-19 Vakul Garg davem Changes Requested
[net-next,v5,1/3] net/tls: Use socket data_ready callback on record availability net/tls: Minor code cleanup patches - - - - --- 2018-07-19 Vakul Garg davem Changes Requested
[net-next,v5,3/3] net/tls: Remove redundant array allocation. net/tls: Minor code cleanup patches - - - - --- 2018-07-19 Vakul Garg davem Superseded
[net-next,v5,2/3] net/tls: Remove redundant variable assignments and wakeup net/tls: Minor code cleanup patches - - - - --- 2018-07-19 Vakul Garg davem Superseded
[net-next,v5,1/3] net/tls: Use socket data_ready callback on record availability net/tls: Minor code cleanup patches - - - - --- 2018-07-19 Vakul Garg davem Superseded
[net-next,v4,3/3] net/tls: Remove redundant array allocation. net/tls: Minor code cleanup patches - - - - --- 2018-07-19 Vakul Garg davem Superseded
[net-next,v4,2/3] net/tls: Remove redundant variable assignments and wakeup net/tls: Minor code cleanup patches - - - - --- 2018-07-19 Vakul Garg davem Superseded
[net-next,v4,1/3] net/tls: Use socket data_ready callback on record availability net/tls: Minor code cleanup patches - - - - --- 2018-07-19 Vakul Garg davem Superseded
[net-next,v3,5/5] net/tls: Rework error checking after decrypt_skb_update() net/tls: Minor code cleanup patches - - - - --- 2018-07-19 Vakul Garg davem Superseded
[net-next,v3,4/5] net/tls: Remove redundant array allocation. net/tls: Minor code cleanup patches - - - - --- 2018-07-19 Vakul Garg davem Superseded
[net-next,v3,3/5] net/tls: Remove redundant variable assignments and wakeup net/tls: Minor code cleanup patches - - - - --- 2018-07-19 Vakul Garg davem Superseded
[net-next,v3,2/5] net/tls: Use socket data_ready callback on record availability net/tls: Minor code cleanup patches - - - - --- 2018-07-19 Vakul Garg davem Superseded
[net-next,v3,1/5] net/tls: Do not enable zero-copy prematurely net/tls: Minor code cleanup patches - - - - --- 2018-07-19 Vakul Garg davem Superseded
[net-next,v2,5/5] net/tls: Rework error checking after decrypt_skb_update() [net-next,v2,1/5] net/tls: Do not enable zero-copy prematurely - - - - --- 2018-07-16 Vakul Garg davem Changes Requested
[net-next,v2,4/5] net/tls: Remove redundant array allocation. [net-next,v2,1/5] net/tls: Do not enable zero-copy prematurely - - - - --- 2018-07-16 Vakul Garg davem Changes Requested
[net-next,v2,3/5] net/tls: Remove redundant variable assignments and wakeup [net-next,v2,1/5] net/tls: Do not enable zero-copy prematurely - - - - --- 2018-07-16 Vakul Garg davem Changes Requested
[net-next,v2,2/5] net/tls: Use socket data_ready callback on record availability Untitled series #55686 - - - - --- 2018-07-16 Vakul Garg davem Changes Requested
[net-next,v2,1/5] net/tls: Do not enable zero-copy prematurely [net-next,v2,1/5] net/tls: Do not enable zero-copy prematurely - - - - --- 2018-07-16 Vakul Garg davem Changes Requested
[net-next,3/3] net/tls: Remove redundant variable assignments and wakeup Untitled series #55455 - - - - --- 2018-07-13 Vakul Garg davem Superseded
[net-next,2/3] net/tls: Use socket data_ready callback on record availability Untitled series #55455 - - - - --- 2018-07-13 Vakul Garg davem Superseded
[net-next,1/3] net/tls: Do not enable zero-copy prematurely [net-next,1/3] net/tls: Do not enable zero-copy prematurely - - - - --- 2018-07-13 Vakul Garg davem Superseded
[net-next] net/tls: Removed redundant variable from 'struct tls_sw_context_rx' [net-next] net/tls: Removed redundant variable from 'struct tls_sw_context_rx' - - - - --- 2018-07-12 Vakul Garg davem Changes Requested
[net-next,RESEND] net/tls: Use aead_request_alloc/free for request alloc/free [net-next,RESEND] net/tls: Use aead_request_alloc/free for request alloc/free 1 - - - --- 2018-07-11 Vakul Garg davem Accepted
net/tls: Use aead_request_alloc/free for request alloc/free net/tls: Use aead_request_alloc/free for request alloc/free - - - - --- 2018-07-11 Vakul Garg davem Superseded
[net-next] strparser: Call skb_unclone conditionally [net-next] strparser: Call skb_unclone conditionally - - - - --- 2018-06-29 Vakul Garg davem Accepted
[net-next] tls: Removed unused variable [net-next] tls: Removed unused variable - - - - --- 2018-06-24 Vakul Garg davem Accepted
[net] strparser: Corrected typo in documentation. [net] strparser: Corrected typo in documentation. - - - - --- 2018-06-24 Vakul Garg davem Accepted
[net-next] strparser: Corrected typo in documentation. [net-next] strparser: Corrected typo in documentation. - - - - --- 2018-06-24 Vakul Garg davem Superseded
[net,RESEND] strparser: Don't schedule in workqueue in paused state [net,RESEND] strparser: Don't schedule in workqueue in paused state 1 - - - --- 2018-06-20 Vakul Garg davem Accepted
strparser: Don't schedule in workqueue in paused state strparser: Don't schedule in workqueue in paused state - - - - --- 2018-06-20 Vakul Garg davem Superseded
[PATCHv2] tls: Add support for encryption using async offload accelerator [PATCHv2] tls: Add support for encryption using async offload accelerator - - - - --- 2018-01-31 Vakul Garg davem Accepted
tls: Add support for encryption using async offload accelerator tls: Add support for encryption using async offload accelerator - - - - --- 2018-01-31 Vakul Garg davem Superseded
tls: Add support for encryption using async offload accelerator tls: Add support for encryption using async offload accelerator - - - - --- 2018-01-31 Vakul Garg davem Changes Requested
tls: Add support for encryption using async offload accelerator tls: Add support for encryption using async offload accelerator - - - - --- 2018-01-31 Vakul Garg davem Changes Requested