summaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan/iosm
AgeCommit message (Expand)AuthorFilesLines
2021-08-05net: wwan: iosm: fix recursive lock acquire in unregisterM Chetan Kumar1-1/+1
2021-08-05net: wwan: iosm: correct data protocol mask bitM Chetan Kumar1-2/+2
2021-08-05net: wwan: iosm: endianness type correctionM Chetan Kumar2-3/+3
2021-08-05net: wwan: iosm: fix lkp buildbot warningM Chetan Kumar1-2/+2
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 Kumar4-9/+9
2021-07-01net: wwan: iosm: remove reduandant checkM Chetan Kumar1-16/+3
2021-07-01net: wwan: iosm: fix uevent reportingM Chetan Kumar1-1/+1
2021-06-22wwan: core: add WWAN common private data for netdevSergey Ryazanov1-6/+6
2021-06-22net: iosm: create default link via WWAN coreSergey Ryazanov2-1/+5
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-21net: iosm: remove an unnecessary NULL checkDan Carpenter1-1/+1
2021-06-16net: iosm: remove the repeated declaration and commentShaokun Zhang1-10/+0
2021-06-16net: iosm: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-06-14net: wwan: iosm: Remove DEBUG flagLoic Poulain1-3/+0
2021-06-13net: iosm: infrastructureM Chetan Kumar1-0/+26
2021-06-13net: iosm: net driverM Chetan Kumar2-0/+406
2021-06-13net: iosm: uevent supportM Chetan Kumar2-0/+85
2021-06-13net: iosm: protocol operationsM Chetan Kumar2-0/+996
2021-06-13net: iosm: shared memory protocolM Chetan Kumar2-0/+520
2021-06-13net: iosm: power managementM Chetan Kumar2-0/+540
2021-06-13net: iosm: encode or decode datagramM Chetan Kumar2-0/+1103
2021-06-13net: iosm: multiplex IP sessionsM Chetan Kumar2-0/+798
2021-06-13net: iosm: bottom halfM Chetan Kumar2-0/+299
2021-06-13net: iosm: wwan port control deviceM Chetan Kumar2-0/+135
2021-06-13net: iosm: channel configurationM Chetan Kumar2-0/+147
2021-06-13net: iosm: shared memory I/O operationsM Chetan Kumar2-0/+444
2021-06-13net: iosm: shared memory IPC interfaceM Chetan Kumar2-0/+1942
2021-06-13net: iosm: mmio scratchpadM Chetan Kumar2-0/+416
2021-06-13net: iosm: irq handlingM Chetan Kumar2-0/+123
2021-06-13net: iosm: entry pointM Chetan Kumar2-0/+788