summaryrefslogtreecommitdiff
path: root/drivers/net/qla3xxx.c
AgeCommit message (Expand)Author
2011-06-21drivers/net: Remove casts of void *Joe Perches
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2011-03-30drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-02-28qla3xxx: add missing __iomem annotationstephen hemminger
2011-02-17kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse
2010-11-17drivers/net/qla3xxx.c: Remove unnecessary casts of netdev_privJoe Perches
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-07-26drivers/net/qla3xxx.c: Checkpatch cleanupsJoe Perches
2010-07-26drivers/net/qla3xxx.c: Update logging message styleJoe Perches
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-04-13qla3xxx: use the DMA state API instead of the pci equivalentsFUJITA Tomonori
2010-03-24net/various: remove trailing space in messagesFrans Pop
2010-01-18drivers/net: Eliminate useless codeJulia Lawall
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-11-09tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-06-23qla3xxx: Don't sleep while holding lock.Ron Mercer
2009-06-23qla3xxx: Give the PHY time to come out of reset.Ron Mercer
2009-06-20Net: qla3xxx, remove sleeping in atomicJiri Slaby
2009-05-29net: dont update dev->trans_startEric Dumazet
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-11-25qla3xxx: fix warning in drivers/net/qla3xxx.cIngo Molnar
2008-11-21qla3xxx: convert to net_device_opsStephen Hemminger
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-16qla3xxx: Cleanup: Fix link print statements.Ron Mercer
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-08-07qla3xxx: driver version change.root
2008-08-07qla3xxx: cleanup: Remove some unused structure definitions and structure elem...Ron Mercer
2008-08-07qla3xxx: fix: Fix IFF_MULTICAST setting.Ron Mercer
2008-08-07qla3xxx: fix: Remove unused set_multicast function.Ron Mercer
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-27qla3xxx: Hold RTNL while calling dev_close()Ben Hutchings
2008-05-13[netdrvr] Trim trailing whitespace for several driversJeff Garzik
2008-03-26qla3xxx: convert byte order of constant instead of variableMarcin Slusarz
2008-01-28qla3xxx annotationsAl Viro
2008-01-28drivers/net: Add missing "space"Joe Perches
2008-01-08[NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller
2007-11-10qla3xxx: bugfix: Fix bad logical operation in link state machine.Ron Mercer
2007-11-10qla3xxx: bugfix: Move link state machine into a worker threadRon Mercer