summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
AgeCommit message (Expand)Author
2015-08-10qlcnic: Add new VF device ID 0x8C30Shahed Shaikh
2015-08-10qlcnic: Rearrange ordering of header files inclusionHarish Patil
2015-07-15net: qlcnic: Deletion of unnecessary memsetChristophe Jaillet
2015-05-28net: qlcnic: clean up sysfs error codesVladimir Zapolskiy
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita
2015-02-05qlogic: Deletion of unnecessary checks before two function callsMarkus Elfring
2014-12-31qlcnic: Fix return value in qlcnic_probe()Yongjian Xu
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko
2014-11-14qlcnic: Implement ndo_gso_check()Joe Stringer
2014-08-29qlcnic: Add support to run firmware POSTShahed Shaikh
2014-08-29qlcnic: Add support for 0x8830 device IDShahed Shaikh
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-08-05qlcnic: Initialize dcbnl_ops before register_netdevRajesh Borundia
2014-08-05qlcnic: Set driver version before registering netdevRajesh Borundia
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim
2014-07-02qlcnic: Enhance Tx timeout debug data collection.Harish Patil
2014-06-11qlcnic: Optimize ring count validationsShahed Shaikh
2014-06-11qlcnic: Pre-allocate DMA buffer used for minidump collectionShahed Shaikh
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-09qlcnic: Add mac learning support to SR-IOV VF.Rajesh Borundia
2014-05-09qlcnic: Add support to process commands in atomic contextRajesh Borundia
2014-05-09qlcnic: Allow SR-IOV VF probe in hypervisor.Rajesh Borundia
2014-05-07qlcnic: Set real_num_{tx|rx}_queues properlyShahed Shaikh
2014-05-07qlcnic: Fix panic while dumping TX queues on TX timeoutManish Chopra
2014-04-27qlcnic: Limit vNIC support in legacy interrupt modeSucheta Chakraborty
2014-04-27qlcnic: Add driver logs in error path.Sucheta Chakraborty
2014-04-27qlcnic: Allow setting TX interrupt coalescing parameters from VF.Sucheta Chakraborty
2014-04-27qlcnic: Add hwmon interface to export board temperature.Harish Patil
2014-04-27qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev
2014-04-24qlcnic: Reset firmware API lock at driver load timeSony Chacko
2014-04-15qlcnic: Fix MSI-X initialization codeAlexander Gordeev
2014-04-14qlcnic: Fix to send INIT_NIC_FUNC as first mailbox.Sucheta Chakraborty
2014-04-01qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port'Shahed Shaikh
2014-03-24qlcnic: Add VXLAN Rx offload supportShahed Shaikh
2014-03-24qlcnic: Add VXLAN Tx offload supportShahed Shaikh
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-25qlcnic: Fix number of rings when we fall back from msix to legacy.Rajesh Borundia
2014-02-25qlcnic: Fix usage of use_msi and use_msi_x module parametersShahed Shaikh
2014-02-25qlcnic: Fix function return error checkShahed Shaikh
2014-02-24qlcnic: Enhance driver message in failed state.Sucheta Chakraborty
2014-02-24qlcnic: Re-factor firmware minidump template header handlingShahed Shaikh
2014-02-18qlcnic: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-02-18qlcnic: Cleanup qlcnic_enable_msix() return valuesAlexander Gordeev
2014-01-28qlcnic: Fix tx timeout.Rajesh Borundia