aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/s2io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-30s2io: Generate complete messages using single line DBG_PRINTsJoe Perches1-1/+4
2009-06-08s2io: Remove private boolean definitionsTobias Klauser1-9/+0
2008-09-24s2io: Fix enabling VLAN tag stripping at driver initializationBreno Leitao1-0/+1
2008-07-11S2io: Enable msi-x link interrupts.Sreenivasa Honnur1-0/+1
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+0
2008-06-27[netdrvr] Fix IOMMU overflow checking in s2io.cAndi Kleen1-4/+0
2008-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+15
2008-05-22S2io: Added napi support when MSIX is enabled.Sreenivasa Honnur1-5/+12
2008-05-22S2io: Move all the transmit completions to a single msi-x (alarm) vectorSreenivasa Honnur1-2/+3
2008-05-13[netdrvr] Trim trailing whitespace for several driversJeff Garzik1-1/+1
2008-04-29S2io: Enable multi ring supportSreenivasa Honnur1-29/+53
2008-04-25S2io: Removed rx_lock and put_lockSreenivasa Honnur1-6/+0
2008-04-25S2io: Removed receive buffer replenishment taskletSreenivasa Honnur1-3/+0
2008-03-17S2io: Support for vlan_rx_kill_vid entry pointSreenivasa Honnur1-2/+4
2008-03-17S2io: Multiqueue network device support - FIFO selection based on L4 portsSreenivasa Honnur1-1/+33
2008-03-17S2io: Multiqueue network device support implementationSreenivasa Honnur1-0/+10
2008-02-03S2io: Fix for LRO BugsSurjit Reang1-1/+1
2008-01-28S2io: Fixes to enable multiple transmit fifo supportSurjit Reang1-3/+9
2008-01-28[S2IO]: Support for add/delete/store/restore ethernet addressesSreenivasa Honnur1-2/+12
2007-10-19s2io, rename BIT macroJiri Slaby1-42/+42
2007-10-10S2io: Added support set_mac_address driver entry pointSivakumar Subramani1-1/+1
2007-10-10S2io: Removed unused feature - bimodal interruptsSivakumar Subramani1-1/+0
2007-10-10S2io: code Optimization of isr functionSivakumar Subramani1-1/+0
2007-10-10S2io: Check for device state before handling trafficSivakumar Subramani1-4/+8
2007-10-10S2io: Cleanup - removed unused variable intr_typeSivakumar Subramani1-5/+0
2007-10-10[S2IO]: Handle and monitor all of the device errors and alarmsSivakumar Subramani1-2/+22
2007-10-10S2io: Enable all the error and alarm indicationsSivakumar Subramani1-0/+1
2007-10-10S2IO: Fixes in MSIX related code.Sivakumar Subramani1-0/+1
2007-10-10[S2IO]: Making MSIX as default intr_typeSivakumar Subramani1-0/+6
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-1/+2
2007-07-30S2IO: Checking for the return value of pci map functionVeena Parat1-0/+5
2007-07-30S2IO: Removing MSI support from driverVeena Parat1-3/+0
2007-07-30S2IO: Removing 3 buffer mode support from the driverVeena Parat1-2/+1
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-1/+0
2007-07-08s2io: add PCI error recovery supportLinas Vepstas1-1/+0
2007-07-08s2io: add PCI error recovery supportLinas Vepstas1-0/+5
2007-05-11S2IO: Statistics for link up/down and memory allocated/freedSreenivasa Honnur1-0/+24
2007-05-11S2IO: statistics for memory allocation failuersSreenivasa Honnur1-0/+3
2007-05-11S2IO: getringparam ethtool optionSreenivasa Honnur1-0/+5
2007-04-28S2io: Remove unused variablesRamkrishna Vepa1-7/+1
2007-02-27S2IO: Added a loadable parameter to enable or disable vlan stripping in frame.Sivakumar Subramani1-0/+3
2007-02-27S2IO: Optimized the delay to wait for command completionSivakumar Subramani1-2/+5
2007-02-09[PATCH] trivial s2io annotationsAl Viro1-3/+3
2007-02-05s2io: De-typedef driver.Ralf Baechle1-98/+104
2007-02-05S2IO: Fixes for reset and link handling.Sivakumar Subramani1-6/+15
2007-02-05s2io: Making LRO and UFO as module loadable parameter.Sivakumar Subramani1-8/+0
2006-11-22WorkStruct: make allyesconfigDavid Howells1-1/+1
2006-10-10[PATCH] endianness annotations in s2ioAl Viro1-161/+161
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+4
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1