summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima2022-09-201-3/+2
* tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima2022-07-201-3/+3
* tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima2022-07-131-1/+1
* tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-10-151-1/+1
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* chtls: Fix potential resource leakPan Bian2021-01-231-4/+3
* cxgb4/chtls: Fix tid stuck due to wrong update of qidAyush Sawal2021-01-131-2/+30
* 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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-0/+1
|\ \
| * | chelsio/chtls: fix panic during unload reload chtlsVinay Kumar Yadav2020-11-301-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-061-1/+1
|\ \ \ | |/ /
| * | chelsio/chtls: fix always leaking ctrl_skbVinay Kumar Yadav2020-11-031-1/+1
* | | chelsio/chtls: Utilizing multiple rxq/txq to process requestsVinay Kumar Yadav2020-11-031-1/+2
|/ /
* | chelsio/chtls: fix memory leaks in CPL handlersVinay Kumar Yadav2020-10-271-15/+12
* | chelsio/chtls: fix deadlock issueVinay Kumar Yadav2020-10-271-2/+0
|/
* chelsio/chtls: fix writing freed memoryVinay Kumar Yadav2020-10-201-1/+0
* chelsio/chtls: Fix panic when listen on multiadapterVinay Kumar Yadav2020-10-201-2/+8
* chelsio/chtls: fix panic when server is on ipv6Vinay Kumar Yadav2020-10-201-3/+2
* chelsio/chtls: correct netdevice for vlan interfaceVinay Kumar Yadav2020-10-201-0/+3
* chelsio/chtls: separate chelsio tls driver from crypto driverVinay Kumar Yadav2020-08-211-0/+2327