Age | Commit message (Expand) | Author |
2014-05-25 | staging: slicoss: clean up use of dev_err | David Matlack |
2014-05-25 | staging: slicoss: remove private netdev list | David Matlack |
2014-05-23 | staging: slicoss: handle errors from slic_config_get | David Matlack |
2014-05-23 | staging: slicoss: fail on corrupt eeprom | David Matlack |
2014-05-23 | staging: slicoss: fix eeprom checksum code | David Matlack |
2014-05-23 | staging: slicoss: fix use-after-free bug in slic_entry_remove | David Matlack |
2014-05-23 | staging: slicoss: fix 64-bit isr address bug | David Matlack |
2014-05-23 | staging: slicoss: fix dma memory leak | David Matlack |
2014-05-23 | staging: slicoss: remove gratuitous debug infrastructure | David Matlack |
2014-05-23 | staging: slicoss: remove unused members of struct adapter | David Matlack |
2014-05-23 | staging: slicoss: fix multiple free-after-free in slic_entry_remove | David Matlack |
2014-05-23 | staging: slicoss: fix use-after-free in slic_entry_probe | David Matlack |
2014-04-25 | Staging: slicoss: Fix smatch warning in slicoss.c | Monam Agarwal |
2014-03-18 | staging: slicoss: free IO remapping on failure | Kristina Martšenko |
2014-03-17 | Staging: slicoss: Replace macro with inline defination in slicoss.c | Monam Agarwal |
2014-03-16 | staging: slicoss: Fix unnecessary line continuations | Gulsah Kose |
2014-03-10 | Staging: slicoss: Removal of unused macros in slicoss.c | Monam Agarwal |
2014-02-27 | Staging: slicoss: Fix unnecessary whitespace before a quoted newline in slico... | Monam Agarwal |
2014-02-27 | Staging: slicoss: Fix quoted string split across lines | Monam Agarwal |
2014-02-27 | Staging: slicoss: Fix line over 80 characters in slic.h | Monam Agarwal |
2014-02-11 | staging: slicoss: Add MAINTAINERS entry, break README into TODO & README | Joe Perches |
2014-02-11 | staging: slicoss: Fix possible reuse of freed memory in timer function | Kirill Tkhai |
2013-12-06 | staging: slicoss: Remove last reference to compare_ether_addr | Joe Perches |
2013-12-02 | staging: remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han |
2013-10-27 | Staging: slicoss: Replace seq_printf with seq_puts | Rashika Kheria |
2013-10-19 | Staging: slicoss: Fix quoted string split across lines | Rashika Kheria |
2013-10-19 | Staging: slicoss: Refactor code by introducing new function slic_interrupt_ca... | Rashika Kheria |
2013-10-19 | Staging: slicoss: Replace printk() with pr_debug() or dev_dbg() as required | Rashika Kheria |
2013-10-19 | Staging: slicoss: Removal of if check since debugfs_remove(NULL) is safe | Rashika Kheria |
2013-09-17 | Staging: Convert uses of compare_ether_addr to ether_addr_equal | Joe Perches |
2013-05-13 | staging: slicoss: fix error return code in slic_entry_probe() | Wei Yongjun |
2013-04-05 | staging: slicoss: information leak in ETHTOOL_GSET | Dan Carpenter |
2013-03-11 | staging: slicoss: Remove dma_addr_t cast compilation warnings | Joe Perches |
2013-03-11 | staging/slicoss: Use ether_crc for mac hash calculation | Peter Huewe |
2013-03-11 | staging/slicoss: Fix buffer possible overflow in slic_card_locate | Peter Huewe |
2013-03-11 | staging/slicoss: Fix operation may be undefined warning | Peter Huewe |
2013-03-11 | staging/slicoss: Remove always true if statement | Peter Huewe |
2013-03-11 | staging/slicoss: Check pointer before dereferencing | Peter Huewe |
2013-01-17 | staging: slicoss: Fix space-related checkpatch.pl warnings | Cruz Julian Bishop |
2013-01-17 | staging: slicoss: Fix three checkpatch.pl errors in slicoss.c | Cruz Julian Bishop |
2013-01-17 | staging: slicoss: Stop swearing in slicoss.c | Cruz Julian Bishop |
2012-11-21 | staging: slicoss: remove use of __devexit | Bill Pemberton |
2012-11-21 | staging: slicoss: remove use of __devinit | Bill Pemberton |
2012-11-21 | staging: slicoss: remove use of __devexit_p | Bill Pemberton |
2012-10-26 | staging: slicoss: fix a leak when kzalloc fail | Devendra Naga |
2012-10-23 | staging: slicoss: get rid of slic_cmdqmem_init function | Devendra Naga |
2012-10-23 | staging: slicoss: remove default case in irqhandler | Devendra Naga |
2012-10-23 | staging: slicoss: return -ENOMEM if kzalloc fail | Devendra Naga |
2012-10-22 | staging: slicoss: remove ASSERT macro altogether | Devendra Naga |
2012-10-22 | staging: slicoss: fail out if we dont have a valid firmware file | Devendra Naga |