aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
AgeCommit message (Expand)Author
2021-06-30qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET
2020-12-30qlcnic: Fix error code in probeDan Carpenter
2018-09-28qlcnic: remove ndo_poll_controllerEric Dumazet
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2017-06-02qlcnic: Fix tunnel offload for 82xx adaptersChopra, Manish
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit
2016-10-18ethernet/qlogic: use core min/max MTU checkingJarod Wilson
2016-09-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu
2016-06-17qlcnic: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck
2016-04-21qlcnic: protect qlicnic_attach_func with rtnl_lockHannes Frederic Sowa
2015-11-07net/qlcnic: fix mac address restore in bond mode 5/6Jarod Wilson
2015-09-17qlcnic: track vxlan port countJiri Benc
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