summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: chelsio: Add a missing check on cudg_get_bufferAditya Pakki2018-12-281-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-0/+3
|\
| * crypto/chelsio/chtls: macro correction in tx pathAtul Gupta2018-12-141-0/+3
* | cxgb4: remove DEFINE_SIMPLE_DEBUGFS_FILE()Yangtao Li2018-12-152-103/+23
* | cxgb4: number of VFs supported is not always 16Ganesh Goudar2018-11-301-1/+1
* | cxgb4: remove set but not used variables 'multitrc, speed'YueHaibing2018-11-251-4/+1
* | cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur2018-11-235-43/+106
* | cxgb4/cxgb4vf: Fix mac_hlist initialization and freeArjun Vynipadath2018-11-201-9/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-192-5/+3
|\|
| * cxgb4: fix thermal zone build errorGanesh Goudar2018-11-152-5/+3
* | cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page sizeArjun Vynipadath2018-11-181-11/+0
* | cxgb4: free mac_hlist properlyArjun Vynipadath2018-11-101-0/+8
* | cxgb4: Add new T6 PCI device ids 0x608aGanesh Goudar2018-11-091-0/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-261-4/+16
|\
| * crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain2018-10-171-4/+16
* | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-1/+0
|\ \
| * | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-1/+0
| |/
* | cxgb4: fix the error path of cxgb4_uld_register()Ganesh Goudar2018-10-192-36/+12
* | cxgb4: fix thermal configuration dependenciesArnd Bergmann2018-10-113-11/+9
* | cxgb4: Add thermal zone supportGanesh Goudar2018-10-095-0/+142
* | cxgb4: use FW_PORT_ACTION_L1_CFG32 for 32 bit capabilityGanesh Goudar2018-10-051-2/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-1/+0
|\ \
| * | cxgb4: fix abort_req_rss6 structSteve Wise2018-09-111-1/+0
| |/
* | cxgb4: remove the unneeded locksGanesh Goudar2018-10-032-55/+15
* | cxgb4: Use proper enum in IEEE_FAUX_SYNCNathan Chancellor2018-10-031-1/+1
* | cxgb4: Use proper enum in cxgb4_dcb_handle_fw_updateNathan Chancellor2018-10-031-2/+2
* | cxgb4: remove duplicated include from cxgb4_main.cYueHaibing2018-09-181-1/+0
* | cxgb4: update supported DCB versionGanesh Goudar2018-09-142-2/+31
* | cxgb4: add per rx-queue counter for packet errorsGanesh Goudar2018-09-143-0/+6
* | cxgb4: Fix endianness issue in t4_fwcache()Ganesh Goudar2018-09-141-1/+1
* | cxgb4: remove redundant assignment to vlan_cmd.dropnovlan_fmColin Ian King2018-09-101-1/+0
* | cxgb4: impose mandatory VLAN usage when non-zero TAG IDCasey Leedom2018-09-082-0/+4
* | cxgb4: collect hardware queue descriptorsRahul Lakkireddy2018-09-046-1/+399
* | cxgb4: when max_tx_rate is 0 disable tx rate limitingGanesh Goudar2018-09-041-2/+23
|/
* net_sched: remove list_head from tc_actionCong Wang2018-08-212-9/+6
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-1617-236/+1428
|\
| * cxgb4: Add new T5 PCI device ids 0x50af and 0x50b0Ganesh Goudar2018-08-141-0/+2
| * cxgb4: remove set but not used variable 'spd'YueHaibing2018-08-131-8/+0
| * cxgb4: add support to display DCB infoGanesh Goudar2018-08-104-2/+197
| * cxgb4: update 1.20.8.0 as the latest firmware supportedGanesh Goudar2018-08-091-6/+6
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-091-4/+2
| |\
| * | cxgb4/t4_hw: mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+3
| * | cxgb4/l2t: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-0/+2
| |\ \
| * | | cxgb4: fix endian to test F_FW_PORT_CMD_DCBXDIS32Ganesh Goudar2018-08-011-4/+3
| * | | cxgb4: print ULD queue information managed by LLDRahul Lakkireddy2018-07-271-19/+277
| * | | cxgb4: move Tx/Rx free pages collection to common codeRahul Lakkireddy2018-07-243-9/+14
| * | | cxgb4: collect number of free PSTRUCT page pointersRahul Lakkireddy2018-07-245-4/+25
| * | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-22/+13
| |\ \ \
| * | | | cxgb4: display number of rx and tx pages freeGanesh Goudar2018-07-182-7/+29