index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ipa
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-20
net: ipa: move the definition of gsi_ee_id
Alex Elder
2
-8
/
+8
2022-09-20
net: ipa: don't define unneeded GSI register offsets
Alex Elder
1
-156
/
+52
2022-09-09
net: ipa: don't have gsi_channel_update() return a value
Alex Elder
3
-10
/
+11
2022-09-09
net: ipa: update channel in gsi_channel_trans_complete()
Alex Elder
3
-5
/
+10
2022-09-09
net: ipa: kill all other transaction lists
Alex Elder
3
-74
/
+6
2022-09-09
net: ipa: kill the allocated transaction list
Alex Elder
2
-10
/
+3
2022-09-09
net: ipa: always use transaction IDs instead of lists
Alex Elder
2
-56
/
+16
2022-09-05
net: ipa: verify a few more IDs
Alex Elder
1
-3
/
+43
2022-09-05
net: ipa: further simplify gsi_channel_trans_last()
Alex Elder
1
-28
/
+18
2022-09-05
net: ipa: simplify gsi_channel_trans_last()
Alex Elder
1
-26
/
+7
2022-09-05
net: ipa: use IDs exclusively for last transaction
Alex Elder
1
-15
/
+27
2022-09-05
net: ipa: use IDs for last allocated transaction
Alex Elder
1
-3
/
+9
2022-09-05
net: ipa: rework last transaction determination
Alex Elder
3
-36
/
+28
2022-09-02
net: ipa: track polled transactions with an ID
Alex Elder
2
-16
/
+24
2022-09-02
net: ipa: track completed transactions with an ID
Alex Elder
2
-17
/
+24
2022-09-02
net: ipa: track pending transactions with an ID
Alex Elder
2
-18
/
+29
2022-09-02
net: ipa: track committed transactions with an ID
Alex Elder
2
-17
/
+29
2022-09-02
net: ipa: track allocated transactions with an ID
Alex Elder
2
-2
/
+27
2022-09-02
net: ipa: use an array for transactions
Alex Elder
2
-13
/
+20
2022-08-22
net: ipa: don't assume SMEM is page-aligned
Alex Elder
1
-1
/
+1
2022-08-12
net: ipa: Fix comment typo
Jason Wang
1
-1
/
+1
2022-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-07-25
net: ipa: Fix typo 'the the' in comment
Slark Xiao
1
-1
/
+1
2022-07-21
net: ipa: fix build
Paolo Abeni
6
-24
/
+24
2022-07-20
net: ipa: move configuration data files into a subdirectory
Alex Elder
7
-1
/
+1
2022-07-20
net: ipa: list supported IPA versions in the Makefile
Alex Elder
1
-3
/
+7
2022-07-20
net: ipa: fix an outdated comment
Alex Elder
1
-1
/
+1
2022-07-20
net: ipa: report when the driver has been removed
Alex Elder
1
-0
/
+2
2022-07-20
net: ipa: skip some cleanup for unused transactions
Alex Elder
1
-1
/
+2
2022-07-20
net: ipa: rearrange transaction initialization
Alex Elder
2
-30
/
+33
2022-07-20
net: ipa: add a transaction committed list
Alex Elder
3
-7
/
+29
2022-07-20
net: ipa: add an endpoint device attribute group
Alex Elder
3
-18
/
+53
2022-07-20
net: ipa: initialize ring indexes to 0
Alex Elder
2
-10
/
+13
2022-06-22
net: ipa: remove unexpected word "the"
Jiang Jian
1
-2
/
+2
2022-06-16
net: ipa: move more code out of gsi_channel_update()
Alex Elder
1
-14
/
+20
2022-06-16
net: ipa: call gsi_evt_ring_rx_update() unconditionally
Alex Elder
1
-3
/
+3
2022-06-16
net: ipa: pass GSI pointer to gsi_evt_ring_rx_update()
Alex Elder
1
-6
/
+7
2022-06-16
net: ipa: don't pass channel when mapping transaction
Alex Elder
1
-6
/
+10
2022-06-16
net: ipa: don't assume one channel per event ring
Alex Elder
3
-27
/
+6
2022-06-15
net: ipa: rework gsi_channel_tx_update()
Alex Elder
1
-27
/
+23
2022-06-15
net: ipa: stop counting total RX bytes and transactions
Alex Elder
2
-9
/
+1
2022-06-15
net: ipa: simplify TX completion statistics
Alex Elder
1
-8
/
+6
2022-06-15
net: ipa: introduce gsi_trans_tx_committed()
Alex Elder
4
-11
/
+27
2022-06-15
net: ipa: rename two transaction fields
Alex Elder
2
-24
/
+25
2022-06-15
net: ipa: use "tre_ring" for all TRE ring local variables
Alex Elder
1
-9
/
+9
2022-06-13
net: ipa: derive channel from transaction
Alex Elder
3
-29
/
+13
2022-06-13
net: ipa: determine channel from event
Alex Elder
1
-5
/
+21
2022-06-13
net: ipa: simplify endpoint transaction completion
Alex Elder
1
-18
/
+5
2022-06-13
net: ipa: rename endpoint->trans_tre_max
Alex Elder
2
-4
/
+4
2022-06-13
net: ipa: rename channel->tlv_count
Alex Elder
5
-32
/
+11
[prev]
[next]