Age | Commit message (Expand) | Author | Files | Lines |
2023-10-20 | net: wwan: replace deprecated strncpy with strscpy | Justin Stitt | 1 | -1/+1 |
2023-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -65/+4 |
2023-10-18 | drivers: net: wwan: iosm: Fixed multiple typos in multiple files | Muhammad Muzammil | 6 | -7/+7 |
2023-10-18 | Revert "net: wwan: iosm: enable runtime pm support for 7560" | Bagas Sanjaya | 6 | -65/+4 |
2023-10-16 | drivers: net: wwan: wwan_core.c: resolved spelling mistake | Muhammad Muzammil | 1 | -2/+2 |
2023-10-13 | net: wwan: t7xx: Add __counted_by for struct t7xx_fsm_event and use struct_si... | Gustavo A. R. Silva | 2 | -2/+3 |
2023-10-11 | netdev: replace napi_reschedule with napi_schedule | Christian Marangi | 1 | -1/+1 |
2023-09-12 | wwan: core: Use the bitmap API to allocate bitmaps | Andy Shevchenko | 1 | -2/+3 |
2023-07-12 | net: wwan: t7xx: Add AP CLDMA | Jose Ignacio Tornos Martinez | 11 | -31/+116 |
2023-06-28 | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 7 | -23/+65 |
2023-06-27 | Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -8/+10 |
2023-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -10/+7 |
2023-06-22 | net: wwan: iosm: Convert single instance struct member to flexible array | Kees Cook | 2 | -10/+7 |
2023-06-12 | net: wwan: iosm: enable runtime pm support for 7560 | M Chetan Kumar | 6 | -4/+65 |
2023-05-25 | net: wwan: t7xx: Use alloc_ordered_workqueue() to create ordered workqueues | Tejun Heo | 2 | -8/+10 |
2023-05-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -12/+52 |
2023-05-17 | net: wwan: t7xx: Ensure init is completed before system sleep | Kai-Heng Feng | 2 | -0/+19 |
2023-05-17 | net: wwan: iosm: fix NULL pointer dereference when removing device | M Chetan Kumar | 3 | -12/+33 |
2023-05-10 | net: wwan: iosm: clean up unused struct members | M Chetan Kumar | 2 | -6/+0 |
2023-05-10 | net: wwan: iosm: remove unused enum definition | M Chetan Kumar | 1 | -11/+0 |
2023-05-10 | net: wwan: iosm: remove unused macro definition | M Chetan Kumar | 1 | -2/+0 |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+2 |
2023-04-20 | wwan: core: add print for wwan port attach/disconnect | Slark Xiao | 1 | -0/+3 |
2023-04-19 | net: wwan: Expose secondary AT port on DATA1 | Jaime Breva | 1 | -0/+1 |
2023-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
2023-04-12 | net: wwan: iosm: Fix error handling path in ipc_pcie_probe() | Harshit Mogalapalli | 1 | -1/+2 |
2023-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+0 |
2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+7 |
2023-03-31 | net: wwan: t7xx: do not compile with -Werror | Jiri Slaby (SUSE) | 1 | -2/+0 |
2023-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+7 |
2023-03-29 | net: wwan: iosm: fixes 7560 modem crash | M Chetan Kumar | 1 | -0/+7 |
2023-03-17 | wwan: core: Support slicing in port TX flow of WWAN subsystem | haozhe chang | 6 | -35/+68 |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 2 | -2/+2 |
2023-01-28 | net: wwan: t7xx: Fix Runtime PM initialization | Kornel Dulęba | 1 | -0/+2 |
2023-01-28 | net: wwan: t7xx: Fix Runtime PM resume sequence | Kornel Dulęba | 3 | -11/+45 |
2022-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
2022-12-06 | net: wwan: iosm: fix memory leak in ipc_mux_init() | Zhengchao Shao | 1 | -0/+1 |
2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -14/+18 |
2022-11-28 | net: wwan: iosm: fix incorrect skb length | M Chetan Kumar | 1 | -7/+11 |
2022-11-28 | net: wwan: iosm: fix crash in peek throughput test | M Chetan Kumar | 1 | -3/+2 |
2022-11-28 | net: wwan: iosm: fix dma_alloc_coherent incompatible pointer type | M Chetan Kumar | 1 | -1/+1 |
2022-11-28 | net: wwan: iosm: fix kernel test robot reported error | M Chetan Kumar | 1 | -2/+1 |
2022-11-24 | net: wwan: t7xx: Fix the ACPI memory leak | Hanjun Guo | 1 | -0/+2 |
2022-11-22 | net: wwan: iosm: use ACPI_FREE() but not kfree() in ipc_pcie_read_bios_cfg() | Wang ShaoBo | 1 | -1/+1 |
2022-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 8 | -40/+35 |
2022-11-09 | net: wwan: iosm: fix kernel test robot reported errors | M Chetan Kumar | 2 | -0/+2 |
2022-11-09 | net: wwan: iosm: fix invalid mux header type | M Chetan Kumar | 2 | -0/+9 |
2022-11-09 | net: wwan: iosm: fix driver not working with INTEL_IOMMU disabled | M Chetan Kumar | 2 | -1/+8 |
2022-11-09 | net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfg | M Chetan Kumar | 1 | -3/+8 |
2022-11-07 | net: wwan: iosm: Remove unnecessary if_mutex lock | Zhaoping Shu | 1 | -36/+6 |