summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/inline_crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-132-14/+16
|\
| * xfrm: allow state packet offload modeLeon Romanovsky2022-12-051-0/+4
| * ch_ktls: Use memcpy_from_page() instead of k[un]map_atomic()Anirudh Venkataramanan2022-11-251-14/+12
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
|/
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima2022-09-201-3/+2
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-101-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-3/+3
|\
| * tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima2022-07-201-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-1/+1
|\|
| * tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima2022-07-131-1/+1
* | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-3/+3
|/
* ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima2022-04-221-1/+1
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-122-13/+11
* tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-10-152-2/+2
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* cxgb4/ch_ktls: Clear resources when pf4 device is removedAyush Sawal2021-05-132-1/+81
* chelsio/chtls: unlock on error in chtls_pt_recvmsg()Dan Carpenter2021-05-121-2/+4
* ch_ktls: Remove redundant variable resultJiapeng Chong2021-04-251-6/+4
* ch_ktls: do not send snd_una update to TCB in middleVinay Kumar Yadav2021-04-151-53/+0
* ch_ktls: tcb close causes tls connection failureVinay Kumar Yadav2021-04-151-19/+0
* ch_ktls: fix device connection closeVinay Kumar Yadav2021-04-151-0/+6
* ch_ktls: Fix kernel panicVinay Kumar Yadav2021-04-151-19/+5
* ch_ktls: fix enum-conversion warningArnd Bergmann2021-03-241-1/+1
* net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the fil...Bhaskar Chowdhury2021-03-081-4/+4
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-02-212-12/+8
|\
| * chcr_ktls: use AES library for single use cipherArd Biesheuvel2021-01-032-12/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-161-3/+0
|\ \
| * | cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal2021-02-151-3/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-281-4/+3
|\| |
| * | chtls: Fix potential resource leakPan Bian2021-01-231-4/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-143-2/+75
|\| |
| * | cxgb4/chtls: Fix tid stuck due to wrong update of qidAyush Sawal2021-01-133-2/+75
* | | ch_ipsec: Remove initialization of rxq related dataAyush Sawal2021-01-141-3/+0
|/ /
* | chtls: Fix chtls resources release sequenceAyush Sawal2021-01-071-4/+4
* | chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal2021-01-071-0/+5
* | chtls: Replace skb_dequeue with skb_peekAyush Sawal2021-01-071-1/+1
* | chtls: Avoid unnecessary freeing of oreq pointerAyush Sawal2021-01-071-3/+1
* | chtls: Fix panic when route to peer not configuredAyush Sawal2021-01-071-2/+12
* | chtls: Remove invalid set_tcb callAyush Sawal2021-01-071-3/+0
* | chtls: Fix hardware tid leakAyush Sawal2021-01-071-36/+3
|/
* Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-1/+1
|\
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-152-1/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-5/+1
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-032-0/+2
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-1/+3
| |\ \ \ \