summaryrefslogtreecommitdiffstats
path: root/drivers/net/s2io.c
Commit message (Expand)AuthorAgeFilesLines
...
* S2io: Added support set_mac_address driver entry pointSivakumar Subramani2007-10-111-40/+67
* S2io: Removed unused feature - bimodal interruptsSivakumar Subramani2007-10-111-144/+88Star
* S2io: Change kmalloc+memset to k[zc]allocSivakumar Subramani2007-10-111-9/+5Star
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-111-27/+20Star
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-8/+3Star
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-111-3/+0Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* S2io: code Optimization of isr functionSivakumar Subramani2007-10-111-96/+61Star
* S2io: Check for device state before handling trafficSivakumar Subramani2007-10-111-18/+38
* S2io: Cleanup - removed unused variable intr_typeSivakumar Subramani2007-10-111-17/+17
* [S2IO]: Handle and monitor all of the device errors and alarmsSivakumar Subramani2007-10-111-134/+335
* S2io: Enable all the error and alarm indicationsSivakumar Subramani2007-10-111-75/+171
* S2IO: Fixed Link LED issue when MSI-X is enabledSivakumar Subramani2007-10-111-8/+9
* S2IO: Fixes in MSIX related code.Sivakumar Subramani2007-10-111-0/+19
* [S2IO]: Making MSIX as default intr_typeSivakumar Subramani2007-10-111-2/+91
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-111-20/+15Star
* fix s2io regressionAl Viro2007-08-041-3/+6
* S2io: Increment received packet count correctlyRamkrishna Vepa2007-07-301-1/+2
* S2io: Fix crash when resetting adapterRamkrishna Vepa2007-07-301-15/+0Star
* S2IO: Implementing review comments from old patchesVeena Parat2007-07-301-5/+5
* S2IO: Checking for the return value of pci map functionVeena Parat2007-07-301-3/+74
* S2IO: Removing MSI support from driverVeena Parat2007-07-301-148/+10Star
* S2IO: Removing 3 buffer mode support from the driverVeena Parat2007-07-301-215/+72Star
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-07-171-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-121-21/+4Star
|/
* Fix typo in drivers/net/s2io.cRolf Eike Beer2007-07-101-1/+1
* s2io: add PCI error recovery supportLinas Vepstas2007-07-091-2/+0Star
* s2io: add PCI error recovery supportLinas Vepstas2007-07-091-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/+0Star
* 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/+1Star
* S2io: Remove unused variablesRamkrishna Vepa2007-04-281-28/+27Star
* 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-261-2/+2
* [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-031-2/+1Star
* 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/+0Star
* [PATCH] trivial s2io annotationsAl Viro2007-02-091-1/+1
* s2io: De-typedef driver.Ralf Baechle2007-02-051-250/+255