aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-17netxen_nic: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-01-15netxen_nic: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-25/+24
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 15Thomas Gleixner1-17/+1
2018-12-21net: netxen: fix a missing check and an uninitialized useKangjie Lu1-1/+2
2018-03-26treewide: Align function definition open/close bracesJoe Perches1-1/+1
2017-03-15netxen_nic: remove redundant check if retries is zeroColin Ian King1-7/+2
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
2014-09-30netxen: Fix bug in Tx completion path.Manish Chopra1-2/+2
2014-09-30netxen: Fix BUG "sleeping function called from invalid context"Manish Chopra1-0/+2
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-12-27netxen: Correct off-by-one errors in bounds checksDavid Gibson1-2/+2
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-03-15driver/qlogic: replace ip_fast_csum with csum_replace2Li RongQing1-2/+2
2013-02-06drivers: net: misc: Remove unused OOM variablesJoe Perches1-1/+0
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-17/+10
2013-01-22netxen: fix off by one bug in netxen_release_tx_buffer()Eric Dumazet1-1/+1
2012-07-12netxen: fix link notification orderFlavio Leitner1-2/+2
2012-07-10netxen: remove unnecessary setting of skb->devJon Mason1-2/+0
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2012-05-09netxen_nic: Fix estimation of recv MSS in case of LRORajesh Borundia1-1/+3
2012-04-30qlogic: get rid of a redundant test for NULL before call to release_firmware()Jesper Juhl1-2/+1
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi1-1/+1
2012-02-04netxen_nic: fw dump supportManish chopra1-2/+1
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-9/+3
2011-09-20netxen: Fix vhdr_len in case of non vlan packets.Rajesh Borundia1-1/+1
2011-08-10qlogic: Move the QLogic driversJeff Kirsher1-0/+1949