index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
iwlwifi
/
iwl-agn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iwlagn: remove hw_ready variable
Johannes Berg
2011-04-22
1
-15
/
+14
*
iwlagn: combine firmware code/data
Johannes Berg
2011-04-22
1
-53
/
+45
*
iwlagn: implement synchronous firmware load
Johannes Berg
2011-04-22
1
-136
/
+54
*
iwlagn: extend notification wait function
Johannes Berg
2011-04-22
1
-1
/
+1
*
iwlagn: refactor up path
Johannes Berg
2011-04-22
1
-41
/
+3
*
iwlagn: refactor down path
Johannes Berg
2011-04-22
1
-33
/
+1
*
iwlagn: clean up some exit code
Johannes Berg
2011-04-22
1
-24
/
+2
*
iwlagn: simplify error table reading
Johannes Berg
2011-04-22
1
-12
/
+15
*
iwlagn: remove un-necessary ieee80211_ops
Wey-Yi Guy
2011-04-18
1
-0
/
+22
*
iwlagn: use huge command for beacon
Johannes Berg
2011-04-18
1
-2
/
+8
*
iwlagn: remove most BUG_ON instances
Johannes Berg
2011-04-18
1
-2
/
+7
*
iwlagn: use direct call for led functions
Wey-Yi Guy
2011-04-18
1
-1
/
+0
*
iwlagn: downgrade warning on unknown TLV
Johannes Berg
2011-04-08
1
-1
/
+1
*
iwlagn: clean up & autodetect statistics
Johannes Berg
2011-04-08
1
-15
/
+2
*
iwlagn: all _agn devices support power save mode
Wey-Yi Guy
2011-04-08
1
-3
/
+2
*
iwlagn: move IO functions out of line
Johannes Berg
2011-04-07
1
-9
/
+9
*
iwlagn: remove ISR ops
Johannes Berg
2011-04-07
1
-11
/
+6
*
iwlagn: remove rev_id
Johannes Berg
2011-04-07
1
-2
/
+4
*
iwlagn: remove hw_rev
Johannes Berg
2011-04-07
1
-5
/
+6
*
iwlagn: remove hw_wa_rev
Johannes Berg
2011-04-07
1
-1
/
+0
*
iwlagn: init cmd_queue earlier
Johannes Berg
2011-04-07
1
-6
/
+5
*
iwlagn: clean up alive handling
Johannes Berg
2011-04-07
1
-12
/
+4
*
iwlagn: add feature flags
Johannes Berg
2011-04-07
1
-3
/
+26
*
iwlagn: change Copyright to 2011
Wey-Yi Guy
2011-04-07
1
-1
/
+1
*
iwlagn: remove ucode_data_backup
Johannes Berg
2011-04-07
1
-18
/
+1
*
iwlagn: remove bootstrap code
Johannes Berg
2011-04-07
1
-32
/
+4
*
iwlagn: verify specific ucode
Johannes Berg
2011-04-07
1
-1
/
+1
*
iwlagn: clean up ucode loading
Johannes Berg
2011-04-07
1
-3
/
+3
*
iwlagn: make mac80211 handlers static
Johannes Berg
2011-04-07
1
-26
/
+27
*
iwlwifi: remove sync_cmd_mutex
Stanislaw Gruszka
2011-04-07
1
-4
/
+0
*
iwlwifi: more priv->mutex serialization
Stanislaw Gruszka
2011-04-07
1
-14
/
+20
*
Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...
John W. Linville
2011-04-04
1
-245
/
+21
|
\
|
*
iwlagn: remove deprecated module parameters
Wey-Yi Guy
2011-03-25
1
-30
/
+0
|
*
iwlagn: remove reference to 3945 and 4965
Wey-Yi Guy
2011-03-25
1
-24
/
+15
|
*
iwlwifi: remove legacy isr tasklet
Wey-Yi Guy
2011-03-25
1
-191
/
+2
|
*
iwlagn: fix aggregation queue scheduler setup
Johannes Berg
2011-03-25
1
-0
/
+4
*
|
iwlwifi: remove duplicate initialization in __iwl_down()
Dan Carpenter
2011-03-30
1
-1
/
+1
*
|
iwlwifi: missing unlock on error path
Dan Carpenter
2011-03-21
1
-2
/
+5
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-03-15
1
-0
/
+87
|
\
|
|
*
iwlagn: support off-channel TX
Johannes Berg
2011-03-11
1
-0
/
+87
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-03-11
1
-176
/
+2
|
\
|
|
*
iwlwifi: avoid too frequent recover from statistics
Stanislaw Gruszka
2011-03-04
1
-0
/
+2
|
*
iwlwifi: move rx handlers code to iwl-rx.c
Stanislaw Gruszka
2011-03-04
1
-176
/
+0
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-03-04
1
-89
/
+21
|
\
|
|
*
iwlwifi: move check health code into iwl-rx.c
Stanislaw Gruszka
2011-02-28
1
-66
/
+0
|
*
iwlwifi: add {ack,plpc}_check module parameters
Stanislaw Gruszka
2011-02-28
1
-0
/
+6
|
*
mac80211: make tx() operation return void
Johannes Berg
2011-02-25
1
-2
/
+1
|
*
iwlwifi: split the drivers for agn and legacy devices 3945/4965
Wey-Yi Guy
2011-02-21
1
-18
/
+0
|
*
Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965"
Wey-Yi Guy
2011-02-21
1
-0
/
+18
|
*
iwlwifi: split the drivers for agn and legacy devices 3945/4965
Wey-Yi Guy
2011-02-21
1
-18
/
+0
[next]