index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
zd1211rw
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-31
drivers/net: Add module.h to drivers who were implicitly using it
Paul Gortmaker
1
-0
/
+1
2011-09-27
mac80211: add ieee80211_vif param to tsf functions
Eliad Peller
1
-1
/
+1
2011-06-22
zd1211rw: detect stalled beacon interrupt faster
Jussi Kivilinna
1
-1
/
+2
2011-06-22
zd1211rw: don't let zd_mac_config_beacon() run too long from beacon interrupt...
Jussi Kivilinna
1
-7
/
+12
2011-06-22
zd1211rw: handle lost read-reg interrupts
Jussi Kivilinna
2
-21
/
+109
2011-06-22
zd1211rw: only update HW beacon if new beacon differs from currect
Jussi Kivilinna
2
-13
/
+64
2011-06-22
zd1211rw: make 'handle_rx_packet: invalid, small RX packet' message debug-only
Jussi Kivilinna
1
-2
/
+2
2011-06-22
zd1211rw: fix invalid signal values from device
Jussi Kivilinna
2
-2
/
+24
2011-06-20
zd1211rw: include mac80211.h from zd_chip.h
Kalle Valo
1
-0
/
+2
2011-05-31
zd1211rw: fix to work on OHCI
Jussi Kivilinna
1
-11
/
+42
2011-04-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
9
-695
/
+710
2011-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-2
/
+19
2011-04-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-2
/
+19
2011-04-07
zd1211rw: rename CR* macros to ZD_CR*
Jussi Kivilinna
9
-695
/
+710
2011-04-04
zd1211rw: reset rx idle timer from tasklet
Jussi Kivilinna
2
-1
/
+14
2011-04-04
zd1211rw: remove URB_SHORT_NOT_OK flag in zd_usb_iowrite16v_async()
Jussi Kivilinna
1
-1
/
+5
2011-03-31
Fix common misspellings
Lucas De Marchi
2
-2
/
+2
2011-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-0
/
+1
2011-03-21
zd1211rw: TrendNet TEW-509UB id added
Tõnu Samuel
1
-0
/
+1
2011-03-20
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
1
-3
/
+1
2011-03-17
net: change to new flag variable
matt mooney
1
-3
/
+1
2011-02-25
mac80211: make tx() operation return void
Johannes Berg
1
-3
/
+2
2011-02-14
zd1211rw: add unlikely to ZD_ASSERT
Jussi Kivilinna
1
-1
/
+1
2011-02-14
zd1211rw: move async iowrite16v up to callers
Jussi Kivilinna
3
-13
/
+37
2011-02-14
zd1211rw: use async urb for write command
Jussi Kivilinna
2
-25
/
+142
2011-02-14
zd1211rw: correct use of usb_bulk_msg on interrupt endpoints
Jussi Kivilinna
1
-12
/
+12
2011-02-04
zd1211rw: add useful debug output
Jussi Kivilinna
1
-1
/
+8
2011-02-04
zd1211rw: enable NL80211_IFTYPE_AP
Jussi Kivilinna
1
-2
/
+5
2011-02-04
zd1211rw: reset rx urbs after idle period of 30 seconds
Jussi Kivilinna
2
-3
/
+83
2011-02-04
zd1211rw: reset device when CR_BCN_FIFO_SEMAPHORE freezes in beacon setup
Jussi Kivilinna
1
-1
/
+12
2011-02-04
zd1211rw: add TX watchdog and device resetting
Jussi Kivilinna
5
-4
/
+181
2011-02-04
zd1211rw: collect driver settings and add function to restore theim
Jussi Kivilinna
2
-0
/
+72
2011-02-04
zd1211rw: lower hw command timeouts
Jussi Kivilinna
1
-4
/
+4
2011-02-04
zd1211rw: change interrupt URB buffer to DMA buffer
Jussi Kivilinna
2
-13
/
+25
2011-02-04
zd1211rw: use stack and preallocated memory for small cmd-buffers
Jussi Kivilinna
3
-44
/
+41
2011-02-04
zd1211rw: batch beacon config commands together
Jussi Kivilinna
1
-15
/
+25
2011-02-04
zd1211rw: add beacon watchdog and setting HW beacon more failsafe
Jussi Kivilinna
2
-31
/
+170
2011-02-04
zd1211rw: implement beacon fetching and handling ieee80211_get_buffered_bc()
Jussi Kivilinna
1
-4
/
+35
2011-02-04
zd1211rw: let zd_set_beacon_interval() set dtim_period and add AP-beacon flag
Jussi Kivilinna
3
-14
/
+40
2011-02-04
zd1211rw: fix ack_pending in filter_ack causing tx-packet ordering problem on...
Jussi Kivilinna
1
-0
/
+7
2011-02-04
zd1211rw: support setting BSSID for AP mode
Jussi Kivilinna
4
-11
/
+55
2011-02-04
zd1211rw: move set_rts_cts_work to bss_info_changed
Jussi Kivilinna
2
-25
/
+5
2011-02-04
zd1211rw: move set_multicast_hash and set_rx_filter from workers to configure...
Jussi Kivilinna
2
-33
/
+7
2011-02-04
zd1211rw: fix beacon interval setup
Jussi Kivilinna
1
-6
/
+10
2011-02-04
zd1211rw: add locking for mac->process_intr
Jussi Kivilinna
2
-1
/
+7
2011-02-04
zd1211rw: cancel process_intr work on zd_chip_disable_int()
Jussi Kivilinna
1
-0
/
+3
2011-02-04
zd1211rw: use urb anchors for tx and fix tx-queue disabling
Jussi Kivilinna
2
-75
/
+41
2011-01-07
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-2
/
+1
2010-12-15
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...
Tejun Heo
1
-2
/
+1
2010-11-29
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
1
-2
/
+2
[next]