summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sxg/sxg.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: sxg: Fix leaks and checksum errors in transmit code pathMithlesh Thukral2009-04-171-35/+58
* Staging: sxg: Fix sleep in atomic context warning while loading driverMithlesh Thukral2009-04-171-0/+5
* Staging: sxg: Use correct queue_id for transmitting non-TCP packetsMithlesh Thukral2009-04-171-3/+7
* Staging: sxg: Fire watchdog timer at end of open routine to change the linkMithlesh Thukral2009-04-171-0/+2
* Staging: sxg: convert to netdev_opsAlexander Beregalov2009-04-171-10/+17
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* Staging: sxg: Add support to download the firmware using request_firmware()Mithlesh Thukral2009-04-031-105/+101Star
* Staging: sxg: Add watchdog timer for managing Link states for SXG driverMithlesh Thukral2009-04-031-16/+56
* Staging: sxg: Fix a warning dump emitted by rtnl_watchdog during LTP testsMithlesh Thukral2009-04-031-2/+0Star
* Staging: sxg: Read the correct MAC address from the card for Rev B cardsMithlesh Thukral2009-04-031-7/+12
* Staging: sxg: Fix interface bug not working after open is called second time.Mithlesh Thukral2009-04-031-1/+1
* Staging: sxg: Fix memory leak caused by double allocation of ringsMithlesh Thukral2009-04-031-26/+1Star
* Staging: sxg: Add checksum control option through ethtool interfaceMithlesh Thukral2009-04-031-11/+13
* Staging: sxg: Add Rev B support in the Sahara SXG driverMithlesh Thukral2009-04-031-54/+129
* Staging: sxg: Fix memory leak in case of allocation failureMithlesh Thukral2009-04-031-0/+15
* Staging: sxg: Add Checksum Offload support for Sahara SXG driverMithlesh Thukral2009-04-031-4/+44
* Staging: sxg: fix napi interface buildRandy Dunlap2009-04-031-3/+3
* Staging: sxg: Make SXG driver use MSI-X interrupts if possibleMithlesh Thukral2009-04-031-20/+142
* Staging: sxg: Removed unnecessary checks while taking Transmit LocksMithlesh Thukral2009-04-031-38/+13Star
* Staging: sxg: Add Jumbo frames support to Sahara SXG DriverMithlesh Thukral2009-04-031-6/+169
* Staging: sxg: Cleanup the SXG driver of unused space and functionsMithlesh Thukral2009-04-031-21/+2Star
* Staging: sxg: Add NAPI feature to Sahara SXG DriverMithlesh Thukral2009-04-031-18/+80
* Staging: sxg: Add multicast support for Sahara SXG driverMithlesh Thukral2009-04-031-77/+50Star
* Staging: sxg: fix build warnings in sxg.cGreg Kroah-Hartman2009-04-031-2/+11
* Staging: sxg: Fix to load card on low memory machinesMithlesh Thukral2009-04-031-26/+128
* Staging: sxg: Firmware updatesMithlesh Thukral2009-04-031-1/+8
* Staging: sxg: Add Ethtool functionality enhancement and misc cleanupsMithlesh Thukral2009-04-031-39/+23Star
* Staging: sxg: Locking related changes. Fix locking levelsMithlesh Thukral2009-04-031-33/+57
* Staging: sxg: SXG SGL related cleanup in data structures and codeMithlesh Thukral2009-04-031-148/+217
* Staging: sxg: Ethtool framework and Receive code path changesMithlesh Thukral2009-04-031-7/+5Star
* Staging: sxg: Receive code and data structure cleanupsMithlesh Thukral2009-04-031-130/+179
* Staging: sxg: Indentation fixes - mostly 80 char linesMithlesh Thukral2009-04-031-243/+340
* Staging: sxg: Commenting style fixes - Pending workMithlesh Thukral2009-04-031-275/+348
* Staging: sxg: Typedef removal - pending workMithlesh Thukral2009-04-031-157/+106Star
* Staging: sxg: New SXG_SGL design and MAC Header changesMithlesh Thukral2009-04-031-50/+144
* Staging: sxg: remove typedefsJ.R. Mauro2009-01-061-158/+158
* Staging: sxg: fix compiler warnings.Greg Kroah-Hartman2008-10-221-8/+8
* Staging: sxg: fix up unused function warningsGreg Kroah-Hartman2008-10-221-77/+78
* Staging: sxg: clean up C99 commentsJ.R. Mauro2008-10-221-520/+520
* Staging: sxg: replace __FUNCTION__ with __func__Harvey Harrison2008-10-221-103/+103
* Staging: Lindent sxg.cJ.R. Mauro2008-10-111-65/+81
* Staging: Fix gcc warnings in sxgJ.R. Mauro2008-10-111-4/+4
* Staging: add sxg network driverGreg Kroah-Hartman2008-10-111-0/+3608