summaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan
AgeCommit message (Expand)AuthorFilesLines
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-12-06net: wwan: iosm: fix memory leak in ipc_mux_init()Zhengchao Shao1-0/+1
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-14/+18
2022-11-28net: wwan: iosm: fix incorrect skb lengthM Chetan Kumar1-7/+11
2022-11-28net: wwan: iosm: fix crash in peek throughput testM Chetan Kumar1-3/+2
2022-11-28net: wwan: iosm: fix dma_alloc_coherent incompatible pointer typeM Chetan Kumar1-1/+1
2022-11-28net: wwan: iosm: fix kernel test robot reported errorM Chetan Kumar1-2/+1
2022-11-24net: wwan: t7xx: Fix the ACPI memory leakHanjun Guo1-0/+2
2022-11-22net: wwan: iosm: use ACPI_FREE() but not kfree() in ipc_pcie_read_bios_cfg()Wang ShaoBo1-1/+1
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-40/+35
2022-11-09net: wwan: iosm: fix kernel test robot reported errorsM Chetan Kumar2-0/+2
2022-11-09net: wwan: iosm: fix invalid mux header typeM Chetan Kumar2-0/+9
2022-11-09net: wwan: iosm: fix driver not working with INTEL_IOMMU disabledM Chetan Kumar2-1/+8
2022-11-09net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfgM Chetan Kumar1-3/+8
2022-11-07net: wwan: iosm: Remove unnecessary if_mutex lockZhaoping Shu1-36/+6
2022-11-07net: wwan: mhi: fix memory leak in mhi_mbim_dellinkHW He1-0/+1
2022-11-07net: wwan: iosm: fix memory leak in ipc_wwan_dellinkHW He1-0/+1
2022-11-07net: wwan: t7xx: Add NAPI supportHaijun Liu5-166/+161
2022-11-07net: wwan: t7xx: Use needed_headroom instead of hard_header_lenIlpo Järvinen1-1/+1
2022-11-02net: wwan: iosm: add rpc interface for xmm modemsShane Parslow2-1/+5
2022-11-02net: wwan: t7xx: Add port for modem loggingM Chetan Kumar8-0/+144
2022-11-02net: wwan: t7xx: use union to group port type specific dataM Chetan Kumar2-9/+13
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu1-1/+1
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-4/+4
2022-10-19wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new()Yang Yingliang1-1/+1
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2022-10-03net: wwan: iosm: Call mutex_init before locking itMaxim Mikityanskiy1-2/+3
2022-09-29wwan_hwsim: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing1-3/+3
2022-09-28net: wwan: iosm: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing1-1/+1
2022-09-20net: wwan: mhi_wwan_ctrl: Add DUN2 to have a secondary AT portFabio Porcedda1-0/+1
2022-09-19net: wwan: t7xx: Fix return type of t7xx_ccmni_start_xmitNathan Huckleberry1-1/+1
2022-09-19net: wwan: iosm: Fix return type of ipc_wwan_link_transmitNathan Huckleberry1-2/+2
2022-09-09termios: get rid of non-UAPI asm/termios.hAl Viro1-0/+1
2022-08-19Revert "Merge branch 'wwan-t7xx-fw-flashing-and-coredump-support'"Jakub Kicinski23-1560/+73
2022-08-17net: wwan: t7xx: Enable devlink based fw flashing and coredump collectionM Chetan Kumar13-5/+932
2022-08-17net: wwan: t7xx: PCIe reset rescanHaijun Liu8-2/+212
2022-08-17net: wwan: t7xx: Infrastructure for early port configurationHaijun Liu10-41/+294
2022-08-17net: wwan: t7xx: Add AP CLDMAHaijun Liu11-28/+125
2022-05-20wwan: iosm: use a flexible array rather than allocate short objectsJakub Kicinski1-4/+1
2022-05-20net: wwan: t7xx: use GFP_ATOMIC under spin lock in t7xx_cldma_gpd_set_next_ptr()Yang Yingliang1-5/+5
2022-05-19net: wwan: iosm: remove pointless null checkJakub Kicinski1-10/+0
2022-05-19net: wwan: t7xx: Fix smatch errorsRicardo Martinez3-6/+3
2022-05-16net: wwan: t7xx: Avoid calls to skb_data_area_size()Ricardo Martinez2-8/+5
2022-05-16net: wwan: t7xx: Fix return type of t7xx_dl_add_timedout()YueHaibing1-4/+2
2022-05-09net: wwan: t7xx: Device deep sleep lock/unlockHaijun Liu6-15/+158
2022-05-09net: wwan: t7xx: Runtime PMHaijun Liu4-0/+68
2022-05-09net: wwan: t7xx: Introduce power managementHaijun Liu8-1/+700
2022-05-09net: wwan: t7xx: Add WWAN network interfaceHaijun Liu4-1/+489
2022-05-09net: wwan: t7xx: Add data path interfaceHaijun Liu7-0/+2758