aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/netxen (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+2
2019-07-15ethernet: remove redundant memsetFuqian Huang1-3/+0
2019-06-02drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal1-3/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 15Thomas Gleixner9-153/+9
2018-12-21net: netxen: fix a missing check and an uninitialized useKangjie Lu1-1/+2
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-08-07netxen_nic: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+2
2018-07-05qlogic: netxen: remove various redundant variablesColin Ian King2-11/+3
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches1-4/+2
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-7/+7
2018-03-26treewide: Align function definition open/close bracesJoe Perches1-1/+1
2017-11-30netxen: remove timespec usageArnd Bergmann1-3/+1
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-21qlogic: make device_attribute constBhumika Goyal1-2/+2
2017-08-18netxen: fix incorrect loop counter decrementColin Ian King1-1/+1
2017-07-03netxen_nic: Remove unused pointer hdr in netxen_setup_minidump()Christos Gkekas1-3/+0
2017-06-04netxen: remove writeq/readq function definitionsLABBE Corentin1-14/+1
2017-05-11netxen_nic: set rcode to the return status from the call to netxen_issue_cmdColin Ian King1-1/+1
2017-03-15netxen_nic: remove redundant check if retries is zeroColin Ian King1-7/+2
2017-02-22qlogic: netxen: constify bin_attribute structuresBhumika Goyal1-3/+3
2017-02-17net: qlogic: netxen: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-58/+65
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 Wilson2-12/+7
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+11
2016-05-07netxen: netxen_rom_fast_read() doesn't return -1Dan Carpenter1-1/+2
2016-05-07netxen: reversed condition in netxen_nic_set_link_parameters()Dan Carpenter1-1/+1
2016-05-07netxen: fix error handling in netxen_get_flash_block()Dan Carpenter1-4/+8
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-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-2/+0
2015-05-27net: netxen: correct sysfs bin attribute return codeVladimir Zapolskiy1-3/+3
2015-05-09netxen_nic: use spin_[un]lock_bh around tx_clean_lock (2)Tony Camuso1-2/+2
2015-04-30netxen_nic: use spin_[un]lock_bh around tx_clean_lockTony Camuso1-2/+2
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-01netxen_nic: Fix trivial typos in commentsYannick Guerrini1-2/+2
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-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+2
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+4