summaryrefslogtreecommitdiffstats
path: root/drivers/net/s2io.c
Commit message (Expand)AuthorAgeFilesLines
* net: convert multicast list to list_headJiri Pirko2010-04-031-4/+4
* drivers/net: drop redundant memsetJulia Lawall2010-03-151-3/+1
* s2io: Fixing debug messageBreno Leitao2010-03-051-3/+3
* net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko2010-02-181-2/+3
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-231-1/+1
|\
| * S2io: two branches the same in wait_for_cmd_complete()Ram Vepa2010-01-191-1/+1
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
|/
* 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-131-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-301-160/+161
* s2io.c: Convert skipped nic->config.tx_cfg[i]. to tx_cfg->Joe Perches2009-08-301-1/+1
* s2io.c: Standardize statistics accessorsJoe Perches2009-08-301-443/+408
* 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
OpenPOWER on IntegriCloud