summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/netxen
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
2023-03-08netxen_nic: Replace fake flex-array with flexible-array memberGustavo A. R. Silva
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
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-08-25netxen_nic: Remove the repeated declarationShaokun Zhang
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-14netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET
2021-05-17netxen_nic: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-01-15netxen_nic: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-01-09netxen_nic: fix MSI/MSI-x interruptsManish Chopra
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-04netxen_nic: use generic power managementVaibhav Gupta
2020-03-14net: netxen: let core reject the unsupported coalescing parametersJakub Kicinski
2020-02-26qlogic: Replace zero-length array with flexible-array memberGustavo A. R. Silva
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-07-15ethernet: remove redundant memsetFuqian Huang
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-12-21net: netxen: fix a missing check and an uninitialized useKangjie Lu
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-08-07netxen_nic: Mark expected switch fall-throughsGustavo A. R. Silva
2018-07-05qlogic: netxen: remove various redundant variablesColin Ian King
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-03-26treewide: Align function definition open/close bracesJoe Perches
2017-11-30netxen: remove timespec usageArnd Bergmann
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-21qlogic: make device_attribute constBhumika Goyal
2017-08-18netxen: fix incorrect loop counter decrementColin Ian King
2017-07-03netxen_nic: Remove unused pointer hdr in netxen_setup_minidump()Christos Gkekas
2017-06-04netxen: remove writeq/readq function definitionsLABBE Corentin
2017-05-11netxen_nic: set rcode to the return status from the call to netxen_issue_cmdColin Ian King
2017-03-15netxen_nic: remove redundant check if retries is zeroColin Ian King
2017-02-22qlogic: netxen: constify bin_attribute structuresBhumika Goyal
2017-02-17net: qlogic: netxen: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet