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