Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
f1ca2167d89d991eed519c789d3902f9682c06b8
/
drivers
/
net
/
wireless
/
rt2x00
f1ca216
rt2x00: Detect USB BULK in/out endpoints
by Ivo van Doorn
· 16 years ago
0e3de99
rt2x00: Fix TX failure path
by Ivo van Doorn
· 16 years ago
0f829b1
rt2x00: Move rt73usb register access wrappers into rt2x00usb
by Ivo van Doorn
· 16 years ago
c9c3b1a
rt2x00: Cleanup indirect register access
by Ivo van Doorn
· 16 years ago
8ff48a8
rt2x00: Fix race condition when using inderect registers
by Ivo van Doorn
· 16 years ago
bad1363
rt2x00: Optimize get_duration / get_duration_res
by Ivo van Doorn
· 16 years ago
798b7ad
rt2x00: Cleanup TX/RX entry handling
by Ivo van Doorn
· 16 years ago
6d64360
rt2x00: Fix BUG_ON() with antenna handling
by Ivo van Doorn
· 16 years ago
8058409
rt2x00: Block set_key() during suspend/shutdown
by Ivo van Doorn
· 16 years ago
9a95dba
rt2x00: Fix LED state handling
by Ivo van Doorn
· 16 years ago
3d8606a
rt2x00: Remove RATE_BASIC flag
by Ivo van Doorn
· 16 years ago
743b97c
rt2x00: Remove debugfs CSR access wrappers
by Ivo van Doorn
· 16 years ago
9344e86
rt2x00: Release rt2x00 2.2.2
by Ivo van Doorn
· 16 years ago
3514a44
rt2x00: Improve interface_modes initialization
by Ivo van Doorn
· 16 years ago
c3fd7b4
rt2x00: Remove ieee80211_bss_conf from rt2x00_intf
by Ivo van Doorn
· 16 years ago
e4ea1c4
rt2x00: Optimize configuration handling
by Ivo van Doorn
· 16 years ago
cfa3fa4
Fix debugfs_create_*'s error checking method for wireless/rt2x00/
by Zhaolei
· 16 years ago
5588751
rt2x00: reduce checkpatch.pl errors
by John Daiker
· 16 years ago
e6a9854
mac80211/drivers: rewrite the rate control API
by Johannes Berg
· 16 years ago
9124b07
mac80211: make retry limits part of hw config
by Johannes Berg
· 16 years ago
e897558
mac80211: introduce hw config change flags
by Johannes Berg
· 16 years ago
0f4ac38
mac80211: kill hw.conf.antenna_sel_{rx,tx}
by Johannes Berg
· 16 years ago
a1744d3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
275f165
pci: use pci_ioremap_bar() in drivers/net
by Arjan van de Ven
· 16 years ago
5dc5340
rt2x00: Fix build error when mac80211=M rt2x00=Y
by Ivo van Doorn
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
8713a7c
rt2x00: fix regression introduced by "mac80211: free up 2 bytes in skb->cb"
by Felix Fietkau
· 16 years ago
76708de
mac80211: free up 2 bytes in skb->cb
by Felix Fietkau
· 16 years ago
5b5d13a
rt2x00: Fix rfkill structure initialization to prevent rfkill WARN_ON.
by Gertjan van Wingerde
· 16 years ago
4c99f3e
rt2x00: Fix build errors due to modularized rfkill or leds and built-in rt2x00.
by Gertjan van Wingerde
· 16 years ago
acaf908d
rt2x00: Fix HW crypto key handling
by Ivo van Doorn
· 16 years ago
25d834e
mac80211: fix virtual interfaces vs. injection
by Johannes Berg
· 16 years ago
05c914f
mac80211: use nl80211 interface types
by Johannes Berg
· 16 years ago
771fd56
rt2x00: Make rt2x00 LEDS invisible config option
by Ivo van Doorn
· 16 years ago
5816952
rt2x00: Make RFKILL enabled by default
by Ivo van Doorn
· 16 years ago
79636a5
rt2x00: Revert "rt2x00: Fix the beacon length bug"
by Ivo van Doorn
· 16 years ago
17dce5d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
f59ac04
cfg80211: keep track of supported interface modes
by Luis R. Rodriguez
· 16 years ago
445df54
rt2x00: Compiler warning unmasked by fix of BUILD_BUG_ON
by Boaz Harrosh
· 16 years ago
35e032d
rt2x00: Release rt2x00 2.2.1
by Ivo van Doorn
· 16 years ago
1abc365
rt2x00: skb->data pointer should not include TX descriptor
by Mattias Nissler
· 16 years ago
6c6aa3c
rt2x00: Add Signal type flag
by Ivo van Doorn
· 16 years ago
2af0a57
rt2x00: Initialize txop during conf_tx() callback
by Ivo van Doorn
· 16 years ago
2575c11
rt2x00: Only configure hardware when radio is enabled
by Mattias Nissler
· 16 years ago
3ee54a0
rt2x00: Map extra_tx_headroom to DMA
by Ivo van Doorn
· 16 years ago
0262ab0
rt2x00: Fix race conditions in flag handling
by Ivo van Doorn
· 16 years ago
008c448
rt2x00: Add module parameter to disable HW crypto
by Ivo van Doorn
· 16 years ago
ba2ab47
rt2x00: Move lna_gain calculation to config() callback
by Ivo van Doorn
· 16 years ago
edcc25b
rt2x00: Release rt2x00 2.2.0
by Ivo van Doorn
· 16 years ago
8c5e7a5
rt2x00: Gather channel information in structure
by Ivo van Doorn
· 16 years ago
906c110
rt2x00: Implement HW encryption (rt73usb)
by Ivo van Doorn
· 16 years ago
61e754f
rt2x00: Implement HW encryption (rt61pci)
by Ivo van Doorn
· 16 years ago
2bb057d
rt2x00: Implement HW encryption
by Ivo van Doorn
· 16 years ago
c94c93d
wireless: replace __FUNCTION__ with __func__
by Harvey Harrison
· 16 years ago
b9740c2
rt2x00mac: In error case stop netdev queue, free skb and return NETDEV_TX_OK
by Daniel Wagner
· 16 years ago
f126cba
rt2x00: Fix txdone_entry_desc_flags
by Jochen Friedrich
· 16 years ago
0fc9803
rt2x00: Block all unsupported modes
by Ivo van Doorn
· 16 years ago
d06193f
rt2x00: Disable link tuning in rt2500usb
by Ivo van Doorn
· 16 years ago
82f97b8
rt2x00: Fix compile warning
by Ivo van Doorn
· 16 years ago
bf4634a
rt2500pci: restoring missing line
by Peter Chubb
· 16 years ago
d4764b2
rt2x00: Sequence counter should be protected in irqsave
by Ivo van Doorn
· 16 years ago
8d8acd4
rt2x00: Fix VGC lower bound initialization
by Ivo van Doorn
· 16 years ago
e6d3e90
rt2x00: rt61pci needs another millisecond after firmware upload
by Ivo van Doorn
· 16 years ago
ada662f
rt2x00: Fix partial antenna configuration
by Ivo van Doorn
· 16 years ago
d2b6907
rt2x00: Fix access permissions on debugfs files
by Ivo van Doorn
· 16 years ago
d0f0980
mac80211: partially fix skb->cb use
by Johannes Berg
· 16 years ago
9c0ab71
rt2x00: Clear queue entry flags during initialization
by Ivo van Doorn
· 16 years ago
74c0ee9
rt2x00: Force full register config after start()
by Ivo van Doorn
· 16 years ago
e7087a8
rt2x00: Fix memleak when RTS/CTS fails
by Ivo van Doorn
· 16 years ago
5adf6d6
rt2x00: Fix QOS sequence counting
by Ivo van Doorn
· 16 years ago
b93ce43
rt2x00: Fix the beacon length bug
by Iwo Mergler
· 16 years ago
3e0c1ab
rt2x00: Large vendor requests for rt73usb firmware upload and beacons
by Iwo Mergler
· 16 years ago
ed0dbee
rt2x00: Support for large vendor requests
by Iwo Mergler
· 16 years ago
f2fdbc4
rt2x00: Fix EIFS timing value
by Ivo van Doorn
· 16 years ago
ed06387
rt2x00: Remove duplicate declaration
by Ivo van Doorn
· 16 years ago
605a0bd
mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flag
by Johannes Berg
· 17 years ago
49997d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
0b57664
wireless: fix warnings from QoS patch
by Johannes Berg
· 17 years ago
fc943b1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 17 years ago
2aec609
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
751851af
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by David Woodhouse
· 17 years ago
4c9adaf
rt2x00: Reset LED assoc status after firmware update
by Ivo van Doorn
· 17 years ago
f591fa5
mac80211: fix TX sequence numbers
by Johannes Berg
· 17 years ago
bd88a78
rt2x00: Reorganize beacon handling
by Ivo van Doorn
· 17 years ago
e360c4c
rt2x00: Add support for CTS protection in rt2x00lib
by Ivo van Doorn
· 17 years ago
9d139c8
mac80211: revamp beacon configuration
by Johannes Berg
· 17 years ago
9a61319
rt2x00: Fix NULL pointer error in adhoc/master mode
by Ivo van Doorn
· 17 years ago
f160ebc
rt2x00: treat firmware data as const
by David Woodhouse
· 17 years ago
1f90916
rt2x00: Disable synchronization during initialization
by Ivo van Doorn
· 17 years ago
84263b0
rt2x00: Fix register comments
by Ivo van Doorn
· 17 years ago
ae73e58
rt2x00: Report RX end time for rt2400pci
by Ivo van Doorn
· 17 years ago
8e260c2
rt2x00: Use ieee80211_hw->workqueue again
by Ivo van Doorn
· 17 years ago
ff35239
rt2x00: Decrease alignment headroom
by Ivo van Doorn
· 17 years ago
50db787
rt2x00: Remove input_polldev requirements for rfkill
by Ivo van Doorn
· 17 years ago
28f49d8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 17 years ago
1b63ba8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
980dfcb
rt2x00: Fix lock dependency errror
by Ivo van Doorn
· 17 years ago
ff28bd9
wireless: remove RFKILL_STATE_HARD_BLOCKED warnings
by John W. Linville
· 17 years ago
40af48c
rt2x00: kill URB for all TX queues during disable_radio()
by Ivo van Doorn
· 17 years ago
61243d8
rt2x00: Remove duplicate deinitialization
by Ivo van Doorn
· 17 years ago
Next »