summaryrefslogtreecommitdiffstats
path: root/drivers/net/s2io.c
Commit message (Expand)AuthorAgeFilesLines
* s2io: resolve statistics issuesJon Mason2010-07-031-37/+64
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-3/+0Star
* drivers: net: use skb_headlen()Eric Dumazet2010-04-151-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-4/+4
|/
* drivers/net: drop redundant memsetJulia Lawall2010-03-151-3/+1Star
* 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-081-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-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