summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/inline_crypto/chtls
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+7
2026-01-15chelsio: Use new AES library APIEric Biggers-2/+2
2025-11-25chtls: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-7/+1
2025-10-17ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima-2/+2
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima-3/+2
2025-08-22tcp: annotate data-races around tp->rx_opt.user_mssEric Dumazet-3/+5
2025-08-19chtls: Convert to skb_dst_resetStanislav Fomichev-8/+8
2025-07-08net: splice: Drop unused @gfpMichal Luczaj-2/+1
2024-12-16chelsio/chtls: prevent potential integer overflow on 32bitDan Carpenter-2/+3
2024-10-09Fix misspelling of "accept*" in netAlexander Zubkov-2/+2
2024-10-08chelsio/chtls: Remove unused chtls_set_tcb_tflagDr. David Alan Gilbert-10/+0
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-1/+0
2023-10-23chtls: fix tp->rcv_tstamp initializationEric Dumazet-1/+1
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni-7/+29
2023-09-15chelsio: Do not include crypto/algapi.hHerbert Xu-1/+0
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet-1/+1
2023-07-28net/tls: Move TLS protocol elements to a separate headerChuck Lever-0/+1
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-17/+0
2023-06-08chelsio/chtls: Use splice_eof() to flushDavid Howells-0/+11
2023-06-01chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGESDavid Howells-102/+7
2023-06-01chelsio: Support MSG_SPLICE_PAGESDavid Howells-1/+11
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-2/+2
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-1/+1
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-2/+2
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima-3/+2
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima-3/+3
2022-07-13tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima-1/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp-13/+11
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet-2/+2
2021-06-29net: sock: introduce sk_error_reportAlexander Aring-1/+1
2021-05-12chelsio/chtls: unlock on error in chtls_pt_recvmsg()Dan Carpenter-2/+4
2021-02-15cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal-3/+0
2021-01-23chtls: Fix potential resource leakPan Bian-4/+3
2021-01-13cxgb4/chtls: Fix tid stuck due to wrong update of qidAyush Sawal-2/+75
2021-01-07chtls: Fix chtls resources release sequenceAyush Sawal-4/+4
2021-01-07chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal-0/+5
2021-01-07chtls: Replace skb_dequeue with skb_peekAyush Sawal-1/+1
2021-01-07chtls: Avoid unnecessary freeing of oreq pointerAyush Sawal-3/+1
2021-01-07chtls: Fix panic when route to peer not configuredAyush Sawal-2/+12
2021-01-07chtls: Remove invalid set_tcb callAyush Sawal-3/+0
2021-01-07chtls: Fix hardware tid leakAyush Sawal-36/+3
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+3
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+2
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2020-12-03chelsio/chtls: fix a double free in chtls_setkey()Dan Carpenter-0/+1