summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: Fix FW flash errorsArjun Vynipadath2018-01-031-9/+8
* cxgb4: collect SGE queue context dumpRahul Lakkireddy2017-11-141-0/+62
* cxgb4: collect vpd info directly from hardwareRahul Lakkireddy2017-11-111-0/+29
* cxgb4: save additional filter tuple field shifts in tp_paramsKumar Sanghvi2017-11-011-2/+16
* cxgb4: collect hardware scheduler dumpsRahul Lakkireddy2017-10-271-0/+57
* cxgb4: fix missing break in switch and indent return statementsColin Ian King2017-10-141-3/+4
* cxgb4: collect TP dumpRahul Lakkireddy2017-10-141-0/+20
* cxgb4: update API for TP indirect register accessRahul Lakkireddy2017-10-141-112/+200
* cxgb4: Add support for new flash partsGanesh Goudar2017-10-101-20/+116
* cxgb4: Ignore MPS_TX_INT_CAUSE[Bubble] for T6Ganesh Goudar2017-09-051-1/+15
* cxgb4: Fix pause frame count in t4_get_port_statsGanesh Goudar2017-09-051-8/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-3/+3
|\
| * cxgb4: Fix stack out-of-bounds read due to wrong size to t4_record_mbox()Stefano Brivio2017-08-281-3/+3
* | cxgb4/cxgbvf: Handle 32-bit fw port capabilitiesGanesh Goudar2017-08-201-127/+453
* | cxgb4: Clear On FLASH config file after a FW upgradeArjun Vynipadath2017-08-081-0/+70
* | cxgb4: core hardware/firmware support for Forward Error Correction on a linkCasey Leedom2017-07-291-35/+117
* | cxgb4: display serial config and vpd versionsGanesh Goudar2017-07-201-0/+173
* | cxgb4: Update register ranges of T4/T5/T6 adaptersArjun Vynipadath2017-07-191-37/+14
|/
* cxgb4: Use Firmware params to get buffer-group mapArjun Vynipadath2017-06-231-17/+91
* cxgb4: Update T6 Buffer Group and Channel MappingsArjun Vynipadath2017-06-231-15/+76
* cxgb4: handle serial flash interruptGanesh Goudar2017-06-131-1/+1
* cxgb4: handle interrupt raised when FW crashesRahul Lakkireddy2017-06-091-1/+18
* cxgb4: fix to bring link down after adapter crashRahul Lakkireddy2017-06-081-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-061-2/+7
|\
| * cxgb4: avoid crash on PCI error recovery pathGuilherme G. Piccoli2017-05-301-2/+7
* | cxgb4: fix incorrect cim_la output for T6Ganesh Goudar2017-06-021-1/+10
* | cxgb4: FW upgrade fixesArjun Vynipadath2017-05-301-3/+18
* | cxgb4 : retrieve port information from firmwareGanesh Goudar2017-05-211-0/+30
|/
* cxgb4: avoid disabling FEC by defaultGanesh Goudar2017-05-081-7/+31
* cxgb4: Update IngPad and IngPack valuesArjun Vynipadath2017-03-221-19/+56
* cxgb4: Shutdown adapter if firmware times out or errors outHariprasad Shenai2017-01-161-2/+37
* cxgb4: Fix misleading packet/frame count stats.Ganesh Goudar2017-01-131-0/+18
* cxgb4: Add port description for new cards.Ganesh Goudar2017-01-061-12/+18
* cxgb4: Synchronize access to mailboxHariprasad Shenai2017-01-061-1/+58
* cxgb4: Support compressed error vector for T6Arjun V2017-01-041-0/+7
* cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V2016-12-081-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-1/+6
|\
| * cxgb4/cxgb4vf: Allocate more queues for 25G and 100G adapterHariprasad Shenai2016-09-211-1/+6
* | cxgb4: Add support for ndo_get_vf_configHariprasad Shenai2016-09-041-1/+1
* | cxgb4: add support for tx traffic scheduling classesRahul Lakkireddy2016-08-221-1/+30
* | cxgb4/cxgb4vf: Add set VF mac address supportHariprasad Shenai2016-08-141-0/+41
|/
* cxgb4/cxgb4vf: Add link mode mask API to cxgb4 and cxgb4vfGanesh Goudar2016-07-251-0/+2
* cxgb4: Check for firmware errors in the mailbox command loopHariprasad Shenai2016-05-041-2/+6
* cxgb4: Don't sleep when mbox cmd is issued from interrupt contextHariprasad Shenai2016-05-041-0/+6
* cxgb4: Add support to enable logging of firmware mailbox commandsHariprasad Shenai2016-04-291-20/+49
* cxgb4: Decode link down reason code obtained from firmwareHariprasad Shenai2016-04-261-0/+34
* cxgb4: Don't assume FW_PORT_CMD reply is always port info msgHariprasad Shenai2016-04-261-37/+73
* cxgb4: Refactor t4_port_init functionHariprasad Shenai2016-04-261-40/+53
* cxgb4: add new routine to get adapter infoHariprasad Shenai2016-04-261-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-211-0/+33
|\