1. 8b983be staging: use pci_zalloc_consistent by Joe Perches · 10 years ago
  2. 351e836 Staging: slicoss: fixed frivolous else statement warnings in slicoss.c by Vincent Heuken · 10 years ago
  3. 811e843 staging: slicoss: clean up use of dev_err by David Matlack · 10 years ago
  4. 17dd433 staging: slicoss: remove private netdev list by David Matlack · 10 years ago
  5. 47a401a staging: slicoss: handle errors from slic_config_get by David Matlack · 10 years ago
  6. 28277a5 staging: slicoss: fail on corrupt eeprom by David Matlack · 10 years ago
  7. 55b62cd staging: slicoss: fix eeprom checksum code by David Matlack · 10 years ago
  8. dedabbb staging: slicoss: fix use-after-free bug in slic_entry_remove by David Matlack · 10 years ago
  9. 0783c63 staging: slicoss: fix 64-bit isr address bug by David Matlack · 10 years ago
  10. 9bc9744 staging: slicoss: fix dma memory leak by David Matlack · 10 years ago
  11. 04cc3c8 staging: slicoss: remove gratuitous debug infrastructure by David Matlack · 10 years ago
  12. 563dce3 staging: slicoss: remove unused members of struct adapter by David Matlack · 10 years ago
  13. a286e34 staging: slicoss: fix multiple free-after-free in slic_entry_remove by David Matlack · 10 years ago
  14. 65bc0aa staging: slicoss: fix use-after-free in slic_entry_probe by David Matlack · 10 years ago
  15. bcadb1d Staging: slicoss: Fix smatch warning in slicoss.c by Monam Agarwal · 10 years ago
  16. eea7c70 staging: slicoss: free IO remapping on failure by Kristina Martšenko · 10 years ago
  17. b0a0fb1 Staging: slicoss: Replace macro with inline defination in slicoss.c by Monam Agarwal · 10 years ago
  18. a114803 staging: slicoss: Fix unnecessary line continuations by Gulsah Kose · 10 years ago
  19. 0269298 Staging: slicoss: Removal of unused macros in slicoss.c by Monam Agarwal · 10 years ago
  20. 2a27515 Staging: slicoss: Fix unnecessary whitespace before a quoted newline in slicoss.c by Monam Agarwal · 10 years ago
  21. 5d5b44b Staging: slicoss: Fix quoted string split across lines by Monam Agarwal · 10 years ago
  22. 012317f Staging: slicoss: Fix line over 80 characters in slic.h by Monam Agarwal · 10 years ago
  23. 510fa408 staging: slicoss: Add MAINTAINERS entry, break README into TODO & README by Joe Perches · 10 years ago
  24. 161737a6 staging: slicoss: Fix possible reuse of freed memory in timer function by Kirill Tkhai · 10 years ago
  25. ae7d27c staging: slicoss: Remove last reference to compare_ether_addr by Joe Perches · 11 years ago
  26. 41e043f staging: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  27. 7aff381 Staging: slicoss: Replace seq_printf with seq_puts by Rashika Kheria · 11 years ago
  28. 79b0ae8 Staging: slicoss: Fix quoted string split across lines by Rashika Kheria · 11 years ago
  29. f66626e Staging: slicoss: Refactor code by introducing new function slic_interrupt_card_up() by Rashika Kheria · 11 years ago
  30. 1f6876c Staging: slicoss: Replace printk() with pr_debug() or dev_dbg() as required by Rashika Kheria · 11 years ago
  31. 0217a88 Staging: slicoss: Removal of if check since debugfs_remove(NULL) is safe by Rashika Kheria · 11 years ago
  32. 8329419 Staging: Convert uses of compare_ether_addr to ether_addr_equal by Joe Perches · 11 years ago
  33. 1154eb5 staging: slicoss: fix error return code in slic_entry_probe() by Wei Yongjun · 11 years ago
  34. 986d758 staging: slicoss: information leak in ETHTOOL_GSET by Dan Carpenter · 11 years ago
  35. 01d0a9b staging: slicoss: Remove dma_addr_t cast compilation warnings by Joe Perches · 11 years ago
  36. 97b3e0e staging/slicoss: Use ether_crc for mac hash calculation by Peter Huewe · 11 years ago
  37. 20d403e staging/slicoss: Fix buffer possible overflow in slic_card_locate by Peter Huewe · 11 years ago
  38. 6d1b80f staging/slicoss: Fix operation may be undefined warning by Peter Huewe · 11 years ago
  39. cbb0920 staging/slicoss: Remove always true if statement by Peter Huewe · 11 years ago
  40. 8137211 staging/slicoss: Check pointer before dereferencing by Peter Huewe · 11 years ago
  41. 2fbedf6 staging: slicoss: Fix space-related checkpatch.pl warnings by Cruz Julian Bishop · 12 years ago
  42. 83682cd staging: slicoss: Fix three checkpatch.pl errors in slicoss.c by Cruz Julian Bishop · 12 years ago
  43. 7864a0a staging: slicoss: Stop swearing in slicoss.c by Cruz Julian Bishop · 12 years ago
  44. ecb4f38 staging: slicoss: remove use of __devexit by Bill Pemberton · 12 years ago
  45. a0c2feb staging: slicoss: remove use of __devinit by Bill Pemberton · 12 years ago
  46. 2e0d79c staging: slicoss: remove use of __devexit_p by Bill Pemberton · 12 years ago
  47. 34ec83f staging: slicoss: fix a leak when kzalloc fail by Devendra Naga · 12 years ago
  48. bae5c3d staging: slicoss: get rid of slic_cmdqmem_init function by Devendra Naga · 12 years ago
  49. 1ffa3b9 staging: slicoss: remove default case in irqhandler by Devendra Naga · 12 years ago
  50. 0608882 staging: slicoss: return -ENOMEM if kzalloc fail by Devendra Naga · 12 years ago
  51. 40991e4 staging: slicoss: remove ASSERT macro altogether by Devendra Naga · 12 years ago
  52. 670d145 staging: slicoss: fail out if we dont have a valid firmware file by Devendra Naga · 12 years ago
  53. b8131fc staging: slicoss: fix a null deref when pci_alloc_consistent fail by Devendra Naga · 12 years ago
  54. 8f6f4c1 staging: slicoss: remove return statement at the end of slic_mcast_set_list by Devendra Naga · 12 years ago
  55. 7132996 staging: slicoss: clean the spinlock code in slic_entry_open by Devendra Naga · 12 years ago
  56. 92adcc8 staging: slicoss: remove default case after we done with request_firmware by Devendra Naga · 12 years ago
  57. 7ee34ab staging: slicoss: release firmware before returning by Devendra Naga · 12 years ago
  58. 651d4bc staging: slicoss: return early before calling request_firmware with empty firmware filename by Devendra Naga · 12 years ago
  59. d99b5ac staging/slicoss: disable pci device at remove by Devendra Naga · 12 years ago
  60. 0ab1900 staging/slicoss: return -ENODEV if no devid matches by Devendra Naga · 12 years ago
  61. 2add5f4 staging/slicoss: remove not-needed ASSERT by Devendra Naga · 12 years ago
  62. 493b67b staging: slicoss: Fix a typo. by Justin P. Mattock · 12 years ago
  63. 2140dc9 staging: clean up Greg's email address in some TODO files by Greg Kroah-Hartman · 12 years ago
  64. 07de7a5 staging: slicoss depends on NET by Randy Dunlap · 13 years ago
  65. edb34a4 Remove stale "depends on NETDEV_1000"in staging drivers by Linus Torvalds · 13 years ago
  66. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  67. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  68. 20caa14 staging: slicoss: use free_netdev(netdev) instead of kfree() by Vasiliy Kulikov · 14 years ago
  69. 1033f1f Staging: slicoss: Remove explicit arch dependencies by Denis Kirjanov · 14 years ago
  70. 9092de6 Staging: slicoss: Remove net_device_stats from the driver's private by Denis Kirjanov · 14 years ago
  71. 4d6ea9c Staging: slicoss: kill functions prototypes and reorder functions by Denis Kirjanov · 14 years ago
  72. 78af7f8 staging: slicoss: error handling with goto by Kulikov Vasiliy · 14 years ago
  73. 3746bfd staging: slicoss: error handling with goto by Kulikov Vasiliy · 14 years ago
  74. 9020dea staging: slicoss: Remove STATUS_XXX defines. by Kulikov Vasiliy · 14 years ago
  75. d193978 staging: slicoss: Change return codes to -EYYY. by Kulikov Vasiliy · 14 years ago
  76. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  77. f341ddd Staging: merge staging patches into Linus's main branch by Greg Kroah-Hartman · 14 years ago
  78. c7e10c9 Staging: Fix continuation line formats by Joe Perches · 14 years ago
  79. 5d929a7 staging: declare MODULE_FIRMWARE in various drivers by Ben Hutchings · 15 years ago
  80. a5c2524 staging: slicoss Use pci_set_consistent_dma_mask. by kirjanov@gmail.com · 15 years ago
  81. 30ae835 staging: slicoss Use compare_ether_addr. by kirjanov@gmail.com · 15 years ago
  82. 5d37290 staging: slicoss Use PCI_DEVICE_TABLE. by kirjanov@gmail.com · 15 years ago
  83. 6c7aeb6 staging: slicoss Use dev->stats rather than adapter->stats. by kirjanov@gmail.com · 15 years ago
  84. d9c057a staging: slicoss No need to check pointer in debugfs_remove() by kirjanov@gmail.com · 15 years ago
  85. f8771fa staging: slicoss No need type casting when using netdev_priv by kirjanov@gmail.com · 15 years ago
  86. a71b997 staging: slicoss Check for valid hw address by kirjanov@gmail.com · 15 years ago
  87. 203fe0d staging: slicoss Convert to netdev_tx_t by kirjanov@gmail.com · 15 years ago
  88. d590794 staging: convert to use netdev_for_each_mc_addr by Jiri Pirko · 14 years ago
  89. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  90. 72c71f4 Staging: slicoss: remove duplicate structure field initialization by Julia Lawall · 15 years ago
  91. b6ac161 Staging: ARRAY_SIZE changes by Stoyan Gaydarov · 15 years ago
  92. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  93. 04b17c9 Staging: slicoss: fix build warnings by Greg Kroah-Hartman · 15 years ago
  94. b0f434a Staging: slicoss: Add missing __devexit_p() by Jean Delvare · 15 years ago
  95. 1a92e82 staging: slicoss: update README by Stephen Hemminger · 15 years ago
  96. f7ed550 Revert Staging: SLICOSS: use gfp_kernel where possible by Lior Dotan · 15 years ago
  97. 79bd109 Staging: slicoss: convert to netdev_ops by Alexander Beregalov · 15 years ago
  98. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  99. 976c032 Staging: slicoss: slichw.h cleanup by Greg Kroah-Hartman · 15 years ago
  100. a750c1c Staging: slicoss: delete slicdbg.h by Greg Kroah-Hartman · 15 years ago