summaryrefslogtreecommitdiff
path: root/drivers/net/wwan
AgeCommit message (Expand)AuthorFilesLines
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-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu1-1/+1
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-4/+4
2022-10-20wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new()Yang Yingliang1-1/+1
2022-10-08Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2022-10-04Merge 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-29net: wwan: iosm: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing1-1/+1
2022-09-21net: wwan: mhi_wwan_ctrl: Add DUN2 to have a secondary AT portFabio Porcedda1-0/+1
2022-09-20net: wwan: t7xx: Fix return type of t7xx_ccmni_start_xmitNathan Huckleberry1-1/+1
2022-09-20net: 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-20Revert "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-21wwan: iosm: use a flexible array rather than allocate short objectsJakub Kicinski1-4/+1
2022-05-21net: wwan: t7xx: use GFP_ATOMIC under spin lock in t7xx_cldma_gpd_set_next_ptr()Yang Yingliang1-5/+5
2022-05-20net: wwan: iosm: remove pointless null checkJakub Kicinski1-10/+0
2022-05-20net: 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
2022-05-09net: wwan: t7xx: Data path HW layerHaijun Liu3-0/+1675
2022-05-09net: wwan: t7xx: Add AT and MBIM WWAN portsChandrashekar Devegowda4-0/+198
2022-05-09net: wwan: t7xx: Add control portHaijun Liu9-3/+561
2022-05-09net: wwan: t7xx: Add port proxy infrastructureHaijun Liu7-2/+677
2022-05-09net: wwan: t7xx: Add core componentsHaijun Liu14-0/+2108
2022-05-09net: wwan: t7xx: Add control DMA interfaceHaijun Liu5-0/+1812
2022-04-25wwan_hwsim: Avoid flush_scheduled_work() usageTetsuo Handa1-5/+17
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-03-22net: wwan: qcom_bam_dmux: fix wrong pointer passed to IS_ERR()Yang Yingliang1-1/+1
2022-02-14net: wwan: iosm: drop debugfs dev referenceM Chetan Kumar2-2/+5
2022-02-14net: wwan: debugfs obtained dev reference not droppedM Chetan Kumar1-0/+36
2022-02-13net: wwan: iosm: Enable M.2 7360 WWAN card supportM Chetan Kumar10-78/+1033
2022-01-16net: wwan: Fix MRU mismatch issue which may lead to data connection lostSlark Xiao1-2/+2
2022-01-05Revert "net: wwan: iosm: Keep device at D0 for s2idle case"M Chetan Kumar1-3/+0