Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
f3969bf78f140f437f51787dfc2751943ba454d1
/
drivers
/
net
/
wireless
/
zd1211rw
e81a7bd
zd1211rw: firmware needs duration_id set to zero for non-pspoll frames
by Tomas Vanek
· 13 years ago
9d9779e
drivers/net: Add module.h to drivers who were implicitly using it
by Paul Gortmaker
· 13 years ago
37a41b4
mac80211: add ieee80211_vif param to tsf functions
by Eliad Peller
· 13 years ago
55f7782
zd1211rw: detect stalled beacon interrupt faster
by Jussi Kivilinna
· 13 years ago
dde4673
zd1211rw: don't let zd_mac_config_beacon() run too long from beacon interrupt handler
by Jussi Kivilinna
· 13 years ago
c900eff
zd1211rw: handle lost read-reg interrupts
by Jussi Kivilinna
· 13 years ago
f762d8c
zd1211rw: only update HW beacon if new beacon differs from currect
by Jussi Kivilinna
· 13 years ago
b405e1b
zd1211rw: make 'handle_rx_packet: invalid, small RX packet' message debug-only
by Jussi Kivilinna
· 13 years ago
7a1d656
zd1211rw: fix invalid signal values from device
by Jussi Kivilinna
· 13 years ago
9a06696
zd1211rw: include mac80211.h from zd_chip.h
by Kalle Valo
· 13 years ago
59342f6
zd1211rw: fix to work on OHCI
by Jussi Kivilinna
· 13 years ago
252f4bf
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
c44eaf4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
b37e3b6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
fbd5d17
zd1211rw: rename CR* macros to ZD_CR*
by Jussi Kivilinna
· 14 years ago
0235357
zd1211rw: reset rx idle timer from tasklet
by Jussi Kivilinna
· 14 years ago
2fc713b
zd1211rw: remove URB_SHORT_NOT_OK flag in zd_usb_iowrite16v_async()
by Jussi Kivilinna
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
00a2470
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
9011cd2
zd1211rw: TrendNet TEW-509UB id added
by Tõnu Samuel
· 14 years ago
a44f99c
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 14 years ago
5a8b7cd
net: change to new flag variable
by matt mooney
· 14 years ago
7bb4568
mac80211: make tx() operation return void
by Johannes Berg
· 14 years ago
91f71fa
zd1211rw: add unlikely to ZD_ASSERT
by Jussi Kivilinna
· 14 years ago
8662b25
zd1211rw: move async iowrite16v up to callers
by Jussi Kivilinna
· 14 years ago
eefdbec
zd1211rw: use async urb for write command
by Jussi Kivilinna
· 14 years ago
3793981
zd1211rw: correct use of usb_bulk_msg on interrupt endpoints
by Jussi Kivilinna
· 14 years ago
24d24c6
zd1211rw: add useful debug output
by Jussi Kivilinna
· 14 years ago
ab419e9
zd1211rw: enable NL80211_IFTYPE_AP
by Jussi Kivilinna
· 14 years ago
1f6cccc
zd1211rw: reset rx urbs after idle period of 30 seconds
by Jussi Kivilinna
· 14 years ago
3985a46
zd1211rw: reset device when CR_BCN_FIFO_SEMAPHORE freezes in beacon setup
by Jussi Kivilinna
· 14 years ago
a0fd751
zd1211rw: add TX watchdog and device resetting
by Jussi Kivilinna
· 14 years ago
212e1a5
zd1211rw: collect driver settings and add function to restore theim
by Jussi Kivilinna
· 14 years ago
8f2d8f8
zd1211rw: lower hw command timeouts
by Jussi Kivilinna
· 14 years ago
4a3b087
zd1211rw: change interrupt URB buffer to DMA buffer
by Jussi Kivilinna
· 14 years ago
9bca0c3
zd1211rw: use stack and preallocated memory for small cmd-buffers
by Jussi Kivilinna
· 14 years ago
5127229
zd1211rw: batch beacon config commands together
by Jussi Kivilinna
· 14 years ago
9be2325
zd1211rw: add beacon watchdog and setting HW beacon more failsafe
by Jussi Kivilinna
· 14 years ago
4099e2f
zd1211rw: implement beacon fetching and handling ieee80211_get_buffered_bc()
by Jussi Kivilinna
· 14 years ago
b91a515
zd1211rw: let zd_set_beacon_interval() set dtim_period and add AP-beacon flag
by Jussi Kivilinna
· 14 years ago
f773e40
zd1211rw: fix ack_pending in filter_ack causing tx-packet ordering problem on monitor
by Jussi Kivilinna
· 14 years ago
c2fadcb
zd1211rw: support setting BSSID for AP mode
by Jussi Kivilinna
· 14 years ago
5cf6cf8
zd1211rw: move set_rts_cts_work to bss_info_changed
by Jussi Kivilinna
· 14 years ago
a6fb071
zd1211rw: move set_multicast_hash and set_rx_filter from workers to configure_filter
by Jussi Kivilinna
· 14 years ago
88a1159
zd1211rw: fix beacon interval setup
by Jussi Kivilinna
· 14 years ago
8b17f75
zd1211rw: add locking for mac->process_intr
by Jussi Kivilinna
· 14 years ago
d741900
zd1211rw: cancel process_intr work on zd_chip_disable_int()
by Jussi Kivilinna
· 14 years ago
78fc800
zd1211rw: use urb anchors for tx and fix tx-queue disabling
by Jussi Kivilinna
· 14 years ago
23d69b0
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
afe2c51
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()
by Tejun Heo
· 14 years ago
7714862
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 14 years ago
47c0531
zd1211rw: document need for kmalloc cast
by Joe Perches
· 14 years ago
7253965
zd1211rw: Use const
by Joe Perches
· 14 years ago
8cecc90
zd1211rw: add 2 missing usb id's
by maximilian attems
· 14 years ago
68e887e
zd1211rw: update fw version info in wiphy struct
by John W. Linville
· 14 years ago
bb9c03d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 14 years ago
3d3b33b
zd1211rw: change ZD_REGDOMAIN_JAPAN_* naming
by John W. Linville
· 14 years ago
71184ba
zd1211rw: add 0x49 -> JP regulatory domain map
by Kouhei Sutou
· 14 years ago
14599f1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 14 years ago
ba2d358
drivers/net: use __packed annotation
by Eric Dumazet
· 14 years ago
77c2061
wireless: fix several minor description typos
by Walter Goldens
· 15 years ago
7a9b149
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 15 years ago
997ea58
USB: rename usb_buffer_alloc() and usb_buffer_free() users
by Daniel Mack
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d89b218
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
86baf71
zd1211rw: fix potential array underflow
by Dan Carpenter
· 15 years ago
303863f
Fix a grammar error (redundant "be") in comment
by Adam Buchbinder
· 15 years ago
51c24aa
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
63734642
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
dad48a4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 15 years ago
ad580db
zd1211rw: adding 0409:0248 to supported device list
by Hin-Tak Leung
· 15 years ago
ff30b36
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 15 years ago
4f9b2a7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 15 years ago
7de3c5d
zd1211rw: Fix multicast filtering.
by Benoit Papillault
· 15 years ago
3a999e6e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
891dc5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 15 years ago
7f9d357
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 15 years ago
1ed32e4
mac80211: remove struct ieee80211_if_init_conf
by Johannes Berg
· 15 years ago
671adc9
wireless: remove remaining qual code
by Johannes Berg
· 15 years ago
d346f49
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
11466f1
zd1211rw: improve ejecting of fake CDROM
by Stefan Seyfried
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
3e8b4d0
zd1211rw: declare MODULE_FIRMWARE
by Ben Hutchings
· 15 years ago
133d7c6
wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig
by John W. Linville
· 15 years ago
7f4013f
zd1211rw: Fix TX status reporting in order to have proper rate control
by Benoit PAPILLAULT
· 15 years ago
8b3f6af
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
33e2fb2
drivers/net/wireless: Use usb_endpoint_dir_out
by Julia Lawall
· 15 years ago
fd589a8
trivial: fix typo "to to" in multiple files
by Anand Gadiyar
· 15 years ago
3ac64be
mac80211: allow configure_filter callback to sleep
by Johannes Berg
· 15 years ago
14b46c8
zd1211rw: make it clear we don't use leds.h LED stuff
by Luis R. Rodriguez
· 15 years ago
42935ec
mac80211: redefine usage of the mac80211 workqueue
by Luis R. Rodriguez
· 15 years ago
8f75e07
zd1211rw: adding Accton Technology Corp (083a:e501) as a ZD1211B device
by Hin-Tak Leung
· 15 years ago
3bfbe80
zd1211rw: sort vid/pid pairs by numerical value
by Hin-Tak Leung
· 15 years ago
f1d58c2
mac80211: push rx status into skb->cb
by Johannes Berg
· 15 years ago
8b339d0
zd1211rw: adding SONY IFU-WLM2 (054c:0257) as a zd1211b device
by Hin-Tak Leung
· 15 years ago
b4b223c
zd1211rw: 07b8:6001 is a ZD1211B
by Pascal Terjan
· 15 years ago
Next »