aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sxg (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-03Staging: sxg: Add support to download the firmware using request_firmware()Mithlesh Thukral5-19652/+101
2009-04-03Staging: sxg: Add watchdog timer for managing Link states for SXG driverMithlesh Thukral2-16/+59
2009-04-03Staging: sxg: Fix a warning dump emitted by rtnl_watchdog during LTP testsMithlesh Thukral1-2/+0
2009-04-03Staging: sxg: Read the correct MAC address from the card for Rev B cardsMithlesh Thukral2-16/+12
2009-04-03Staging: sxg: Fix interface bug not working after open is called second time.Mithlesh Thukral1-1/+1
2009-04-03Staging: sxg: Fix the module in Kconfig file for Sahara SXG driverMithlesh Thukral1-1/+1
2009-04-03Staging: sxg: Fix memory leak caused by double allocation of ringsMithlesh Thukral1-26/+1
2009-04-03Staging: sxg: Add checksum control option through ethtool interfaceMithlesh Thukral2-15/+18
2009-04-03Staging: sxg: Remove unused Rev A microcode filesMithlesh Thukral5-9951/+0
2009-04-03Staging: sxg: Add Rev B support in the Sahara SXG driverMithlesh Thukral4-67/+169
2009-04-03Staging: sxg: Add firmware files for Rev B cardMithlesh Thukral5-0/+19677
2009-04-03Staging: sxg: Fix memory leak in case of allocation failureMithlesh Thukral1-0/+15
2009-04-03Staging: sxg: Add Checksum Offload support for Sahara SXG driverMithlesh Thukral2-5/+49
2009-04-03Staging: sxg: fix napi interface buildRandy Dunlap1-3/+3
2009-04-03Staging: sxg: Make SXG driver use MSI-X interrupts if possibleMithlesh Thukral2-21/+146
2009-04-03Staging: sxg: Removed unnecessary checks while taking Transmit LocksMithlesh Thukral2-49/+18
2009-04-03Staging: sxg: Add Jumbo frames support to Sahara SXG DriverMithlesh Thukral4-13/+185
2009-04-03Staging: sxg: Cleanup the SXG driver of unused space and functionsMithlesh Thukral2-32/+3
2009-04-03Staging: sxg: Add NAPI feature to Sahara SXG DriverMithlesh Thukral2-18/+86
2009-04-03Staging: sxg: Add multicast support for Sahara SXG driverMithlesh Thukral2-79/+52
2009-04-03Staging: sxg: fix build warnings in sxg.cGreg Kroah-Hartman1-2/+11
2009-04-03Staging: sxg: fix build warnings in downloadB firmware filesGreg Kroah-Hartman2-0/+4
2009-04-03Staging: sxg: remove firmware files from sgx_ethtool.cGreg Kroah-Hartman1-9/+0
2009-04-03Staging: sxg: fix build warnings in sxg_ethtoolGreg Kroah-Hartman1-7/+8
2009-04-03Staging: sxg: Fix to load card on low memory machinesMithlesh Thukral3-32/+141
2009-04-03Staging: sxg: Firmware updatesMithlesh Thukral7-4856/+9614
2009-04-03Staging: sxg: Add Ethtool functionality enhancement and misc cleanupsMithlesh Thukral4-67/+27
2009-04-03Staging: sxg: Locking related changes. Fix locking levelsMithlesh Thukral3-58/+85
2009-04-03Staging: sxg: SXG SGL related cleanup in data structures and codeMithlesh Thukral4-158/+260
2009-04-03Staging: sxg: Ethtool framework and Receive code path changesMithlesh Thukral5-9/+355
2009-04-03Staging: sxg: Receive code and data structure cleanupsMithlesh Thukral3-144/+198
2009-04-03Staging: sxg: Indentation fixes - mostly 80 char linesMithlesh Thukral7-966/+1264
2009-04-03Staging: sxg: Commenting style fixes - Pending workMithlesh Thukral7-1623/+1705
2009-04-03Staging: sxg: Typedef removal - pending workMithlesh Thukral7-330/+280
2009-04-03Staging: sxg: New SXG_SGL design and MAC Header changesMithlesh Thukral5-192/+464
2009-01-06Staging: sxg: update READMEJ.R. Mauro1-2/+0
2009-01-06Staging: sxg: break the build in a cleaner way when !x86J.R. Mauro1-1/+1
2009-01-06Staging: sxg: remove typedefsJ.R. Mauro7-330/+325
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. Mauro2-580/+580
2008-10-22Staging: Clean up sxg driverJ.R. Mauro4-379/+368
2008-10-22Staging: sxg: replace __FUNCTION__ with __func__Harvey Harrison2-104/+104
2008-10-22linux-next: build failureStephen Rothwell1-0/+1
2008-10-20staging: sxg depends on X86Stephen Rothwell1-0/+1
2008-10-10Staging: Lindent sxg.cJ.R. Mauro1-65/+81
2008-10-10Staging: Fix gcc warnings in sxgJ.R. Mauro1-4/+4
2008-10-10Staging: add sxg network driverGreg Kroah-Hartman11-0/+11547