aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/s2io.c
Commit message (Expand)AuthorAgeFilesLines
...
* s2io.c: fix spelling explainationJoe Perches2009-08-301-1/+1
* s2io.c: convert printks to pr_<level>Joe Perches2009-08-301-10/+7
* s2io.c: Make more conforming to normal kernel styleJoe Perches2009-08-301-1108/+1124
* s2io.c: use kzallocJoe Perches2009-08-301-5/+2
* s2io.c: Use calculated size in kmallocsJoe Perches2009-08-301-35/+28
* s2io.c: Shorten code line length by using intermediate pointersJoe Perches2009-08-301-169/+224
* s2io.c: Use const for stringsJoe Perches2009-08-301-4/+4
* s2io: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-011-0/+3
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-5/+5
* s2io: Remove private boolean definitionsTobias Klauser2009-06-081-11/+11
* net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-291-1/+0
* s2io: Use generic MDIO definitionsBen Hutchings2009-04-291-10/+11
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* drivers/net/s2io.c: fix sparse warning: symbol shadows an earlier oneHannes Eder2009-02-171-1/+0
* s2io: Formatting log messageBreno Leitao2009-02-031-3/+2
* net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller2009-01-271-0/+1
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-4/+4
* net: Fix warning fallout from recent NAPI interface changes.David S. Miller2008-12-261-2/+0
* drivers/net: fix sparse warnings: make symbols staticHannes Eder2008-12-251-1/+1
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-4/+4
* s2io: fix warning in drivers/net/s2io.cIngo Molnar2008-11-251-1/+1
* s2io: convert to net_device_opsStephen Hemminger2008-11-211-21/+22
* netdevice: safe convert to netdev_priv() #part-2Wang Chen2008-11-121-39/+39
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* pci: use pci_ioremap_bar() in drivers/netArjan van de Ven2008-10-311-4/+2
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+1
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-241-20/+20
* s2io: Fix enabling VLAN tag stripping at driver initializationBreno Leitao2008-09-241-8/+10
* s2io: reindented misleading for loopIlpo Järvinen2008-09-031-2/+2
* S2io: fix statistics flush after a MTU changeBreno Leitao2008-07-291-6/+23
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-21/+27
* net: Use queue aware tests throughout.David S. Miller2008-07-171-29/+19
* netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller2008-07-171-2/+0
* S2io: Version update for IOMMU overflow checking and enable msi-x link interr...Sreenivasa Honnur2008-07-111-1/+1
* S2io: Enable msi-x link interrupts.Sreenivasa Honnur2008-07-111-17/+30
* S2io: Fix IOMMU overflow checking.Sreenivasa Honnur2008-07-111-19/+22
* net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller2008-07-081-39/+8
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-281-23/+12
|\
| * [netdrvr] Fix IOMMU overflow checking in s2io.cAndi Kleen2008-06-271-23/+12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-131-4/+6
|\ \ | |/
| * s2io iomem annotationsAl Viro2008-06-041-4/+6
* | net/s2io: set_rxd_buffer_pointer returns -ENOMEM, not ENOMEMMarcin Slusarz2008-05-301-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-05-251-201/+293
|\ \ | |/
| * S2io: Version update for napi and MSI-X patchesSreenivasa Honnur2008-05-221-1/+1
| * S2io: Added napi support when MSIX is enabled.Sreenivasa Honnur2008-05-221-135/+192
| * S2io: Move all the transmit completions to a single msi-x (alarm) vectorSreenivasa Honnur2008-05-221-68/+102
| * s2io: add missing block braces to multistatement if statementIlpo Järvinen2008-05-221-1/+2
* | [netdrvr] Trim trailing whitespace for several driversJeff Garzik2008-05-131-2/+2
|/
* S2io: Version update for multi ring patchesSreenivasa Honnur2008-04-291-1/+1