summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-22net: netxen: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-27netxen_nic: Print ULA informationShahed Shaikh1-0/+28
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-08-27netxen: lower NAPI weightMichal Schmidt1-1/+1
2013-08-10netxen: clean up unnecessary MSI/MSI-X capability findYijing Wang1-5/+3
2013-06-03net: ethernet: replace strict_strtoul() with kstrtoul()Jingoo Han1-2/+2
2013-05-31netxen_nic: Avoid mixed mode interruptsManish Chopra1-7/+43
2013-05-31netxen_nic: netxen_setup_intr() function code cleanupManish Chopra1-31/+46
2013-05-31netxen_nic: Log proper error message in case of mismatched adapter typeManish Chopra1-1/+3
2013-05-31netxen_nic: Log driver version with firmware versionManish Chopra1-3/+3
2013-05-29net: 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-15netxen: write IP address to firmware when using bondingnikolay@redhat.com1-76/+144
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-4/+1
2013-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-01-22netxen: fix off by one bug in netxen_release_tx_buffer()Eric Dumazet1-0/+2
2013-01-09remove init of dev->perm_addr in driversJiri Pirko1-2/+1
2012-12-03netxen: remove __dev* attributesBill Pemberton1-5/+5
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2012-09-19netxen: 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-08netdev: 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-05-10netxen_nic: Fix estimation of recv MSS in case of LRORajesh Borundia1-1/+8
2012-05-10netxen: added miniDIMM support in driver.Sucheta Chakraborty1-0/+131
2012-03-17netxen: qlogic ethernet : Fix endian bug.Santosh Nayak1-2/+2
2012-02-24ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-02-05netxen: Fix a panic during driver unload in device_remove_fileRajesh Borundia1-5/+3
2012-02-05netxen_nic: Error logging on firmware hangSritej Velaga1-2/+19
2012-02-05netxen_nic: fw dump supportManish chopra1-18/+84
2012-02-01drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-2/+4
2011-10-19net: add skb frag size accessorsEric Dumazet1-3/+3
2011-10-07net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-2/+2
2011-09-20netxen: Add pcie workaroundRajesh Borundia1-1/+62
2011-09-15netxen: convert to SKB paged frag API.Ian Campbell1-2/+2
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-11qlogic: Move the QLogic driversJeff Kirsher1-0/+3100