index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
sxg
Commit message (
Expand
)
Author
Age
Files
Lines
*
Staging: sxg: Fix leaks and checksum errors in transmit code path
Mithlesh Thukral
2009-04-17
1
-35
/
+58
*
Staging: sxg: Fix sleep in atomic context warning while loading driver
Mithlesh Thukral
2009-04-17
1
-0
/
+5
*
Staging: sxg: Use correct queue_id for transmitting non-TCP packets
Mithlesh Thukral
2009-04-17
1
-3
/
+7
*
Staging: sxg: Fire watchdog timer at end of open routine to change the link
Mithlesh Thukral
2009-04-17
1
-0
/
+2
*
Staging: sxg: convert to netdev_ops
Alexander Beregalov
2009-04-17
1
-10
/
+17
*
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
1
-2
/
+2
*
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
2009-04-07
1
-2
/
+2
*
Staging: sxg: Add support to download the firmware using request_firmware()
Mithlesh Thukral
2009-04-03
5
-19652
/
+101
*
Staging: sxg: Add watchdog timer for managing Link states for SXG driver
Mithlesh Thukral
2009-04-03
2
-16
/
+59
*
Staging: sxg: Fix a warning dump emitted by rtnl_watchdog during LTP tests
Mithlesh Thukral
2009-04-03
1
-2
/
+0
*
Staging: sxg: Read the correct MAC address from the card for Rev B cards
Mithlesh Thukral
2009-04-03
2
-16
/
+12
*
Staging: sxg: Fix interface bug not working after open is called second time.
Mithlesh Thukral
2009-04-03
1
-1
/
+1
*
Staging: sxg: Fix the module in Kconfig file for Sahara SXG driver
Mithlesh Thukral
2009-04-03
1
-1
/
+1
*
Staging: sxg: Fix memory leak caused by double allocation of rings
Mithlesh Thukral
2009-04-03
1
-26
/
+1
*
Staging: sxg: Add checksum control option through ethtool interface
Mithlesh Thukral
2009-04-03
2
-15
/
+18
*
Staging: sxg: Remove unused Rev A microcode files
Mithlesh Thukral
2009-04-03
5
-9951
/
+0
*
Staging: sxg: Add Rev B support in the Sahara SXG driver
Mithlesh Thukral
2009-04-03
4
-67
/
+169
*
Staging: sxg: Add firmware files for Rev B card
Mithlesh Thukral
2009-04-03
5
-0
/
+19677
*
Staging: sxg: Fix memory leak in case of allocation failure
Mithlesh Thukral
2009-04-03
1
-0
/
+15
*
Staging: sxg: Add Checksum Offload support for Sahara SXG driver
Mithlesh Thukral
2009-04-03
2
-5
/
+49
*
Staging: sxg: fix napi interface build
Randy Dunlap
2009-04-03
1
-3
/
+3
*
Staging: sxg: Make SXG driver use MSI-X interrupts if possible
Mithlesh Thukral
2009-04-03
2
-21
/
+146
*
Staging: sxg: Removed unnecessary checks while taking Transmit Locks
Mithlesh Thukral
2009-04-03
2
-49
/
+18
*
Staging: sxg: Add Jumbo frames support to Sahara SXG Driver
Mithlesh Thukral
2009-04-03
4
-13
/
+185
*
Staging: sxg: Cleanup the SXG driver of unused space and functions
Mithlesh Thukral
2009-04-03
2
-32
/
+3
*
Staging: sxg: Add NAPI feature to Sahara SXG Driver
Mithlesh Thukral
2009-04-03
2
-18
/
+86
*
Staging: sxg: Add multicast support for Sahara SXG driver
Mithlesh Thukral
2009-04-03
2
-79
/
+52
*
Staging: sxg: fix build warnings in sxg.c
Greg Kroah-Hartman
2009-04-03
1
-2
/
+11
*
Staging: sxg: fix build warnings in downloadB firmware files
Greg Kroah-Hartman
2009-04-03
2
-0
/
+4
*
Staging: sxg: remove firmware files from sgx_ethtool.c
Greg Kroah-Hartman
2009-04-03
1
-9
/
+0
*
Staging: sxg: fix build warnings in sxg_ethtool
Greg Kroah-Hartman
2009-04-03
1
-7
/
+8
*
Staging: sxg: Fix to load card on low memory machines
Mithlesh Thukral
2009-04-03
3
-32
/
+141
*
Staging: sxg: Firmware updates
Mithlesh Thukral
2009-04-03
7
-4856
/
+9614
*
Staging: sxg: Add Ethtool functionality enhancement and misc cleanups
Mithlesh Thukral
2009-04-03
4
-67
/
+27
*
Staging: sxg: Locking related changes. Fix locking levels
Mithlesh Thukral
2009-04-03
3
-58
/
+85
*
Staging: sxg: SXG SGL related cleanup in data structures and code
Mithlesh Thukral
2009-04-03
4
-158
/
+260
*
Staging: sxg: Ethtool framework and Receive code path changes
Mithlesh Thukral
2009-04-03
5
-9
/
+355
*
Staging: sxg: Receive code and data structure cleanups
Mithlesh Thukral
2009-04-03
3
-144
/
+198
*
Staging: sxg: Indentation fixes - mostly 80 char lines
Mithlesh Thukral
2009-04-03
7
-966
/
+1264
*
Staging: sxg: Commenting style fixes - Pending work
Mithlesh Thukral
2009-04-03
7
-1623
/
+1705
*
Staging: sxg: Typedef removal - pending work
Mithlesh Thukral
2009-04-03
7
-330
/
+280
*
Staging: sxg: New SXG_SGL design and MAC Header changes
Mithlesh Thukral
2009-04-03
5
-192
/
+464
*
Staging: sxg: update README
J.R. Mauro
2009-01-06
1
-2
/
+0
*
Staging: sxg: break the build in a cleaner way when !x86
J.R. Mauro
2009-01-06
1
-1
/
+1
*
Staging: sxg: remove typedefs
J.R. Mauro
2009-01-06
7
-330
/
+325
*
Staging: sxg: fix compiler warnings.
Greg Kroah-Hartman
2008-10-22
1
-8
/
+8
*
Staging: sxg: fix up unused function warnings
Greg Kroah-Hartman
2008-10-22
1
-77
/
+78
*
Staging: sxg: clean up C99 comments
J.R. Mauro
2008-10-22
2
-580
/
+580
*
Staging: Clean up sxg driver
J.R. Mauro
2008-10-22
4
-379
/
+368
*
Staging: sxg: replace __FUNCTION__ with __func__
Harvey Harrison
2008-10-22
2
-104
/
+104
[next]