1. ecb4f38 staging: slicoss: remove use of __devexit by Bill Pemberton · 12 years ago
  2. a0c2feb staging: slicoss: remove use of __devinit by Bill Pemberton · 12 years ago
  3. 2e0d79c staging: slicoss: remove use of __devexit_p by Bill Pemberton · 12 years ago
  4. 34ec83f staging: slicoss: fix a leak when kzalloc fail by Devendra Naga · 12 years ago
  5. bae5c3d staging: slicoss: get rid of slic_cmdqmem_init function by Devendra Naga · 12 years ago
  6. 1ffa3b9 staging: slicoss: remove default case in irqhandler by Devendra Naga · 12 years ago
  7. 0608882 staging: slicoss: return -ENOMEM if kzalloc fail by Devendra Naga · 12 years ago
  8. 40991e4 staging: slicoss: remove ASSERT macro altogether by Devendra Naga · 12 years ago
  9. 670d145 staging: slicoss: fail out if we dont have a valid firmware file by Devendra Naga · 12 years ago
  10. b8131fc staging: slicoss: fix a null deref when pci_alloc_consistent fail by Devendra Naga · 12 years ago
  11. 8f6f4c1 staging: slicoss: remove return statement at the end of slic_mcast_set_list by Devendra Naga · 12 years ago
  12. 7132996 staging: slicoss: clean the spinlock code in slic_entry_open by Devendra Naga · 12 years ago
  13. 92adcc8 staging: slicoss: remove default case after we done with request_firmware by Devendra Naga · 12 years ago
  14. 7ee34ab staging: slicoss: release firmware before returning by Devendra Naga · 12 years ago
  15. 651d4bc staging: slicoss: return early before calling request_firmware with empty firmware filename by Devendra Naga · 12 years ago
  16. d99b5ac staging/slicoss: disable pci device at remove by Devendra Naga · 12 years ago
  17. 0ab1900 staging/slicoss: return -ENODEV if no devid matches by Devendra Naga · 12 years ago
  18. 2add5f4 staging/slicoss: remove not-needed ASSERT by Devendra Naga · 12 years ago
  19. 493b67b staging: slicoss: Fix a typo. by Justin P. Mattock · 12 years ago
  20. 2140dc9 staging: clean up Greg's email address in some TODO files by Greg Kroah-Hartman · 13 years ago
  21. 07de7a5 staging: slicoss depends on NET by Randy Dunlap · 13 years ago
  22. edb34a4 Remove stale "depends on NETDEV_1000"in staging drivers by Linus Torvalds · 13 years ago
  23. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  24. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  25. 20caa14 staging: slicoss: use free_netdev(netdev) instead of kfree() by Vasiliy Kulikov · 14 years ago
  26. 1033f1f Staging: slicoss: Remove explicit arch dependencies by Denis Kirjanov · 14 years ago
  27. 9092de6 Staging: slicoss: Remove net_device_stats from the driver's private by Denis Kirjanov · 14 years ago
  28. 4d6ea9c Staging: slicoss: kill functions prototypes and reorder functions by Denis Kirjanov · 14 years ago
  29. 78af7f8 staging: slicoss: error handling with goto by Kulikov Vasiliy · 14 years ago
  30. 3746bfd staging: slicoss: error handling with goto by Kulikov Vasiliy · 14 years ago
  31. 9020dea staging: slicoss: Remove STATUS_XXX defines. by Kulikov Vasiliy · 14 years ago
  32. d193978 staging: slicoss: Change return codes to -EYYY. by Kulikov Vasiliy · 14 years ago
  33. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  34. f341ddd Staging: merge staging patches into Linus's main branch by Greg Kroah-Hartman · 14 years ago
  35. c7e10c9 Staging: Fix continuation line formats by Joe Perches · 15 years ago
  36. 5d929a7 staging: declare MODULE_FIRMWARE in various drivers by Ben Hutchings · 15 years ago
  37. a5c2524 staging: slicoss Use pci_set_consistent_dma_mask. by kirjanov@gmail.com · 15 years ago
  38. 30ae835 staging: slicoss Use compare_ether_addr. by kirjanov@gmail.com · 15 years ago
  39. 5d37290 staging: slicoss Use PCI_DEVICE_TABLE. by kirjanov@gmail.com · 15 years ago
  40. 6c7aeb6 staging: slicoss Use dev->stats rather than adapter->stats. by kirjanov@gmail.com · 15 years ago
  41. d9c057a staging: slicoss No need to check pointer in debugfs_remove() by kirjanov@gmail.com · 15 years ago
  42. f8771fa staging: slicoss No need type casting when using netdev_priv by kirjanov@gmail.com · 15 years ago
  43. a71b997 staging: slicoss Check for valid hw address by kirjanov@gmail.com · 15 years ago
  44. 203fe0d staging: slicoss Convert to netdev_tx_t by kirjanov@gmail.com · 15 years ago
  45. d590794 staging: convert to use netdev_for_each_mc_addr by Jiri Pirko · 15 years ago
  46. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  47. 72c71f4 Staging: slicoss: remove duplicate structure field initialization by Julia Lawall · 15 years ago
  48. b6ac161 Staging: ARRAY_SIZE changes by Stoyan Gaydarov · 15 years ago
  49. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  50. 04b17c9 Staging: slicoss: fix build warnings by Greg Kroah-Hartman · 15 years ago
  51. b0f434a Staging: slicoss: Add missing __devexit_p() by Jean Delvare · 15 years ago
  52. 1a92e82 staging: slicoss: update README by Stephen Hemminger · 15 years ago
  53. f7ed550 Revert Staging: SLICOSS: use gfp_kernel where possible by Lior Dotan · 16 years ago
  54. 79bd109 Staging: slicoss: convert to netdev_ops by Alexander Beregalov · 15 years ago
  55. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  56. 976c032 Staging: slicoss: slichw.h cleanup by Greg Kroah-Hartman · 15 years ago
  57. a750c1c Staging: slicoss: delete slicdbg.h by Greg Kroah-Hartman · 15 years ago
  58. 8665b18 Staging: slicoss: remove ASSERTMSG macro by Greg Kroah-Hartman · 15 years ago
  59. 4bee4f6 Staging: slicoss: remove DBG_ERROR macro by Greg Kroah-Hartman · 15 years ago
  60. e5bac59 Staging: slicoss: remove SLICLEVEL and SLIC_DISPLAY macros by Greg Kroah-Hartman · 15 years ago
  61. e52011e Staging: slicoss: remove SLIC_ETHTOOL_SUPPORT by Greg Kroah-Hartman · 15 years ago
  62. e8bc9b7 Staging: slicoss: remove DBG_MSG by Greg Kroah-Hartman · 15 years ago
  63. 47881dd Staging: slicoss: remove VALID_ADDRESS macro by Greg Kroah-Hartman · 15 years ago
  64. a0a1cbe Staging: slicoss: remove SLIC_PING_TIMER_ENABLED by Greg Kroah-Hartman · 15 years ago
  65. 04ac01c Staging: slicoss: remove LINUX_FREES_ADAPTER_RESOURCES by Greg Kroah-Hartman · 15 years ago
  66. 0fba1a9 Staging: slicoss: remove SLIC_POWER_MANAGEMENT_ENABLED by Greg Kroah-Hartman · 15 years ago
  67. e9ef456 Staging: slicoss: add proper KERN_DEBUG to 2 printks by Greg Kroah-Hartman · 15 years ago
  68. 3467db1 Staging: slicoss: remove SLIC_GET_STATS_ENABLED by Greg Kroah-Hartman · 15 years ago
  69. 77faefa Staging: slicoss: delete slicinc.h by Greg Kroah-Hartman · 15 years ago
  70. c6bc6cd Staging: slicoss: remove SLIC_GET_STATS_TIMER_ENABLED by Greg Kroah-Hartman · 15 years ago
  71. 7f75d47 Staging: slicoss: clean up SLIC_DUMP_ENABLED by Greg Kroah-Hartman · 15 years ago
  72. e1ecad2 Staging: slicoss: delete slicbuild.h by Greg Kroah-Hartman · 15 years ago
  73. e397491 Staging: slicoss: remove unused #defines by Greg Kroah-Hartman · 15 years ago
  74. f95739b Staging: slicoss: remove slic_os.h by Greg Kroah-Hartman · 15 years ago
  75. 62f691a Staging: slicoss: remove WRITE_REG wrapper by Greg Kroah-Hartman · 15 years ago
  76. 28980a3 Staging: slicoss: remove WRITE_REG64 wrapper by Greg Kroah-Hartman · 15 years ago
  77. 5969ca0 Staging: slicoss: remove DEBUG_REGISTER_TRACE by Greg Kroah-Hartman · 15 years ago
  78. db7a673 Staging: slicoss: remove jiffies macros by Greg Kroah-Hartman · 15 years ago
  79. b574488 Staging: slicoss: remove TRUE/FALSE usage by Greg Kroah-Hartman · 15 years ago
  80. 2bb3473 Staging: SLICOSS: use gfp_kernel where possible by Lior Dotan · 16 years ago
  81. 1025744 Staging: SLICOSS: free resources on entry_probe error path by Lior Dotan · 16 years ago
  82. a390c47 Staging: slicoss: add binary firmware to firmware directory by Lior Dotan · 16 years ago
  83. 9d93833 Staging: SLICOSS: remove the static firmware header files by Lior Dotan · 16 years ago
  84. 874073e Staging: slicoss: use request_firmware by Lior Dotan · 16 years ago
  85. 470c573 Staging: slicoss: use request_firmware by Lior Dotan · 16 years ago
  86. 6661532 Staging: slicoss: use correct type for memory allcations by Lior Dotan · 16 years ago
  87. 7c7e187 Staging: slicoss: use kzalloc by Lior Dotan · 16 years ago
  88. 4bcd426 staging-slicoss: Kill directly reference of netdev->priv by Wang Chen · 16 years ago
  89. 786ed80 Staging: SLICOSS: Free multicast list at driver exit by Lior Dotan · 16 years ago
  90. 58be3fb Staging: SLICOSS: remove unused #include <version.h> by Huang Weiyi · 16 years ago
  91. f39277d Staging: SLICOSS: remove duplicated #include's by Huang Weiyi · 16 years ago
  92. dffe5a5 staging: fix potential build error in slicoss driver by Mariusz Kozlowski · 16 years ago
  93. f25fda7 Staging: SLICOSS: Call pci_release_regions at driver exit by Lior Dotan · 16 years ago
  94. 68cf95f Staging: SLICOSS: Fix remaining type names by Lior Dotan · 16 years ago
  95. 4578ca0 Staging: SLICOSS: Fix warnings due to static usage by Lior Dotan · 16 years ago
  96. e9eff9d Staging: SLICOSS: lots of checkpatch fixes by Lior Dotan · 16 years ago
  97. 4d6f6af Staging: add Alacritech slicoss network driver by Greg Kroah-Hartman · 16 years ago