summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic
Commit message (Expand)AuthorAgeFilesLines
...
| * qlcnic: Fix corruption while copyingShahed Shaikh2015-07-301-1/+1
* | net: qlcnic: Deletion of unnecessary memsetChristophe Jaillet2015-07-161-1/+0Star
|/
* net: qlcnic: clean up sysfs error codesVladimir Zapolskiy2015-05-293-46/+36Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-153-3/+4
|\
| * net: Move check for multiple vlans to driversToshiaki Makita2015-03-291-0/+1
| * ethernet: codespell comment spelling fixesJoe Perches2015-03-092-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\ \ | |/ |/|
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* | qlcnic: Fix trivial typo in commentYannick Guerrini2015-03-011-1/+1
* | qlcnic: Delete existing multicast MAC list before adding newShahed Shaikh2015-02-123-13/+51
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-3/+24
|\ \
| * | qlcnic: Fix NAPI poll routine for Tx completionShahed Shaikh2015-02-051-3/+24
* | | qlogic: Deletion of unnecessary checks before two function callsMarkus Elfring2015-02-052-18/+9Star
* | | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-071-0/+1
|\| |
| * | qlcnic: Fix return value in qlcnic_probe()Yongjian Xu2015-01-011-0/+1
* | | qlcnic: Fix dump_skb outputJoe Perches2015-01-051-8/+9
|/ /
* | net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2014-12-261-3/+5
* | net: rename netdev_phys_port_id to more generic nameJiri Pirko2014-12-031-1/+1
* | net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-031-4/+5
* | qlcnic: Implement ndo_gso_check()Joe Stringer2014-11-141-0/+6
|/
* qlcnic: Fix number of arguments in destroy tx context commandRajesh Borundia2014-10-141-1/+1
* qlcnic: Fix programming number of arguments in a command.Rajesh Borundia2014-10-141-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-098-69/+335
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-022-8/+7Star
| |\
| * | qlcnic: Set skb->csum_level for encapsulated checksumTom Herbert2014-08-301-1/+1
| * | qlcnic: Update version to 5.3.62Shahed Shaikh2014-08-301-2/+2
| * | qlcnic: Add support to run firmware POSTShahed Shaikh2014-08-304-2/+158
| * | qlcnic: Use usleep_range() instead of msleep() for sleep less than 20msJitendra Kalsaria2014-08-303-5/+5
| * | qlcnic: Add support for 0x8830 device IDShahed Shaikh2014-08-303-0/+11
| * | qlcnic: Update Link speed and port type info for 83xx adapterJitendra Kalsaria2014-08-302-59/+158
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-081-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Fix typo in printkMasanari Iida2014-08-261-1/+1
* | | qlcnic: Fix ordering of stats in stats buffer.Manish Chopra2014-09-261-0/+2
* | | qlcnic: Remove __QLCNIC_DEV_UP bit check to read TX queues statistics.Manish Chopra2014-09-261-1/+1
* | | qlcnic: Fix memory corruption while reading stats using ethtool.Manish Chopra2014-09-261-4/+2Star
* | | qlcnic: Use qlcnic_83xx_flash_read32() API instead of lockless version of the...Sony Chacko2014-09-261-3/+2Star
| |/ |/|
* | qlcnic: Fix endianess issue in firmware load from file operationShahed Shaikh2014-08-221-10/+25
* | qlcnic: Fix endianess issue in FW dump template headerRajesh Borundia2014-08-221-0/+57
* | qlcnic: Fix flash access interface to applicationJitendra Kalsaria2014-08-223-5/+32
* | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-151-1/+1
|\ \
| * | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
| |/
* / net: ethernet: qlogic: qlcnic: Remove duplicate object file from MakefileAndreas Ruprecht2014-08-111-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-063-11/+19
|\
| * qlcnic: Initialize dcbnl_ops before register_netdevRajesh Borundia2014-08-061-2/+2
| * qlcnic: Set driver version before registering netdevRajesh Borundia2014-08-062-4/+4
| * qlcnic: Fix update of ethtool stats.Rajesh Borundia2014-08-061-5/+13
* | Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt2014-07-181-2/+2
* | bridge: fdb dumping takes a filter deviceJamal Hadi Salim2014-07-101-3/+4
* | qlcnic: Update version to 5.3.61Harish Patil2014-07-031-2/+2