summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
Commit message (Expand)AuthorAgeFilesLines
* net/qlcnic: fix mac address restore in bond mode 5/6Jarod Wilson2015-11-071-1/+2
* qlcnic: track vxlan port countJiri Benc2015-09-181-5/+13
* qlcnic: Add new VF device ID 0x8C30Shahed Shaikh2015-08-101-1/+4
* qlcnic: Rearrange ordering of header files inclusionHarish Patil2015-08-101-5/+4Star
* net: qlcnic: Deletion of unnecessary memsetChristophe Jaillet2015-07-161-1/+0Star
* net: qlcnic: clean up sysfs error codesVladimir Zapolskiy2015-05-291-1/+1
* net: Move check for multiple vlans to driversToshiaki Makita2015-03-291-0/+1
* qlogic: Deletion of unnecessary checks before two function callsMarkus Elfring2015-02-051-16/+8Star
* qlcnic: Fix return value in qlcnic_probe()Yongjian Xu2015-01-011-0/+1
* net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2014-12-261-3/+5
* net: rename netdev_phys_port_id to more generic nameJiri Pirko2014-12-031-1/+1
* net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-031-4/+5
* qlcnic: Implement ndo_gso_check()Joe Stringer2014-11-141-0/+6
* qlcnic: Add support to run firmware POSTShahed Shaikh2014-08-301-1/+1
* qlcnic: Add support for 0x8830 device IDShahed Shaikh2014-08-301-0/+8
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-061-5/+5
|\
| * qlcnic: Initialize dcbnl_ops before register_netdevRajesh Borundia2014-08-061-2/+2
| * qlcnic: Set driver version before registering netdevRajesh Borundia2014-08-061-3/+3
* | bridge: fdb dumping takes a filter deviceJamal Hadi Salim2014-07-101-3/+4
* | qlcnic: Enhance Tx timeout debug data collection.Harish Patil2014-07-031-6/+35
|/
* qlcnic: Optimize ring count validationsShahed Shaikh2014-06-121-10/+0Star
* qlcnic: Pre-allocate DMA buffer used for minidump collectionShahed Shaikh2014-06-121-3/+11
* net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-231-1/+1
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-5/+3Star
* vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong2014-05-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-4/+62
|\
| * qlcnic: Set real_num_{tx|rx}_queues properlyShahed Shaikh2014-05-071-2/+47
| * qlcnic: Fix panic while dumping TX queues on TX timeoutManish Chopra2014-05-071-2/+6
| * qlcnic: Reset firmware API lock at driver load timeSony Chacko2014-04-241-0/+9
* | qlcnic: Add mac learning support to SR-IOV VF.Rajesh Borundia2014-05-091-4/+12
* | qlcnic: Add support to process commands in atomic contextRajesh Borundia2014-05-091-2/+2
* | qlcnic: Allow SR-IOV VF probe in hypervisor.Rajesh Borundia2014-05-091-4/+1Star
* | qlcnic: Limit vNIC support in legacy interrupt modeSucheta Chakraborty2014-04-281-0/+3
* | qlcnic: Add driver logs in error path.Sucheta Chakraborty2014-04-281-2/+3
* | qlcnic: Allow setting TX interrupt coalescing parameters from VF.Sucheta Chakraborty2014-04-281-0/+13
* | qlcnic: Add hwmon interface to export board temperature.Harish Patil2014-04-281-1/+3
* | qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-04-281-3/+3
|/
* qlcnic: Fix MSI-X initialization codeAlexander Gordeev2014-04-151-12/+16
* qlcnic: Fix to send INIT_NIC_FUNC as first mailbox.Sucheta Chakraborty2014-04-141-2/+3
* qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port'Shahed Shaikh2014-04-011-0/+8
* qlcnic: Add VXLAN Rx offload supportShahed Shaikh2014-03-241-0/+38
* qlcnic: Add VXLAN Tx offload supportShahed Shaikh2014-03-241-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-2/+3
|\
| * qlcnic: Fix number of rings when we fall back from msix to legacy.Rajesh Borundia2014-02-261-0/+1
| * qlcnic: Fix usage of use_msi and use_msi_x module parametersShahed Shaikh2014-02-261-1/+1
| * qlcnic: Fix function return error checkShahed Shaikh2014-02-261-1/+1
* | qlcnic: Enhance driver message in failed state.Sucheta Chakraborty2014-02-251-2/+2
* | qlcnic: Re-factor firmware minidump template header handlingShahed Shaikh2014-02-251-1/+6
* | qlcnic: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-2/+6