summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/inline_crypto
AgeCommit message (Expand)AuthorFilesLines
2023-01-27cxgb4: fill IPsec state validation failure reasonLeon Romanovsky1-14/+14
2023-01-27xfrm: extend add state callback to set failure reasonLeon Romanovsky1-2/+4
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-14/+16
2022-12-05xfrm: allow state packet offload modeLeon Romanovsky1-0/+4
2022-11-25ch_ktls: Use memcpy_from_page() instead of k[un]map_atomic()Anirudh Venkataramanan1-14/+12
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima1-3/+2
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-11net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy1-1/+7
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima1-3/+3
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-13tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima1-1/+1
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-3/+3
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima1-1/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2-13/+11
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet2-2/+2
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-05-14cxgb4/ch_ktls: Clear resources when pf4 device is removedAyush Sawal2-1/+81
2021-05-13chelsio/chtls: unlock on error in chtls_pt_recvmsg()Dan Carpenter1-2/+4
2021-04-26ch_ktls: Remove redundant variable resultJiapeng Chong1-6/+4
2021-04-16ch_ktls: do not send snd_una update to TCB in middleVinay Kumar Yadav1-53/+0
2021-04-16ch_ktls: tcb close causes tls connection failureVinay Kumar Yadav1-19/+0
2021-04-16ch_ktls: fix device connection closeVinay Kumar Yadav1-0/+6
2021-04-16ch_ktls: Fix kernel panicVinay Kumar Yadav1-19/+5
2021-03-24ch_ktls: fix enum-conversion warningArnd Bergmann1-1/+1
2021-03-08net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the fil...Bhaskar Chowdhury1-4/+4
2021-02-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-12/+8
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+0
2021-02-15cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal1-3/+0
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2021-01-24chtls: Fix potential resource leakPan Bian1-4/+3
2021-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+75
2021-01-15ch_ipsec: Remove initialization of rxq related dataAyush Sawal1-3/+0
2021-01-14cxgb4/chtls: Fix tid stuck due to wrong update of qidAyush Sawal3-2/+75
2021-01-08chtls: Fix chtls resources release sequenceAyush Sawal1-4/+4
2021-01-08chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal1-0/+5
2021-01-08chtls: Replace skb_dequeue with skb_peekAyush Sawal1-1/+1
2021-01-08chtls: Avoid unnecessary freeing of oreq pointerAyush Sawal1-3/+1
2021-01-08chtls: Fix panic when route to peer not configuredAyush Sawal1-2/+12
2021-01-08chtls: Remove invalid set_tcb callAyush Sawal1-3/+0
2021-01-08chtls: Fix hardware tid leakAyush Sawal1-36/+3
2021-01-03chcr_ktls: use AES library for single use cipherArd Biesheuvel2-12/+8
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-1/+3
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+4
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+1