index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
iwlwifi
/
iwl-tx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iwl3945: Use iwl-hcmd host command routines
Samuel Ortiz
2009-01-29
1
-3
/
+5
*
iwlwifi: Add TFD library operations
Samuel Ortiz
2009-01-29
1
-125
/
+9
*
iwlwifi: update copyright year to 2009
Reinette Chatre
2009-01-29
1
-1
/
+1
*
iwlwifi: replace IWL_ERROR with IWL_ERR
Winkler, Tomas
2009-01-29
1
-17
/
+18
*
iwlwifi: replace IWL_WARNING with IWL_WARN
Winkler, Tomas
2009-01-29
1
-2
/
+2
*
iwlwifi: clean up printing
Tomas Winkler
2009-01-29
1
-2
/
+2
*
iwlwifi: iwl-tx.c cleanup (remove unused parameter and unused local variable).
Rami Rosen
2008-12-19
1
-5
/
+3
*
iwlwifi: change email contact information
Winkler, Tomas
2008-12-12
1
-1
/
+1
*
iwlwifi: fix time interval misuse in iwl_poll_{direct_}bit
Zhu, Yi
2008-12-12
1
-1
/
+1
*
iwlwifi: fix DMA channel number in iwl_txq_ctx_stop
Zhu Yi
2008-12-05
1
-6
/
+5
*
iwlwifi: TX setup fix confusion between TX queue and TX DMA channel
Winkler, Tomas
2008-11-26
1
-5
/
+0
*
iwlwifi: some fh document fix and cleanup
Zhu, Yi
2008-11-25
1
-4
/
+0
*
iwlwifi : fix checkpatch.pl errors
Abhijeet Kolekar
2008-11-25
1
-1
/
+1
*
iwlwifi: get some more information about command failure
Winkler, Tomas
2008-11-21
1
-1
/
+6
*
iwlwifi: revamp tx scheduler byte count tables handling
Tomas Winkler
2008-11-21
1
-12
/
+36
*
iwlwifi: reorganize flow handler bitology
Winkler, Tomas
2008-11-10
1
-2
/
+2
*
iwlwifi: run through spell checker
Tomas Winkler
2008-10-31
1
-2
/
+2
*
iwlwifi: refactor TX response flow
Tomas Winkler
2008-10-31
1
-19
/
+20
*
iwlwifi: tx command must run on same tfd as packet
Tomas Winkler
2008-10-31
1
-3
/
+2
*
iwlwifi: fix TX cmd dma unmapping
Tomas Winkler
2008-10-31
1
-107
/
+124
*
iwlwifi: unify tx antenna toggling
Tomas Winkler
2008-10-31
1
-10
/
+4
*
iwlwifi: add iwl_cmd_queue_free for readability
Tomas Winkler
2008-10-31
1
-13
/
+40
*
net: convert print_mac to %pM
Johannes Berg
2008-10-27
1
-11
/
+6
*
iwlagn: downgrade BUG_ON in interrupt
Johannes Berg
2008-09-24
1
-4
/
+3
*
mac80211: use nl80211 interface types
Johannes Berg
2008-09-15
1
-2
/
+2
*
iwlwifi: remove uneeded declarations
Emmanuel Grumbach
2008-09-11
1
-6
/
+3
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2008-09-08
1
-11
/
+18
|
\
|
*
iwlwifi: fix Tx cmd memory allocation failure handling
Tomas Winkler
2008-09-03
1
-10
/
+17
|
*
iwlwifi: do not use GFP_DMA in iwl_tx_queue_init
John W. Linville
2008-09-02
1
-1
/
+1
*
|
iwlwifi: enable packet injection for iwlagn
Stefanik Gábor
2008-09-08
1
-8
/
+5
*
|
iwlwifi: fix host command header according the HW spec
Tomas Winkler
2008-09-08
1
-2
/
+2
*
|
iwlwifi: use le16 frame control directly, use QOS symbolic constant mask
Harvey Harrison
2008-08-22
1
-2
/
+2
*
|
iwlwifi: add level for debugging host command
Esti Kummer
2008-08-22
1
-6
/
+20
*
|
iwl-4965: test below 0 on unsigned num_tbs
roel kluin
2008-08-22
1
-1
/
+1
|
/
*
iwlwifi: fix printk newlines
Jiri Slaby
2008-08-18
1
-2
/
+2
*
iwlwifi: cleanup iwl_tx_skb
Tomas Winkler
2008-08-07
1
-22
/
+18
*
iwlwifi: memory allocation optimization
Gregory Greenman
2008-08-04
1
-22
/
+54
*
iwlwifi: bug fix in AGG flow - cast const to ULL
Emmanuel Grumbach
2008-08-04
1
-1
/
+1
*
iwlwifi: don't stop queue in the middle of fragmented packet
Tomas Winkler
2008-08-01
1
-4
/
+4
*
mac80211: partially fix skb->cb use
Johannes Berg
2008-07-29
1
-1
/
+1
*
iwlwifi: fixes RTS / CTS support
Emmanuel Grumbach
2008-07-14
1
-7
/
+1
*
iwlwifi: fix typo which caused iwl_get_tx_fail_reason to ever return an empty...
Helmut Schaa
2008-07-08
1
-1
/
+1
*
iwlwifi: setup compressed BA handler
Emmanuel Grumbach
2008-06-30
1
-0
/
+143
*
mac80211: remove ieee80211_get_morefrag
Harvey Harrison
2008-06-14
1
-2
/
+2
*
mac80211: add helpers for frame control testing
Harvey Harrison
2008-06-14
1
-25
/
+24
*
iwlwifi: move rate helpers to iwlcore
Tomas Winkler
2008-06-14
1
-1
/
+1
*
iwlwifi: removing IWL4965_HT config
Ron Rindjunsky
2008-06-14
1
-10
/
+0
*
iwlwifi: move aggregation code to iwl-tx.c
Tomas Winkler
2008-06-03
1
-0
/
+190
*
iwlwifi: implement txq invalidate byte count table
Tomas Winkler
2008-06-03
1
-1
/
+4
*
iwlwifi: move tx reclaim flow into iwl-tx
Tomas Winkler
2008-06-03
1
-0
/
+108
[next]