summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c
AgeCommit message (Expand)Author
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean
2023-03-08netxen_nic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2021-10-29net: netxen: fix code indentationJean Sacren
2021-10-19ethernet: netxen: use eth_hw_addr_set()Jakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-06-14netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET
2021-01-15netxen_nic: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-01-09netxen_nic: fix MSI/MSI-x interruptsManish Chopra
2020-07-04netxen_nic: use generic power managementVaibhav Gupta
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-02drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 15Thomas Gleixner
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep
2018-09-28qlogic: netxen: remove ndo_poll_controllerEric Dumazet
2018-07-05qlogic: netxen: remove various redundant variablesColin Ian King
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2017-08-21qlogic: make device_attribute constBhumika Goyal
2017-02-22qlogic: netxen: constify bin_attribute structuresBhumika Goyal
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-07netxen: netxen_rom_fast_read() doesn't return -1Dan Carpenter
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-02-25netxen: Use kobj_to_dev()Amitoj Kaur Chawla
2015-05-27net: netxen: correct sysfs bin attribute return codeVladimir Zapolskiy
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-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
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
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher
2013-10-22net: netxen: remove unnecessary pci_set_drvdata()Jingoo Han
2013-09-27netxen_nic: Print ULA informationShahed Shaikh
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-06-03net: ethernet: replace strict_strtoul() with kstrtoul()Jingoo Han