summaryrefslogtreecommitdiff
path: root/drivers/net/wwan/iosm/iosm_ipc_wwan.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18Revert "net: wwan: iosm: enable runtime pm support for 7560"Bagas Sanjaya1-19/+2
2023-06-12net: wwan: iosm: enable runtime pm support for 7560M Chetan Kumar1-2/+19
2023-05-11net: wwan: iosm: remove unused macro definitionM Chetan Kumar1-2/+0
2022-11-07net: wwan: iosm: Remove unnecessary if_mutex lockZhaoping Shu1-36/+6
2022-11-07net: wwan: iosm: fix memory leak in ipc_wwan_dellinkHW He1-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-20net: wwan: iosm: Fix return type of ipc_wwan_link_transmitNathan Huckleberry1-2/+2
2021-12-11net: wwan: iosm: set tx queue lenM Chetan Kumar1-1/+2
2021-08-05net: wwan: iosm: fix recursive lock acquire in unregisterM Chetan Kumar1-1/+1
2021-07-01net: wwan: iosm: set default mtuM Chetan Kumar1-0/+1
2021-07-01net: wwan: iosm: fix netdev tx statsM Chetan Kumar1-1/+5
2021-07-01net: wwan: iosm: correct link-id handlingM Chetan Kumar1-2/+2
2021-06-22wwan: core: add WWAN common private data for netdevSergey Ryazanov1-6/+6
2021-06-22net: iosm: create default link via WWAN coreSergey Ryazanov1-1/+2
2021-06-22wwan: core: support default netdev creationSergey Ryazanov1-1/+2
2021-06-22net: iosm: drop custom netdev(s) removingSergey Ryazanov1-14/+1
2021-06-13net: iosm: net driverM Chetan Kumar1-0/+351