summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-241-1/+1
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-155-2/+6
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-121-5/+1
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-043-0/+3
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-283-3/+6
| |\ \ \ \
| * | | | | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-242-0/+2
| * | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-137-228/+478
| |\ \ \ \ \
| * | | | | | cxgb4: Fix the -Wmisleading-indentation warningKaixu Xia2020-11-071-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-072-1/+4
| |\ \ \ \ \ \
| * | | | | | | chelsio/chtls: Utilizing multiple rxq/txq to process requestsVinay Kumar Yadav2020-11-042-1/+3
* | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-142-2/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-202-2/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | ch_ktls: fix build warning for ipv4-only configArnd Bergmann2020-12-051-5/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | chelsio/chtls: fix a double free in chtls_setkey()Dan Carpenter2020-12-031-0/+1
* | | | | | cxgb3: fix error return code in t3_sge_alloc_qset()Zhang Changzhong2020-12-031-0/+1
* | | | | | chelsio/chtls: fix panic during unload reload chtlsVinay Kumar Yadav2020-12-011-0/+1
| |_|_|_|/ |/| | | |
* | | | | ch_ktls: lock is not freedRohit Maheshwari2020-11-261-1/+3
* | | | | cxgb4: Fix build failure when CONFIG_TLS=mTom Seewald2020-11-211-1/+1
* | | | | cxgb4: fix the panic caused by non smac rewriteRaju Rangoju2020-11-201-1/+2
| |_|_|/ |/| | |
* | | | ch_ktls: stop the txq if reaches thresholdRohit Maheshwari2020-11-121-3/+15
* | | | ch_ktls: tcb update fails sometimesRohit Maheshwari2020-11-121-4/+8
* | | | ch_ktls/cxgb4: handle partial tag alone SKBsRohit Maheshwari2020-11-124-1/+119
* | | | ch_ktls: don't free skb before sending FINRohit Maheshwari2020-11-121-2/+10
* | | | ch_ktls: packet handling prior to start markerRohit Maheshwari2020-11-121-5/+33
* | | | ch_ktls: Correction in middle record handlingRohit Maheshwari2020-11-121-19/+31
* | | | ch_ktls: missing handling of header aloneRohit Maheshwari2020-11-121-14/+11
* | | | ch_ktls: Correction in trimmed_len calculationRohit Maheshwari2020-11-121-4/+7
* | | | cxgb4/ch_ktls: creating skbs causes panicRohit Maheshwari2020-11-123-169/+226
* | | | ch_ktls: Update cheksum informationRohit Maheshwari2020-11-121-4/+11
* | | | ch_ktls: Correction in finding correct lengthRohit Maheshwari2020-11-121-7/+8
* | | | cxgb4/ch_ktls: decrypted bit is not enoughRohit Maheshwari2020-11-124-5/+8
| |_|/ |/| |
* | | chelsio/chtls: fix always leaking ctrl_skbVinay Kumar Yadav2020-11-031-1/+1
* | | chelsio/chtls: fix memory leaks caused by a raceVinay Kumar Yadav2020-11-031-0/+3
| |/ |/|
* | chelsio/chtls: fix memory leaks in CPL handlersVinay Kumar Yadav2020-10-281-15/+12
* | chelsio/chtls: fix deadlock issueVinay Kumar Yadav2020-10-281-2/+0
* | cxgb4: set up filter action after rewritesRaju Rangoju2020-10-272-29/+31
* | chelsio/chtls: fix tls record info to userVinay Kumar Yadav2020-10-241-2/+5
|/
* net: chelsio: inline_crypto: fix Kconfig and build errorsRandy Dunlap2020-10-211-0/+1
* chelsio/chtls: fix writing freed memoryVinay Kumar Yadav2020-10-211-1/+0
* chelsio/chtls: correct function return and return typeVinay Kumar Yadav2020-10-211-2/+2
* chelsio/chtls: Fix panic when listen on multiadapterVinay Kumar Yadav2020-10-211-2/+8
* chelsio/chtls: fix panic when server is on ipv6Vinay Kumar Yadav2020-10-211-3/+2
* chelsio/chtls: correct netdevice for vlan interfaceVinay Kumar Yadav2020-10-211-0/+3
* chelsio/chtls: fix socket lockVinay Kumar Yadav2020-10-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-152-13/+177
|\
| * cxgb4: handle 4-tuple PEDIT to NAT mode translationHerat Ramani2020-10-152-13/+177
* | cxgb4/ch_ipsec: Replace the module name to ch_ipsec from chcrAyush Sawal2020-10-151-67/+68
* | cxgb4: convert tasklets to use new tasklet_setup() APIAllen Pais2020-10-093-5/+5
* | net: cxbg4: Remove pointless in_interrupt() checkThomas Gleixner2020-09-291-3/+0