summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)AuthorFilesLines
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+40
2015-02-05qlogic: Deletion of unnecessary checks before two function callsMarkus Elfring2-18/+9
2015-02-05netxen: Delete an unnecessary check before the function call "kfree"Markus Elfring1-3/+1
2015-02-05qlcnic: Fix NAPI poll routine for Tx completionShahed Shaikh1-3/+24
2015-02-03qlge: Fix qlge_update_hw_vlan_features to handle if interface is downMarcelo Leitner1-10/+16
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2015-01-25netxen: fix netxen_nic_poll() logicEric Dumazet1-1/+4
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko3-9/+9
2015-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+4
2015-01-07qla3xxx: don't allow never end busy loopAndy Shevchenko1-5/+3
2015-01-05qlcnic: Fix dump_skb outputJoe Perches1-8/+9
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-11-07netxen: Fix link event handling.Manish Chopra1-1/+2
2014-10-15qlcnic: Fix number of arguments in destroy tx context commandRajesh Borundia1-1/+1
2014-10-15qlcnic: Fix programming number of arguments in a command.Rajesh Borundia1-2/+2
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-74/+339
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-12/+11
2014-10-01netxen: Fix bug in Tx completion path.Manish Chopra1-2/+2
2014-10-01netxen: 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...Sony Chacko1-3/+2
2014-09-22qlge: Fix compilation warningHarish Patil1-2/+2
2014-09-10drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches1-3/+2
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2014-08-30qlcnic: Set skb->csum_level for encapsulated checksumTom Herbert1-1/+1
2014-08-30qlcnic: Update version to 5.3.62Shahed Shaikh1-2/+2
2014-08-30qlcnic: Add support to run firmware POSTShahed Shaikh4-2/+158
2014-08-30qlcnic: Use usleep_range() instead of msleep() for sleep less than 20msJitendra Kalsaria3-5/+5
2014-08-30qlcnic: Add support for 0x8830 device IDShahed Shaikh3-0/+11
2014-08-30qlcnic: 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-26qlge: Fix TSO for non-accelerated vlan trafficVlad Yasevich1-2/+3
2014-08-22qlcnic: Fix endianess issue in firmware load from file operationShahed Shaikh1-10/+25
2014-08-22qlcnic: Fix endianess issue in FW dump template headerRajesh Borundia1-0/+57
2014-08-22qlcnic: Fix flash access interface to applicationJitendra Kalsaria3-5/+32
2014-08-15Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-4/+4
2014-08-14Merge 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-09qlogic: use pci_zalloc_consistentJoe Perches2-9/+6
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+19
2014-08-06qlcnic: Initialize dcbnl_ops before register_netdevRajesh Borundia1-2/+2
2014-08-06qlcnic: Set driver version before registering netdevRajesh Borundia2-4/+4