summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-03cxgb4: Fill in supported link mode for SFP modulesHariprasad Shenai1-2/+6
2014-10-30cxgb4 : Fix missing initialization of win0_lockAnish Bhatt1-0/+1
2014-10-28cxgb4 : Handle dcb enable correctlyAnish Bhatt1-1/+5
2014-10-15cxgb4 : Fix build failure in cxgb4 when ipv6 is disabled/not in-builtAnish Bhatt1-0/+8
2014-10-15cxgb4i : Remove duplicated CLIP handling codeAnish Bhatt1-0/+7
2014-10-15cxgb4: Fix FW flash logic using ethtoolHariprasad Shenai1-2/+12
2014-10-10cxgb4: Wait for device to get ready before reading any registerHariprasad Shenai1-1/+5
2014-09-29cxgb4: Add support for adaptive rxHariprasad Shenai1-0/+24
2014-09-29cxgb4/cxgb4vf: Add Devicde ID for two more adapterHariprasad Shenai1-0/+4
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+27
2014-09-16cxgb4: Don't allocate adapter structure for all PF'sHariprasad Shenai1-22/+27
2014-09-11cxgb4/cxgb4vf: Add device ID for new adapter and remove for dbg adapterHariprasad Shenai1-0/+2
2014-09-10cxgb4: remove bond->lockNikolay Aleksandrov1-2/+0
2014-09-02cxgb4: Issue mbox commands on correct mboxHariprasad Shenai1-2/+4
2014-09-02cxgb4: Avoid dumping Write-only registers in register dumpHariprasad Shenai1-2/+4
2014-09-02cxgb4: Fix T5 adapter accessing T4 adapter registersHariprasad Shenai1-1/+3
2014-08-22cxgb4: Fix race condition in cleanupAnish Bhatt1-14/+18
2014-08-15Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-08cxgb4: IEEE fixes for DCBx state machineAnish Bhatt1-0/+2
2014-08-07cxgb4: Fix for SR-IOV VF initializationHariprasad Shenai1-4/+3
2014-08-06cxgb4 : Disable recursive mailbox commands when enabling viAnish Bhatt1-1/+4
2014-07-18cxgb4: Export symbols required by cxgb4i for ipv6 support and required definesAnish Bhatt1-4/+6
2014-07-16cxgb4/iw_cxgb4: work request logging featureHariprasad Shenai1-0/+14
2014-07-16cxgb4/iw_cxgb4: display TPTE on errorsHariprasad Shenai1-0/+66
2014-07-16cxgb4/iw_cxgb4: use firmware ord/ird resource limitsHariprasad Shenai1-0/+18
2014-07-16iw_cxgb4: Detect Ing. Padding Boundary at run-timeHariprasad Shenai1-0/+2
2014-07-03drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c: remove unnecessary null test...Fabian Frederick1-2/+1
2014-07-02cxgb4: Adds device ID for few more Chelsio T4 AdaptersHariprasad Shenai1-0/+20
2014-07-02cxgb4: Replaced the backdoor mechanism to access the HW memory with PCIe Wind...Hariprasad Shenai1-27/+31
2014-07-02cxgb4: Use FW interface to get BAR0 valueHariprasad Shenai1-7/+65
2014-07-02rdma/cxgb4: Fixes cxgb4 probe failure in VM when PF is exposed through PCI Pa...Hariprasad Shenai1-8/+10
2014-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+7
2014-06-25cxgb4: Not need to hold the adap_rcu_lock lock when read adap_rcu_listLi RongQing1-9/+7
2014-06-23cxgb4 : Update copyright year on all cxgb4 filesAnish Bhatt1-1/+1
2014-06-23cxgb4 : Integrate DCBx support into cxgb4 module. Register dbcnl_ops to give ...Anish Bhatt1-6/+193
2014-06-11cxgb4: Change default Interrupt Holdoff Packet Count ThresholdHariprasad Shenai1-29/+40
2014-06-11iw_cxgb4: Choose appropriate hw mtu index and ISS for iWARP connectionsHariprasad Shenai1-4/+103
2014-06-11iw_cxgb4: Allocate and use IQs specifically for indirect interruptsHariprasad Shenai1-5/+57
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings1-4/+4
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong1-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2014-05-12cxgb4: Decode the firmware port and module type a bit more for ethtoolHariprasad Shenai1-4/+11
2014-05-01cxgb4: Decode PCIe Gen3 link speedRoland Dreier1-0/+2
2014-03-29cxgb4: Adds device ID for few more Chelsio AdaptersHariprasad Shenai1-0/+12
2014-03-26chelsio: Remove addressof casts to same typeJoe Perches1-4/+4
2014-03-15cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug FixesSteve Wise1-35/+52
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-02-26net/cxgb4: use remove handler as shutdown handlerThadeu Lima de Souza Cascardo1-0/+1