index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vt6656
/
dpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-28
staging: vt6656: Replace dev_alloc_skb with netdev_alloc_skb.
Malcolm Priestley
1
-6
/
+3
2014-02-28
staging: vt6656: Clean up RXvFreeRCB.
Malcolm Priestley
1
-26
/
+27
2014-02-28
staging: vt6656: Clean up RXvWorkItem
Malcolm Priestley
1
-16
/
+20
2014-02-18
staging: vt6656: Replace typedef enum _CARD_OP_MODE
Malcolm Priestley
1
-1
/
+1
2014-01-13
staging: vt6656: sparse fixes: dpc.c missing dpc.h
Malcolm Priestley
1
-0
/
+1
2013-12-17
staging: vt6656: Remove unused scStatistic data/functions from driver.
Malcolm Priestley
1
-43
/
+0
2013-12-10
staging: vt6656: s_uCalculateLinkQual use netstats rx values
Malcolm Priestley
1
-0
/
+3
2013-11-10
staging: vt6656: Fix (most) sparse warnings regarding static functions/variables
Valentina Manea
1
-1
/
+1
2013-10-15
staging: vt6656: return from workqueues on fMP_DISCONNECTED
Malcolm Priestley
1
-0
/
+6
2013-09-30
staging: vt6656: covert RXvMngWorkItem to work queue
Malcolm Priestley
1
-2
/
+4
2013-09-30
staging: vt6656: convert RXvWorkItem to work queue
Malcolm Priestley
1
-2
/
+4
2013-09-17
Staging: Convert uses of compare_ether_addr to ether_addr_equal
Joe Perches
1
-7
/
+6
2013-08-28
staging: vt6656: device.h Replace typedef struct _RCB
Malcolm Priestley
1
-5
/
+5
2013-07-25
staging: vt6656: Remove dead code macro ASSERT
Malcolm Priestley
1
-6
/
+0
2013-03-28
staging: vt6656: remove consecutive newlines
Andres More
1
-37
/
+0
2013-03-25
staging: vt6656: remove code placeholders
Andres More
1
-7
/
+0
2013-03-25
staging: vt6656: removed custom 802.11 header usage
Andres More
1
-40
/
+40
2013-03-25
staging: vt6656: removed usage of custom Ethernet header
Andres More
1
-14
/
+14
2013-03-11
staging: vt6656: replaced custom DWORD definition with u32
Andres More
1
-20
/
+20
2013-03-11
staging: vt6656: replaced custom WORD definition with u16
Andres More
1
-13
/
+13
2013-03-11
staging: vt6656: replaced custom BYTE definition with u8
Andres More
1
-28
/
+28
2013-02-15
staging: vt6656: replaced custom TRUE definition with true
Andres More
1
-38
/
+38
2013-02-15
staging: vt6656: replaced custom FALSE definition with false
Andres More
1
-51
/
+51
2013-02-15
staging: vt6656: replace custom BOOL definition with bool
Andres More
1
-1
/
+1
2013-01-25
staging: vt6656: Revert: 64bit fixes: dpc.c incorrect addressing of void stru...
Malcolm Priestley
1
-2
/
+2
2013-01-18
staging: vt6656: staging: vt6656 change remaining to vnt_mgmt and remove type...
Malcolm Priestley
1
-5
/
+5
2013-01-18
staging: vt6656: datarate/dpc/hostap/power use new structures.
Malcolm Priestley
1
-194
/
+93
2013-01-07
staging: vt6656: Remove QWORD from source and replace with u64.
Malcolm Priestley
1
-5
/
+4
2012-11-26
staging: vt6656: remove wpahdr from driver.
Malcolm Priestley
1
-25
/
+0
2012-11-13
staging: vt6656: Remove WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT macro
Malcolm Priestley
1
-2
/
+0
2012-11-13
staging: vt6656: 64 bit fixes: fix long warning messages.
Malcolm Priestley
1
-2
/
+2
2012-11-13
staging: vt6656: 64 bit fixes: RXbBulkInProcessData Framesize
Malcolm Priestley
1
-10
/
+10
2012-11-13
staging: vt6656: 64bit fixes: dpc.c incorrect addressing of void structure.
Malcolm Priestley
1
-3
/
+3
2012-11-13
staging: vt6656: free skbuff and relocate on bReAllocSkb == FALSE.
Malcolm Priestley
1
-2
/
+7
2012-09-16
Merge 3.6-rc6 into staging-next
Greg Kroah-Hartman
1
-1
/
+1
2012-09-04
staging "vt6656" Fix typos in comments, and in a printk message.
Justin P. Mattock
1
-1
/
+1
2012-09-04
staging: vt6656: [BUG] - Failed connection, incorrect endian.
Malcolm Priestley
1
-1
/
+1
2012-05-09
staging: Remove test of is_broadcast with is_multicast
Joe Perches
1
-1
/
+1
2011-08-23
staging: vt6656: use %pM for printing MACs
Andy Shevchenko
1
-24
/
+6
2011-04-25
staging: Remove unnecessary semicolons when if (foo) {...};
Joe Perches
1
-5
/
+5
2010-11-09
staging: vt6656: resolved checkpatch finding
Felipe Andres Besoain Pino
1
-2
/
+2
2010-08-31
staging: vt6656: removed macro to test bits
Andres More
1
-2
/
+3
2010-08-31
staging: vt6656: removed custom definitions of Ethernet packet types
Andres More
1
-4
/
+3
2010-08-31
staging: vt6656: removed not useful comments
Andres More
1
-1
/
+0
2010-08-31
staging: vt6656: added spaces around '||'
Andres More
1
-2
/
+2
2010-08-02
staging: vt6656: removed NTSTATUS definition
Andres More
1
-1
/
+1
2010-08-02
Staging: vt6656: Remove PUINT from ttype.h
Roel Van Nyen
1
-4
/
+4
2010-07-22
staging: vt6656: replaced U_CRC_LEN with ETH_FCS_LEN
Andres More
1
-2
/
+2
2010-07-22
staging: vt6656: removed Calcu_LinkQual definition
Andres More
1
-6
/
+0
2010-06-24
staging: vt6656: replace IS_ETH_ADDRESS_EQUAL with compare_ether_addr
Andres More
1
-7
/
+8
[next]