index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
slicoss
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-13
staging: slicoss: fix error return code in slic_entry_probe()
Wei Yongjun
1
-7
/
+11
2013-04-05
staging: slicoss: information leak in ETHTOOL_GSET
Dan Carpenter
1
-0
/
+1
2013-03-11
staging: slicoss: Remove dma_addr_t cast compilation warnings
Joe Perches
1
-11
/
+16
2013-03-11
staging/slicoss: Use ether_crc for mac hash calculation
Peter Huewe
1
-65
/
+4
2013-03-11
staging/slicoss: Fix buffer possible overflow in slic_card_locate
Peter Huewe
1
-3
/
+4
2013-03-11
staging/slicoss: Fix operation may be undefined warning
Peter Huewe
1
-1
/
+1
2013-03-11
staging/slicoss: Remove always true if statement
Peter Huewe
1
-14
/
+10
2013-03-11
staging/slicoss: Check pointer before dereferencing
Peter Huewe
1
-2
/
+1
2013-01-17
staging: slicoss: Fix space-related checkpatch.pl warnings
Cruz Julian Bishop
3
-266
/
+266
2013-01-17
staging: slicoss: Fix three checkpatch.pl errors in slicoss.c
Cruz Julian Bishop
1
-3
/
+6
2013-01-17
staging: slicoss: Stop swearing in slicoss.c
Cruz Julian Bishop
1
-2
/
+2
2012-11-21
staging: slicoss: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-21
staging: slicoss: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-21
staging: slicoss: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-10-26
staging: slicoss: fix a leak when kzalloc fail
Devendra Naga
1
-1
/
+4
2012-10-23
staging: slicoss: get rid of slic_cmdqmem_init function
Devendra Naga
1
-8
/
+1
2012-10-23
staging: slicoss: remove default case in irqhandler
Devendra Naga
1
-3
/
+0
2012-10-23
staging: slicoss: return -ENOMEM if kzalloc fail
Devendra Naga
1
-0
/
+2
2012-10-22
staging: slicoss: remove ASSERT macro altogether
Devendra Naga
1
-138
/
+2
2012-10-22
staging: slicoss: fail out if we dont have a valid firmware file
Devendra Naga
1
-2
/
+1
2012-09-05
staging: slicoss: fix a null deref when pci_alloc_consistent fail
Devendra Naga
1
-3
/
+2
2012-09-05
staging: slicoss: remove return statement at the end of slic_mcast_set_list
Devendra Naga
1
-1
/
+0
2012-09-05
staging: slicoss: clean the spinlock code in slic_entry_open
Devendra Naga
1
-15
/
+5
2012-09-05
staging: slicoss: remove default case after we done with request_firmware
Devendra Naga
1
-3
/
+0
2012-09-04
staging: slicoss: release firmware before returning
Devendra Naga
1
-2
/
+6
2012-09-04
staging: slicoss: return early before calling request_firmware with empty fir...
Devendra Naga
1
-2
/
+1
2012-07-11
staging/slicoss: disable pci device at remove
Devendra Naga
1
-0
/
+1
2012-07-09
staging/slicoss: return -ENODEV if no devid matches
Devendra Naga
1
-2
/
+1
2012-07-09
staging/slicoss: remove not-needed ASSERT
Devendra Naga
1
-1
/
+0
2012-06-18
staging: slicoss: Fix a typo.
Justin P. Mattock
1
-1
/
+1
2012-02-15
staging: clean up Greg's email address in some TODO files
Greg Kroah-Hartman
1
-1
/
+1
2011-11-18
staging: slicoss depends on NET
Randy Dunlap
1
-1
/
+1
2011-10-26
Remove stale "depends on NETDEV_1000"in staging drivers
Linus Torvalds
1
-1
/
+1
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-09-30
staging: slicoss: use free_netdev(netdev) instead of kfree()
Vasiliy Kulikov
1
-1
/
+1
2010-08-31
Staging: slicoss: Remove explicit arch dependencies
Denis Kirjanov
2
-26
/
+24
2010-08-02
Staging: slicoss: Remove net_device_stats from the driver's private
Denis Kirjanov
2
-21
/
+21
2010-07-22
Staging: slicoss: kill functions prototypes and reorder functions
Denis Kirjanov
1
-1990
/
+1920
2010-07-08
staging: slicoss: error handling with goto
Kulikov Vasiliy
1
-13
/
+15
2010-07-08
staging: slicoss: error handling with goto
Kulikov Vasiliy
1
-8
/
+7
2010-07-08
staging: slicoss: Remove STATUS_XXX defines.
Kulikov Vasiliy
1
-11
/
+0
2010-07-08
staging: slicoss: Change return codes to -EYYY.
Kulikov Vasiliy
1
-26
/
+26
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
1
-3
/
+3
2010-03-04
Staging: merge staging patches into Linus's main branch
Greg Kroah-Hartman
2
-63
/
+62
2010-03-03
Staging: Fix continuation line formats
Joe Perches
1
-4
/
+2
2010-03-03
staging: declare MODULE_FIRMWARE in various drivers
Ben Hutchings
1
-0
/
+6
2010-03-03
staging: slicoss Use pci_set_consistent_dma_mask.
kirjanov@gmail.com
1
-5
/
+18
2010-03-03
staging: slicoss Use compare_ether_addr.
kirjanov@gmail.com
2
-17
/
+3
2010-03-03
staging: slicoss Use PCI_DEVICE_TABLE.
kirjanov@gmail.com
1
-8
/
+4
[next]