aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/chelsio/inline_crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextPaolo Abeni1-6/+12
2025-05-14net: cxgb4: generate software timestamp just before the doorbellJason Xing1-1/+1
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu1-6/+12
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky1-16/+0
2024-12-16chelsio/chtls: prevent potential integer overflow on 32bitDan Carpenter1-2/+3
2024-10-09Fix misspelling of "accept*" in netAlexander Zubkov1-2/+2
2024-10-08chelsio/chtls: Remove unused chtls_set_tcb_tflagDr. David Alan Gilbert2-10/+0
2024-05-03Revert "net: mirror skb frag ref/unref helpers"Mina Almasry1-1/+1
2024-04-11net: mirror skb frag ref/unref helpersMina Almasry1-1/+1
2024-04-11net: move skb ref helpers to new headerMina Almasry1-0/+1
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-4/+0
2023-10-23chtls: fix tp->rcv_tstamp initializationEric Dumazet1-1/+1
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+29
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni1-7/+29
2023-10-13chcr_ktls: use tls_offload_context_tx and driver_state like other driversSabrina Dubroca2-33/+46
2023-09-15chelsio: Do not include crypto/algapi.hHerbert Xu3-4/+0
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet1-1/+1
2023-07-28net/tls: Move TLS protocol elements to a separate headerChuck Lever1-0/+1
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells3-17/+0
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski1-1/+1
2023-06-08chelsio/chtls: Use splice_eof() to flushDavid Howells3-0/+11
2023-06-01chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-102/+7
2023-06-01chelsio: Support MSG_SPLICE_PAGESDavid Howells1-1/+11
2023-01-26cxgb4: fill IPsec state validation failure reasonLeon Romanovsky1-14/+14
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky1-2/+4
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus 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-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-11treewide: 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-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-10net/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-14Merge 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-13cxgb4/ch_ktls: Clear resources when pf4 device is removedAyush Sawal2-1/+81
2021-05-12chelsio/chtls: unlock on error in chtls_pt_recvmsg()Dan Carpenter1-2/+4
2021-04-25ch_ktls: Remove redundant variable resultJiapeng Chong1-6/+4
2021-04-15ch_ktls: do not send snd_una update to TCB in middleVinay Kumar Yadav1-53/+0
2021-04-15ch_ktls: tcb close causes tls connection failureVinay Kumar Yadav1-19/+0