summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/netxen (follow)
Commit message (Expand)AuthorAgeFilesLines
* netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET2021-06-141-0/+2
* netxen_nic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-01-163-77/+77
* netxen_nic: fix MSI/MSI-x interruptsManish Chopra2021-01-091-6/+1
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-262-3/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-2/+2
* netxen_nic: use generic power managementVaibhav Gupta2020-07-051-31/+28
* net: netxen: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-151-18/+3
* qlogic: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-271-1/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-2/+2
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-231-2/+2
* ethernet: remove redundant memsetFuqian Huang2019-07-151-3/+0
* drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal2019-06-031-3/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 15Thomas Gleixner2019-05-219-153/+9
* net: netxen: fix a missing check and an uninitialized useKangjie Lu2018-12-211-1/+2
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-6/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-6/+0
* | qlogic: netxen: remove ndo_poll_controllerEric Dumazet2018-09-281-23/+0
|/
* netxen_nic: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-1/+2
* qlogic: netxen: remove various redundant variablesColin Ian King2018-07-052-11/+3
* drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-301-4/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-1/+1
|\
| * treewide: Align function definition open/close bracesJoe Perches2018-03-261-1/+1
* | ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-7/+7
|/
* netxen: remove timespec usageArnd Bergmann2017-11-301-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-221-1/+1
|\
| * netxen: fix incorrect loop counter decrementColin Ian King2017-08-181-1/+1
* | qlogic: make device_attribute constBhumika Goyal2017-08-211-2/+2
|/
* netxen_nic: Remove unused pointer hdr in netxen_setup_minidump()Christos Gkekas2017-07-031-3/+0
* netxen: remove writeq/readq function definitionsLABBE Corentin2017-06-051-14/+1
* netxen_nic: set rcode to the return status from the call to netxen_issue_cmdColin Ian King2017-05-111-1/+1
* netxen_nic: remove redundant check if retries is zeroColin Ian King2017-03-151-7/+2
* qlogic: netxen: constify bin_attribute structuresBhumika Goyal2017-02-221-3/+3
* net: qlogic: netxen: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-171-58/+65
* net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-061-4/+4
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-6/+4
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-202-12/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-092-6/+11
|\
| * netxen: netxen_rom_fast_read() doesn't return -1Dan Carpenter2016-05-071-1/+2
| * netxen: reversed condition in netxen_nic_set_link_parameters()Dan Carpenter2016-05-071-1/+1
| * netxen: fix error handling in netxen_get_flash_block()Dan Carpenter2016-05-071-4/+8
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
|/
* netxen: Use kobj_to_dev()Amitoj Kaur Chawla2016-02-251-5/+5
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-2/+0
* net: netxen: correct sysfs bin attribute return codeVladimir Zapolskiy2015-05-271-3/+3
* netxen_nic: use spin_[un]lock_bh around tx_clean_lock (2)Tony Camuso2015-05-091-2/+2
* netxen_nic: use spin_[un]lock_bh around tx_clean_lockTony Camuso2015-04-301-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-041-2/+2
|\
| * netxen_nic: Fix trivial typos in commentsYannick Guerrini2015-03-011-2/+2
* | ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
|/