aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/netxen (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-18netxen: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-2/+3
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-12-31net: netxen: slight optimization of addr comparedingtianhong1-1/+1
2013-12-27netxen: Correct off-by-one errors in bounds checksDavid Gibson1-2/+2
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher9-27/+9
2013-10-22net: netxen: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-09-27netxen_nic: Update version to 4.0.82Shahed Shaikh1-2/+2
2013-09-27netxen_nic: Print ULA informationShahed Shaikh2-0/+29
2013-09-24qlogic: Remove extern from function prototypesJoe Perches1-3/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+1
2013-08-27netxen: lower NAPI weightMichal Schmidt2-2/+1
2013-08-09netxen: clean up unnecessary MSI/MSI-X capability findYijing Wang1-5/+3
2013-08-02ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches1-2/+2
2013-06-03net: ethernet: replace strict_strtoul() with kstrtoul()Jingoo Han1-2/+2
2013-05-30netxen_nic: Update version to 4.0.81Manish Chopra1-2/+2
2013-05-30netxen_nic: Avoid mixed mode interruptsManish Chopra2-7/+46
2013-05-30netxen_nic: netxen_setup_intr() function code cleanupManish Chopra1-31/+46
2013-05-30netxen_nic: Log proper error message in case of mismatched adapter typeManish Chopra2-4/+10
2013-05-30netxen_nic: Log driver version with firmware versionManish Chopra1-3/+3
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2013-03-15driver/qlogic: replace ip_fast_csum with csum_replace2Li RongQing1-2/+2
2013-03-15netxen: write IP address to firmware when using bondingnikolay@redhat.com2-78/+147
2013-02-06drivers: net: misc: Remove unused OOM variablesJoe Perches1-1/+0
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches4-38/+17
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2013-01-22netxen: fix off by one bug in netxen_release_tx_buffer()Eric Dumazet2-1/+3
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-2/+1
2012-12-03netxen: remove __dev* attributesBill Pemberton1-5/+5
2012-11-06drivers: ethernet: qlogic: netxen_nic_ethtool.c: Fixed a coding style issueKumar Amit Mehta1-43/+43
2012-10-31netxen: explicity handle pause autoneg parameterFlavio Leitner1-0/+7
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2012-09-18netxen: check for root bus in netxen_mask_aer_correctableNikolay Aleksandrov1-0/+4
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas1-1/+1
2012-09-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang1-1/+1
2012-07-12netxen: fix link notification orderFlavio Leitner1-2/+2
2012-07-10netxen: remove unnecessary setting of skb->devJon Mason1-2/+0
2012-06-29netxen_nic: restrict force firmware dump when dump is disabled.Manish chopra2-5/+12
2012-06-25netxen: Error return off by one for XG port.Santosh Nayak2-4/+4
2012-06-25netxen: Error return off by one in 'netxen_nic_set_pauseparam()'.Santosh Nayak1-2/+2
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2012-05-09netxen_nic: Fix estimation of recv MSS in case of LRORajesh Borundia5-4/+23
2012-05-09netxen: added miniDIMM support in driver.Sucheta Chakraborty3-0/+163
2012-05-09netxen_nic: Allow only useful and recommended firmware dump capture mask valuesManish chopra2-8/+13
2012-05-09netxen_nic: disable minidump by defaultSritej Velaga1-1/+1
2012-04-30qlogic: get rid of a redundant test for NULL before call to release_firmware()Jesper Juhl1-2/+1
2012-03-16netxen: qlogic ethernet : Fix endian bug.Santosh Nayak3-9/+9
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1