summaryrefslogtreecommitdiffstats
path: root/drivers/net/s2io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
|\
| * tree-wide: fix typos "couter" -> "counter"Uwe Kleine-König2009-12-041-1/+1
* | s2io: fixing a ethtool test that is brokenBreno Leitao2009-11-141-0/+1
|/
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* s2io: Generate complete messages using single line DBG_PRINTsJoe Perches2009-08-311-160/+161
* s2io.c: Convert skipped nic->config.tx_cfg[i]. to tx_cfg->Joe Perches2009-08-311-1/+1
* s2io.c: Standardize statistics accessorsJoe Perches2009-08-311-443/+408Star
* s2io.c: fix spelling explainationJoe Perches2009-08-311-1/+1
* s2io.c: convert printks to pr_<level>Joe Perches2009-08-311-10/+7Star
* s2io.c: Make more conforming to normal kernel styleJoe Perches2009-08-311-1108/+1124
* s2io.c: use kzallocJoe Perches2009-08-311-5/+2Star
* s2io.c: Use calculated size in kmallocsJoe Perches2009-08-311-35/+28Star
* s2io.c: Shorten code line length by using intermediate pointersJoe Perches2009-08-311-169/+224
* s2io.c: Use const for stringsJoe Perches2009-08-311-4/+4
* s2io: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-021-0/+3
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-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/+0Star
* s2io: Use generic MDIO definitionsBen Hutchings2009-04-301-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-181-1/+0Star
* s2io: Formatting log messageBreno Leitao2009-02-041-3/+2Star
* net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller2009-01-281-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-271-2/+0Star
* drivers/net: fix sparse warnings: make symbols staticHannes Eder2008-12-261-1/+1
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-4/+4
* s2io: fix warning in drivers/net/s2io.cIngo Molnar2008-11-261-1/+1
* s2io: convert to net_device_opsStephen Hemminger2008-11-221-21/+22
* netdevice: safe convert to netdev_priv() #part-2Wang Chen2008-11-131-39/+39
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* pci: use pci_ioremap_bar() in drivers/netArjan van de Ven2008-10-311-4/+2Star
* net: convert print_mac to %pMJohannes Berg2008-10-281-3/+1Star
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-251-20/+20
* s2io: Fix enabling VLAN tag stripping at driver initializationBreno Leitao2008-09-251-8/+10
* s2io: reindented misleading for loopIlpo Järvinen2008-09-031-2/+2
* S2io: fix statistics flush after a MTU changeBreno Leitao2008-07-301-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-181-29/+19Star
* netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller2008-07-181-2/+0Star
* 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-091-39/+8Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-281-23/+12Star
|\
| * [netdrvr] Fix IOMMU overflow checking in s2io.cAndi Kleen2008-06-271-23/+12Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-141-4/+6
|\|
| * s2io iomem annotationsAl Viro2008-06-041-4/+6
* | net/s2io: set_rxd_buffer_pointer returns -ENOMEM, not ENOMEMMarcin Slusarz2008-05-311-1/+1