aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/s2io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-07-161-1/+3
|\
| * Fix a potential NULL pointer dereference in free_shared_mem() in drivers/net/...Micah Gruber2007-07-161-1/+3
* | PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-111-21/+4
|/
* Fix typo in drivers/net/s2io.cRolf Eike Beer2007-07-101-1/+1
* s2io: add PCI error recovery supportLinas Vepstas2007-07-081-2/+0
* s2io: add PCI error recovery supportLinas Vepstas2007-07-081-5/+111
* 2.6.22: ERROR: "__ucmpdi2" [drivers/net/s2io.ko] undefined!Olaf Hering2007-06-271-7/+9
* network drivers: eliminate unneeded kill_vid codeStephen Hemminger2007-06-031-12/+0
* S2IO: Statistics for link up/down and memory allocated/freedSreenivasa Honnur2007-05-111-42/+258
* S2IO: statistics for memory allocation failuersSreenivasa Honnur2007-05-111-6/+29
* S2IO: getringparam ethtool optionSreenivasa Honnur2007-05-111-0/+35
* S2io: Change of driver maintainersRamkrishna Vepa2007-04-281-2/+1
* S2io: Remove unused variablesRamkrishna Vepa2007-04-281-28/+27
* S2IO: Save/Restore unused buffer mappings in 2/3 buffer modeRamkrishna Vepa2007-04-281-4/+16
* make drivers/net/s2io.c:vlan_strip_flag staticAdrian Bunk2007-04-281-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-2/+2
* [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-021-2/+1
* S2IO: Restoring the mac address in s2io_resetSivakumar Subramani2007-02-271-4/+22
* S2IO: Avoid printing the Enhanced statistics for Xframe I card.Sivakumar Subramani2007-02-271-25/+75
* S2IO: Making LED off during LINK_DOWN notification.Sivakumar Subramani2007-02-271-2/+10
* S2IO: Added a loadable parameter to enable or disable vlan stripping in frame.Sivakumar Subramani2007-02-271-2/+36
* S2IO: Optimized the delay to wait for command completionSivakumar Subramani2007-02-271-17/+73
* S2IO: Fixes for MSI and MSIXSivakumar Subramani2007-02-271-7/+28
* s2io: RTNL and flush_scheduled_work deadlockFrancois Romieu2007-02-201-3/+18
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] trivial s2io annotationsAl Viro2007-02-091-1/+1
* s2io: De-typedef driver.Ralf Baechle2007-02-051-250/+255
* s2io: Removed enabling of some of the unused interrupts.Sivakumar Subramani2007-02-051-112/+1
* s2io: Fixes in updating skb->truesize and code cleanup.Sivakumar Subramani2007-02-051-5/+10
* S2IO: Fixes for reset and link handling.Sivakumar Subramani2007-02-051-154/+237
* s2io: Making LRO and UFO as module loadable parameter.Sivakumar Subramani2007-02-051-85/+77
* remove NETIF_F_TSO ifdeferyArjan van de Ven2007-02-051-8/+0
* [PATCH] s2io bogus memsetAl Viro2007-01-231-2/+1
* WorkStruct: make allyesconfigDavid Howells2006-11-221-9/+7
* [PATCH] net s2io: return on NULL dev_alloc_skb()David Rientjes2006-10-311-1/+10
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-8/+4
* [PATCH] more s2io __iomem annotationsAl Viro2006-09-251-3/+3
* [PATCH] 64bit bugs in s2ioAl Viro2006-09-251-2/+2
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-241-28/+29
|\
| * [PATCH] s2io: Switch to pci_get_deviceAlan Cox2006-09-191-2/+3
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
| * drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-24/+24
| * drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
* | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
|/
* [PATCH] s2io build fixAndrew Morton2006-08-191-0/+1
* [PATCH] s2io driver bug fixes #2Ananda Raju2006-08-031-135/+93
* [PATCH] s2io driver bug fixes #1Ananda Raju2006-08-031-78/+80
* [PATCH] s2io driver irq fixAnanda Raju2006-07-121-142/+143
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-301-6/+9
|\