summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/netxen (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Remove redundant !ifa->ifa_dev check.Kuniyuki Iwashima2024-08-161-3/+2
* netxen_nic: Use {low,upp}er_32_bits() helpersGeert Uytterhoeven2024-07-101-5/+2
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-081-1/+1
* netxen_nic: remove redundant assignment to variable capabilityColin Ian King2024-02-091-2/+0
* arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-2/+0
* net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-231-1/+1
* netxen_nic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-091-9/+1
* netxen_nic: Replace fake flex-array with flexible-array memberGustavo A. R. Silva2023-03-081-1/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-291-2/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-1/+1
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* net: netxen: fix code indentationJean Sacren2021-10-291-1/+1
* ethernet: netxen: use eth_hw_addr_set()Jakub Kicinski2021-10-191-1/+3
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* netxen_nic: Remove the repeated declarationShaokun Zhang2021-08-251-1/+0
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-291-0/+1
|\
| * netxen_nic: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-181-0/+1
* | 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