aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 15Thomas Gleixner1-17/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-6/+0
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-6/+0
2018-09-28qlogic: netxen: remove ndo_poll_controllerEric Dumazet1-23/+0
2018-07-05qlogic: netxen: remove various redundant variablesColin Ian King1-3/+1
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-7/+7
2017-08-21qlogic: make device_attribute constBhumika Goyal1-2/+2
2017-02-22qlogic: netxen: constify bin_attribute structuresBhumika Goyal1-3/+3
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-4/+4
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-6/+4
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-0/+7
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-05-07netxen: netxen_rom_fast_read() doesn't return -1Dan Carpenter1-1/+2
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-02-25netxen: Use kobj_to_dev()Amitoj Kaur Chawla1-5/+5
2015-05-27net: netxen: correct sysfs bin attribute return codeVladimir Zapolskiy1-3/+3
2015-02-05netxen: Delete an unnecessary check before the function call "kfree"Markus Elfring1-3/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2015-01-25netxen: fix netxen_nic_poll() logicEric Dumazet1-1/+4
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-11-06netxen: Fix link event handling.Manish Chopra1-1/+2
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2014-09-30netxen: Fix BUG "sleeping function called from invalid context"Manish Chopra1-2/+0
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches1-3/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-02-18netxen: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-2/+3
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher1-3/+1
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-09netxen: 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-30netxen_nic: Avoid mixed mode interruptsManish Chopra1-7/+43
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 Chopra1-1/+3
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-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-29Merge 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-08remove 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-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