aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-14qlcnic: Fix number of arguments in destroy tx context commandRajesh Borundia1-1/+1
2014-10-14qlcnic: Fix programming number of arguments in a command.Rajesh Borundia1-2/+2
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-74/+339
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-12/+11
2014-09-30netxen: Fix bug in Tx completion path.Manish Chopra1-2/+2
2014-09-30netxen: Fix BUG "sleeping function called from invalid context"Manish Chopra2-2/+2
2014-09-26qlcnic: Fix ordering of stats in stats buffer.Manish Chopra1-0/+2
2014-09-26qlcnic: Remove __QLCNIC_DEV_UP bit check to read TX queues statistics.Manish Chopra1-1/+1
2014-09-26qlcnic: Fix memory corruption while reading stats using ethtool.Manish Chopra1-4/+2
2014-09-26qlcnic: Use qlcnic_83xx_flash_read32() API instead of lockless version of the API.Sony Chacko1-3/+2
2014-09-22qlge: Fix compilation warningHarish Patil1-2/+2
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches1-3/+2
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2014-08-29qlcnic: Set skb->csum_level for encapsulated checksumTom Herbert1-1/+1
2014-08-29qlcnic: Update version to 5.3.62Shahed Shaikh1-2/+2
2014-08-29qlcnic: Add support to run firmware POSTShahed Shaikh4-2/+158
2014-08-29qlcnic: Use usleep_range() instead of msleep() for sleep less than 20msJitendra Kalsaria3-5/+5
2014-08-29qlcnic: Add support for 0x8830 device IDShahed Shaikh3-0/+11
2014-08-29qlcnic: Update Link speed and port type info for 83xx adapterJitendra Kalsaria2-59/+158
2014-08-26treewide: Fix typo in printkMasanari Iida2-2/+2
2014-08-25qlge: Fix TSO for non-accelerated vlan trafficVlad Yasevich1-2/+3
2014-08-21qlcnic: Fix endianess issue in firmware load from file operationShahed Shaikh1-10/+25
2014-08-21qlcnic: Fix endianess issue in FW dump template headerRajesh Borundia1-0/+57
2014-08-21qlcnic: Fix flash access interface to applicationJitendra Kalsaria3-5/+32
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-4/+4
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine4-4/+4
2014-08-11net: ethernet: qlogic: qlcnic: Remove duplicate object file from MakefileAndreas Ruprecht1-1/+1
2014-08-08qlogic: use pci_zalloc_consistentJoe Perches2-9/+6
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+19
2014-08-05qlcnic: Initialize dcbnl_ops before register_netdevRajesh Borundia1-2/+2
2014-08-05qlcnic: Set driver version before registering netdevRajesh Borundia2-4/+4
2014-08-05qlcnic: Fix update of ethtool stats.Rajesh Borundia1-5/+13
2014-07-17Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt1-2/+2
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim1-3/+4
2014-07-02qlcnic: Update version to 5.3.61Harish Patil1-2/+2
2014-07-02qlcnic: Enhance Tx timeout debug data collection.Harish Patil1-6/+35
2014-06-11qlcnic: Update version to 5.3.60Shahed Shaikh1-2/+2
2014-06-11qlcnic: Optimize ring count validationsShahed Shaikh2-12/+7
2014-06-11qlcnic: Pre-allocate DMA buffer used for minidump collectionShahed Shaikh3-20/+28
2014-06-11qlcnic: remove duplicate QLC_83XX_GET_LSO_CAPABILITY defineDan Carpenter1-1/+0
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2014-06-05qlcnic: Initialize mailbox cmd structure to zeroRajesh Borundia1-0/+3
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-05-24qlcnic: info leak in qlcnic_dcb_peer_app_info()Dan Carpenter1-0/+1
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool.Sucheta Chakraborty5-17/+41
2014-05-22qlogic: Use time_before()Manuel Schölling1-5/+5
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe4-8/+6
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong1-1/+1