index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-02
iwlagn: 5000 do not support idle mode
Wey-Yi Guy
3
-1
/
+5
2011-08-02
rt2x00: fix usage of NULL queue
Stanislaw Gruszka
1
-2
/
+3
2011-08-02
rt2x00: Fix compilation without CONFIG_RT2X00_LIB_CRYPTO
Helmut Schaa
1
-1
/
+2
2011-08-02
iwlagn: sysfs couldn't find the priv pointer
Emmanuel Grumbach
1
-9
/
+9
2011-08-01
rt2x00: rt2800: fix zeroing skb structure
Stanislaw Gruszka
1
-2
/
+1
2011-08-01
rtlwifi: Fix kernel oops on ARM SOC
Larry Finger
1
-9
/
+11
2011-08-01
ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabled
Stanislaw Gruszka
5
-13
/
+40
2011-08-01
iwlegacy: set tx power after rxon_assoc
Stanislaw Gruszka
2
-3
/
+11
2011-08-01
ath9k: initialize tx chainmask before testing channel tx power values
Felix Fietkau
1
-0
/
+2
2011-07-26
b43: fix invalid memory access in b43_ssb_remove()
Pavel Roskin
1
-2
/
+3
2011-07-26
b43: bcma: drop BROKEN
Rafał Miłecki
1
-1
/
+1
2011-07-26
b43: bus: fix memory corruption when setting driver's data
Rafał Miłecki
1
-0
/
+2
2011-07-22
b43legacy: dma: cache translation (routing bits)
Rafał Miłecki
2
-3
/
+6
2011-07-22
ath5k: use get_unaligned_le32() in ath5k_write_pwr_to_pdadc_table()
Pavel Roskin
1
-6
/
+3
2011-07-22
ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210
Pavel Roskin
3
-81
/
+5
2011-07-22
ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappers
Pavel Roskin
3
-22
/
+6
2011-07-22
b43: (un)initialize driver on the BCMA bus
Rafał Miłecki
1
-4
/
+44
2011-07-22
b43: bcma: get DMA translation bits
Rafał Miłecki
1
-0
/
+5
2011-07-22
ssb: return correct translation bit for 64-bit DMA
Rafał Miłecki
1
-3
/
+3
2011-07-22
b43: disable parity check on BCMA devices
Rafał Miłecki
3
-0
/
+21
2011-07-21
rtlwifi: Convert printks to pr_<level>
Joe Perches
11
-71
/
+72
2011-07-21
ath9k_hw: validate and fix broken eeprom chainmask settings
Felix Fietkau
1
-0
/
+22
2011-07-21
mwifiex: disable auto deep sleep before unloading the driver
Amitkumar Karwar
4
-0
/
+19
2011-07-21
mwifiex: check SDIO multi-port aggregation buffer room correctly
Amitkumar Karwar
1
-1
/
+1
2011-07-21
mwifiex: put multicast/broadcast packets to the same RA
Amitkumar Karwar
1
-0
/
+2
2011-07-21
iwlagn: probe would crash with DEBUG_SHIRQ
Emmanuel Grumbach
2
-11
/
+11
2011-07-21
iwlagn: remove "disable otp refresh" W/A
Wey-Yi Guy
2
-7
/
+1
2011-07-21
iwlagn: rename iwlagn_set_dynamic_key
Johannes Berg
1
-10
/
+11
2011-07-21
iwlagn: track beacon interval sent to device
Johannes Berg
3
-6
/
+9
2011-07-21
iwlagn: write iq invert register for 105/135 device
Wey-Yi Guy
1
-2
/
+4
2011-07-21
iwlagn: implement WoWLAN
Johannes Berg
11
-14
/
+705
2011-07-21
iwlagn: rewrite HW crypto
Johannes Berg
6
-224
/
+200
2011-07-21
iwlagn: remove forgotten debugfs function
Johannes Berg
1
-2
/
+0
2011-07-21
iwlagn: remove un-necessary "_agn"
Wey-Yi Guy
10
-256
/
+254
2011-07-21
iwlagn: remove keyinfo cache
Johannes Berg
2
-30
/
+0
2011-07-21
iwlagn: testmode fixed rate available for testmode only
Wey-Yi Guy
3
-3
/
+9
2011-07-21
iwlagn: add comment to warn about WoWLAN in resume / suspend flows
Emmanuel Grumbach
1
-0
/
+10
2011-07-21
iwlagn: iwl_bus holds drv_data as void * instead of iwl_priv
Emmanuel Grumbach
5
-27
/
+26
2011-07-21
iwlagn: simplify the bus architecture
Emmanuel Grumbach
14
-140
/
+161
2011-07-21
iwlagn: transport layer receives struct iwl_trans*
Emmanuel Grumbach
18
-154
/
+168
2011-07-21
iwlagn: move iwl_prepare_card_hw to the transport layer
Emmanuel Grumbach
5
-7
/
+14
2011-07-21
iwlagn: move more functions from the start flow to the transport layer
Emmanuel Grumbach
8
-193
/
+178
2011-07-21
iwlagn: SCD configuration for AMPDU moves to transport layer
Emmanuel Grumbach
8
-239
/
+274
2011-07-21
iwlagn: radio sensor offset in le16 format
Wey-Yi Guy
2
-5
/
+5
2011-07-21
iwlagn: define valid init calibration mask
Wey-Yi Guy
1
-3
/
+13
2011-07-21
iwlagn: remove legacy calibration command
Wey-Yi Guy
1
-10
/
+0
2011-07-21
iwlagn: set correct calibration flag
Wey-Yi Guy
2
-2
/
+4
2011-07-21
iwlagn: kill iwlagn_setup_deferred_work
Emmanuel Grumbach
8
-22
/
+6
2011-07-21
iwlagn: kill iwlagn_rx_handler_setup
Emmanuel Grumbach
8
-28
/
+20
2011-07-21
iwlagn: add kick_nic API to transport layer
Emmanuel Grumbach
4
-2
/
+16
[next]