Sign in
android-kvm
/
linux
/
4a2e7aab4ffce1e0e79b303dc2f9a03aa9f3a332
/
drivers
/
staging
/
slicoss
f773a83
staging: slicoss: Fixes block comment style
by Amarjargal Gundjalam
· 9 years ago
0d45ffc
staging: slicoss: Adds space around operators
by Amarjargal Gundjalam
· 9 years ago
8610cbc
staging: slicoss: Removes unnecessary space after a cast
by Amarjargal Gundjalam
· 9 years ago
dfe4593
staging: slicoss: Removes multiple blank lines
by Amarjargal Gundjalam
· 9 years ago
dd146d2
Staging: slicoss: Remove unnecessary cast on void pointer
by Shraddha Barke
· 9 years ago
cbdc251
staging: slicoss: use status in isr
by Sudip Mukherjee
· 9 years ago
4b8645d
staging: slicoss: use status in slic_ioctl
by Sudip Mukherjee
· 9 years ago
de4772a
staging: slicoss: use status in slic_if_init
by Sudip Mukherjee
· 9 years ago
78affe6
staging: slicoss: return status of slic_link_event_handler
by Sudip Mukherjee
· 9 years ago
740d6c1
staging: slicoss: Add blank line after variable declarations.
by Ciprian Manea
· 10 years ago
b62b543
staging: slicoss: remove unused macro
by Hari Prasath Gujulan Elango
· 10 years ago
46d74c3
staging: slicoss: restore IRQs correctly after slic_cmdq_reset()
by Dan Carpenter
· 10 years ago
36bf51a
staging: slicoss: fix occasionally writing out only half of a dma address
by David Matlack
· 10 years ago
eafe600
staging: slicoss: remove slic_spinlock wrapper
by David Matlack
· 10 years ago
3866a3c
Staging: slicoss: Remove redundant and disabled code block
by Niranjan Dighe
· 10 years ago
eb85620
Staging: slicoss: clean dev_err logging
by Haneen Mohammed
· 10 years ago
6e28c2a
staging: slicoss: remove extra parentheses around left bit shift operations
by Aya Mahfouz
· 10 years ago
a659b3e
staging: slicoss: remove extra parentheses around right bit shift operations
by Aya Mahfouz
· 10 years ago
0b5c85e
staging: Remove <linux/moduleparam.h> header.
by Navya Sri Nizamkari
· 10 years ago
1cd0989
Staging: slicoss: Join split string.
by Ksenija Stanojevic
· 10 years ago
7d2b3cf
staging: slicloss: replace init_timer by setup_timer
by Aya Mahfouz
· 10 years ago
17d2c64
Staging: slicoss: Fix long line issues in slicoss.c
by Sean Cleator
· 10 years ago
db9c930
Staging: slicoss: Removed unnecessary parentheses
by Tina Johnson
· 10 years ago
438c582
staging: slicoss: Use inplace convert with __be32 *
by Ebru Akagunduz
· 10 years ago
f999ac0
staging: slicoss: Fix warning of prefer ether_addr_copy().
by Dilek Uzulmez
· 10 years ago
8ec2f8f
staging: slicoss: Fix void function return statements style warning
by Dilek Uzulmez
· 10 years ago
0d0e9d9e
staging: slicoss: fix a blank line coding style issue
by Quentin Lambert
· 11 years ago
8b983be
staging: use pci_zalloc_consistent
by Joe Perches
· 11 years ago
351e836
Staging: slicoss: fixed frivolous else statement warnings in slicoss.c
by Vincent Heuken
· 11 years ago
811e843
staging: slicoss: clean up use of dev_err
by David Matlack
· 11 years ago
17dd433
staging: slicoss: remove private netdev list
by David Matlack
· 11 years ago
47a401a
staging: slicoss: handle errors from slic_config_get
by David Matlack
· 11 years ago
28277a5
staging: slicoss: fail on corrupt eeprom
by David Matlack
· 11 years ago
55b62cd
staging: slicoss: fix eeprom checksum code
by David Matlack
· 11 years ago
dedabbb
staging: slicoss: fix use-after-free bug in slic_entry_remove
by David Matlack
· 11 years ago
0783c63
staging: slicoss: fix 64-bit isr address bug
by David Matlack
· 11 years ago
9bc9744
staging: slicoss: fix dma memory leak
by David Matlack
· 11 years ago
04cc3c8
staging: slicoss: remove gratuitous debug infrastructure
by David Matlack
· 11 years ago
563dce3
staging: slicoss: remove unused members of struct adapter
by David Matlack
· 11 years ago
a286e34
staging: slicoss: fix multiple free-after-free in slic_entry_remove
by David Matlack
· 11 years ago
65bc0aa
staging: slicoss: fix use-after-free in slic_entry_probe
by David Matlack
· 11 years ago
bcadb1d
Staging: slicoss: Fix smatch warning in slicoss.c
by Monam Agarwal
· 11 years ago
eea7c70
staging: slicoss: free IO remapping on failure
by Kristina Martšenko
· 11 years ago
b0a0fb1
Staging: slicoss: Replace macro with inline defination in slicoss.c
by Monam Agarwal
· 11 years ago
a114803
staging: slicoss: Fix unnecessary line continuations
by Gulsah Kose
· 11 years ago
0269298
Staging: slicoss: Removal of unused macros in slicoss.c
by Monam Agarwal
· 11 years ago
2a27515
Staging: slicoss: Fix unnecessary whitespace before a quoted newline in slicoss.c
by Monam Agarwal
· 11 years ago
5d5b44b
Staging: slicoss: Fix quoted string split across lines
by Monam Agarwal
· 11 years ago
012317f
Staging: slicoss: Fix line over 80 characters in slic.h
by Monam Agarwal
· 11 years ago
510fa408
staging: slicoss: Add MAINTAINERS entry, break README into TODO & README
by Joe Perches
· 11 years ago
161737a6
staging: slicoss: Fix possible reuse of freed memory in timer function
by Kirill Tkhai
· 11 years ago
ae7d27c
staging: slicoss: Remove last reference to compare_ether_addr
by Joe Perches
· 11 years ago
41e043f
staging: remove DEFINE_PCI_DEVICE_TABLE macro
by Jingoo Han
· 11 years ago
7aff381
Staging: slicoss: Replace seq_printf with seq_puts
by Rashika Kheria
· 11 years ago
79b0ae8
Staging: slicoss: Fix quoted string split across lines
by Rashika Kheria
· 11 years ago
f66626e
Staging: slicoss: Refactor code by introducing new function slic_interrupt_card_up()
by Rashika Kheria
· 11 years ago
1f6876c
Staging: slicoss: Replace printk() with pr_debug() or dev_dbg() as required
by Rashika Kheria
· 11 years ago
0217a88
Staging: slicoss: Removal of if check since debugfs_remove(NULL) is safe
by Rashika Kheria
· 11 years ago
8329419
Staging: Convert uses of compare_ether_addr to ether_addr_equal
by Joe Perches
· 11 years ago
1154eb5
staging: slicoss: fix error return code in slic_entry_probe()
by Wei Yongjun
· 12 years ago
986d758
staging: slicoss: information leak in ETHTOOL_GSET
by Dan Carpenter
· 12 years ago
01d0a9b
staging: slicoss: Remove dma_addr_t cast compilation warnings
by Joe Perches
· 12 years ago
97b3e0e
staging/slicoss: Use ether_crc for mac hash calculation
by Peter Huewe
· 12 years ago
20d403e
staging/slicoss: Fix buffer possible overflow in slic_card_locate
by Peter Huewe
· 12 years ago
6d1b80f
staging/slicoss: Fix operation may be undefined warning
by Peter Huewe
· 12 years ago
cbb0920
staging/slicoss: Remove always true if statement
by Peter Huewe
· 12 years ago
8137211
staging/slicoss: Check pointer before dereferencing
by Peter Huewe
· 12 years ago
2fbedf6
staging: slicoss: Fix space-related checkpatch.pl warnings
by Cruz Julian Bishop
· 12 years ago
83682cd
staging: slicoss: Fix three checkpatch.pl errors in slicoss.c
by Cruz Julian Bishop
· 12 years ago
7864a0a
staging: slicoss: Stop swearing in slicoss.c
by Cruz Julian Bishop
· 12 years ago
ecb4f38
staging: slicoss: remove use of __devexit
by Bill Pemberton
· 12 years ago
a0c2feb
staging: slicoss: remove use of __devinit
by Bill Pemberton
· 12 years ago
2e0d79c
staging: slicoss: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
34ec83f
staging: slicoss: fix a leak when kzalloc fail
by Devendra Naga
· 12 years ago
bae5c3d
staging: slicoss: get rid of slic_cmdqmem_init function
by Devendra Naga
· 12 years ago
1ffa3b9
staging: slicoss: remove default case in irqhandler
by Devendra Naga
· 12 years ago
0608882
staging: slicoss: return -ENOMEM if kzalloc fail
by Devendra Naga
· 12 years ago
40991e4
staging: slicoss: remove ASSERT macro altogether
by Devendra Naga
· 12 years ago
670d145
staging: slicoss: fail out if we dont have a valid firmware file
by Devendra Naga
· 12 years ago
b8131fc
staging: slicoss: fix a null deref when pci_alloc_consistent fail
by Devendra Naga
· 12 years ago
8f6f4c1
staging: slicoss: remove return statement at the end of slic_mcast_set_list
by Devendra Naga
· 12 years ago
7132996
staging: slicoss: clean the spinlock code in slic_entry_open
by Devendra Naga
· 12 years ago
92adcc8
staging: slicoss: remove default case after we done with request_firmware
by Devendra Naga
· 12 years ago
7ee34ab
staging: slicoss: release firmware before returning
by Devendra Naga
· 13 years ago
651d4bc
staging: slicoss: return early before calling request_firmware with empty firmware filename
by Devendra Naga
· 13 years ago
d99b5ac
staging/slicoss: disable pci device at remove
by Devendra Naga
· 13 years ago
0ab1900
staging/slicoss: return -ENODEV if no devid matches
by Devendra Naga
· 13 years ago
2add5f4
staging/slicoss: remove not-needed ASSERT
by Devendra Naga
· 13 years ago
493b67b
staging: slicoss: Fix a typo.
by Justin P. Mattock
· 13 years ago
2140dc9
staging: clean up Greg's email address in some TODO files
by Greg Kroah-Hartman
· 13 years ago
07de7a5
staging: slicoss depends on NET
by Randy Dunlap
· 13 years ago
edb34a4
Remove stale "depends on NETDEV_1000"in staging drivers
by Linus Torvalds
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
20caa14
staging: slicoss: use free_netdev(netdev) instead of kfree()
by Vasiliy Kulikov
· 14 years ago
1033f1f
Staging: slicoss: Remove explicit arch dependencies
by Denis Kirjanov
· 15 years ago
9092de6
Staging: slicoss: Remove net_device_stats from the driver's private
by Denis Kirjanov
· 15 years ago
4d6ea9c
Staging: slicoss: kill functions prototypes and reorder functions
by Denis Kirjanov
· 15 years ago
78af7f8
staging: slicoss: error handling with goto
by Kulikov Vasiliy
· 15 years ago
3746bfd
staging: slicoss: error handling with goto
by Kulikov Vasiliy
· 15 years ago
Next »