index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
slicoss
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: clean up Greg's email address in some TODO files
Greg Kroah-Hartman
2012-02-15
1
-1
/
+1
*
staging: slicoss depends on NET
Randy Dunlap
2011-11-18
1
-1
/
+1
*
Remove stale "depends on NETDEV_1000"in staging drivers
Linus Torvalds
2011-10-26
1
-1
/
+1
*
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-17
1
-1
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
staging: slicoss: use free_netdev(netdev) instead of kfree()
Vasiliy Kulikov
2010-09-30
1
-1
/
+1
*
Staging: slicoss: Remove explicit arch dependencies
Denis Kirjanov
2010-08-31
2
-26
/
+24
*
Staging: slicoss: Remove net_device_stats from the driver's private
Denis Kirjanov
2010-08-02
2
-21
/
+21
*
Staging: slicoss: kill functions prototypes and reorder functions
Denis Kirjanov
2010-07-22
1
-1990
/
+1920
*
staging: slicoss: error handling with goto
Kulikov Vasiliy
2010-07-08
1
-13
/
+15
*
staging: slicoss: error handling with goto
Kulikov Vasiliy
2010-07-08
1
-8
/
+7
*
staging: slicoss: Remove STATUS_XXX defines.
Kulikov Vasiliy
2010-07-08
1
-11
/
+0
*
staging: slicoss: Change return codes to -EYYY.
Kulikov Vasiliy
2010-07-08
1
-26
/
+26
*
net: convert multicast list to list_head
Jiri Pirko
2010-04-03
1
-3
/
+3
*
Staging: merge staging patches into Linus's main branch
Greg Kroah-Hartman
2010-03-04
2
-63
/
+62
|
\
|
*
Staging: Fix continuation line formats
Joe Perches
2010-03-03
1
-4
/
+2
|
*
staging: declare MODULE_FIRMWARE in various drivers
Ben Hutchings
2010-03-03
1
-0
/
+6
|
*
staging: slicoss Use pci_set_consistent_dma_mask.
kirjanov@gmail.com
2010-03-03
1
-5
/
+18
|
*
staging: slicoss Use compare_ether_addr.
kirjanov@gmail.com
2010-03-03
2
-17
/
+3
|
*
staging: slicoss Use PCI_DEVICE_TABLE.
kirjanov@gmail.com
2010-03-03
1
-8
/
+4
|
*
staging: slicoss Use dev->stats rather than adapter->stats.
kirjanov@gmail.com
2010-03-03
1
-13
/
+12
|
*
staging: slicoss No need to check pointer in debugfs_remove()
kirjanov@gmail.com
2010-03-03
1
-4
/
+2
|
*
staging: slicoss No need type casting when using netdev_priv
kirjanov@gmail.com
2010-03-03
1
-10
/
+10
|
*
staging: slicoss Check for valid hw address
kirjanov@gmail.com
2010-03-03
1
-0
/
+3
|
*
staging: slicoss Convert to netdev_tx_t
kirjanov@gmail.com
2010-03-03
1
-2
/
+2
*
|
staging: convert to use netdev_for_each_mc_addr
Jiri Pirko
2010-02-18
1
-12
/
+4
*
|
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
2010-02-12
1
-1
/
+1
|
/
*
Staging: slicoss: remove duplicate structure field initialization
Julia Lawall
2009-12-11
1
-1
/
+0
*
Staging: ARRAY_SIZE changes
Stoyan Gaydarov
2009-09-15
1
-1
/
+1
*
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
2009-07-05
1
-1
/
+1
*
Staging: slicoss: fix build warnings
Greg Kroah-Hartman
2009-06-19
1
-1
/
+0
*
Staging: slicoss: Add missing __devexit_p()
Jean Delvare
2009-06-19
1
-1
/
+1
*
staging: slicoss: update README
Stephen Hemminger
2009-04-17
1
-1
/
+30
*
Revert Staging: SLICOSS: use gfp_kernel where possible
Lior Dotan
2009-04-17
1
-2
/
+2
*
Staging: slicoss: convert to netdev_ops
Alexander Beregalov
2009-04-17
1
-7
/
+14
*
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
2009-04-07
1
-2
/
+2
*
Staging: slicoss: slichw.h cleanup
Greg Kroah-Hartman
2009-04-03
1
-514
/
+510
*
Staging: slicoss: delete slicdbg.h
Greg Kroah-Hartman
2009-04-03
2
-68
/
+15
*
Staging: slicoss: remove ASSERTMSG macro
Greg Kroah-Hartman
2009-04-03
1
-14
/
+0
*
Staging: slicoss: remove DBG_ERROR macro
Greg Kroah-Hartman
2009-04-03
2
-119
/
+112
*
Staging: slicoss: remove SLICLEVEL and SLIC_DISPLAY macros
Greg Kroah-Hartman
2009-04-03
2
-7
/
+3
*
Staging: slicoss: remove SLIC_ETHTOOL_SUPPORT
Greg Kroah-Hartman
2009-04-03
1
-110
/
+74
*
Staging: slicoss: remove DBG_MSG
Greg Kroah-Hartman
2009-04-03
2
-551
/
+28
*
Staging: slicoss: remove VALID_ADDRESS macro
Greg Kroah-Hartman
2009-04-03
2
-10
/
+0
*
Staging: slicoss: remove SLIC_PING_TIMER_ENABLED
Greg Kroah-Hartman
2009-04-03
1
-5
/
+3
*
Staging: slicoss: remove LINUX_FREES_ADAPTER_RESOURCES
Greg Kroah-Hartman
2009-04-03
1
-3
/
+0
*
Staging: slicoss: remove SLIC_POWER_MANAGEMENT_ENABLED
Greg Kroah-Hartman
2009-04-03
1
-8
/
+0
*
Staging: slicoss: add proper KERN_DEBUG to 2 printks
Greg Kroah-Hartman
2009-04-03
1
-3
/
+3
*
Staging: slicoss: remove SLIC_GET_STATS_ENABLED
Greg Kroah-Hartman
2009-04-03
1
-12
/
+1
*
Staging: slicoss: delete slicinc.h
Greg Kroah-Hartman
2009-04-03
2
-163
/
+72
[next]