aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-02drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal1-2/+3
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata1-1/+2
2018-11-28qlcnic: remove set but not used variables 'cur_rings, max_hw_rings, tx_desc_info'YueHaibing1-11/+2
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-1/+0
2018-09-28qlcnic: remove ndo_poll_controllerEric Dumazet1-45/+0
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-4/+6
2017-06-02qlcnic: Fix tunnel offload for 82xx adaptersChopra, Manish1-0/+2
2017-02-06net-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-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu1-3/+4
2016-06-17qlcnic: 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-17qlcnic: 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-15net: qlcnic: Deletion of unnecessary memsetChristophe Jaillet1-1/+0
2015-05-28net: 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
2014-12-31qlcnic: Fix return value in qlcnic_probe()Yongjian Xu1-0/+1
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-3/+5
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko1-1/+1
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-4/+5
2014-11-14qlcnic: Implement ndo_gso_check()Joe Stringer1-0/+6
2014-08-29qlcnic: Add support to run firmware POSTShahed Shaikh1-1/+1
2014-08-29qlcnic: Add support for 0x8830 device IDShahed Shaikh1-0/+8
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2014-08-05qlcnic: Initialize dcbnl_ops before register_netdevRajesh Borundia1-2/+2
2014-08-05qlcnic: Set driver version before registering netdevRajesh Borundia1-3/+3
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim1-3/+4
2014-07-02qlcnic: Enhance Tx timeout debug data collection.Harish Patil1-6/+35
2014-06-11qlcnic: Optimize ring count validationsShahed Shaikh1-10/+0
2014-06-11qlcnic: 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 through ip tool.Sucheta Chakraborty1-1/+1
2014-05-13net: 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-07qlcnic: Set real_num_{tx|rx}_queues properlyShahed Shaikh1-2/+47
2014-05-07qlcnic: Fix panic while dumping TX queues on TX timeoutManish Chopra1-2/+6
2014-04-27qlcnic: Limit vNIC support in legacy interrupt modeSucheta Chakraborty1-0/+3
2014-04-27qlcnic: Add driver logs in error path.Sucheta Chakraborty1-2/+3
2014-04-27qlcnic: Allow setting TX interrupt coalescing parameters from VF.Sucheta Chakraborty1-0/+13
2014-04-27qlcnic: Add hwmon interface to export board temperature.Harish Patil1-1/+3