summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/netxen
AgeCommit message (Expand)Author
2021-06-30netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET
2021-01-23netxen_nic: fix MSI/MSI-x interruptsManish Chopra
2018-04-13netxen_nic: set rcode to the return status from the call to netxen_issue_cmdColin Ian King
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-05-27net: netxen: correct sysfs bin attribute return codeVladimir Zapolskiy
2015-05-09netxen_nic: use spin_[un]lock_bh around tx_clean_lock (2)Tony Camuso
2015-04-30netxen_nic: use spin_[un]lock_bh around tx_clean_lockTony Camuso
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-01netxen_nic: Fix trivial typos in commentsYannick Guerrini
2015-02-05netxen: Delete an unnecessary check before the function call "kfree"Markus Elfring
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-25netxen: fix netxen_nic_poll() logicEric Dumazet
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-11-06netxen: Fix link event handling.Manish Chopra
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-30netxen: Fix bug in Tx completion path.Manish Chopra
2014-09-30netxen: Fix BUG "sleeping function called from invalid context"Manish Chopra
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches
2014-08-26treewide: Fix typo in printkMasanari Iida
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-08qlogic: use pci_zalloc_consistentJoe Perches
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-02-18netxen: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-31net: netxen: slight optimization of addr comparedingtianhong
2013-12-27netxen: Correct off-by-one errors in bounds checksDavid Gibson
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher
2013-10-22net: netxen: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-09-27netxen_nic: Update version to 4.0.82Shahed Shaikh
2013-09-27netxen_nic: Print ULA informationShahed Shaikh
2013-09-24qlogic: Remove extern from function prototypesJoe Perches
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-27netxen: lower NAPI weightMichal Schmidt
2013-08-09netxen: clean up unnecessary MSI/MSI-X capability findYijing Wang
2013-08-02ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches
2013-06-03net: ethernet: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-05-30netxen_nic: Update version to 4.0.81Manish Chopra
2013-05-30netxen_nic: Avoid mixed mode interruptsManish Chopra
2013-05-30netxen_nic: netxen_setup_intr() function code cleanupManish Chopra
2013-05-30netxen_nic: Log proper error message in case of mismatched adapter typeManish Chopra
2013-05-30netxen_nic: Log driver version with firmware versionManish Chopra
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-03-15driver/qlogic: replace ip_fast_csum with csum_replace2Li RongQing
2013-03-15netxen: write IP address to firmware when using bondingnikolay@redhat.com
2013-02-06drivers: net: misc: Remove unused OOM variablesJoe Perches