Age | Commit message (Expand) | Author | Files | Lines |
2011-02-05 | zd1211rw: add TX watchdog and device resetting | Jussi Kivilinna | 5 | -4/+181 |
2011-02-05 | zd1211rw: collect driver settings and add function to restore theim | Jussi Kivilinna | 2 | -0/+72 |
2011-02-05 | zd1211rw: lower hw command timeouts | Jussi Kivilinna | 1 | -4/+4 |
2011-02-05 | zd1211rw: change interrupt URB buffer to DMA buffer | Jussi Kivilinna | 2 | -13/+25 |
2011-02-05 | zd1211rw: use stack and preallocated memory for small cmd-buffers | Jussi Kivilinna | 3 | -44/+41 |
2011-02-05 | zd1211rw: batch beacon config commands together | Jussi Kivilinna | 1 | -15/+25 |
2011-02-05 | zd1211rw: add beacon watchdog and setting HW beacon more failsafe | Jussi Kivilinna | 2 | -31/+170 |
2011-02-05 | zd1211rw: implement beacon fetching and handling ieee80211_get_buffered_bc() | Jussi Kivilinna | 1 | -4/+35 |
2011-02-05 | zd1211rw: let zd_set_beacon_interval() set dtim_period and add AP-beacon flag | Jussi Kivilinna | 3 | -14/+40 |
2011-02-05 | zd1211rw: fix ack_pending in filter_ack causing tx-packet ordering problem on... | Jussi Kivilinna | 1 | -0/+7 |
2011-02-05 | zd1211rw: support setting BSSID for AP mode | Jussi Kivilinna | 4 | -11/+55 |
2011-02-05 | zd1211rw: move set_rts_cts_work to bss_info_changed | Jussi Kivilinna | 2 | -25/+5 |
2011-02-05 | zd1211rw: move set_multicast_hash and set_rx_filter from workers to configure... | Jussi Kivilinna | 2 | -33/+7 |
2011-02-05 | zd1211rw: fix beacon interval setup | Jussi Kivilinna | 1 | -6/+10 |
2011-02-05 | zd1211rw: add locking for mac->process_intr | Jussi Kivilinna | 2 | -1/+7 |
2011-02-05 | zd1211rw: cancel process_intr work on zd_chip_disable_int() | Jussi Kivilinna | 1 | -0/+3 |
2011-02-05 | zd1211rw: use urb anchors for tx and fix tx-queue disabling | Jussi Kivilinna | 2 | -75/+41 |
2011-01-08 | 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 |
2010-11-29 | zd1211rw: document need for kmalloc cast | Joe Perches | 1 | -0/+1 |
2010-11-22 | zd1211rw: Use const | Joe Perches | 1 | -2/+2 |
2010-11-15 | zd1211rw: add 2 missing usb id's | maximilian attems | 1 | -0/+2 |
2010-08-16 | zd1211rw: update fw version info in wiphy struct | John W. Linville | 1 | -0/+5 |
2010-06-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2 | -2/+4 |
2010-06-16 | zd1211rw: change ZD_REGDOMAIN_JAPAN_* naming | John W. Linville | 2 | -4/+4 |
2010-06-16 | zd1211rw: add 0x49 -> JP regulatory domain map | Kouhei Sutou | 2 | -0/+2 |
2010-06-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2 | -2/+2 |
2010-06-03 | drivers/net: use __packed annotation | Eric Dumazet | 2 | -13/+13 |
2010-06-03 | wireless: fix several minor description typos | Walter Goldens | 2 | -2/+2 |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 1 | -5/+5 |
2010-05-21 | USB: rename usb_buffer_alloc() and usb_buffer_free() users | Daniel Mack | 1 | -5/+5 |
2010-04-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 4 | -0/+4 |
2010-04-04 | net: convert multicast list to list_head | Jiri Pirko | 1 | -8/+5 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 4 | -0/+4 |
2010-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -6/+4 |
2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
2010-03-02 | zd1211rw: fix potential array underflow | Dan Carpenter | 1 | -6/+4 |
2010-02-04 | Fix a grammar error (redundant "be") in comment | Adam Buchbinder | 1 | -1/+1 |
2010-01-23 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2010-01-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -6/+7 |
2010-01-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -0/+1 |
2010-01-18 | zd1211rw: adding 0409:0248 to supported device list | Hin-Tak Leung | 1 | -0/+1 |
2010-01-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -6/+7 |
2010-01-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 | John W. Linville | 1 | -6/+7 |
2010-01-05 | zd1211rw: Fix multicast filtering. | Benoit Papillault | 1 | -6/+7 |
2009-12-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 3 | -151/+5 |
2009-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 | John W. Linville | 3 | -146/+0 |
2009-12-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 3 | -146/+0 |
2009-12-29 | mac80211: remove struct ieee80211_if_init_conf | Johannes Berg | 1 | -5/+5 |