summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-056-9/+13
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-041-2/+6
| |\
| | * cxgb4: fix thermal zone device registrationPotnuri Bharat Teja2020-08-311-2/+6
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-245-7/+7
| |/
* | chelsio/chtls: CHELSIO_INLINE_CRYPTO should depend on CHELSIO_T4Geert Uytterhoeven2020-09-031-2/+1
* | net: Take common prefetch code structure into a functionTariq Toukan2020-08-271-4/+1
* | cxgb4: add error handlers to LE intr_handlerRaju Rangoju2020-08-252-0/+10
* | chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-252-35/+39
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-231-3/+7
|\|
| * cxgb4: Fix race between loopback and normal Tx pathGanji Aravind2020-08-181-1/+5
| * cxgb4: Fix work request size calculation for loopback testGanji Aravind2020-08-181-2/+2
* | crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/netVinay Kumar Yadav2020-08-219-5/+953
* | chelsio/chtls: separate chelsio tls driver from crypto driverVinay Kumar Yadav2020-08-2111-0/+6140
* | cxgb4: insert IPv6 filter rules in next free regionRahul Kundu2020-08-201-10/+7
|/
* Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-0/+8
|\
| * thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz2020-06-291-0/+8
* | cxgb4: add TC-MATCHALL IPv6 supportRahul Lakkireddy2020-08-043-26/+82
* | cxgb4: fix extracting IP addresses in TC-FLOWER rulesRahul Lakkireddy2020-08-041-2/+15
* | cxgb4: fix check for running offline ethtool selftestRahul Lakkireddy2020-08-041-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-261-0/+1
|\ \
| * | cxgb4: add missing release on skb in uld_send()Navid Emamdoost2020-07-231-0/+1
* | | cxgb4: add loopback ethtool self-testVishal Kulkarni2020-07-233-1/+166
* | | cxgb4: use eth_zero_addr() to clear mac addressMiaohe Lin2020-07-231-1/+1
* | | cxgb4: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-152-79/+31
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-112-9/+9
|\| |
| * | cxgb4: fix all-mask IP address comparisonRahul Lakkireddy2020-07-091-5/+5
| * | net: cxgb4: fix return error value in t4_prep_fwLi Heng2020-07-011-4/+4
| |/
* | cxgb4: add main VI to mirror VI config replicationRahul Lakkireddy2020-07-013-17/+121
* | cxgb4: add support for mirror RxqsRahul Lakkireddy2020-07-013-22/+288
* | cxgb4: add mirror action to TC-MATCHALL offloadRahul Lakkireddy2020-07-017-10/+197
* | cxgb4vf: configure ports accessible by the VFNirranjan Kirubaharan2020-07-013-12/+43
* | cxgb4vf: fix t4vf_eth_xmit()'s return typeLuc Van Oostenryck2020-06-292-2/+2
* | docs: networking: reorganize driver documentation againJakub Kicinski2020-06-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-2618-169/+211
|\|
| * cxgb4vf: update kernel-doc line commentsRahul Lakkireddy2020-06-243-11/+8
| * cxgb4: update kernel-doc line commentsRahul Lakkireddy2020-06-248-30/+38
| * cxgb4: fix set but unused variable when DCB is disabledRahul Lakkireddy2020-06-241-3/+3
| * cxgb4: move DCB version extern to header fileRahul Lakkireddy2020-06-242-1/+3
| * cxgb4: remove cast when saving IPv4 partial checksumRahul Lakkireddy2020-06-241-2/+1
| * cxgb4: fix SGE queue dump destination buffer contextRahul Lakkireddy2020-06-241-2/+4
| * cxgb4: use correct type for all-mask IP address comparisonRahul Lakkireddy2020-06-241-5/+5
| * cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy2020-06-243-25/+22
| * cxgb4: parse TC-U32 key values and masks nativelyRahul Lakkireddy2020-06-242-49/+91
| * cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy2020-06-241-1/+1
| * cxgb4: move PTP lock and unlock to caller in Tx pathRahul Lakkireddy2020-06-241-12/+11
| * cxgb4: move handling L2T ARP failures to callerRahul Lakkireddy2020-06-241-28/+24
* | cxgb4: move device dump arrays in header to C fileRahul Lakkireddy2020-06-244-407/+410
* | cxgb4: always sync access when flashing PHY firmwareRahul Lakkireddy2020-06-244-17/+10
* | cxgb4: Use struct_size() helperGustavo A. R. Silva2020-06-191-1/+1
* | cxgb4: add action to steer flows to specific RxqVishal Kulkarni2020-06-191-0/+8