summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/netxen
Commit message (Expand)AuthorAgeFilesLines
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-202-12/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-092-6/+11
|\
| * netxen: netxen_rom_fast_read() doesn't return -1Dan Carpenter2016-05-071-1/+2
| * netxen: reversed condition in netxen_nic_set_link_parameters()Dan Carpenter2016-05-071-1/+1
| * netxen: fix error handling in netxen_get_flash_block()Dan Carpenter2016-05-071-4/+8
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
|/
* netxen: Use kobj_to_dev()Amitoj Kaur Chawla2016-02-251-5/+5
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-2/+0
* net: netxen: correct sysfs bin attribute return codeVladimir Zapolskiy2015-05-271-3/+3
* netxen_nic: use spin_[un]lock_bh around tx_clean_lock (2)Tony Camuso2015-05-091-2/+2
* netxen_nic: use spin_[un]lock_bh around tx_clean_lockTony Camuso2015-04-301-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-031-2/+2
|\
| * netxen_nic: Fix trivial typos in commentsYannick Guerrini2015-03-011-2/+2
* | ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
|/
* netxen: Delete an unnecessary check before the function call "kfree"Markus Elfring2015-02-051-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-1/+4
|\
| * netxen: fix netxen_nic_poll() logicEric Dumazet2015-01-251-1/+4
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
|/
* netxen: Fix link event handling.Manish Chopra2014-11-061-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-081-3/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-022-4/+4
| |\
| * | drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-091-3/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Fix typo in printkMasanari Iida2014-08-261-1/+1
* | | netxen: Fix bug in Tx completion path.Manish Chopra2014-09-301-2/+2
* | | netxen: Fix BUG "sleeping function called from invalid context"Manish Chopra2014-09-302-2/+2
| |/ |/|
* | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* | qlogic: use pci_zalloc_consistentJoe Perches2014-08-081-3/+1
|/
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* netxen: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-2/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-2/+2
|\
| * netxen: Correct off-by-one errors in bounds checksDavid Gibson2013-12-271-2/+2
* | net: netxen: slight optimization of addr comparedingtianhong2013-12-311-1/+1
* | ethernet: Fix FSF address in file headersJeff Kirsher2013-12-069-27/+9
|/
* net: netxen: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-221-2/+0
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
* netxen_nic: Update version to 4.0.82Shahed Shaikh2013-09-271-2/+2
* netxen_nic: Print ULA informationShahed Shaikh2013-09-272-0/+29
* qlogic: Remove extern from function prototypesJoe Perches2013-09-241-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-052-2/+1
|\
| * netxen: lower NAPI weightMichal Schmidt2013-08-272-2/+1
* | netxen: clean up unnecessary MSI/MSI-X capability findYijing Wang2013-08-091-5/+3
* | ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches2013-08-021-2/+2
|/
* net: ethernet: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-031-2/+2
* netxen_nic: Update version to 4.0.81Manish Chopra2013-05-301-2/+2
* netxen_nic: Avoid mixed mode interruptsManish Chopra2013-05-302-7/+46
* netxen_nic: netxen_setup_intr() function code cleanupManish Chopra2013-05-301-31/+46
* netxen_nic: Log proper error message in case of mismatched adapter typeManish Chopra2013-05-302-4/+10
* netxen_nic: Log driver version with firmware versionManish Chopra2013-05-301-3/+3
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
OpenPOWER on IntegriCloud