index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ipa
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-06-13
net: ipa: verify command channel TLV count
Alex Elder
1
-12
/
+27
2022-05-27
net: ipa: fix page free in ipa_endpoint_replenish_one()
Alex Elder
1
-1
/
+1
2022-05-27
net: ipa: fix page free in ipa_endpoint_trans_release()
Alex Elder
1
-5
/
+2
2022-05-22
net: ipa: use data space for command opcodes
Alex Elder
1
-2
/
+4
2022-05-22
net: ipa: remove command info pool
Alex Elder
5
-50
/
+18
2022-05-22
net: ipa: remove command direction argument
Alex Elder
3
-20
/
+9
2022-05-22
net: ipa: get rid of ipa_cmd_info->direction
Alex Elder
2
-6
/
+1
2022-05-22
net: ipa: count the number of modem TX endpoints
Alex Elder
2
-5
/
+7
2022-05-22
net: ipa: kill gsi_trans_commit_wait_timeout()
Alex Elder
4
-40
/
+7
2022-05-22
net: ipa: specify RX aggregation time limit in config data
Alex Elder
8
-4
/
+35
2022-05-22
net: ipa: support hard aggregation limits
Alex Elder
2
-35
/
+69
2022-05-22
net: ipa: make endpoint HOLB drop configurable
Alex Elder
2
-2
/
+8
2022-05-20
net: ipa: save a copy of endpoint default config
Alex Elder
3
-28
/
+28
2022-05-20
net: ipa: rename a few endpoint config data types
Alex Elder
4
-47
/
+47
2022-05-20
net: ipa: move endpoint configuration data definitions
Alex Elder
2
-62
/
+62
[prev]
[next]