index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memory.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-04-04
ssb: pci: implement serdes workaround
Rafał Miłecki
1
-3
/
+28
2011-04-04
ssb: pci: implement mdio reading
Rafał Miłecki
1
-0
/
+43
2011-04-04
ssb: pci: fix mdio writes on newer cores (rev 10+)
Rafał Miłecki
1
-2
/
+32
2011-04-04
ssb: pci: trivial: drop useless pointer
Rafał Miłecki
1
-2
/
+0
2011-04-04
ssb: trivial: use u8 for chip_rev (it's mask is 0xF)
Rafał Miłecki
2
-2
/
+2
2011-04-04
ath9k_hw: Use appropriate rx gain table for AR9485
Vasanthakumar Thiagarajan
1
-4
/
+4
2011-04-04
mwifiex: remove unused macros in decl.h and main.h
Bing Zhao
2
-31
/
+0
2011-04-04
mwifiex: remove struct mwifiex_802_11_fixed_ies
Bing Zhao
2
-22
/
+8
2011-04-04
mwifiex: cleanup power save related struct and macros
Marc Yang
4
-66
/
+37
2011-04-04
ieee80211: add HT extended capabilities masks
Bing Zhao
1
-0
/
+9
2011-04-04
mwifiex: remove unused macros in fw.h
Marc Yang
1
-42
/
+0
2011-04-04
mwifiex: remove unused radio_on variable and macros
Marc Yang
5
-9
/
+0
2011-04-04
mwifiex: remove MWIFIEX_AUTH_MODE_ macros
Marc Yang
4
-11
/
+6
2011-04-04
mwifiex: remove MWIFIEX_BSS_MODE_ macros
Bing Zhao
12
-165
/
+74
2011-04-04
rt2x00: Add an error message when trying to send on a full queue
Helmut Schaa
1
-1
/
+4
2011-04-04
rt2x00: Fix tx aggregation problems with some clients
Helmut Schaa
3
-1
/
+9
2011-04-04
rt2x00: Add support for the ZyXEL NWD-211AN USB
Ivo van Doorn
1
-0
/
+1
2011-04-04
rt2x00: Fix STBC transmissions to STAs with Rx STBC > 1
Helmut Schaa
1
-2
/
+5
2011-04-04
rt2x00: Implement tx power temperature compensation
Helmut Schaa
9
-5
/
+296
2011-04-04
rt2x00: Remove obsolete rt2x00queue_align_payload
Helmut Schaa
3
-25
/
+0
2011-04-04
rt2x00: Indention cleanup in rt2800lib
Helmut Schaa
1
-14
/
+11
2011-04-04
rt2x00: Don't recalculate HT40 compensation for each rate
Helmut Schaa
1
-14
/
+18
2011-04-04
rt2x00: Restructure bw_comp calculation
Helmut Schaa
1
-5
/
+8
2011-04-04
rt2x00: Remove DRIVER_SUPPORT_WATCHDOG flag
Helmut Schaa
5
-10
/
+5
2011-04-04
rt2x00: Calculate tx status fifo size instead of hardcoding it
Helmut Schaa
1
-6
/
+12
2011-04-04
rt2x00: Limit rt2800pci txdone processing to 16 entries at once
Helmut Schaa
1
-2
/
+10
2011-04-04
rt2x00: Limit rt2x00pci rxdone processing to 16 entries at once
Helmut Schaa
6
-11
/
+25
2011-04-04
rtlwifi: Remove unused/unneeded variables
Larry Finger
8
-137
/
+98
2011-04-04
mwifiex: use IEEE80211_HT_CAP_ macros for 11n cap_info
Marc Yang
7
-129
/
+63
2011-04-04
mwifiex: remove macro SHORT_SLOT_TIME_DISABLED
Bing Zhao
2
-6
/
+3
2011-04-04
mac80211: remove the dependency on crypto_blkcipher
Felix Fietkau
6
-28
/
+23
2011-04-04
mwifiex: remove unnecessary _set_auth functions
Marc Yang
5
-77
/
+19
2011-04-04
mwifiex: remove helper functions for displaying 11n capabilities
Yogesh Ashok Powar
4
-116
/
+0
2011-04-04
mac80211: fix suppressing probe responses in ad-hoc mode
Felix Fietkau
1
-2
/
+1
2011-04-04
ath9k_hw: remove ath9k_get_channel_edges
Mohammed Shafi Shajakhan
2
-28
/
+0
2011-04-04
ath9k: remove set11n_virtualmorefrag
Mohammed Shafi Shajakhan
4
-32
/
+0
2011-04-04
ath9k: cleanup few redundant macros
Mohammed Shafi Shajakhan
3
-7
/
+1
2011-04-04
wifi: Add hwflags to debugfs.
Ben Greear
1
-13
/
+76
2011-04-04
iwlegacy: MAINTAINERS
Stanislaw Gruszka
1
-7
/
+3
2011-03-30
ath9k_hw: remove pCap->tx_triglevel_max
Felix Fietkau
3
-7
/
+1
2011-03-30
ath9k_hw: remove ATH9K_HW_CAP_ENHANCEDPM
Felix Fietkau
2
-3
/
+0
2011-03-30
ath9k_hw: remove pCap->keycache_size
Felix Fietkau
4
-21
/
+2
2011-03-30
ath9k_hw: remove pCap->reg_cap
Felix Fietkau
2
-18
/
+0
2011-03-30
ath9k_hw: remove ah->config.ht_enable
Felix Fietkau
2
-7
/
+1
2011-03-30
ath9k_hw: remove pCap->total_queues
Felix Fietkau
3
-41
/
+6
2011-03-30
ath9k_hw: turn a few big macros into functions
Felix Fietkau
4
-31
/
+51
2011-03-30
ath9k_hw: replace REG_READ+REG_WRITE with REG_RMW
Felix Fietkau
2
-83
/
+56
2011-03-30
ath9k_hw: add a new register op for read-mask-write
Felix Fietkau
4
-6
/
+42
2011-03-30
ath9k_hw: embed the ath_ops callbacks in the ath_hw struct
Felix Fietkau
3
-22
/
+18
2011-03-30
cfg80211: Add nl80211 event for deletion of a station entry
Jouni Malinen
5
-0
/
+57
[next]