summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/netxen (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-091-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-101-3/+2
* | | 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
* | | 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-091-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-311-2/+2
* netxen_nic: Avoid mixed mode interruptsManish Chopra2013-05-312-7/+46
* netxen_nic: netxen_setup_intr() function code cleanupManish Chopra2013-05-311-31/+46
* netxen_nic: Log proper error message in case of mismatched adapter typeManish Chopra2013-05-312-4/+10
* netxen_nic: Log driver version with firmware versionManish Chopra2013-05-311-3/+3
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-1/+1
* driver/qlogic: replace ip_fast_csum with csum_replace2Li RongQing2013-03-151-2/+2
* netxen: write IP address to firmware when using bondingnikolay@redhat.com2013-03-152-78/+147
* drivers: net: misc: Remove unused OOM variablesJoe Perches2013-02-061-1/+0
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-044-38/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-292-1/+3
|\
| * netxen: fix off by one bug in netxen_release_tx_buffer()Eric Dumazet2013-01-222-1/+3
* | remove init of dev->perm_addr in driversJiri Pirko2013-01-091-2/+1
|/
* netxen: remove __dev* attributesBill Pemberton2012-12-031-5/+5
* drivers: ethernet: qlogic: netxen_nic_ethtool.c: Fixed a coding style issueKumar Amit Mehta2012-11-061-43/+43
* netxen: explicity handle pause autoneg parameterFlavio Leitner2012-10-311-0/+7
* Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-011-2/+2
|\
| * Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-121-1/+1
| |\
| | * netdev: make pci_error_handlers constStephen Hemminger2012-09-081-1/+1
| * | PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang2012-08-231-1/+1
| |/
* / netxen: check for root bus in netxen_mask_aer_correctableNikolay Aleksandrov2012-09-181-0/+4
|/
* netxen: fix link notification orderFlavio Leitner2012-07-121-2/+2
* netxen: remove unnecessary setting of skb->devJon Mason2012-07-111-2/+0