summaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan/t7xx
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+7
2026-01-25net: wwan: t7xx: fix potential skb->frags overflow in RX pathKery Qi-2/+7
2025-11-21net: wwan: t7xx: Make local function staticSlark Xiao-3/+1
2025-10-29net: wwan: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-7/+0
2025-10-06net: wwan: t7xx: add support for HP DRMR-H01Sammy Hsu-0/+1
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+2
2025-07-09relayfs: abolish prev_paddingJason Xing-1/+1
2025-06-03net: wwan: t7xx: Fix napi rx poll issueJinjian Song-5/+6
2025-02-27net: gro: decouple GRO from the NAPI layerAlexander Lobakin-0/+1
2025-02-11net: wwan: t7xx: don't include '<linux/pm_wakeup.h>' directlyWolfram Sang-1/+0
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+20
2024-12-30net: wwan: t7xx: Fix FSM command timeout issueJinjian Song-11/+20
2024-12-10net: wwan: t7xx: Replace deprecated PCI functionsPhilipp Stanner-7/+16
2024-11-18net: wwan: t7xx: Change PM_AUTOSUSPEND_MS to 5000Jack Wu-1/+1
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2024-11-07net: wwan: t7xx: Add debug portsJinjian Song-13/+110
2024-11-03net: wwan: t7xx: Fix off-by-one error in t7xx_dpmaif_rx_buf_alloc()Jinjie Ruan-1/+1
2024-08-21net: wwan: t7xx: PCIe reset rescanJinjian Song-43/+105
2024-07-18net: wwan: t7xx: add support for Dell DW5933eJack Wu-0/+1
2024-04-25net: wwan: t7xx: Un-embed dummy deviceBreno Leitao-5/+17
2024-03-25net: wwan: t7xx: Split 64bit accesses to fix alignment issuesBjørn Mork-10/+11
2024-02-27net: wwan: t7xx: Prefer struct_size over open coded arithmeticErick Archer-2/+4
2024-02-09net: wwan: t7xx: Add fastboot WWAN portJinjian Song-26/+97
2024-02-09net: wwan: t7xx: Infrastructure for early port configurationJinjian Song-61/+290
2024-02-09net: wwan: t7xx: Add sysfs attribute for device state machineJinjian Song-6/+117
2023-10-13net: wwan: t7xx: Add __counted_by for struct t7xx_fsm_event and use struct_si...Gustavo A. R. Silva-2/+3
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi-1/+1
2023-07-12net: wwan: t7xx: Add AP CLDMAJose Ignacio Tornos Martinez-31/+116
2023-06-27Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+10
2023-05-25net: wwan: t7xx: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo-8/+10
2023-05-17net: wwan: t7xx: Ensure init is completed before system sleepKai-Heng Feng-0/+19
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+0
2023-03-31net: wwan: t7xx: do not compile with -WerrorJiri Slaby (SUSE)-2/+0
2023-03-17wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang-17/+19
2023-01-28net: wwan: t7xx: Fix Runtime PM initializationKornel Dulęba-0/+2
2023-01-28net: wwan: t7xx: Fix Runtime PM resume sequenceKornel Dulęba-11/+45
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2022-11-24net: wwan: t7xx: Fix the ACPI memory leakHanjun Guo-0/+2
2022-11-07net: wwan: t7xx: Add NAPI supportHaijun Liu-166/+161
2022-11-07net: wwan: t7xx: Use needed_headroom instead of hard_header_lenIlpo Järvinen-1/+1
2022-11-02net: wwan: t7xx: Add port for modem loggingM Chetan Kumar-0/+143
2022-11-02net: wwan: t7xx: use union to group port type specific dataM Chetan Kumar-9/+13
2022-09-19net: wwan: t7xx: Fix return type of t7xx_ccmni_start_xmitNathan Huckleberry-1/+1
2022-08-19Revert "Merge branch 'wwan-t7xx-fw-flashing-and-coredump-support'"Jakub Kicinski-1559/+73
2022-08-17net: wwan: t7xx: Enable devlink based fw flashing and coredump collectionM Chetan Kumar-5/+931
2022-08-17net: wwan: t7xx: PCIe reset rescanHaijun Liu-2/+212
2022-08-17net: wwan: t7xx: Infrastructure for early port configurationHaijun Liu-41/+294
2022-08-17net: wwan: t7xx: Add AP CLDMAHaijun Liu-28/+125
2022-05-20net: wwan: t7xx: use GFP_ATOMIC under spin lock in t7xx_cldma_gpd_set_next_ptr()Yang Yingliang-5/+5