summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/inline_crypto
AgeCommit message (Expand)Author
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-05xfrm: allow state packet offload modeLeon Romanovsky
2022-11-25ch_ktls: Use memcpy_from_page() instead of k[un]map_atomic()Anirudh Venkataramanan
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-13tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-05-13cxgb4/ch_ktls: Clear resources when pf4 device is removedAyush Sawal
2021-05-12chelsio/chtls: unlock on error in chtls_pt_recvmsg()Dan Carpenter
2021-04-25ch_ktls: Remove redundant variable resultJiapeng Chong
2021-04-15ch_ktls: do not send snd_una update to TCB in middleVinay Kumar Yadav
2021-04-15ch_ktls: tcb close causes tls connection failureVinay Kumar Yadav
2021-04-15ch_ktls: fix device connection closeVinay Kumar Yadav
2021-04-15ch_ktls: Fix kernel panicVinay Kumar Yadav
2021-03-24ch_ktls: fix enum-conversion warningArnd Bergmann
2021-03-08net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the fil...Bhaskar Chowdhury
2021-02-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-15cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-23chtls: Fix potential resource leakPan Bian
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-14ch_ipsec: Remove initialization of rxq related dataAyush Sawal
2021-01-13cxgb4/chtls: Fix tid stuck due to wrong update of qidAyush Sawal
2021-01-07chtls: Fix chtls resources release sequenceAyush Sawal
2021-01-07chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal
2021-01-07chtls: Replace skb_dequeue with skb_peekAyush Sawal
2021-01-07chtls: Avoid unnecessary freeing of oreq pointerAyush Sawal
2021-01-07chtls: Fix panic when route to peer not configuredAyush Sawal
2021-01-07chtls: Remove invalid set_tcb callAyush Sawal
2021-01-07chtls: Fix hardware tid leakAyush Sawal
2021-01-03chcr_ktls: use AES library for single use cipherArd Biesheuvel
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-05ch_ktls: fix build warning for ipv4-only configArnd Bergmann
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski