summaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan
Commit message (Expand)AuthorAgeFilesLines
* net: wwan: t7xx: Fix Runtime PM initializationKornel Dulęba2023-01-281-0/+2
* net: wwan: t7xx: Fix Runtime PM resume sequenceKornel Dulęba2023-01-283-11/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-0/+1
|\
| * net: wwan: iosm: fix memory leak in ipc_mux_init()Zhengchao Shao2022-12-061-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-294-14/+18
|\|
| * net: wwan: iosm: fix incorrect skb lengthM Chetan Kumar2022-11-281-7/+11
| * net: wwan: iosm: fix crash in peek throughput testM Chetan Kumar2022-11-281-3/+2
| * net: wwan: iosm: fix dma_alloc_coherent incompatible pointer typeM Chetan Kumar2022-11-281-1/+1
| * net: wwan: iosm: fix kernel test robot reported errorM Chetan Kumar2022-11-281-2/+1
| * net: wwan: t7xx: Fix the ACPI memory leakHanjun Guo2022-11-241-0/+2
| * net: wwan: iosm: use ACPI_FREE() but not kfree() in ipc_pcie_read_bios_cfg()Wang ShaoBo2022-11-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-108-40/+35
|\|
| * net: wwan: iosm: fix kernel test robot reported errorsM Chetan Kumar2022-11-092-0/+2
| * net: wwan: iosm: fix invalid mux header typeM Chetan Kumar2022-11-092-0/+9
| * net: wwan: iosm: fix driver not working with INTEL_IOMMU disabledM Chetan Kumar2022-11-092-1/+8
| * net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfgM Chetan Kumar2022-11-091-3/+8
| * net: wwan: iosm: Remove unnecessary if_mutex lockZhaoping Shu2022-11-071-36/+6
| * net: wwan: mhi: fix memory leak in mhi_mbim_dellinkHW He2022-11-071-0/+1
| * net: wwan: iosm: fix memory leak in ipc_wwan_dellinkHW He2022-11-071-0/+1
* | net: wwan: t7xx: Add NAPI supportHaijun Liu2022-11-075-166/+161
* | net: wwan: t7xx: Use needed_headroom instead of hard_header_lenIlpo Järvinen2022-11-071-1/+1
* | net: wwan: iosm: add rpc interface for xmm modemsShane Parslow2022-11-022-1/+5
* | net: wwan: t7xx: Add port for modem loggingM Chetan Kumar2022-11-028-0/+144
* | net: wwan: t7xx: use union to group port type specific dataM Chetan Kumar2022-11-022-9/+13
* | rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2022-10-311-1/+1
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
|/
* wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new()Yang Yingliang2022-10-191-1/+1
* Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-0/+1
|\
| * termios: get rid of non-UAPI asm/termios.hAl Viro2022-09-091-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-2/+3
|\ \
| * | net: wwan: iosm: Call mutex_init before locking itMaxim Mikityanskiy2022-10-031-2/+3
| |/
* | wwan_hwsim: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing2022-09-291-3/+3
* | net: wwan: iosm: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing2022-09-281-1/+1
* | net: wwan: mhi_wwan_ctrl: Add DUN2 to have a secondary AT portFabio Porcedda2022-09-201-0/+1
* | net: wwan: t7xx: Fix return type of t7xx_ccmni_start_xmitNathan Huckleberry2022-09-191-1/+1
* | net: wwan: iosm: Fix return type of ipc_wwan_link_transmitNathan Huckleberry2022-09-191-2/+2
* | Revert "Merge branch 'wwan-t7xx-fw-flashing-and-coredump-support'"Jakub Kicinski2022-08-1923-1560/+73
* | net: wwan: t7xx: Enable devlink based fw flashing and coredump collectionM Chetan Kumar2022-08-1713-5/+932
* | net: wwan: t7xx: PCIe reset rescanHaijun Liu2022-08-178-2/+212
* | net: wwan: t7xx: Infrastructure for early port configurationHaijun Liu2022-08-1710-41/+294
* | net: wwan: t7xx: Add AP CLDMAHaijun Liu2022-08-1711-28/+125
|/
* wwan: iosm: use a flexible array rather than allocate short objectsJakub Kicinski2022-05-201-4/+1
* net: wwan: t7xx: use GFP_ATOMIC under spin lock in t7xx_cldma_gpd_set_next_ptr()Yang Yingliang2022-05-201-5/+5
* net: wwan: iosm: remove pointless null checkJakub Kicinski2022-05-191-10/+0
* net: wwan: t7xx: Fix smatch errorsRicardo Martinez2022-05-193-6/+3
* net: wwan: t7xx: Avoid calls to skb_data_area_size()Ricardo Martinez2022-05-162-8/+5
* net: wwan: t7xx: Fix return type of t7xx_dl_add_timedout()YueHaibing2022-05-161-4/+2
* net: wwan: t7xx: Device deep sleep lock/unlockHaijun Liu2022-05-096-15/+158
* net: wwan: t7xx: Runtime PMHaijun Liu2022-05-094-0/+68
* net: wwan: t7xx: Introduce power managementHaijun Liu2022-05-098-1/+700