aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/s2io.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* S2io: Enable multi ring supportSreenivasa Honnur2008-04-291-162/+173
* S2io: Removed rx_lock and put_lockSreenivasa Honnur2008-04-251-29/+2
* S2io: Removed receive buffer replenishment taskletSreenivasa Honnur2008-04-251-89/+4
* S2io: Version update for memory leak fix during free_tx_buffersSreenivasa Honnur2008-04-251-1/+1
* S2io: Fix memory leak during free_tx_buffersSreenivasa Honnur2008-04-251-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-021-1/+1
|\
| * S2io: Version update for Tx completion patchSreenivasa Honnur2008-03-281-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-0/+3
|\|
| * S2io: Handle TX completions on the same CPU as the sender for MIS-X interruptsSreenivasa Honnur2008-03-251-0/+3
* | s2io annotationsAl Viro2008-03-261-8/+9
* | S2io: Version update for multiqueue and vlan patchesSreenivasa Honnur2008-03-171-1/+1
* | S2io: Support for vlan_rx_kill_vid entry pointSreenivasa Honnur2008-03-171-48/+67
* | S2io: Multiqueue network device support - FIFO selection based on L4 portsSreenivasa Honnur2008-03-171-18/+117
* | S2io: Multiqueue network device support implementationSreenivasa Honnur2008-03-171-30/+176
|/
* make s2io.c:init_tti() staticAdrian Bunk2008-03-051-1/+1
* S2io: Fix for LRO BugsSurjit Reang2008-02-031-10/+10
* S2io: Fixes to enable multiple transmit fifosRamkrishna Vepa2008-01-281-89/+104
* S2io: Fixes to enable multiple transmit fifo supportSurjit Reang2008-01-281-48/+88
* drivers/net: Add missing "space"Joe Perches2008-01-281-3/+3
* [S2IO]: Support for add/delete/store/restore ethernet addressesSreenivasa Honnur2008-01-281-16/+178
* netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz2008-01-281-5/+4
* S2io: Fixed synchronization between scheduling of napi with card reset and closeSreenivasa Honnur2008-01-181-5/+12
* [NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller2008-01-081-3/+0