summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-2/+3
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-4/+6
2017-06-02qlcnic: Fix tunnel offload for 82xx adaptersChopra, Manish1-0/+2
2017-02-07net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-2/+2
2016-10-18ethernet/qlogic: use core min/max MTU checkingJarod Wilson1-0/+4
2016-09-02rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu1-3/+4
2016-06-18qlcnic: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck1-16/+14
2016-04-21qlcnic: protect qlicnic_attach_func with rtnl_lockHannes Frederic Sowa1-2/+8
2015-11-07net/qlcnic: fix mac address restore in bond mode 5/6Jarod Wilson1-1/+2
2015-09-18qlcnic: track vxlan port countJiri Benc1-5/+13
2015-08-10qlcnic: Add new VF device ID 0x8C30Shahed Shaikh1-1/+4
2015-08-10qlcnic: Rearrange ordering of header files inclusionHarish Patil1-5/+4
2015-07-16net: qlcnic: Deletion of unnecessary memsetChristophe Jaillet1-1/+0
2015-05-29net: qlcnic: clean up sysfs error codesVladimir Zapolskiy1-1/+1
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita1-0/+1
2015-02-05qlogic: Deletion of unnecessary checks before two function callsMarkus Elfring1-16/+8
2015-01-01qlcnic: Fix return value in qlcnic_probe()Yongjian Xu1-0/+1
2014-12-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-3/+5
2014-12-03net: rename netdev_phys_port_id to more generic nameJiri Pirko1-1/+1
2014-12-03net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-4/+5
2014-11-15qlcnic: Implement ndo_gso_check()Joe Stringer1-0/+6
2014-08-30qlcnic: Add support to run firmware POSTShahed Shaikh1-1/+1
2014-08-30qlcnic: Add support for 0x8830 device IDShahed Shaikh1-0/+8
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2014-08-06qlcnic: Initialize dcbnl_ops before register_netdevRajesh Borundia1-2/+2
2014-08-06qlcnic: Set driver version before registering netdevRajesh Borundia1-3/+3
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim1-3/+4
2014-07-03qlcnic: Enhance Tx timeout debug data collection.Harish Patil1-6/+35
2014-06-12qlcnic: Optimize ring count validationsShahed Shaikh1-10/+0
2014-06-12qlcnic: Pre-allocate DMA buffer used for minidump collectionShahed Shaikh1-3/+11
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty1-1/+1
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-5/+3
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-4/+62
2014-05-09qlcnic: Add mac learning support to SR-IOV VF.Rajesh Borundia1-4/+12
2014-05-09qlcnic: Add support to process commands in atomic contextRajesh Borundia1-2/+2
2014-05-09qlcnic: Allow SR-IOV VF probe in hypervisor.Rajesh Borundia1-4/+1
2014-05-08qlcnic: Set real_num_{tx|rx}_queues properlyShahed Shaikh1-2/+47
2014-05-08qlcnic: Fix panic while dumping TX queues on TX timeoutManish Chopra1-2/+6
2014-04-28qlcnic: Limit vNIC support in legacy interrupt modeSucheta Chakraborty1-0/+3
2014-04-28qlcnic: Add driver logs in error path.Sucheta Chakraborty1-2/+3
2014-04-28qlcnic: Allow setting TX interrupt coalescing parameters from VF.Sucheta Chakraborty1-0/+13
2014-04-28qlcnic: Add hwmon interface to export board temperature.Harish Patil1-1/+3
2014-04-28qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-3/+3
2014-04-24qlcnic: Reset firmware API lock at driver load timeSony Chacko1-0/+9
2014-04-15qlcnic: Fix MSI-X initialization codeAlexander Gordeev1-12/+16
2014-04-14qlcnic: Fix to send INIT_NIC_FUNC as first mailbox.Sucheta Chakraborty1-2/+3
2014-04-02qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port'Shahed Shaikh1-0/+8
2014-03-24qlcnic: Add VXLAN Rx offload supportShahed Shaikh1-0/+38