summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sxg
AgeCommit message (Expand)AuthorLines
2009-09-15Staging: remove sxg driverGreg Kroah-Hartman-8181/+0
2009-09-15Staging: ARRAY_SIZE changesStoyan Gaydarov-1/+1
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger-2/+2
2009-06-19Staging: sxg: Add missing __devexit_p()Jean Delvare-1/+1
2009-06-19Staging: sxg: replace __FUNCTION__ usagesAlessio Igor Bogani-20/+20
2009-04-17Staging: sxg: Fix leaks and checksum errors in transmit code pathMithlesh Thukral-35/+58
2009-04-17Staging: sxg: Fix sleep in atomic context warning while loading driverMithlesh Thukral-0/+5
2009-04-17Staging: sxg: Use correct queue_id for transmitting non-TCP packetsMithlesh Thukral-3/+7
2009-04-17Staging: sxg: Fire watchdog timer at end of open routine to change the linkMithlesh Thukral-0/+2
2009-04-17Staging: sxg: convert to netdev_opsAlexander Beregalov-10/+17
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang-2/+2
2009-04-03Staging: sxg: Add support to download the firmware using request_firmware()Mithlesh Thukral-19652/+101
2009-04-03Staging: sxg: Add watchdog timer for managing Link states for SXG driverMithlesh Thukral-16/+59
2009-04-03Staging: sxg: Fix a warning dump emitted by rtnl_watchdog during LTP testsMithlesh Thukral-2/+0
2009-04-03Staging: sxg: Read the correct MAC address from the card for Rev B cardsMithlesh Thukral-16/+12
2009-04-03Staging: sxg: Fix interface bug not working after open is called second time.Mithlesh Thukral-1/+1
2009-04-03Staging: sxg: Fix the module in Kconfig file for Sahara SXG driverMithlesh Thukral-1/+1
2009-04-03Staging: sxg: Fix memory leak caused by double allocation of ringsMithlesh Thukral-26/+1
2009-04-03Staging: sxg: Add checksum control option through ethtool interfaceMithlesh Thukral-15/+18
2009-04-03Staging: sxg: Remove unused Rev A microcode filesMithlesh Thukral-9951/+0
2009-04-03Staging: sxg: Add Rev B support in the Sahara SXG driverMithlesh Thukral-67/+169
2009-04-03Staging: sxg: Add firmware files for Rev B cardMithlesh Thukral-0/+19677
2009-04-03Staging: sxg: Fix memory leak in case of allocation failureMithlesh Thukral-0/+15
2009-04-03Staging: sxg: Add Checksum Offload support for Sahara SXG driverMithlesh Thukral-5/+49
2009-04-03Staging: sxg: fix napi interface buildRandy Dunlap-3/+3
2009-04-03Staging: sxg: Make SXG driver use MSI-X interrupts if possibleMithlesh Thukral-21/+146
2009-04-03Staging: sxg: Removed unnecessary checks while taking Transmit LocksMithlesh Thukral-49/+18
2009-04-03Staging: sxg: Add Jumbo frames support to Sahara SXG DriverMithlesh Thukral-13/+185
2009-04-03Staging: sxg: Cleanup the SXG driver of unused space and functionsMithlesh Thukral-32/+3
2009-04-03Staging: sxg: Add NAPI feature to Sahara SXG DriverMithlesh Thukral-18/+86
2009-04-03Staging: sxg: Add multicast support for Sahara SXG driverMithlesh Thukral-79/+52
2009-04-03Staging: sxg: fix build warnings in sxg.cGreg Kroah-Hartman-2/+11
2009-04-03Staging: sxg: fix build warnings in downloadB firmware filesGreg Kroah-Hartman-0/+4
2009-04-03Staging: sxg: remove firmware files from sgx_ethtool.cGreg Kroah-Hartman-9/+0
2009-04-03Staging: sxg: fix build warnings in sxg_ethtoolGreg Kroah-Hartman-7/+8
2009-04-03Staging: sxg: Fix to load card on low memory machinesMithlesh Thukral-32/+141
2009-04-03Staging: sxg: Firmware updatesMithlesh Thukral-4856/+9614
2009-04-03Staging: sxg: Add Ethtool functionality enhancement and misc cleanupsMithlesh Thukral-67/+27
2009-04-03Staging: sxg: Locking related changes. Fix locking levelsMithlesh Thukral-58/+85
2009-04-03Staging: sxg: SXG SGL related cleanup in data structures and codeMithlesh Thukral-158/+260
2009-04-03Staging: sxg: Ethtool framework and Receive code path changesMithlesh Thukral-9/+355
2009-04-03Staging: sxg: Receive code and data structure cleanupsMithlesh Thukral-144/+198
2009-04-03Staging: sxg: Indentation fixes - mostly 80 char linesMithlesh Thukral-966/+1264
2009-04-03Staging: sxg: Commenting style fixes - Pending workMithlesh Thukral-1623/+1705
2009-04-03Staging: sxg: Typedef removal - pending workMithlesh Thukral-330/+280
2009-04-03Staging: sxg: New SXG_SGL design and MAC Header changesMithlesh Thukral-192/+464
2009-01-06Staging: sxg: update READMEJ.R. Mauro-2/+0
2009-01-06Staging: sxg: break the build in a cleaner way when !x86J.R. Mauro-1/+1
2009-01-06Staging: sxg: remove typedefsJ.R. Mauro-330/+325