index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ipa
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ipa: make use of dev_err_cast_probe()
Hongbo Li
2024-08-29
1
-5
/
+2
*
net: ipa: allocate dummy net_device dynamically
Breno Leitao
2024-04-24
2
-5
/
+9
*
net: ipa: kill ipa_version_supported()
Alex Elder
2024-04-23
2
-23
/
+0
*
net: ipa: fix two minor ipa_cmd problems
Alex Elder
2024-04-23
2
-8
/
+4
*
net: ipa: fix two bogus argument names
Alex Elder
2024-04-23
1
-3
/
+3
*
net: ipa: make ipa_table_hash_support() a real function
Alex Elder
2024-04-23
2
-6
/
+9
*
net: ipa: remove unneeded FILT_ROUT_HASH_EN definitions
Alex Elder
2024-04-23
6
-84
/
+0
*
net: ipa: call device_init_wakeup() earlier
Alex Elder
2024-04-23
4
-32
/
+10
*
net: ipa: only enable the SUSPEND IPA interrupt when needed
Alex Elder
2024-04-23
2
-10
/
+9
*
net: ipa: maintain bitmap of suspend-enabled endpoints
Alex Elder
2024-04-23
1
-2
/
+17
*
net: ipa: sort all includes
Alex Elder
2024-04-18
28
-98
/
+107
*
net: ipa: more include file cleanup
Alex Elder
2024-04-18
32
-40
/
+35
*
net: ipa: eliminate unneeded struct declarations
Alex Elder
2024-04-18
7
-15
/
+3
*
net: ipa: add some needed struct declarations
Alex Elder
2024-04-18
4
-4
/
+7
*
net: ipa: include "ipa_interrupt.h" where needed
Alex Elder
2024-04-18
5
-3
/
+8
*
net: ipa: remove unneeded standard includes
Alex Elder
2024-04-18
17
-39
/
+12
*
net: ipa: include some standard header files
Alex Elder
2024-04-18
32
-32
/
+84
*
net: ipa: Remove unnecessary print function dev_err()
Jiapeng Chong
2024-04-16
1
-5
/
+1
*
Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2024-03-13
1
-1
/
+1
|
\
|
*
PM: runtime: Simplify pm_runtime_get_if_active() usage
Sakari Ailus
2024-02-12
1
-1
/
+1
*
|
net: ipa: don't save the platform device
Alex Elder
2024-03-04
12
-79
/
+73
*
|
net: ipa: pass a platform device to ipa_smp2p_init()
Alex Elder
2024-03-04
3
-8
/
+11
*
|
net: ipa: pass a platform device to ipa_smp2p_irq_init()
Alex Elder
2024-03-04
1
-7
/
+9
*
|
net: ipa: pass a platform device to ipa_mem_init()
Alex Elder
2024-03-04
3
-8
/
+12
*
|
net: ipa: pass a platform device to ipa_reg_init()
Alex Elder
2024-03-04
3
-6
/
+8
*
|
net: ipa: introduce ipa_interrupt_init()
Alex Elder
2024-03-04
3
-19
/
+68
*
|
net: ipa: change ipa_interrupt_config() prototype
Alex Elder
2024-03-04
3
-24
/
+24
*
|
net: ipa: don't bother zeroing an already zero register
Alex Elder
2024-02-27
1
-1
/
+1
*
|
net: ipa: kill ipa_power_suspend_handler()
Alex Elder
2024-02-27
4
-27
/
+2
*
|
net: ipa: move ipa_interrupt_suspend_clear_all() up
Alex Elder
2024-02-27
1
-24
/
+24
*
|
net: ipa: kill the IPA_POWER_FLAG_RESUMED flag
Alex Elder
2024-02-27
1
-21
/
+0
*
|
net: ipa: kill IPA_POWER_FLAG_SYSTEM
Alex Elder
2024-02-27
1
-10
/
+3
*
|
net: ipa: don't bother aborting system resume
Alex Elder
2024-02-27
1
-2
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-22
1
-1
/
+1
|
\
\
|
*
|
net: ipa: don't overrun IPA suspend interrupt registers
Alex Elder
2024-02-21
1
-1
/
+1
|
|
/
*
|
net: ipa: kill ipa_power_modem_queue_wake()
Alex Elder
2024-02-01
3
-20
/
+1
*
|
net: ipa: kill ipa_power_modem_queue_active()
Alex Elder
2024-02-01
3
-23
/
+6
*
|
net: ipa: kill ipa_power_modem_queue_stop()
Alex Elder
2024-02-01
3
-18
/
+6
*
|
net: ipa: kill the IPA power STOPPED flag
Alex Elder
2024-02-01
1
-35
/
+5
*
|
net: ipa: kill the STARTED IPA power flag
Alex Elder
2024-02-01
1
-33
/
+14
*
|
net: ipa: begin simplifying TX queue stop
Alex Elder
2024-02-01
2
-31
/
+54
*
|
net: ipa: stash modem TX and RX endpoints
Alex Elder
2024-02-01
1
-19
/
+30
|
/
*
net: ipa: Convert to platform remove callback returning void
Uwe Kleine-König
2023-12-05
1
-16
/
+13
*
net: ipa: add IPA v5.5 configuration data
Alex Elder
2023-11-24
5
-1
/
+494
*
net: ipa: add IPA v5.5 register definitions
Alex Elder
2023-11-24
5
-3
/
+572
*
net: ipa: prepare for IPA v5.5
Alex Elder
2023-11-24
3
-17
/
+26
*
net: ipa: update IPA version comments in "ipa_reg.h"
Alex Elder
2023-11-24
1
-45
/
+41
*
net: ipa: fix one GSI register field width
Alex Elder
2023-11-23
1
-1
/
+1
*
net: ipa: Annotate struct ipa_power with __counted_by
Kees Cook
2023-10-02
1
-1
/
+1
*
Merge tag 'soc-drivers-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-08-30
1
-4
/
+1
|
\
[next]