summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
Commit message (Expand)AuthorAgeFilesLines
* cxgb4/cxgb4vf: Update driver desc. to include Chelsio T6 adapterHariprasad Shenai2015-10-221-1/+1
* cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai2015-05-121-6/+7
* cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"Hariprasad Shenai2015-03-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-151-1/+1
|\
| * cxgb4vf: Fix queue allocation for 40G adapterHariprasad Shenai2015-01-141-1/+1
* | iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...Hariprasad Shenai2015-01-121-1/+1
* | iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL mess...Hariprasad Shenai2015-01-121-1/+1
* | cxgb4/cxgb4vf/csiostor: Cleanup PL, XGMAC, SF and MC related register definesHariprasad Shenai2015-01-051-1/+1
* | cxgb4/cxgb4vf/csiostor: Cleanup SGE and PCI related register definesHariprasad Shenai2015-01-051-6/+6
* | RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register definesHariprasad Shenai2015-01-051-14/+10
|/
* cxgb4vf: Fix ethtool get_settings for VF driverHariprasad Shenai2014-12-221-15/+127
* cxgb4/cxgb4vf: Use new interfaces to calculate BAR2 SGE Queue Register addressesHariprasad Shenai2014-12-091-12/+0
* cxgb4vf: Add and initialize some sge params for VF driverHariprasad Shenai2014-12-091-0/+27
* cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID TableHariprasad Shenai2014-11-251-61/+12
* RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE,...Hariprasad Shenai2014-11-221-8/+8
* RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF an...Hariprasad Shenai2014-11-221-5/+5
* cxgb4vf: Replace repetitive pci device ID's with right onesHariprasad Shenai2014-10-291-8/+8
* cxgb4vf: Add 40G support for cxgb4vf driverHariprasad Shenai2014-10-091-4/+8
* cxgb4/cxgb4vf: Add Devicde ID for two more adapterHariprasad Shenai2014-09-281-0/+2
* cxgb4vf: Remove superfluous "idx" parameter of CH_DEVICE() macro.Hariprasad Shenai2014-09-281-52/+52
* cxgb4/cxgb4vf: Add device ID for new adapter and remove for dbg adapterHariprasad Shenai2014-09-101-2/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* cxgb4vf: Turn off SGE RX/TX Callback Timers and interrupts in PCI shutdown ro...Hariprasad Shenai2014-08-051-14/+15
* cxgb4vf: Adds device ID for few more Chelsio T4 AdaptersHariprasad Shenai2014-07-011-0/+9
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* cxgb4vf: Adds device Id for few more Chelsio adaptersHariprasad Shenai2014-03-281-0/+8
* cxgb4vf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-18/+16
* cxgb4vf: Remove superfluous call to pci_disable_msix()Alexander Gordeev2014-02-181-1/+0
* cxgb4vf: added much cleaner implementation of is_t4()Hariprasad Shenai2013-12-031-4/+11
* net: cxgb4vf: use DEFINE_PCI_DEVICE_TABLEJingoo Han2013-10-221-1/+1
* net: cxgb4vf: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-3/+0
* cxgb4vf: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya2013-04-291-0/+25
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-7/+8
* cxgb4vf: Add support for Chelsio T5 adapterSantosh Rastapur2013-03-141-3/+32
* chelsio: Use netdev_<level> and pr_<level>Joe Perches2013-01-071-15/+8
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-1/+1
* cxgb4vf: remove __dev* attributesBill Pemberton2012-12-031-10/+10
* ethernet: Remove casts to same typeJoe Perches2012-06-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-091-0/+2
|\
| * cxgb4vf: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya2012-03-061-0/+2
* | ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-231-1/+1
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-2/+0
|/
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-1/+1
|\
| * switch debugfs to umode_tAl Viro2012-01-031-1/+1
* | net: make ethtool_ops conststephen hemminger2012-01-051-1/+1
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-3/+5
* | Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones2011-11-141-3/+4
|/
* net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-171-0/+2
* chelsio: Move the Chelsio driversJeff Kirsher2011-08-101-0/+2947
OpenPOWER on IntegriCloud