index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
rt2x00: Upgrade queue->lock to use irqsave
Ivo van Doorn
2008-03-13
2
-8
/
+14
*
rt2x00: Fix trivial log message
Luis Correia
2008-03-13
2
-2
/
+4
*
rt2x00:correct rx packet length for USB devices
Adam Baker
2008-03-13
1
-0
/
+1
*
rt2x00: Only disable beaconing just before beacon update
Ivo van Doorn
2008-03-13
5
-29
/
+65
*
rt2x00: Use skbdesc fields for descriptor initialization
Ivo van Doorn
2008-03-13
1
-2
/
+2
*
rt2x00: Don't use unitialized rxdesc->size
Mattias Nissler
2008-03-13
2
-8
/
+14
*
rt2x00: Don't use uninitialized desc_len
Ivo van Doorn
2008-03-13
1
-1
/
+1
*
rt2x00: Use the correct size when copying the control info in txdone
Mattias Nissler
2008-03-13
1
-1
/
+1
*
rt2x00: Initialize TX control field in data entries
Mattias Nissler
2008-03-13
2
-0
/
+2
*
rt2x00: Align RX descriptor to 4 bytes
Ivo van Doorn
2008-03-13
3
-44
/
+49
*
b43: pull out helpers for writing noise table
Harvey Harrison
2008-03-13
1
-22
/
+23
*
rndis_wlan: cleanup, rename structure members
Jussi Kivilinna
2008-03-13
1
-132
/
+126
*
rndis_wlan: cleanup, rename and reorder enums and structures
Jussi Kivilinna
2008-03-13
1
-110
/
+103
*
drivers/net/wireless/ath5k - convert == (true|false) to simple logical tests
Joe Perches
2008-03-13
2
-23
/
+23
*
libertas: implement SSID scanning for SIOCSIWSCAN
Holger Schurig
2008-03-13
6
-316
/
+76
*
the scheduled rc80211-simple.c removal
Adrian Bunk
2008-03-13
6
-448
/
+1
*
the scheduled ieee80211 softmac removal
Adrian Bunk
2008-03-13
16
-3662
/
+0
*
the scheduled bcm43xx removal
Adrian Bunk
2008-03-13
35
-16999
/
+1
*
make b43_mac_{enable,suspend}() static
Adrian Bunk
2008-03-13
2
-5
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
2008-03-11
104
-3552
/
+10988
|
\
|
*
iwlwifi: fix potential lock inversion deadlock
Reinette Chatre
2008-03-07
1
-2
/
+2
|
*
wireless: correct warnings from using '%llx' for type 'u64'
John W. Linville
2008-03-07
2
-5
/
+7
|
*
ath5k: work around wrong beacon rx timestamp in IBSS mode
Bruno Randolf
2008-03-07
1
-14
/
+45
|
*
ath5k: add notes about rx timestamp
Bruno Randolf
2008-03-07
1
-0
/
+11
|
*
ath5k: move rx and tx status structures out of hardware descriptor
Bruno Randolf
2008-03-07
5
-130
/
+126
|
*
ath5k: struct ath5k_desc cleanups
Bruno Randolf
2008-03-07
4
-187
/
+210
|
*
iwlwifi: grab NIC access when disabling aggregations
Ron Rindjunsky
2008-03-07
1
-17
/
+20
|
*
iwlwifi: 3945 split tx_complete to command and packet function
Tomas Winkler
2008-03-07
2
-157
/
+148
|
*
iwlwifi: Fix 3945 rate scaling
Tomas Winkler
2008-03-07
2
-25
/
+22
|
*
iwlwifi: queue functions cleanup
Tomas Winkler
2008-03-07
4
-60
/
+45
|
*
iwlwifi: Moving EEPROM handling in iwlcore module
Assaf Krauss
2008-03-07
2
-0
/
+604
|
*
iwlwifi: add iwl-core module
Tomas Winkler
2008-03-07
5
-7
/
+59
|
*
iwlwifi: fix locking unbalance in 4965 rate scale
Tomas Winkler
2008-03-07
1
-13
/
+12
|
*
mac80211: document IEEE80211_TXCTL_OFDM_HT
Ron Rindjunsky
2008-03-07
1
-1
/
+5
|
*
iwlwifi: Cancel scanning upon association
Emmanuel Grumbach
2008-03-07
2
-22
/
+12
|
*
iwlwifi: Take the fw file name from the iwl_cfg.
Tomas Winkler
2008-03-07
6
-12
/
+18
|
*
iwlwifi: add struct iwl_cfg
Tomas Winkler
2008-03-07
8
-37
/
+203
|
*
iwlwifi: Move HBUS address to iwl-csr.h
Tomas Winkler
2008-03-07
3
-83
/
+42
|
*
iwlwifi: extract iwl-csr.h
Tomas Winkler
2008-03-07
9
-283
/
+236
|
*
iwlwifi: use mac80211_tx_control_flags
Ron Rindjunsky
2008-03-07
4
-32
/
+64
|
*
mac80211: adding mac80211_tx_control_flags and HT flags
Ron Rindjunsky
2008-03-07
1
-31
/
+55
|
*
iwlwifi: 802.11n spec removes AUTO offset for FAT channel
Guy Cohen
2008-03-07
3
-12
/
+15
|
*
b43: Fix failed frames status report typo
Michael Buesch
2008-03-07
1
-1
/
+1
|
*
b43: Add TX statistics debugging counters
Michael Buesch
2008-03-07
2
-16
/
+80
|
*
b43: Rename the DMA ring pointers
Michael Buesch
2008-03-07
3
-163
/
+82
|
*
b43: Add QOS support
Michael Buesch
2008-03-07
7
-91
/
+262
|
*
mac80211: don't call conf_tx under RCU lock
Johannes Berg
2008-03-07
1
-3
/
+3
|
*
ath5k: Add 2413 to srev_names so that it shows up during module load
Nick Kossifidis
2008-03-07
1
-0
/
+3
|
*
ath5k: Make some changes to follow register dumps.
Nick Kossifidis
2008-03-07
1
-6
/
+31
|
*
ath5k: Fixes for PCI-E cards
Nick Kossifidis
2008-03-07
2
-15
/
+34
[next]